Projecting a vector onto a plane

  • Thread starter Thread starter fishingspree2
  • Start date Start date
  • Tags Tags
    Plane Vector
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 4K views
fishingspree2
Messages
138
Reaction score
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
 
Physics news on Phys.org
I presume that you mean "project the vector [itex]2\vec{i}+ \vec{j}+ \vec{k}[/tex] onto the plane x+ 3y+ 2z= 0. <br /> <br /> Use the fact that the vector [itex]\vec{i}+ 3\vec{j}+ 2\vec{z}[/tex] is perpendicular to the plane. Project the given vector onto that normal vector, then subtract that from the given vector.[/itex][/itex]
 
Hello,

No i meant project some vector on the plane in a direction parallel to 2i + j + k, which is not an orthogonal projection.