I have a question to do, and I keep getting the answer wrong.
I need to know the distance between these parallel lines:
L1: [x,y,z] = [1, 3,-4] + s[2,-5,2]
L2: [x,y,z] = [4, 0, 2] + t[2,-5,2]
The answer is 4.58, but I have no idea how to get that.
Thank you to everyone in advance.
The formula for distance between parallel lines in $3D$ is $$\frac{|\vec b ×(\vec a_{2}-\vec a_{1})|}{|\vec b|}$$ where $L_1=\vec a_1+\lambda \vec b,L2=\vec a_2+\lambda \vec b$ can you continue from here.