What is the projection of (i2j+3k) onto (3i+2j3k)?

1 Answer
Feb 15, 2016

projvu=(1511i1011j+1511k)

Explanation:

To make it easier to refer to them, let's call the first vector u and the second v. We want the project of u onto v:

projvu=⎜ ⎜uvv2⎟ ⎟v

That is, in words, the projection of vector u onto vector v is the dot product of the two vectors, divided by the square of the length of v times vector v. Note that the piece inside the parentheses is a scalar that tells us how far along the direction of v the projection reaches.

First, let's find the length of v:

v=32+22+(3)2=22

But note that in the expression what we actually want is v2, so if we square both sides we just get 22.

Now we need the dot product of u and v:

uv=(1×3+(2)×2+3×(3))=(349)=(10)

(to find the dot product we multiply the coefficients of i,jandk and add them)

Now we have everything we need:

projvu=⎜ ⎜uvv2⎟ ⎟v=(1022)(3i+2j3k)
=(3022i2022j+3022k)=(1511i1011j+1511k)