Inertigratus
- 123
- 0
Homework Statement
Find the optima of f(x, y) which satisfy the equation g(x, y) = 3 and x > 0.
Homework Equations
f(x, y) = x + y
g(x, y) = x^2 + xy + y^2
\nabla f(x, y) = (1, 1)
\nabla g(x, y) = (2x + y, 2y + x)
The Attempt at a Solution
\nabla f(x, y) = \lambda \nabla g(x, y) <=> x = y => f(x, x) = f(x) = 2x => g(x, x) = g(x) = 3x^2 = 3 <=> x = y = 1 (x > 0) => f(1, 1) = 2.
Now, how do I get the minima...?
Minima is supposed to be -\sqrt{3}.