Magnitude of the projection of one vector on another one, and viceversa

234 Views Asked by At

When is the magnitude of the projection of vector $\mathbf{a}$ on vector $\mathbf{b}$ equal to the magnitude of the projection of vector $\mathbf{b}$ on $\mathbf{a}$?

Unsure when this is true.

Thanks.

2

There are 2 best solutions below

0
On

For non-zero $a, b$: $$ \lvert a \cdot b/ \lVert b \rVert \rvert = \lVert a \rVert \lvert \cos \angle(a,b) \rvert \\ \lvert b \cdot a/ \lVert a \rVert \rvert = \lVert b \rVert \lvert \cos \angle(a,b) \rvert $$ Both are equal if the vectors are perpendicular or have same magnitude.

0
On

You need $\|\mathbf{a}\| = \|\mathbf{b}\|$ or orthogonality. See here