Common perpendicular of two lines

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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
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?