Given the function f(x,y) = e^x ( x^2 - y^2) find all critical points and classify each as a local maximum, local minimum, or neither.
Solution.
Find the partial derivatives:
Let's solve the system of equations
From the second equation Substitute in the first equation of the system and find x:
So we have two critical points (0,0) and (-2,0).
Find the partial derivatives of the second order:
Let us calculate the value of these second-order partial derivatives at the critical points.
Calculate the values for point (0; 0):
Calculate AC - B 2 = -4 <0, then there is no global extremum.
Calculate the values for point (-2; 0):
Calculate AC - B 2 = 4 / e 4 > 0 and A <0, then at the point (-2; 0) there is a local maximum and (-2; 0) = 4 / e 2
Answer. Two critical points (0,0) and (-2,0). Point (-2,0) is a point of local maximum.
Comments