Determine all the relative minimum and maximum values, and saddle points of the function g defined by g(x,y) = x3 - 3x +3xy2
Critical points
We can set them equal to each other
x-y=1
y=x-1....[i]
Solving fy=0 gives
Either x=0 , or y=0
When x=0,y=−1⟹(x,y)=(0,−1)
When y=0,x=1⟹(x,y)=(1,0)
We know
D=fxxfyy−[fxy]2
We require D<0 for the point (x,y) to be a saddle point
When (x,y)=(0,−1)
straightforward result for a confirmed saddle point.
When (x,y)=(1,0)
This is not saddle point. As D>0 and fxx>0, so it is relative minimum.
Conclusion: The saddle point is (x,y)=(0,−1), relative minimum is (1,0)
Comments