mariya259
- 17
- 0
I have the function:
f(x,y)= x*(y^2)*e^-((x^2+y^2)/4)
I found the critical points by first taking:
partial with respect to x: e^(-(x^2+y^2)/4)*((y^2)-.5(x^2)(y^2))
partial with respect to y:e^(-(x^2+y^2)/4)*(2yx-.5x(y^3))
solving for 0 the critical points I got were:
(√2,2),(√2,-2),(-√2,2),(-√2,-2) and (x,0) (for any value x there is a min or max along the y axis)
The first 2 are local max, second 2 are local min, and the 5th point has both min and max.
But I am confused, what is the saddle point for this function?
f(x,y)= x*(y^2)*e^-((x^2+y^2)/4)
I found the critical points by first taking:
partial with respect to x: e^(-(x^2+y^2)/4)*((y^2)-.5(x^2)(y^2))
partial with respect to y:e^(-(x^2+y^2)/4)*(2yx-.5x(y^3))
solving for 0 the critical points I got were:
(√2,2),(√2,-2),(-√2,2),(-√2,-2) and (x,0) (for any value x there is a min or max along the y axis)
The first 2 are local max, second 2 are local min, and the 5th point has both min and max.
But I am confused, what is the saddle point for this function?