As mentioned in the Basics Page, the orbit path
is constrained to one plane called the ecliptic. By just looking
at the orbit in this plane, we can get a good picture of the size and shape
of the orbit in relation to the planet about which it is traveling.
In order to visually explore the many different possible orbits, I wrote
a small program in MatLAB.
This program prompts the user for 'a,' the semi-major axis, 'e,' the eccentricity,
and 'n,' the true
anomaly. The user can also choose the default values (2, 0.3, and
33 respectively) by just pressing the enter key. The first figure
(as seen below) that is generated, contains an image of: the central planet
(blue sphere), the orbiting body (small white circle) and its path (yellow),
as well as the 'P' (red) and 'Q' (green) vectors. Length units in this
figure are nondimensionalized with the planet's radius. |