Samiksha Jaiswal (Editor)

True anomaly

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
True anomaly

In celestial mechanics, true anomaly is an angular parameter that defines the position of a body moving along a Keplerian orbit. It is the angle between the direction of periapsis and the current position of the body, as seen from the main focus of the ellipse (the point around which the object orbits).

Contents

The true anomaly is usually denoted by the Greek letters ν or θ, or the Latin letter f.

As shown in the image, the true anomaly f is one of three angular parameters ("anomalies") that defines a position along an orbit, the other two being the eccentric anomaly and the mean anomaly. Note that the satellite P orbits around the planet which is at position F.

From state vectors

For elliptic orbits, the true anomaly ν can be calculated from orbital state vectors as:

ν = arccos e r | e | | r | (if rv < 0 then replace ν by 2πν)

where:

  • v is the orbital velocity vector of the orbiting body,
  • e is the eccentricity vector,
  • r is the orbital position vector (segment fp) of the orbiting body.
  • Circular orbit

    For circular orbits the true anomaly is undefined, because circular orbits do not have a uniquely-determined periapsis. Instead the argument of latitude u is used:

    u = arccos n r | n | | r | (if rz < 0 then replace u by 2πu)

    where:

  • n is a vector pointing towards the ascending node (i.e. the z-component of n is zero).
  • Circular orbit with zero inclination

    For circular orbits with zero inclination the argument of latitude is also undefined, because there is no uniquely determined line of nodes. One uses the true longitude instead:

    l = arccos r x | r | (if vx > 0 then replace l by 2πl)

    where:

  • rx is the x-component of the orbital position vector r
  • vx is the x-component of the orbital velocity vector v.
  • From the eccentric anomaly

    The relation between the true anomaly ν and the eccentric anomaly E is:

    cos ν = cos E e 1 e cos E

    or using the sine and tangent:

    sin ν = 1 e 2 sin E 1 e cos E tan ν = sin ν cos ν = 1 e 2 sin E cos E e

    or equivalently:

    tan ν 2 = 1 + e 1 e tan E 2 .

    Therefore,

    ν = 2 a r g ( 1 e cos E 2 , 1 + e sin E 2 )

    where arg(xy) is the polar argument of the vector (xy) (available in many programming languages as the library function atan2(y, x) in Fortran and MATLAB, or as ArcTan[x, y] in Wolfram Mathematica).

    Radius from true anomaly

    The radius (distance from the focus of attraction and the orbiting body) is related to the true anomaly by the formula

    r = a 1 e 2 1 + e cos ν

    where a is the orbit's semi-major axis (segment cz).

    References

    True anomaly Wikipedia