Multivariable calculus

Critical Points of e^(xy)

f(x,y) = e^(xy) has exactly one critical point, the origin, and it is a saddle with D = -1. Both partials carry a factor of e^(xy), which is never zero, so f_x = y e^(xy) vanishes only when y = 0 and f_y = x e^(xy) only when x = 0. At the origin f_xx = f_yy = 0 and f_xy = 1.

f(x,y)=exyf(x,y) = e^{xy}
  • (0,0)\left(0, 0\right) saddle pointdiscriminant D = -1

A factor that can never be zero

Differentiating exye^{xy} is a chain rule with inside function u=xyu = xy, so each partial is the exponential times the corresponding derivative of the exponent.

fx=yexy,fy=xexy\frac{\partial f}{\partial x} = y\,e^{xy}, \qquad \frac{\partial f}{\partial y} = x\,e^{xy}

The exponential is strictly positive for every real input, so it can never be the reason a product is zero. Divide it out of both equations and what is left is y=0y = 0 and x=0x = 0. The origin is the only critical point, and this time the list really is complete.

The second partials need the product rule only in the mixed case, since fx=yexyf_x = y e^{xy} has a loose factor of yy that the yy derivative sees.

fxx=y2exy,fyy=x2exy,fxy=(1+xy)exyf_{xx} = y^{2}e^{xy}, \qquad f_{yy} = x^{2}e^{xy}, \qquad f_{xy} = (1 + xy)\,e^{xy}

At the origin the exponential equals 1, so those become 00, 00 and 11, and the discriminant is D=1D = -1. A negative discriminant is a saddle.

Reading the answer off the exponent

There is a shortcut here that is worth understanding rather than just using. The outer function tett \mapsto e^{t} is strictly increasing, so f=euf = e^{u} is large exactly where u=xyu = xy is large and small exactly where uu is small.

That has two consequences. First, by the chain rule f=euu\nabla f = e^{u}\nabla u, and since eu>0e^{u} > 0, the gradient of ff vanishes precisely where the gradient of uu does. The two surfaces have the same critical points. Second, a strictly increasing outer function preserves the local ordering of values, so a point that is a local maximum of uu is a local maximum of ff, and likewise for minima and saddles.

f=exy(xy)=exy(y,x)\nabla f = e^{xy}\,\nabla(xy) = e^{xy}\,(y, x)

The exponent u=xyu = xy is the standard saddle: it is positive in the first and third quadrants and negative in the second and fourth, so it takes both signs arbitrarily close to the origin. Its discriminant is uxxuyyuxy2=1u_{xx}u_{yy} - u_{xy}^{2} = -1, the same value the full computation gave for ff. The exponential wraps the surface but does not change its shape near the origin.

The mistake students make

The costly error is computing the mixed partial as fxy=xyexyf_{xy} = xy\,e^{xy}, which drops the term the product rule contributes. Differentiating yexyy\,e^{xy} with respect to yy means differentiating a product of yy and exye^{xy}, and the loose yy has a derivative of its own.

y(yexy)=1exy+yxexy=(1+xy)exy\frac{\partial}{\partial y}\left(y\,e^{xy}\right) = 1 \cdot e^{xy} + y \cdot x\,e^{xy} = (1 + xy)\,e^{xy}

The missing term is exactly the one that matters. At the origin the correct mixed partial is 1, while the truncated version gives 0. That turns D=1D = -1 into D=0D = 0, and a clear saddle gets reported as a degenerate point where the test fails. The tell is that a page of exponential algebra ends with the test giving up; if that happens, check the product rule first.

A second slip is trying to solve yexy=0y\,e^{xy} = 0 by setting the exponential to zero. It has no solutions: et>0e^{t} > 0 for every real tt. Recognising that early is what makes the critical point search on exponential surfaces a one line job.

Frequently asked questions

Can I always classify a composition by looking at the exponent alone?

Only when the outer function is strictly increasing, as ete^{t} is. Then f=g(u)u\nabla f = g'(u)\nabla u with g>0g' > 0, so the critical points match and the local ordering of values is preserved, which means the classification transfers exactly. If the outer function is not monotone, say g(t)=t2g(t) = t^{2}, then g(u)=0g'(u) = 0 can create critical points that the exponent does not have, and maxima can turn into minima.

Is the origin really the only critical point?

Yes, and the argument is short. Both partials are a positive quantity times a single variable: fx=yexyf_x = y e^{xy} and fy=xexyf_y = x e^{xy}. Since exye^{xy} is never zero, fx=0f_x = 0 requires y=0y = 0 and fy=0f_y = 0 requires x=0x = 0. The only point meeting both conditions is (0,0)(0,0), so the list on this page is genuinely complete.