Projecting a vector onto a plane problem

  • Thread starter Thread starter dcl
  • Start date Start date
  • Tags Tags
    Plane Vector
AI Thread Summary
To project a vector 'u' onto a plane spanned by two vectors 'v1' and 'v2', the formula involves calculating the projection as P(u) = c1*v1 + c2*v2, where c1 and c2 are the inner products of 'u' with 'v1' and 'v2', respectively. The discussion highlights that the vectors should ideally be mutually orthogonal unit vectors to ensure the projection property holds. A matrix can be constructed to perform this transformation, which would apply the projection operation to any vector 'V' into the defined plane. The conversation emphasizes the simplicity of the projection process once the correct approach is understood. Understanding these concepts is crucial for effectively working with vector projections in linear algebra.
dcl
Messages
54
Reaction score
0
Heya's
how would one go about spanning a vector say 'u' onto a plane spanned by vectors v1 and v2.

I have a formula for projecting a vector onto say a subspace w:
projw(u) = <u,v1>v1 + <u,v2>v2 + ... <u,vn>vn
But I'm unsure how to use this for when I need to project the vector onto a plane spanned by 2 other vectors.

Thanks.
 
Mathematics news on Phys.org
dcl : I am confused by the fact that you provide the correct formula !

Say you have a vector \vec{V}=\{V_i\} with components indiced by i in a general n dimensional linear (vector) space : i\in \{0,1,2,\cdots ,n\}. Say in this n dimensional space you have a plane defined by two vectors \vec{u}^{(1)} = \{u^{(1)}_i\} and \vec{u}^{(2)} = \{u^{(2)}_i\}. Then the straightforward application of your formula leads to the projection P(\vec{V}) of the vector \vec{V} onto the plane spanned by \vec{u}^{(1)} and \vec{u}^{(2)} :

P(\vec{V}) = \sum_{i=1}^2 \langle \vec{u}^{(i)},\vec{V} \rangle \vec{u}^{(i)} = c_1 \vec{u}^{(1)} + c_2 \vec{u}^{(2)}

with c_1 = \langle \vec{u}^{(1)},\vec{V} \rangle = \sum_{i=1}^n u^{(1)}_i V_i and c_2 = \langle \vec{u}^{(2)},\vec{V} \rangle = \sum_{i=1}^n u^{(2)}_i V_i
 
Thanks for that, guess it was simpler than I thought. :)
 
If I'm not mistaken,
in projw(u) = <u,v1>v1 + <u,v2>v2 + ... <u,vn>vn ,
the v1,...,vn should be mutually-orthogonal unit vectors
since a projection must satisfy projw(projw(u))=projw(u).
 
How could you create a matrix that performs this transformation? In other words, what matrix would project any vector V into the plane spanned by v1 and v2?
 
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...
Back
Top