- #1
nicknaq
- 67
- 0
Homework Statement
Find the distance between the two lines.
b) L1: (2,1,0)+t[1,1,2]^T and L2: (2,3,-1)+t[-1,1,-3]
Homework Equations
see below at my attempt.
The Attempt at a Solution
I assume that I can't use the distance formula because these lines are not parallel? Is that a correct assumption?
So instead I will calculate the projection ...
P1 (2,1,0) d1= [1,1,2]
P2 (2,3,-1) d2=[-1,1,-3]
normal=d1xd2= [-5,1,2]^T
v=p1p2= [0,2,01]^T
v1=projn(v)= 0?
Not sure what to do with a proj=0 !
Help, quick!