Find the point on $z=1-2x^2-y^2$ closest to $2x+3y+z=12$ using Lagrange multipliers.
Point on surface closest to a plane using Lagrange multipliers
Although the methods used in the answers are helpful and do work, my professor told me that the way he wants us to do this problem is to recognize that the distance will be minimized when the normal vector to one point on the surface is parallel to the normal vector of the plane. To find the normal vector to the surface at a point $(x,y,z)$ we write our function implicitly and take the gradient of the new function (gradient is parallel to level curve):
$$G(x,y,z,)=z+2x^2+y^2=1$$
$$\nabla G=\langle4x,2y,1\rangle$$
The normal vector of the plane is,
$$\langle 2,3,1 \rangle$$
Hence we have,
$$\langle 4x,2y,1 \rangle=\lambda \langle 2,3,1 \rangle$$
And that,
$$z+2x^2+y^2=1$$
Question $1$:
The part I don't understand is the claim that the distance will be minimized when the normals are parallel. And how is this using Lagrange multipliers, May someone please explain.
Question $2$
Find the point on $2x+3y+z=12$ closest to $z=1-2x^2-y^2$ using Lagrange multipliers.
I suppose we have use the fact that the normal of the plane is $\langle 2,3,1 \rangle$ with the fact that the point closest to the plane on the surface is $(\frac{1}{2},\frac{3}{2},-\frac{7}{4})$ to come up with the equation of the line that goes through our two closest points in terms of $t$ and then substitute values of $x$, $y$, $z$ into our plane equation to come up with the point on the plane. But again, I don't see where Lagrange multipliers comes into play.