

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
How to find the component and projection of a vector onto another vector. It covers the mathematical formula for finding projections and components, as well as examples of calculating projections and components for various vectors. The document also discusses orthogonal projections.
Typology: Summaries
1 / 3
This page cannot be seen from the preview
Don't miss anything!


A A A A A A
``
θ
u A v
``
projvu
Given two vectors u and v, we can ask how far we will go in the direction of v when we travel
along u. The distance we travel in the direction of v, while traversing u is called the component of
u with respect to v and is denoted compvu. The vector parallel to v, with magnitude compvu, in
the direction of v is called the projection of u onto v and is denoted projvu.
So, compvu = ||projvu||
Note projvu is a vector and compvu is a scalar. From the picture compvu = ||u|| cos θ
We wish to find a formula for the projection of u onto v.
Consider u · v = ||u||||v|| cos θ
Thus ||u|| cos θ = u^ ·^ v ||v||
So compvu = u · v ||v||
The unit vector in the same direction as v is given by v ||v||
. So
projvu =
u · v ||v|| 2
v
Example 1
u · v = 1 + 2 = 3, ||v|| 2 =
projvu =
u · v
||v||^2
v =
(i + j) =
i +
j
7.7 Projections P. Danziger
u · v = 1 + 2 + 2 = 5, ||v|| 2 =
So, projvu =
u · v = 3 + 4 = 7, ||v|| =
compvu =
u · v
||v||
u · i = 1, u · j = 3, u · k = − 2 ,
||i|| = ||j|| = ||k|| = 1
So compiu = 1, compju = 3, compku = − 2.
So the use of the term component is justified in this context.
Indeed, coordinate axes are arbitrarily chosen and are subject to change.
If u is a new coordinate vector given in terms of the old set then compuw gives the component of the vector w in the new coordinate system.
Example 2 If coordinates in the plane are rotated by 45o, the vector i is mapped to u = √^1 2 i + √^1 2 j, and
the vector j is mapped to v = − √^1 2 i + √^1 2 j. Find the components of w = 2i − 5 j with respect to the new coordinate vectors u and v. i.e. Express w in terms of u and v.