Find points P,Q which are closest possible with P lying on the line
$x$ $=$ $-1-8t$, $y$ $=$ $-9+5t$, $z$ $=$ $1+3t$
and Q lying on the line
$x$ $=$ $4+6s$, $y$ $=$ $-253+12s$, $z$ $=$ $705+7s$.
So this is what I did:
I computed the cross product like this:
$det\begin{pmatrix}i&j&k\\ -8&5&3\\ 6&12&7\end{pmatrix}$
and got $-i+72j-102k$
And, therefore, the normal vector is:
$\begin{pmatrix}-1\\ 72\\ -102\end{pmatrix}$
But I am not sure how to proceed after this. I believe I need to calculate the projection but I am not sure how with the variables I have been given. And also, what exactly would I need to do after calculating this projection.
Any help would be highly appreciated!
Hint:
$\overrightarrow{PQ}$ should be parallel to the normal vector.
Express $\overrightarrow{PQ}$ in terms of $s$ and $t$. Then find $s$ and $t$ using proportion.