Write u=[[9],[-1],[2]] as a sum of two vectors where one is orthogonal to the plane x+2y−2z=0 and the other is parallel to the same plane. I've attempted to use the fact that the normal vector to the plane, [[1],[2],[-2]], can be seen from the given plane equation above. We should be able to write u as u=[[9],[-1],[2]]=s[[1],[2],[-2]]-t[[a],[b],[c]] How do I find a,b,c in the vector that is parallel to the plane?

granuliet1u

granuliet1u

Open question

2022-08-16

Writing a vector a a sum of two vectors
Write u = [ 9 1 2 ] as a sum of two vectors where one is orthogonal to the plane
x+2y−2z=0 and the other is parallel to the same plane.
I've attempted to use the fact that the normal vector to the plane, [ 1 2 2 ] , can be seen from the given plane equation above. We should be able to write u as
u = [ 9 1 2 ] = s [ 1 2 2 ] t [ a b c ] .
How do I find a,b,c in the vector that is parallel to the plane?

Answer & Explanation

Andres Barrett

Andres Barrett

Beginner2022-08-17Added 14 answers

Vector projection is your best friend. By projecting u onto n := 1 , 2 , 2 , you capture ALL of the movement of u that is in the direction of n ; therefore, what is left over should be orthogonal.
Vector projection is most easily expressed when the target vector is a unit vector; so, let's compute
n ^ := n n = [ 1 3 2 3 2 3 ] .
Then we can compute
proj n ( u ) = proj n ^ ( u ) := ( u n ^ ) n ^ = 1 [ 1 3 2 3 2 3 ] = [ 1 3 2 3 2 3 ] .
Then, consider what happens if we 'remove' this component from u :
u proj n ^ ( u ) = [ 26 3 5 3 8 3 ] .
You can verify that this is orthogonal to n (or n ^ ) via the dot product.

Do you have a similar question?

Recalculate according to your conditions!

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?