216k views
2 votes
Given u = −8i − 3j and v = −12i − 7j, what is projvu?

−4.845i − 1.819j
−7.275i − 4.244j
−7.886i − 2.957j
−11.828i − 6.900j

User BobG
by
5.6k points

1 Answer

6 votes

Answer:

(b) -7.275i -4.244j

Explanation:

The projection of vector u onto vector v is the product of the unit vector v, the magnitude of vector u, and the cosine of the angle between them.

__

The dot product gives the product of the magnitudes of the two vectors and the cosine of the angle between them. To find the projection, we must divide the dot product by the magnitude of v and multiply by the unit vector in the direction of v.


proj(u,v)=(\vec{u}\cdot\vec{v})\cdot\frac{\vec{v}}{|\vec{v}|^2}=\frac{((-8)(-12)+(-3)(-7))(-12\vec{i}-7\vec{j})}{(-12)^2+(-7)^2}\\\\=\frac{-(96+21)(12\vec{i}+7\vec{j})}{144+49}=-(117)/(193)(12\vec{i}+7\vec{j})\approx\boxed{-7.275\vec{i}-4.244\vec{j}}

Given u = −8i − 3j and v = −12i − 7j, what is projvu? −4.845i − 1.819j −7.275i − 4.244j-example-1
Given u = −8i − 3j and v = −12i − 7j, what is projvu? −4.845i − 1.819j −7.275i − 4.244j-example-2
User Rbennell
by
6.3k points