Intersection of Lines (Vectors)

AI Thread Summary
The discussion centers on proving that two intersecting lines represented by specific parametric equations lie in the plane defined by the equation r.(c × d) = 0. The participant has demonstrated that the lines intersect at the point (c1 + d1, c2 + d2, c3 + d3) but struggles to formally prove their presence in the specified plane. It is noted that for the proof to hold, the lines must intersect at exactly one point, as infinitely many intersections complicate the plane definition. The suggestion is made to express the lines as vector equations to clarify their relationship to the plane generated by vectors c and d. Overall, the key focus is on establishing the geometric relationship between the lines and the defined plane.
FeDeX_LaTeX
Science Advisor
Messages
436
Reaction score
13

Homework Statement


Show that if the two lines

##\frac{x - c_1}{d_1} = \frac{y - c_2}{d_2} = \frac{z - c_3}{d_3}## and

##\frac{x - d_1}{c_1} = \frac{x - d_2}{c_2} = \frac{x - d_3}{c_3}##

intersect, they lie in the plane ##r.(c \times d) = 0##

where c = c1i + c2j + c3k and d = d1i + d2j + d3k

The Attempt at a Solution



I've shown that they intersect at ##x = c_1 + d_1, y = c_2 + d_2, z = c_3 + d_3##. It seems intuitively obvious that the lines lie in the plane r.(c x d) = 0, but I just can't seem to properly show this. Any advice?
 
Physics news on Phys.org
It is possible for the lines to intersect at infinitely many points, for example let ##c_i = d_i = i##. In this case, ##r . (c × d) = 0## isn't a plane. So I think one must assume we are talking about lines that intersect at exactly one point, if at all.

Given this, and assuming your proof is correct that they intersect at c+d if they intersect at all, showing that the points (c, d, c+d) are in that plane will suffice because each line goes through two of those points.
 
Thanks -- I assume that the lines are non-parallel. All three points lie in the plane.
 
The question is a little odd. Those two lines necessarily intersect (at x = c+d).
Given an equation like ##\frac{x - c_1}{d_1} = \frac{y - c_2}{d_2} = \frac{z - c_3}{d_3}##, you can set each term to equal some scalar parameter t, then express the line as a vector equation. It should then be obvious that the line lies in the subspace (be it a line or a plane) generated by c and d.
 
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...
Back
Top