next up previous
Next: About this document ... Up: Labs and Projects for Previous: Background

Exercises

1.
For each of the following functions,
i
Print out a plot of the level curves.
ii
Calculate the partial derivatives fx and fy at the given points and for each point, build the gradient vector:

\begin{displaymath}
\nabla f(x,y) = f_x(x,y){\bf i} + f_y(x,y){\bf j} \end{displaymath}

(You may use the grad command in Maple, but you will have to look up its syntax in Maple Help.)
iii
Sketch arrows (vectors) by hand at each of the chosen points in part b showing the direction of the gradient and explain why the gradient vectors are perpendicular to the level curves (you may have to scale the gradient vector).
(a)
$\displaystyle f(x,y) = \frac{x^2-y^2}{x^2+y^2}$, at (10,2), (-10,2), (-10,-2), and (10,-2)
(b)
$\displaystyle g(x,y) = 4x^2 + 9y^2$, at (2,4), (-2,4), (-2,-4), and (2,-4)
(c)
$\displaystyle h(x,y) = (1+x^2+y^2)e^{1-x^2-y^2}$ at (1,1), (-1,1), (-1,-1), and (1,-1)

2.
Find the absolute extrema of each of the following functions on the closed bounded set S in the xy-plane.
(a)
f(x,y) = x2 - 4xy +y3 + 4y where S is the square region $0 \leq x \leq 2$, $0 \leq y \leq 2$.
(b)
$\displaystyle f(x,y) = e^{\frac{x^2}{4}-\frac{y^2}{9}}$ where S is the region $\displaystyle \frac{x^2}{4} + \frac{y^2}{9} \leq 1$.

3.
Find and classify the critical points of the following functions as a relative maximum, relative minimum, or saddle point.
(a)
f(x,y) = x3 + y3 - 3x2 - 18y2 + 81y + 7
(b)
$\displaystyle f(x,y) = (2xy)e^{-\frac{1}{8}(4x^2+y^2)}$

next up previous
Next: About this document ... Up: Labs and Projects for Previous: Background

Christine M Palmer
3/31/1998