Understanding the Usefulness of Vector Projection

  • Thread starter Thread starter member 392791
  • Start date Start date
  • Tags Tags
    Projection Vector
Click For Summary
Vector projection is useful because it provides a consistent method for relating two vectors in terms of both distance and angle, ensuring that applying the projection multiple times yields the same result (P^2 = P). The formula involving the dot product allows for efficient calculations using vector components, which is often more practical than using the geometric cosine-based approach. This method is particularly relevant in physics, such as in calculating work, where the projection of force onto a distance vector is essential. Additionally, the projection matrix derived from the dot product simplifies the process of projecting onto subspaces. Overall, understanding vector projection enhances mathematical and physical problem-solving capabilities.
member 392791
Hello,

I was wondering, why is the vector projection useful in the way that it is presented? Why isn't just the vector times cosθ sufficient to find the projection of a vector onto another one, why the dot product divided by the magnitude of the vector squared times that same vector?

The book didn't give too much insight to its usefulness other than saying ''it's important'', so it left me a little bit cliffhanging, so just looking for some clarification.

Thanks
 
Physics news on Phys.org
Hey Woopydalan.

All projections must satisfy P^2 = P: in other words applying the same projection twice doesn't change the result.

This is probably the best intuitive reason (at least the one I can think of) why it makes sense to define it that way.

Apart from that you gave the geometric interpretation of the projection which finds the component of one vector with respect to another and you can think of projections in terms of orthogonal ones to get an idea of how this naturally ties in with vector decomposition and re-composition.

You should take a look at Gram-Schmidt processes and orthogonal systems to get a better idea of what I'm talking about.

Probably the best way though in the end to think about it, is to think about the idea that you are relating one vector to another in terms of both the distance and the angle between them.

The projection formula achieves both goals in a uniform way: it relates two vectors together taking into account angle and distance of the two vectors maintaining the criteria for a mathematical projection which has P^2 = P (i.e. apply projection again and the result doesn't change).

Projections are useful because of the above in the way that they guarantee that projections "stick" and don't act like functions that would cause them not to "stick".

The visual analog that is nicer is 3D projection where you project an image in 3D space onto a sheet in 2D: you would expect that projecting the image onto itself wouldn't change the image and it doesn't because of this P^2 = P property.

Hopefully this has given you some insight.
 
I could not quite understand the original question. You are asking why express the projection in terms of the dot product instead of the more directly geometric formula involving cosine?

The reason for this is that it is handy to have a formula that you can easily calculate just with vector components. It is purely algebraic. So if you know the lengths of the vectors and you know the angle between them, you can use the more geometric formula you described. But in most cases you just know their components so the formula with the dot product is the most efficient way to do it.
 
Woopydalan said:
Hello,

I was wondering, why is the vector projection useful in the way that it is presented? Why isn't just the vector times cosθ sufficient to find the projection of a vector onto another one, why the dot product divided by the magnitude of the vector squared times that same vector?

The book didn't give too much insight to its usefulness other than saying ''it's important'', so it left me a little bit cliffhanging, so just looking for some clarification.

Thanks
Why wouldn't it be? All math is entertaining. I don't know why, but I'm in a good mood today. :biggrin:

Getting back to the point, vector projection is useful in that it can be used in various forms of maths and, perhaps more prominently, physics. I think the most self-evident example of this is in the calculation of "work". Conventionally, work is seen as the product of the magnitudes of force and distance if the force and linear distance vectors are in the same direction. However, the general formula for work, given a distance vector \vec{PQ}, is

W = \left\|proj_{\vec{PQ}}\vec{F}\right\| \left\|\vec{F}\right\|.
 
To add to what Chiro has said, relating the projection to the dot product also let's us very easily calculate the projection matrix that will do this for us. So, let's write the dot product of two vectors like this: \langle v,w \rangle. Let's say that v is a unit vector and we want to project w onto it. Then we have that the projection is equal to \langle w,v \rangle w = v\langle w,v \rangle = v(v^*w) = (vv^*)w and so the projection matrix is vv^*. More generally, if we have some subspace spanned by the orthonormal set v_1, \ldots , v_k the projection matrix onto this set is given by: P=v_1v_1^* + \cdots + v_kv_k^* and you can check that, as Chiro said, P^2 = P.
 
In case you are asking for the derivation of the formula I've drawn a sketch (see attachment). You can see that it is indeed just expressing the cosine in terms of the dot product.
 

Attachments

  • projection.jpg
    projection.jpg
    24.6 KB · Views: 2,026
Is the vector projection of u onto v ucosθ? from the diagram
 

Attachments

  • projection.jpg
    projection.jpg
    29.7 KB · Views: 3,894
Last edited by a moderator:
The purple vector is the projection of \vec{u} onto \vec{v}.
Now, you have to think of how the purple vector is defined. It has (i) a length and (ii) a direction.

(i) The length of the purple vector is | \vec{u}| \text{cos}(\theta).
(ii) The direction of the purple vector is the same as that of \vec{v}.
In order to give the purple vector the length in (i) we normalize \vec{v}, see the red vector.
(The red vector is given by \vec{v}/|\vec{v}|)
 
Why can't yo just say the length of the purple vector is ucos(theta) and call it a day? Why the normalizing of v? (what does normalize mean?)
 
  • #10
Woopydalan said:
Why can't yo just say the length of the purple vector is ucos(theta) and call it a day? )

You can do that if you happen to know u and theta. However, suppose you are asked to find the projection of the vector (1,2,4) on the vector (5,4,1).
 
  • #11
yes, but why are you able to equate ucosθ to ucosθ * (v/IvI)? how can they be equal
 
  • #12
Are you asking how |u|cos(theta) = <u,v>/|v|?
 
  • #13
Woopydalan said:
yes, but why are you able to equate ucosθ to ucosθ * (v/IvI)? how can they be equal

Strictly speaking, they are not equal. The "projection" of a vector on to another vector is a vector. The quantity u cos(theta) is not a vector. The quantity u cos(theta) v / |v| is a vector.

Sometimes when people talk about the "projection" they wish to refer to the length of the vector that is the projection. That length is the scalar u cos(theta).
 

Similar threads

  • · Replies 33 ·
2
Replies
33
Views
4K
  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 43 ·
2
Replies
43
Views
7K
  • · Replies 2 ·
Replies
2
Views
5K
Replies
3
Views
6K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 6 ·
Replies
6
Views
4K
Replies
2
Views
5K