Find Intersection Point of Vectors | Problem Solved

  • Thread starter Thread starter vinay_mamgain
  • Start date Start date
  • Tags Tags
    Vectors
AI Thread Summary
To find the intersection point of two vectors given their initial points and equations, set up parametric equations for each vector and solve the resulting equations for the parameters. In three dimensions, lines may be skew and not intersect, while in two dimensions, only two equations are needed. If the vectors do not intersect, the minimum distance can be calculated by subtracting one vector from the other and taking the magnitude of the resultant vector. However, if two parallel vectors have the same direction and magnitude, the distance between them is zero, which highlights the need for careful consideration of their initial points. Understanding these concepts is crucial for accurately determining intersections and distances between vectors.
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 (x_0,y_0,z_0) in the same direction as vector Ai+ Bj+ Ck, the other passing through (x_1, y_1, z_1), in the same direction as vector Ui+ Vj+ Wk, then the first line can be written in parametric equations x= x_0+ At, y= y_0+ Bt, z= z_0+ Ct and the second line can be written in parametric equations x= x_1+ Ut, y= y_1+ Vt, z= z_1+ Wt. 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
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top