M BUZZ CRAZE NEWS
// news

Projection of vector onto a shorter vector allowed?

By Mia Morrison
$\begingroup$

After seeing the answer to this question by @Vijay P R I. It was my understanding that the dot product $\vec a \cdot \vec b=|\vec a||\vec b|\cos\theta$ will always return the same result regardless of whether we choose to project $\vec a$ onto $\vec b$ or $\vec b$ onto $\vec a$.

Projection of b onto a

What happens if the projection of one of the vectors is longer than the other vector itself? Is the projection of $\vec b$ onto $\vec a$ still $|\vec b|\cos\theta$?

$\endgroup$

1 Answer

$\begingroup$

Yes. Because the projection of $\mathbf b$ is not onto $\mathbf a$ but on the direction of $\mathbf a$ ( you can also think to an angle $\theta >90°$).

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy