What are the extrema and saddle points of #f(x,y) = xy(e^(y^2)-e^(x^2))#?

1 Answer
Feb 22, 2017

# {: ("Critical Point","Conclusion"), ((0,0,0),"saddle") :} #

Explanation:

The theory to identify the extrema of #z=f(x,y)# is:

  1. Solve simultaneously the critical equations

    # (partial f) / (partial x) =(partial f) / (partial y) =0 \ \ \ # (ie #f_x=f_y=0#)

  2. Evaluate #f_(x x), f_(yy) and f_(xy) (=f_(yx))# at each of these critical points. Hence evaluate #Delta=f_(x x)f_(yy)-f_(xy)^2# at each of these points
  3. Determine the nature of the extrema;

    #{: (Delta>0, "There is minimum if " f_(x x)<0),(, "and a maximum if " f_(yy)>0), (Delta<0, "there is a saddle point"), (Delta=0, "Further analysis is necessary") :}#

So we have:

# f(x,y) = xy(e^(y^2)-e^(x^2)) #
# " " = xye^(y^2) - xye^(x^2) #

Let us find the first partial derivatives:

# (partial f) / (partial x) = ye^(y^2) + {(-xy)(2xe^(x^2)) + (-y)(e^(x^2))}#
# \ \ \ \ \ \ \= ye^(y^2) -2x^2ye^(x^2) -ye^(x^2)#

# (partial f) / (partial y) = {(xy)(2ye^(y^2)) + (x)(e^(y^2))} - xe^(x^2)#
# \ \ \ \ \ \ \= 2xy^2e^(y^2) + xe^(y^2) - xe^(x^2)#

So our critical equations are:

# ye^(y^2) -2x^2ye^(x^2) -ye^(x^2) = 0 => y(e^(y^2) -2x^2e^(x^2) -e^(x^2)) = 0#
# 2xy^2e^(y^2) + xe^(y^2) - xe^(x^2) = 0 => x(2y^2e^(y^2) + e^(y^2) - e^(x^2)) = 0#

From the these equations we have:

# y=0# or #e^(y^2) -e^(x^2) = 2x^2e^(x^2)#
# x=0# or #e^(y^2) - e^(x^2) = -2y^2e^(y^2) #

And the only simultaneous solution is #x=y=0#

And so we have one critical point at the origin

So, now let us look at the second partial derivatives so that we can determine the nature of the critical point (I'll just quote these results):

# \ \ \ (partial^2f) / (partial x^2) = -4x^3ye^(x^2)-6xye^(x^2)#
# \ \ \ (partial^2f) / (partial y^2) = 4xy^3e^(y^2)+6xye^(y^2)#
# (partial^2f) / (partial x partial y) = e^(y^2)-e^(x^2)-2x^2e^(x^2)+2y^2e^(y^2) \ \ \ \ (=(partial^2f) / (partial y partial x))#

And we must calculate:

#Delta=(partial^2f) / (partial x^2) (partial^2f) / (partial y^2) - ((partial^2f) / (partial x partial y))^2 #

at each critical point. The second partial derivative values, #Delta#, and conclusion are as follows:

# {: ("Critical Point",(partial^2f) / (partial x^2),(partial^2f) / (partial y^2),(partial^2f) / (partial x partial y),Delta,"Conclusion"), ((0,0,0),0,0,0,= 0,"incluclusive") :} #

So after all that work it is rather disappointing to get an inclusive result, but if we examine the behaviour around the critical point we can readily establish that it is a saddle point.

We can see these critical points if we look at a 3D plot:

enter image source here