#Vector projection vs Scalar projection
25 messages · Page 1 of 1 (latest)
the scalar projection is the length of the vector projection
i disagree with how they write the vector projection
i usually write it as
$\frac{\vec{a}\cdot\vec{b}}{\norm{\vec{b}}^2}\vec{b}$
elrichardo1337
now $\frac{\vec{b}}{\norm{\vec{b}}}$ is the unit vector pointing in the direciton of $\vec{b}$
elrichardo1337
so if you pull that factor out of the vector projection we have
$\frac{\vec{a}\cdot\vec{b}}{\norm{\vec{b}}}\left(\frac{\vec{b}}{\norm{\vec{b}}}\right)$
elrichardo1337
the stuff outside the parentheses is a scalar, the vector in the parentheses has unit length
so the stuff outside, the length of the vector projection, is your scalar projection
hope that makes sense
hmm
let me think about it for a minute!
so the vector projection is made of the scalar projection (the magnitude, or dot product) and something else which is the direction?
oh the unit vector thats the name
yea
np