compliant
- 43
- 0
Homework Statement
Show that f(x,y) = -(x^2 - 1)^2 - (yx^2-x-1)^2 has only two critical points, and both are maxima.
The Attempt at a Solution
Set partial derivatives (wrt x and y) to zero to find critical pts.
f_x = -2(x^2 - 1)(2x) - 2(yx^2 - x - 1)(2xy - 1) = 0
f_y = -2(yx^2 - x - 1)(x^2) = 0
-2(x^2 - 1)(2x) - 2(yx^2 - x - 1)(2xy - 1) = -2(yx^2 - x - 1)(x^2)
(x^2 - 1)(2x) + (yx^2 - x - 1)(2xy - 1) = (yx^2 - x - 1)(x^2)
2x^3 - 2x + 2(x^3)(y^2) - 2(x^2)y - 2xy - yx^2 + x + 1 = yx^4 - x^3 - x^2
3x^3 + x^2 - x + 1 = yx^4 -2(x^3)(y^2) + 2(x^2)y + 2xy
3x^3 + x^2 - x + 1 = y(x^4 -2(x^3)(y) + 2(x^2) + 2x)
And that's about as far as I got.