Maxima (Local maximum) and Minima (local minimum) and saddle point : \ \
\Theorem : \ \
\Let f be a function with two variables with continuous second order partial derivatives fxx, fyy and fxy at critical point (a,b). Let \ \
\D = fxx(a,b) fyy(a,b) - fxy2(a,b) \ \
\1) If D > 0 and fxx(a,b) > 0, then f has a relative minimum at (a,b). \ \
\2) If D > 0 and fxx(a,b) < 0, then f has a relative maximum at (a,b). \ \
\3) If D < 0, then f has a saddle point at (a,b).
\4) If D = 0, then no conclusion can be drawn.
\Step 1 : \ \
\The function F(x, y) = x3 + y3 - 3xy +4
\First order partial derivatives.
\fx(x, y) = 3x2 - 3y
\fy(x, y) = 3y2 - 3x
\Second order partial derivatives.
\Fxx(x, y) = 6x
\Fyy(x, y) = 6y
\Fxy(x, y) = -3
\Step 2 : \ \
\The critical points satisfy the equations fx(x,y) = 0 and fy(x,y) = 0.
\So solve the following equations Fx = 0 and Fy = 0 simultaneously.Hence
\3x2 - 3y = 0
\3x2 = 3y
\y = x2
\3y2 - 3x = 0
\Substitute y = x2
\3(x2)2 - 3x = 0
\x4 - x = 0
\x( x3 - 1 ) = 0
\x = 0 and x3 - 1 = 0
\x = 0 and x = 1
\Substitute x = 0 in equation y = x2 then y = 0
\Substitute x = 1 in equation y = x2 then y = 1
\Critical points are (0,0) , (1,1)
\Step 3 : \ \
\To classify the critical points all that we need to do is plug in the critical points and use the fact above to classify them. \ \
\D = fxx(x,y) fyy(x,y) - fxy2(x,y)
\D = (6x)(6y) - (-3)2 \ \
\D = 36xy - 9
\At (0,0)
\D = 36(0)(0)-9 = -9 < 0
\D < 0 , So ( 0 , 0 ) is saddle point
\At (1,1)
\D = 36(1)(1)-3 = 27 > 0
\Fxx = 6x = 6(1) = 6 >0
\D > 0 and Fxx > 0 So f has a relative maximum at (1,1). \ \
\Solution : \ \
\\
We can see that there is a relative minimum at (1,1)