Find Intersection Point of Vectors | Problem Solved

  • Thread starter Thread starter vinay_mamgain
  • Start date Start date
  • Tags Tags
    Vectors
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
vinay_mamgain
Messages
3
Reaction score
0
i have just joined ur sit e
can u help me out
if we have the initial point of two vectors and equations of these vectors , how can we find the intersection point of these vectors
 
Physics news on Phys.org
?? Vectors are "free floating"- only specific representations have initial points. And even those may not intersect- they may not reach far enough.
If you mean you have two lines, one passing through [itex](x_0,y_0,z_0)[/itex] in the same direction as vector Ai+ Bj+ Ck, the other passing through [itex](x_1, y_1, z_1)[/itex], in the same direction as vector Ui+ Vj+ Wk, then the first line can be written in parametric equations [itex]x= x_0+ At[/itex], [itex]y= y_0+ Bt[/itex], [itex]z= z_0+ Ct[/itex] and the second line can be written in parametric equations [itex]x= x_1+ Ut[/itex], [itex]y= y_1+ Vt[/itex], [itex]z= z_1+ Wt[/itex]. Set "x=x", "y= y", "z= z", and solve the resulting three equations for s and t.
Of course, in general, three equations won't give just two unknown values- in three dimensions most lines are "skew" and don't intersect. If you are working in 2-dimensions, (x, y), just ignore the z equations and you have two equations to solve for s and t.
 
thanks sir for ur answer.
u got me right.

here is one other problem.
given initial points of two vector with their equation
what will be the minimum distance between them if they don't intersect.

i had read one of the answer written in ur site , that subtract one vector from the other and taking the magnitude of that resultant vector will give us result.

now suppose if our one vector start at (1,0,0) with equation 2i +0j + 0k i.e 2i. Other has (2,0,0) as initial point with eq 2i( as i think two parallel vectors with equal magnitude have same equation).then according to above solution ,the answer is zero. pease if possible give formula.


thanks
vinay