xokaitt
- 6
- 0
Homework Statement
Let f(x,y)=Ax2+E where A and E are constants. What are the critical points of f(x,y)? Determine whether the critical points are local maxima, local minema, or saddle points.
2. The attempt at a solution
First I found the first partial derivatives with respect to x and y
\partialf/\partialx=2Ax
\partialf/\partialy=0
\Rightarrow 2Ax=0,
\Rightarrow x=0 for any constant A.
Therefore, all points lying on the y-axis are critical points.
(i.e. C.P.'s = (0,n), n\inR.)
Now, we have to find the second partial's with respect to x and y.
\partial2f/\partialx2=2A
\partial2f/\partialy2=0
and
\partial2f/\partialx\partialy=0
Therefore Df=(\partial2f/\partialx2)(\partial2f/\partialy2)-(\partial2f/\partialx\partialy)2 at (0,n) , n\inR.
\Rightarrow Df=(2A)(0)-(0)2=0
This is where I get stuck. Now that Df=0, how do I determine whether or not the critical pts are local extrema or saddle pts?
From plotting the function on Mathematica, I know that these critical points are in fact saddle points, but I don't know how to mathematically state that.
Thanks!