Find vectors that produce certain orthogonal projection

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
fmilano
Messages
7
Reaction score
0
I have vector [ tex ] v [ /tex ] produced by an orthogonal projection of vector [ tex ] w [ /tex ] over plane spanned by vectors [ tex ] u_1 [ /tex ] and [ tex ] u_2 [ /tex ], in a three dimensional space. If I know [ tex ] v [ /tex ], [ tex ] u_1 [ /tex ] and [ tex ] u_2 [ /tex ], how could I calculate [ tex ] w [ /tex ]?

Thanks in advance,

Federico
 
Physics news on Phys.org
So you want to calculate the orthogonal projection on the space spanned by u1 and u2.

There is a formula for that:

[tex]w=\frac{<v,u_1>}{<u_1,u_1>}u_1+\frac{<v,u_2>}{<u_2,u_2>}u_2[/tex]

To write in LaTeX, you don't need to write the space in [ tex ] and [ /itex ]