Given f(x,y)=xye[sup]-(x^2+y^2)/2[/sup],& classify its stationary points.
Take the derivatives in x and y:
f'x = y* exp(-(x2+y2)/2) + x2 * y * exp(-(x2+y2)/2) = (1+x2)* y * exp(-(x2+y2)/2)
similarly,
f'y = (1+y2)* x * exp(-(x2+y2)/2)
The equation for stationary points:
f'x = f'y = 0.
Thus we have a system
(1+x2)* y * exp(-(x2+y2)/2)=0
(1+y2)* x * exp(-(x2+y2)/2)=0
(1+x2)* y = 0
(1+y2)* x = 0
y=0
x=0
Hence f(x,y) has a unique stationary point (0,0).