dimensionless
- 461
- 1
Homework Statement
Two lines in space are in the same plane. Line AB passes through points A(x,y,z) and B(x,y,z), and line CD passes through points C(x,y,z) and D(x,y,z). Determine if these two lines are parallel. If they are not, determine the x,y,z coordinates where these two lines intersect.
Homework Equations
The parametric equations for lines passing through points A and B are:
x = A_{x} + (B_{x}-A_{x})t
y = A_{y} + (B_{y}-A_{y})t
x = A_{z} + (B_{z}-A_{z})t
Symmetric equations for the same point:
\frac{x - A_{x}}{(B_{x}-A_{x})} = \frac{y - A_{y}}{(B_{y}-A_{y})} = \frac{z - A_{z}}{(B_{z}-A_{z})}
The Attempt at a Solution
I tried setting
x = A_{x} + (B_{x}-A_{x})t
and
x = C_{x} + (D_{x}-C_{x})t
equal. This resulted in:
t = \frac{C_{x}-A_{x}}{(B_{x}-A_{x})-(D_{x}-C_{x})}
When I worked this out, I got numbers that did not seem to fit. The symmetric equations did not seem to fit either. I also tried writing the equation down as:
z(x,y) = Ex + Fy + G
but this is for a surface.
I have a feeling the answer is pretty simple, but for some reason I'm not finding it it. Any help is appreciated.
Last edited: