The line $l_1$ passes through the position vector $i-j-2k$ and is parallel to the vector $3i-4j-2k$.
The line $l_2$ passes through the position vector $(1+5\cos t)i-(1+5\sin t )j-14k$ where $0≤ t≤2\pi$ and is parallel to the vector $15i+8j-3k$.
Show that both lines don't intersect
I have solved it by showing that minimum distance between the two lines is greater than 0 by finding the minimum point of distance function of the perpendicular between them.
However I am interested in a method that involves comparing the vector components of the two lines and then somehow showing that two lines don't intersect. (Maybe by contradiction)
Is there a way to solve it through that method?