Can anybody help me with the following question, Use the method of Lagrange multipliers to find $\max$ and $\min$ values for $f(x,y,z)=x^2+y^2+z^2$ subject to the constraint $4x^2 + y^2 + 9z^2=36$.
I have $2x=\lambda8x.$(1)
$2y=\lambda2y$ (2)
$2z=\lambda18z$(3)
$4x^2 + y^2 + 9z^2=36(4)$
From the the second equation (2) I got $\lambda =1$, but in equation (3)I got $\lambda = 9$ how can this be possible. Is lambda different in each equation ?, I assumed it it was equal for each equation.
Easier: cross multiply the two gradients using the determinant method and equate the result with 0. You get xy=0=yz=xz. The candidates are (x,0,0),(0,y,0) and (0,0,z). Plugging it into the constraint you get (3,0,0),(-3,0,0),(0,6,0),(0,-6,0),(0,2,0),(0,0,-2). The last two give min, and the the middle two give max or check.