Let $L_1$ be the line passing through the points $Q_1=(4, −2, −4)$ and $Q_2=(5, −1, −5)$ and let $L_2$ be the line passing through the point $P_1=(−13, −12, 6)$ with direction vector $\underline{d}=[6, 3, −6]^T$. Determine whether $L_1$ and $L_2$ intersect. If so, find the point of intersection $Q$. If not, find a value for the $z$-coordinate of $P_1$ so the resulting lines do intersect.
Please tell me what the result is
Find the equation for both lines:
$$L_1 = \begin{pmatrix}4 \\ -2 \\ -4\end{pmatrix} + t\begin{pmatrix}1 \\ 1 \\ -1\end{pmatrix}\;L_2 = \begin{pmatrix}-13 \\ -12 \\ 6\end{pmatrix} + s\begin{pmatrix}6 \\ 3 \\ -6\end{pmatrix}$$ Set $L_1=L_2$, to form a set of linear equations in s and t:
$$\begin{pmatrix}4 \\ -2 \\ -4\end{pmatrix} + t\begin{pmatrix}1 \\ 1 \\ -1\end{pmatrix} = \begin{pmatrix}-13 \\ -12 \\ 6\end{pmatrix} + s\begin{pmatrix}6 \\ 3 \\ -6\end{pmatrix}$$ Rearranging: $$\begin{pmatrix}17 \\ 10 \\ -10\end{pmatrix}=s\begin{pmatrix}6 \\ 3 \\ -6\end{pmatrix}-t\begin{pmatrix}1 \\ 1 \\ -1\end{pmatrix}$$
Now $$17=6s- t,\ 10=3s-t\\\implies t=-3,s=\frac{7}{3}$$ Verify with the final equation: $$-10\neq-6(\frac{7}{3})+1(-3)$$ Since this does not hold, we must change either $L_1$ or $L_2$, e.g. $$-4-(t)=x-6(s)\\ \implies -4-(-3)=x-6(\frac{7}{3})\\ \implies x = 13.$$ So $$L_2 = \begin{pmatrix}-13 \\ -12 \\ 13\end{pmatrix} + t\begin{pmatrix}6 \\ 3 \\ -6\end{pmatrix}$$