VinnyCee
- 486
- 0
How do I find the Critical points of a two-variable function using MATlab?
I have a problem, I cannot seem to find the critical points of a two-variable function for the life of me!
The funtion f(x,y) = 10x^2y - 5x^2 - 4y^2 - x^4 -2y^4 is supposed to have six potential critical points. I have the following:
f_x = 20yx - 10x - 4x^3
f_y = 10x^2 - 8y - 8y^3
For what it's worth:
\nabla f_x = (20y - 10 - 12x^2) i + (20x) j
\nabla f_y = (20x) i + (-8-24y^2) j
\nabla f_x = \lambda\nabla f_y
\lambda = \frac{20y - 10 - 12x^2}{20x} = \frac{20x}{-8-24y^2}
I know that the potential critical points are at f_x = f_y = 0, but how do I find these using MATlab, or even on paper. How would I solve for both equations?
I just can't crack this problem!
P.S. - I have MATlab version 6.5
I have a problem, I cannot seem to find the critical points of a two-variable function for the life of me!
The funtion f(x,y) = 10x^2y - 5x^2 - 4y^2 - x^4 -2y^4 is supposed to have six potential critical points. I have the following:
f_x = 20yx - 10x - 4x^3
f_y = 10x^2 - 8y - 8y^3
For what it's worth:
\nabla f_x = (20y - 10 - 12x^2) i + (20x) j
\nabla f_y = (20x) i + (-8-24y^2) j
\nabla f_x = \lambda\nabla f_y
\lambda = \frac{20y - 10 - 12x^2}{20x} = \frac{20x}{-8-24y^2}
I know that the potential critical points are at f_x = f_y = 0, but how do I find these using MATlab, or even on paper. How would I solve for both equations?
I just can't crack this problem!
P.S. - I have MATlab version 6.5
Last edited: