Question on Vectors and Components (NOT HW)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
037810
Messages
19
Reaction score
0
Okay, let's say there's vector a,b and c

What would be the difference between


projection of c on a and b

and

components of c along a and b


I thought they were the same...

thanks.
 
Physics news on Phys.org
The projections are like putting c and a or b tail to tail and dropping a perpendicular from the tip of c to the line defined by a or b and measuring from the tail of a or b to the intersection. In an inner product space with inner product <.,.>, the projection onto b can be calculated by <b, c>/||b||.
The components of c with respect to a and b are the numbers ca and cb such that c = caa + cbb. In the case that c is the sum of a and b, the components with respect to a and b are (1, 1). By the parallelogram law, this obviously does not correspond to the projection unless a and b are orthogonal unit vectors.
 
hmm... but drawing wise, they are the same?
 
Drawing wise they should be the same as saying what the poster above said by
grabbing the vector a and the vector c (we are projecting a onto c in this case) and its just the length of a in the c direction.

With regards to your question I'm pretty sure you have the right idea.