Minimum distance between two satellites

  • Thread starter Thread starter peripatein
  • Start date Start date
  • Tags Tags
    Minimum Satellites
AI Thread Summary
The discussion focuses on calculating the minimum distance between two satellites, A and B, moving at constant velocities. The proposed solution involves determining their positions over time and calculating the distance using a specific formula. The calculated minimum distance is expressed as SQRT[1/2(a1+b2)^2 + (b3-a3)^2]. The contributor expresses uncertainty about the correctness of the solution and seeks confirmation. Reference to the Wikipedia article on skew lines is suggested for additional clarity on the topic.
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.
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top