What is the projection of <3, -6, 2><3,−6,2> onto <1, 1, 1><1,1,1>?
1 Answer
The vector projection is
Explanation:
Given
proj_(vecb)veca=((veca*vecb)/(|vecb|))vecb/|vecb|proj→b→a=⎛⎜ ⎜ ⎜⎝→a⋅→b∣∣∣→b∣∣∣⎞⎟ ⎟ ⎟⎠→b∣∣∣→b∣∣∣ That is, the dot product of the two vectors divided by the magnitude of
vecb→b , multiplied byvecb→b divided by its magnitude. The second quantity is a vector quantity, as we divide a vector by a scalar. Note that we dividevecb→b by its magnitude in order to obtain a unit vector (vector with magnitude of11 ). You might notice that the first quantity is scalar, as we know that when we take the dot product of two vectors, the resultant is a scalar.Therefore, the scalar projection of
aa ontobb iscomp_(vecb)veca=(a*b)/(|b|)comp→b→a=a⋅b|b| , also written|proj_(vecb)veca|∣∣proj→b→a∣∣ .
We can start by taking the dot product of the two vectors.
Then we can find the magnitude of
And now we have everything we need to find the vector projection of
The scalar projection of
Hope that helps!