Feynmanfan said:
Dear Forum friends,
Here's a problem I can't solve: The space shuttle Atlantis tries to put a satellite in a circular orbit with vo velocity. But they make a mistake and the actual velocity is vo(1+e).
I have to find the eccentricity of the orbit when e>0 and e<0, considering |e|<<1.
Can you guys help me with this?Thanks!
If you work out the equations for an object in an orbit around a central force in polar coordinates, r, \theta, where r is the distance of the satellite to the central body, and \theta is the angle, you will get the well known result
m \frac{d^2r}{dt^2} - m r (\frac{d\theta}{dt})^2 = f(r)
(which can be interpreted as saying that the total radial accleration is given by the difference of the centripetial acceleration needed to maintain constant r and the applied radial force)
plus another equation that is the conservation of angular momentum
m r^2 \frac{d\theta}{dt} = L
where L is a constant, the angular momentum of the orbit.
When you combine these two equations, you get the one dimensional equation
<br />
m \frac{d^2r}{dt^2} -\frac{L^2}{m r^3} = f(r)<br />
which yields a conserved quantity, the energy of the body in the orbit
<br />
E = \frac{1}{2} m [ (\frac{dr}{dt})^2 + r^2(\frac{d\theta}{dt})^2 ] + V(r) = \frac{1}{2} m [ ( \frac {dr}{dt})^2 + \frac{L^2}{m r^2} ] + V(r)<br />
This is often described as the "one dimensional equivalent problem", because the above equations of motion are the motion of a body of mass m with a constant energy E in an effective potential
Veff = V(r) - \frac{L^2}{2 m r^2}
For an inverse square law force due to gravity, we can specifically write out f(r) and V(r)
f(r) = -GmM/r^2
V(r) = -GmM/r
So you can find the maximum and minimum "turning points" of the orbit by solving for the radius r where dr/dt = 0 in the expression for the energy
<br />
\frac{1}{2} m [ (\frac {dr}{dt}) ^2 + \frac{L^2}{m r^2} ] -GmM/r = E<br />