In: Math
a.)
Find the shortest distance from the point (0,1,2) to any point on the plane x - 2y +z = 2 by finding the function to optimize, finding its critical points and test for extreme values using the second derivative test.
b.)
Write the point on the plane whose distance to the point (0,1,2) is the shortest distance found in part a) above. All the work necessary to identify this point would be in part a). You just need to write the coordinates of the point here.
a)
general point on the plane x-2y+z=2 is (x,y,z)
distance from the point (0,1,2) to any point on the plane x - 2y +z = 2 is [(x-0)2+(y-1)2+(z-2)2]1/2
let
f(x,y,z)=(x-0)2+(y-1)2+(z-2)2
=>f(x,y,z)=x2+(y-1)2+(z-2)2
x-2y+z=2
=> z-2=-x+2y
f(x,y)=x2+(y-1)2+(-x+2y)2
=>f(x,y)=x2+y2-2y+1+x2-4xy+4y2
=>f(x,y)=2x2+5y2-4xy-2y+1
fx=4x+0-4y-0+0,fy=0+10y-4x-2+0
=>fx=4x-4y,fy=10y-4x-2
for critical points fx=0,fy=0
=>4x-4y=0,10y-4x-2=0
=>4x=4y,10y-4x-2=0
=>10y-4y-2=0
=>6y=2
=>y=1/3
4x-4y=0,y=1/3
=>4x-4(1/3)=0
=>4x=4(1/3)
=>x=1/3
(x,y)=(1/3,1/3) is the critical point
fx=4x-4y,fy=10y-4x-2
=>fxx=4,fyy=10,fxy=-4
D=(fxx)(fyy)-(fxy)2
=>D=(4)(10)-(-4)2
=>D=40-16
=>D=24
D>0,fxx>0
=>f(x,y)=x2+(y-1)2+(-x+2y)2 has minimum value at the point (1/3,1/3)
z-2=-x+2y,x=1/3,y=1/3
=> z-2=-(1/3)+2(1/3)
=> z-2=1/3
=> z=2+(1/3)
=> z=7/3
shortest distance
=[(1/3-0)2+(1/3-1)2+(7/3-2)2]1/2
=>shortest distance
=[(1/3)2+(-2/3)2+(1/3)2]1/2
=>shortest distance =(2/3)1/2
shortest distance from the point (0,1,2) to any point on the
plane x - 2y +z = 2 is
units
or
units
b)
point on the plane whose distance to the point (0,1,2) is the shortest distance is