What is the projection of < -3 , 1 ,3 > onto < 4, 9, 1>?

1 Answer
Dec 8, 2017

The vectors are perpendicular, no projection is possible.

Explanation:

The vector projection of vecv onto vecu is

proj_uv= (vec u. vecv ) /(||vecu||)^2*vecu

Here,

vecv= < -3,1,3> and

vecu = <4,9,1>

The dot product is

vecu.vecv =<-3,1,3> . <4,9,1>

=(4*-3)+(9*1)+(3*1) =-12+9+3=0

As the dot product is =0, the 2 vectors vecu and vecv are perpendicular, there is no projection.