Projection of the vector (2,2,1) on the plane

In summary, to find the projection of the vector (2,2,1) on the plane with equation z=x-y, you first need to project it on the plane's normal vector (1,-1,1). Then, the resulting vector will be the vector you are searching for, which is (2,2,1) - x. To find the normal vector of the plane, the plane's equation can be written as x-y+z=0, so the normal vector is (1,-1,1) (the coefficients of the variables). The projection of the vector (2,2,1) onto the plane is (1,3,0). To find this, you need to go back to the original response
  • #1
gunnar
39
0
How can I find the projection of the vector (2,2,1) on the plane that has the equation z=x-y?
 
Last edited:
Physics news on Phys.org
  • #2
First project it on the plane's normal vector (call the resulting vector x), then the vector you're searching for is (2, 2, 1) - x.
 
  • #3
How do I find the normal vector of the plane?
 
  • #4
The plane's equation can be written x - y + z = 0, so a normal vector is (1, -1, 1) (the coefficients of the variables).
 
  • #5
so the projection of the vector (2,2,1) onto the plane (z=x-y) is
(1,3,0)?
 
  • #6
How did you arrive at that? I got a different answer.
 
  • #7
I subtracted the vectors, guess it's more complicated than that?
 
  • #8
Yes, it's more complicated than that. You have to go back to Muzza's original response and DO what he said there!
 
  • #9
to project v onto w != 0, find c such that v-cw is perpendicular to w, i.e. solve the equation w.(v-cw) = 0. i.e. solve w.v = c w.w, i.e. let c = w.v/w.w. then the projection is cw, I think, but i am geting confused looking at my fingers and doing this in my head.

anyway you get v = cw + (v-cw), where the first term is parallel to w and the second term is perpendicular to w, and so surely that does it.
 
  • #10
This is quite a puzzle but thanks for helping, I think I've figured this out.
 

FAQ: Projection of the vector (2,2,1) on the plane

What is the definition of projection of a vector on a plane?

The projection of a vector on a plane is the component of the vector that lies in the direction of the plane's normal vector. It is the shadow of the vector on the plane's surface.

How do you calculate the projection of a vector on a plane?

To calculate the projection of a vector (u) on a plane with a normal vector (n), you can use the formula: u_proj = (u * n) * n, where "*" represents the dot product between the two vectors.

What does the projection of a vector (2,2,1) on the xy-plane look like?

The projection of the vector (2,2,1) on the xy-plane will have the same x and y components as the original vector, but the z component will be zero. This means that the projected vector will lie completely on the xy-plane.

What is the purpose of finding the projection of a vector on a plane?

The projection of a vector on a plane can be useful in various applications, such as in physics, engineering, and computer graphics. It can help to simplify calculations and visualize vectors in a simpler form.

Can the projection of a vector on a plane be negative?

Yes, the projection of a vector on a plane can be negative. This happens when the angle between the vector and the plane's normal vector is obtuse. In this case, the projection will have a negative magnitude in the opposite direction of the plane's normal vector.

Similar threads

Back
Top