Find the critical points of the following function, and classify it as degener-
ate or non-degenerate. If the latter, further classify it as local maxima, local
minima, or as saddle points.
f(x, y) = x4 + y4 - 4xy + 1.
1
Expert's answer
2020-06-11T19:18:17-0400
Critical points are the points where the gradient is undefined or the gradient is zero (see https://en.wikipedia.org/wiki/Critical_point_(mathematics)). In our case
∂x∂f=4x3−4y=0;∂y∂f=4y3−4x=0;
therefore, x3=yandy3=x , so (x3)3=x , x9−x=0 . Therefore, x(x8−1)=0. So the critical points are the following:
Comments