Common perpendicular of two lines

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 5K views
ydan87
Messages
25
Reaction score
0
Hi there,
The two given lines:
1) x / 2 = (y-1) / 2 = z
2) x + 1 = y – 2 = (z + 4) / 2
I need to find the common perpendicular between them.
Though when I tried to calculate the distance between them, I get 0.

Can someone please help?

Thanks in advance
 
Physics news on Phys.org
Think about the cross product of their direction vectors.
 
Easier than I thought! Thanks :)
 
Direction vectors of lines 1 and 2: V1 = (2, 2, 1), V2 = (1, 1, 2)
V1 X V2 = (3, -3, 0)

Is it correct?