Expressing Vector a as the Sum of Two Vectors Parallel and Perpendicular to b

  • Thread starter Thread starter Physics_Student
  • Start date Start date
  • Tags Tags
    Vector
AI Thread Summary
To express vector a = (2,4,-2) as the sum of two vectors, one parallel and one perpendicular to vector b = (4,-2,2), the projection formula is used. The projection of a onto b is calculated using proj(a, b) = (a·b)/(b·b) * b, which gives the parallel component. The perpendicular component can be found by subtracting the parallel component from a, resulting in a_o = a - a_p. This method clarifies the relationship between the two components, making the process straightforward. Understanding this concept is essential for working with vector decomposition in linear algebra.
Physics_Student
Messages
5
Reaction score
0
I'm having trouble with what should be a simple question!

Let a = (2,4,-2) and b = (4,-2,2)

I need to be able to express a as the sum of two vectors, one parallel to b and the other perpendicular to b.

Thing is, I haven't the foggiest idea where to start! Any ideas?

Thanks
 
Mathematics news on Phys.org
The vector parallel to b is called the "projection of a onto b". There is a formula for it, and it should be covered in any basic book on linear algebra (at least in the cases of the vectors being in R^2 or R^3). proj(a, b) = (a.b)/(b.b) * b, (but obviously it's no good to just know the formula, so get yourself a book) ;).
 
erm,
u mean the component of a parallel to b is "the projection of a onto b" right?

anyways as muzza said the parallel component of a comes as a projection of a onto b and the entire thing can be written as,
a = [(a.b)/b^2] b + (a - [(a.b)/b^2] b)

the first component is parallel to b and the second component is perpendicular to b.

-- AI
 
erm,
u mean the component of a parallel to b is "the projection of a onto b" right?

Yes, I figured that was understood.
 
Thanks for the speedy replies.

I get where the parallel component comes from, but I don't understand where the perpendicular component comes from?
 
Let a_p be the aforementioned vector parallel to b, and a_o be the perpendicular vector. Then a = a_p + a_o <=> a_o = a - a_p = a - (a.b)/(b.b) * b.
 
Thanks, that explained it very clearly. Can't believe I didn't notice it was that simple.

Thanks
 
there should be some another method
 
Last edited:
misread it
 
  • #10
aswinsp thank you for your contribution but if you look at the time stamp above people's names you will see that this thread is 8 years old. Posting in such an old thread is called necroposting and is not allowed.
 
Back
Top