Problem: Let L1 be the line passing through the points Q1 = (4, 3, 1) and Q2 = (5, 1, −1) and let L2 be the line passing through the point P1 = (−7, 15, −7) with direction vector →d=<−4, 4, −4>. Determine whether L1 and L2 intersect. If so, find the point of intersection Q.
I think I am attempting this problem wrong. I first get L1 by doing Q1 + t(Q2), which gives me <5t + 4, t + 3, -t + 1> and get L2 by doing L2 + →d = <-4d - 7, 4d + 15, -4d -7>
After this, I just solved for t and d, and plugged in the values for L1 and L2, but I get the wrong answer on every variant of this question. Can anyone help guide me through this?
Please check the equation of your second line to find a mistake in the direction vector.
Hopefully that solves your problem.