Homework Statement
Find the projection of P in the direction of Q and the component of P orthogonal to Q.
P=i-3j+k Q=-i+2j+5k
Homework Equations
ProjQ(P)={(P*Q)/(Q*Q)}Q
OrthQ(P)=P-ProjQ(P)The Attempt at a Solution
First I get P=(1,-3,1) and Q=(-1,2,5)
ProjQ(P)
=(-2/30)*(-1,2,5)...