Tom N. answered 08/25/19
Strong proficiency in elementary and advanced mathematics
Let f(x,y,z) = dis from plane to the point(1,1,1) so f= (x-1)2 +(y-1)2 +(z-1)2 subject to the constraint g(x,y,z) where g= 3x +2y + z -13 so fx = 2(x-1) fy =2(y-1) fz =2(z-1) gx =3 gy =2 gz =1. So from the expression grad f =λ grad g this gives 2(x-1)= 3λ 2(y-1)=2λ and 2(z-1)= λ so 2(y-1) =4(z-1) y-1 then equals 2z-2 and z= (y+1)/2 likewise 2(x-1)=6(z-1) so 2x-2 =6z -6 or 2x-2 = 6((y+1)/2) -6 = 3y-3 which gives x=(3y-1)/2 Substituting back into the constraint equation for x and z in terms of y gives y= 2 and x=5/2 and z=3/2. So the point on the plane closet to the point (1,1,1) is ( 5/2,2,3/2).