#Vector projection vs Scalar projection

25 messages · Page 1 of 1 (latest)

violet fable
#

Hi,
I've been looking at the vector projection, and I've been struggling to find how these 2 are related. Could anyone please explain?

humble flameBOT
fresh crag
#

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}$

keen hullBOT
#

elrichardo1337

fresh crag
#

now $\frac{\vec{b}}{\norm{\vec{b}}}$ is the unit vector pointing in the direciton of $\vec{b}$

keen hullBOT
#

elrichardo1337

fresh crag
#

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)$

keen hullBOT
#

elrichardo1337

fresh crag
#

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

violet fable
#

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?

fresh crag
#

yeah basically

#

the direction part is the unit vector i mentioned

violet fable
#

oh the unit vector thats the name

fresh crag
#

yea

violet fable
#

tysm

#

i gotta revise some sequences and series and then i have my exam tomorrow :(

fresh crag
#

np