Keeping time between the equinoxes

Ever noticed how there are more days between spring and fall than there are between fall and spring? If you do a rough tally of the days between March 21, and September 21 — the traditional starting dates of spring and fall — you find 184 days.

“Ah, but wait!” you say. “Those are approximations of the astronomical spring and fall equinoxes.” That’s a sharp observation. But if we pull up the actual dates from a database and compute the intervals, it gets even worse (see figure below).

days between the spring and fall equinox

Don’t get me wrong, I love the fact that summers are longer than winters in the northern hemisphere, where I live. One thing I also love is astronomy. And it can actually help us solve the mystery, and make us learn a thing or two in the process.

To get started, it helps to draw the orbit of the Earth around the Sun (see the next figure). For simplicity, let’s start by assuming that the Earth is closest to the Sun when it is at the winter solstice. This is not exactly true, and we will come back to this later, but it is close enough for the time being. By the way, this is why winters and summers are milder in the Northern hemisphere than in the South.

ellipse

The equinoxes correspond to the points of intersection between the Earth’s orbit, and the plane going through its equator. The solstices are at midpoints between the equinoxes. The moments when the Earth crosses them is when the Sun appears higher (summer) and lower (winter) in the sky at noon.

Kepler taught us that the area swept out by the line connecting the Sun and the Earth between two points in its orbit is proportional to the time the Earth takes to travel between those points. This means that the ratio between the areas and on the figure is equal to the number of days between fall and spring divided by the number of days between spring and fall:

It is possible to compute these areas directly from the formula giving the position of the Earth along its orbit:

where is the semi-major axis (half the dashed line on the figure), and is an angle called the true anomaly. The last symbol is the eccentricity of the orbit. When it reduces to a circle. In that limit, it is fairly simple to guess from the figure that the areas would be the same, and therefore also the intervals of time between both equinoxes. To get a more quantitative expression, let’s compute the two areas from the dedicated formula in polar coordinates:

Both of these integrals can be evaluated exactly after plugging in Eq.. In our case, however, it is more than enough to look at the limit of , in which case the essence of both of these integrals reduces to:

Using this, we finally get the ratio of the two areas:

where we have used one last time to get to the right-hand side. If we set the value of the ratio equal to , we find . That is pretty close to the actual value of . It’s even better if we look instead at the combination:

The left-hand side is equal to , which gives .

We can get even closer by returning to our earlier simplification, and by taking into account the actual position of the winter solstice on the Earth’s orbit. In reality, the situation is closer to the figure below:

tilted ellipse

The quantity that matters here, is the angle called the longitude of the perihelion which gives the position of the orbital point closest to the Sun (the perihelion), measured from the spring equinox treated as the direction of reference. Its value is . Taking this into account is simple enough, we just need to change the bounds of integration slightly, when computing the new areas and :

Repeating the rest of the computation modifies Eq. into:

Punching in the numbers gives . Bang on!

The longitude of the perihelion is not constant but changes in time. This is the reason behind the downward trend observable on the first figure and will be the object of a future post.

Like or comment on bluesky
5 likes
liked by Jenny Wong (she/her)liked by Effing ❄️🌼liked by Felix Gerickliked by Ankit Barikliked by Burr Ito
1 comments, sorted by newest first
The scripts to produce the figures in TikZ can be found here:
github.com/jrekier/Tikz...