Minimum distance between two satellites

  • Thread starter Thread starter peripatein
  • Start date Start date
  • Tags Tags
    Minimum Satellites
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
1 reply · 3K views
peripatein
Messages
868
Reaction score
0
A space base has traced stallites A and B at a particular moment at:
A0 = (a1,0,a3) B0 = (0,b2,b3)
whereas the base itself is located at the origin (0,0,0) and the satellites move at constant velocities with respect to the base:
Va = (Va,0,0) Vb = (Vb,Vb,0)

The minimum distance between satellites A and B ought to be computed.

My proposed solution:

OA = A0 + Va * t = (a1,0,a3) + (Va,0,0)t
OB = B0 + Vb * t = (0,b2,b3) + (Vb,Vb,0)t

I found the minimum distance to be:

SQRT[1/2(a1+b2)^2 + (b3-a3)^2]

Am I correct? Could someone please confirm?
 
Physics news on Phys.org
Doesn't look right to me.

The Wikipedia article on skew lines might be helpful, particularly the section on the distance between skew lines.