Logarythmic
- 277
- 0
Homework Statement
The given data is the perigee altitude r_p, the apogee altitude r_a and the period T. Mission: find the altitude 30 min after perigee passage.
Homework Equations
Semi-major axis a is calculated.
Kepler's equation gives a relation for the eccentric anomaly E:
E - \epsilon \sin{E} = \frac{2 \pi}{T} \left( t - t_p \right)
The radius of the orbit is given by
r = a \left( 1 - \epsilon \cos{E} \right)
The Attempt at a Solution
How do I solve for the eccentric anomaly E so I can use the formula for the radius? Or should I use another approach?