SOLUTION: consider the following scalar equation of a plane. x+3y+z=0 Find the orthogonal complement of the vector <1,2,1>. Also find the point on the plane which is closest to (3,4,1)

Algebra ->  College  -> Linear Algebra -> SOLUTION: consider the following scalar equation of a plane. x+3y+z=0 Find the orthogonal complement of the vector <1,2,1>. Also find the point on the plane which is closest to (3,4,1)      Log On


   



Question 1010756: consider the following scalar equation of a plane. x+3y+z=0
Find the orthogonal complement of the vector <1,2,1>. Also find the point on the plane which is closest to (3,4,1)

Answer by Edwin McCravy(20060) About Me  (Show Source):
You can put this solution on YOUR website!
consider the following scalar equation of a plane. x+3y+z=0
Find the orthogonal complement of the vector <1,2,1>.
We want to find the set of vectors parallel to the plane that are
perpendicular to the vector <1,2,1>.

Vectors in or parallel to the plane are vectors < x,y,z > such that 

x+2y+z = 0

Vectors perpendicular to <1,3,1> are < x,y,z > such that

<1,3,1>∙< x,y,z > = x+3y+z = 0

So we have this under-determined system

system%28x%2B2y%2Bz=0%2Cx%2B3y%2Bz=0%29

Subtracting them we get y = 0
Substituting we get x+2(0)+z = 0, or x+z=0, or z=-x

So the orthogonal complement is the set of vectors of the form

< k,0,-k >

Also find the point on the plane which is closest to (3,4,1).
That is the perpendicular distance from the point. We use the
formula for the perpendicular distance from the point
 
(x1, y1, z1) to the plane

ax + by + cz + d = 0, which is:

is D%22%22=%22%22abs%28ax%5B1%5D%2Bbx%5B1%5D%2Bcx%5B1%5D%2Bd%29%2Fsqrt%28a%5E2%2Bb%5E2%2Bc%5E2%29

So in our case (x1, y1, z1) = (3,4,1),
a=1, b=3, c=1, d=0

D%22%22=%22%22

D%22%22=%22%22abs%283%2B12%2B1%29%2Fsqrt%281%2B3%2B1%29

D%22%22=%22%2216%2Fsqrt%285%29

Edwin