Find the distance from the ellipsoid $x^2 + y^2 + 4z^2 = 4$ to the plane $x + y + z = 6$.
I'm trying to do it using Lagrange multipliers over the distance equation, but then it just gets overwhelming and I have no idea how to go on? Can someone walk me through the computation?
This is easy if you don't insist on using Lagrange multipliers.
The normal to the ellipse at the point $(x,y,z)$ is $\nabla(x^2+y^2+4z^2) = (2x, 2y, 8z)$. At minimum or maximum distance to the plane, this must be parallel to the normal to the plane, which is $(1,1,1).$ So $x = y = 4z$.
Plug this back into the equation for the ellipse to get $36z^2 = 4$, or $z = \pm \frac13$. So the nearest and farthest points are $\pm(\frac43,\frac43,\frac13)$.