Find vectors that produce certain orthogonal projection

Click For Summary
SUMMARY

The discussion centers on calculating the original vector w from its orthogonal projection v onto a plane spanned by vectors u1 and u2 in three-dimensional space. The formula provided for this calculation is w = \frac{}{}u_1 + \frac{}{}u_2. This formula utilizes the inner product to derive the components of w based on the known vectors v, u1, and u2.

PREREQUISITES
  • Understanding of vector spaces and orthogonal projections
  • Familiarity with inner product notation
  • Basic knowledge of three-dimensional geometry
  • Proficiency in LaTeX for mathematical expressions
NEXT STEPS
  • Study the properties of orthogonal projections in vector spaces
  • Learn about inner product spaces and their applications
  • Explore advanced vector calculus techniques
  • Practice writing mathematical expressions in LaTeX
USEFUL FOR

Mathematicians, physics students, and anyone involved in computational geometry or linear algebra who needs to understand vector projections and their calculations.

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 ]
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 13 ·
Replies
13
Views
5K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K