Decomposing a vector into parallel and perpendicular components

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
dpa
Messages
146
Reaction score
0

Homework Statement



Let x,y is in Vn, such that x is not equal to zero.
Show that you can find vectors y and y// is in Vn such that y=y + y// and y// is parallel to x and y is perpendicular to x.

Homework Equations


x//y => x=ky
x.y=0 if x┴y

The Attempt at a Solution


I calculated the components of y along y and y// and showed that the synthesis of these gives y. I was adviced to use x as well. So I need different method.

By supposing y//=kx,
y=y-y//
we write,
kx.(y-y//)=0
and I was asked to find k and show,y=y + y//. I have no idea how to proceed after the above line.

Thank You
 
Physics news on Phys.org
I was suggested not to use vector projections that are in trigonometric forms.
As for the y||=(x.y/x^2).x form,
I know that what I can do is find
y||=(y.kx/(kx)^2).kx [sorry, k is not bold here]
and yperp.=y-xk.,
I have no idea hence forth.
 
dpa said:
I was suggested not to use vector projections that are in trigonometric forms.
As for the y||=(x.y/x^2).x form,
.
This is what I meant by vector projection. In fact, you can take k = (x.y/x^2), can't you?