3.2.16 · D1Orbital Mechanics & Astrodynamics

Foundations — True anomaly from eccentric anomaly

2,684 words12 min readBack to topic

This page builds every symbol the parent note uses, from absolute zero, in an order where each piece rests on the one before it. (The two angles named in that one-idea sentence — the "helper angle" and the "real angle" — get their formal symbols in §4; we deliberately avoid naming them with letters until then.) If a word or letter ever shows up in the parent and you are not 100% sure what it pictures, it is defined here.


1. The ellipse — the shape everything lives on

Figure — True anomaly from eccentric anomaly

Look at the figure. The long way across (left–right, red) is the major axis. The short way across (up–down, blue) is the minor axis. Half of each of these has a name:

Why the topic needs it: the parent's very first formula writes the body's height as — the squash factor is how much the circle was flattened, and without you cannot squash anything.


2. The coordinate system — where "right" and "up" mean something

Before any angle, , , or sign can mean anything, we must pin down where the origin is, which way points, and which way angles turn. Every formula on the parent page silently uses the convention below — here we make it loud.

Figure — True anomaly from eccentric anomaly

Why the topic needs it: a bare "" is meaningless until you know is measured CCW from a -axis pointing at perihelion. Sign errors in come almost entirely from ignoring this convention.


2b. Center , focus , and the offset

The gap between the center and the focus has its own name:

Why the topic needs it: the angle you actually observe is measured at the focus, but the easy helper angle is measured at the center. The whole conversion is really just "account for the shift between these two viewing points."


3. Eccentricity — the "how oval" number

The three key lengths are tied together by one Pythagorean-flavoured relation:

Why the topic needs it: the term appears in every conversion formula. It is not magic — it is just the squash factor written using .


4. Angles measured from somewhere — what an "anomaly" is

The word anomaly in astronomy just means "an angle that tells you where the body is on its orbit." There are three of them, and the entire topic is about converting between two of them. The key trap: an angle is meaningless until you say from which point and from which starting direction you measure it — which is exactly why §2 came first.

Figure — True anomaly from eccentric anomaly

5. The auxiliary circle and the eccentric anomaly

Here is the picture that defines — memorise it, because the parent's first step lives entirely inside it.

Figure — True anomaly from eccentric anomaly

6. Focus-relative coordinates and the radius

The true anomaly is measured at the focus, so we must re-express the planet's position with as origin. Because sits at in center coordinates, we slide the origin right by :

Figure — True anomaly from eccentric anomaly

Why the topic needs it: to read off the true anomaly you use and — you must have , and their length defined first. Everything downstream is just these three symbols.


7. The trig tools you must already own

The formulas use three trig ideas. Here is each, anchored to a picture in your head.


Prerequisite map

Ellipse a and b

Eccentricity e equals c over a

Center O and focus F

Squash factor root of 1 minus e squared

Circle trig cos sin

Auxiliary circle point a cosE and a sinE

Ellipse point squashed height

Coordinate convention x to perihelion CCW

Shift origin to focus xF yF

Radius r and angle nu at focus

Half angle identity

Clean tan nu over 2 formula

Topic 3.2.16 E to nu


Equipment checklist

Test yourself — say the answer out loud before revealing.

What does the semi-major axis measure, as a picture?
Half the longest width of the ellipse — from center to the far end of the long axis.
What is in terms of and ?
(the vertical squash factor times ).
State the coordinate convention this topic uses.
Origin at center or focus; -axis points to perihelion; angles measured counter-clockwise from .
Define eccentricity as a ratio.
= focus offset divided by semi-major axis.
Where does the mass (Sun) actually sit — center or focus?
At the focus , offset by from the center along .
Where is perihelion?
The orbit point closest to the focus, on the -axis; the zero-mark for all anomaly angles.
Where is the true anomaly measured from, and from which point?
From the perihelion direction, CCW, measured at the focus.
Where is the eccentric anomaly measured from, and from which point?
From the perihelion direction, CCW, measured at the center, using the auxiliary circle.
What are the focus-relative coordinates ?
, .
How do you get the ellipse point from the auxiliary-circle point?
Take and squash the height by , giving .
Write the half-angle identity for .
.
Which square-root sign do you keep converting to , and why?
The positive root, because and both stay in where is monotonic; use atan2 to recover safely.
Why avoid ?
It only returns , so it gives the wrong sign on the descending half of the orbit.
What does mean and what is its clean formula?
Focus-to-planet distance ; .