Let $L_1$ be the line passing through the point $P_1=(2, 1, −2)$ with direction vector $v=[−3, 2, 3]$, and let $L_2$ be the line passing through the point $P_2=(1, −4, −1)$ with the same direction vector. Find the shortest distance $d$ between these two lines, and find a point $Q_1$ on $L_1$ and a point $Q_2$ on $L_2$ so that $d(Q_1,Q_2) = d$.
I've tried using the cross product on the direction vectors and using them to find points on $L_1$ and $L_2$. But that didn't help one bit, and I don't really know how else to go about this. Any help?