HallsofIvy said:
I've been working on trying to solve the following question. (See figure)
(NOTE FOR FIGURE: Ignore salshed out part)
The first thing I did is write the two lines in vector format with different parameters (s&t). After that, looking at the direction vectors of each line we can determine that one is not a multiple of the other, therefore they musn't be parallel. I double checked this with the cross product between the two direction vectors, and I did not obtain the zero vector.
From here I established a system of equations, equating the x, y and z coordinates and solving for t and s.
Since I obtained t = -12 and s = 7, the two lines should intersect at some point, and the distance should simply be 0, but I'm not entirely sure this is true.
Am I interpreting the question wrong?
Thanks again.
EDIT: Is it possible that both the lines are defined by the same parameter, t? If so then they lines would be skew lines, correct?
As soon as I can clarify the first few questions I have, then I may have a question regarding the intution behind solving for the distance between two lines.