Can anyone please help me with the following:
Find the stationary values of $u=x^2+y^2$ subject to the constraint $t(x,y) = 4x^2 + 5xy + 3y^2 = 9$.
The answer is given as $u = 9$ and $x = \pm 3/\sqrt2$ and $y = \mp 3/\sqrt2$
I do the following:
Let $g(x,y) = 4x^2 + 5xy + 3y^2 - 9 = 0$
$$\begin{align*} \partial u/\partial x &= 2x \\ \partial u/\partial y &= 2y \\ \partial g/\partial x &= 8x + 5y \\ \partial g/\partial y &= 5x + 6y \end{align*}$$
So solve the system:
$$\begin{align*} 2x + k(8x + 5y) &= 0\\ 2y + k(5x + 6y) &= 0\\ 4x^2 + 5xy + 3y^2 - 9 &= 0 \end{align*}$$
And this system does not solve to give the stated answer.
Where have I erred, or is the book answer (or question?) wrong?
Thanks, Mitch.
I haven't worked out a numerical answer by hand:
if I eliminate k from:
$$\begin{align*} 2x + k(8x + 5y) &= 0\\ 2y + k(5x + 6y) &= 0\\ \end{align*}$$
I get:
$$\begin{align*} 2y - \frac{2x(5x+6y)}{8x+5y} &= 0\\ \end{align*}$$
And if one substitutes in
$$\begin{align*} x=\frac{3}{\sqrt{2}}\\ y=\frac{-3}{\sqrt{2}} \end{align*}$$
One would expect to get zero (if the supplied answers are correct) but one gets
$$\begin{align*} -2\sqrt{2} \end{align*}$$
Mitch.