Problems from Distance between two straight lines in space

Calculate the distance between:

r:(x,y,z)=(2,1,3)+k(2,1,1)

r:(x,y,z)=(1,1,4)+k(1,3,2)

See development and solution

Development:

We start by determining the relative position of the straight lines.

First we verify that the governing vectors are not linearly dependent: v=(2,1,1)v=(1,3,2)}211312

The straight lines r and r intersect or cross.

We take a point A of r and a point A of r, and see if {AA,v,v} are linearly dependent or independent: A=(2,1,3)A=(1,1,4)}AA=(3,2,1)

|213132121|=0rank({AA,v,v})=0

Therefore the straight lines r and r' intersect and d(r,r)=0.

Solution:

d(r,r)=0

Hide solution and development
View theory