fishingspree2
- 138
- 0
Homework Statement
Project a vector into the plane x + 3y + 2z = 0 in the direction d = 2i + j - k
The Attempt at a Solution
Let u = ai + bj +ck, a vector in R^3.
then u + t*d = (a+2t)i + (b+t)j + (c-t)k where t is a real number
when u + t*d hits the plane then
(a+2t) + 3(b+t) + 2(c-t) = 0
solve for t, substitute into u = t*d, then plug in the a,b,c values for the vector to be projected
Is this approach correct?
Thank you very much