Question 1.
If A=2i+j+k, B=i−2j+2k, and C=3i−4j+2k, find the projection of A+C in the direction of B.
Solution. First of all find A+C. We have
A+C=(2i+j+k)+(3i−4j+2k)=(2+3)i+(1−4)j+(1+2)k=5i−3j+3k.
The projection can be calculated by the formula
prB(A+C)=∣B∣2B(A+C)B,
where B(A+C) is the scalar product of B and A+C, ∣B∣2 is the square of the absolute value of B. Find these values:
B(A+C)=(i−2j+2k)(5i−3j+3k)=1⋅5+(−2)⋅(−3)+2⋅3=5+6+6=17,
and
∣B∣2=(i−2j+2k)2=12+(−2)2+22=1+4+4=9.
Thus,
prB(A+C)=917(i−2j+2k)=917i−934j+934k.
Answer: 917i−934j+934k. □
Comments