Vector Analysis: Show x,y in Vn can be Separated into y┴ & y//

AI Thread Summary
The discussion focuses on the decomposition of vector y in Vn into components y┴ and y//, where y// is parallel to vector x and y┴ is perpendicular to x. The user initially attempted to calculate these components but was advised to incorporate vector x into their solution. They explored the relationship between y, y┴, and y// by expressing y// as a scalar multiple of x and defining y┴ as the difference between y and y//. The conversation emphasizes avoiding trigonometric forms for vector projections and suggests using the formula y// = (x·y/x²)x for finding the parallel component. The user is encouraged to clarify the value of k in their calculations to complete the proof that y = y┴ + y//.
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
Do you know how to project a vector onto another vector?
 
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?
 
Back
Top