What is the projection of <7,1,1> onto <1,6,8>?

1 Answer
Jan 3, 2017

The vector projection is <9101,54101,72101>, the scalar projection is 9101101.

Explanation:

Given a=<7,1,1> and b=<1,6,8>, we can find projba, the vector projection of a onto b using the following formula:

projba=⎜ ⎜ ⎜abb⎟ ⎟ ⎟bb

That is, the dot product of the two vectors divided by the magnitude of b, multiplied by b divided by its magnitude. The second quantity is a vector quantity, as we divide a vector by a scalar. Note that we divide b by its magnitude in order to obtain a unit vector (vector with magnitude of 1). 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 a onto b is compba=ab|b|, also written projba.

We can start by taking the dot product of the two vectors.

ab=<7,1,1><1,6,8>

(71)+(16)+(18)

7+68=9

Then we can find the magnitude of b by taking the square root of the sum of the squares of each of the components.

b=(bx)2+(by)2+(bz)2

b=(1)2+(6)2+(8)2

1+36+64=101

And now we have everything we need to find the vector projection of a onto b.

projba=9101<1,6,8>101

9<1,6,8>101

=9101<1,6,8>

You can distribute the coefficient to each component of the vector and write as:

<9101,54101,72101>

The scalar projection of a onto b is just the first half of the formula, where compba=ab|b|. Therefore, the scalar projection is 9101, which does not simplify any further, besides to rationalize the denominator if desired, giving 9101101.

Hope that helps!