Astro-Mathematics

Eclipse Position

Given the date that a solar eclipse occurs, for time \(t\) UTC during the eclipse, the Besselian elements can be calculated. These elements need to be transformed to the longitude and latitude of the location on the Earth’s surface. The Besselian elements will be given a b subscript for example \(x_b\).

Coordinate Axes

A coordinate axis system is required for coordinate transformations that must be related the the Besselian Fundamental Plane.

Earth Polar Plane
Figure 1. Earth Polar Plane

Figure 1 shows a cross section through the Earth that passes through the centre of the Earth and the poles. The Earth is an ellipsoid, the diagram exaggerated the eccentricity. The accepted value is \(e^2 = 0.006694540\).

The origin is at the centre of the earth \(O\) and the \(z\) axis points in the direction of the North Pole.

The \(x\) axis is coincident with the \(x\) axis of the Fundamental Plane. The \(y\) axis points backward.

The Earth’s radius will be defined to be \(1\). The semi-minor axis.

\[\epsilon^2 = 1 - e^2\]

The shadow code axis meets the Fundamental Plane atthe point \((x_b, y_b)\). It’s declination is defined by a Besselian element that needs to be converted from degrees to radians \(d = d_b\pi/180\). The transformation from the Fundamental Plane to cartesian coordinates requires an X rotation of \(-d\). The shadow code can now be defined by the point Y.

\[YO = (x_b, y_b\sin d_, y_b\cos d)\]

The unit direction \(\hat{n}\).

\[\hat{n} = (0, -\cos d, \sin d)\]

Ellipsoid Intersection

The Earth can be represented by an ellipsoid.

\[x^2 + y^2 + \frac{z^2}{\epsilon^2} = 1\]

The cone centreline.

\[x = x_b;\quad y = y_b\sin d - \lambda\cos d;\quad z = y_b\cos d + \lambda\sin d\]

Substitute \(x\) from Equation (5) into Equation (4) rearrange and let \(\xi^2 = 1 - x_b^2\).

\[\frac{y^2}{\xi^2} + \frac{z^2}{\epsilon^2\xi^2} = 1\]

Equation (6) describes an elliptic cross section through the Earth that is parallel to the YZ plane and contains the shadow cone centreline.

Earth Surface Y-Z Slice
Figure 2. Earth Surface Y-Z Slice

The coordinates of the intersection of the shadow cone axis and the Earth’s surface \(C = (x_b, \alpha, \beta)\) are required.

Substitute \(y\) and \(z\) from Equation (5) into Equation (6) and rearrange.

\[\epsilon^2(y_b\sin d - \lambda\cos d)^2 + (y_b\cos d + \lambda\sin d)^2 - \epsilon^2\xi^2 = 0\]

Expand the squares and collect the \(\lambda\) terms.

\[\lambda^2(\epsilon^2\cos^2 d + \sin^2 d) + 2\lambda y_b\sin d\cos d(1 - \epsilon^2) + y_b^2(\epsilon^2\sin^2 d + \cos^2 d) - \epsilon^2\xi^2 = 0\]

Use the quadratic equation to solve for \(\lambda\). Take the positive square root solution. If there are no real solutions, then the shadow axis doesn’t intercept the Earth’s surface.

Calculate the coordinates of the intersection of the shadow cone axis and the Earth’s surface \(C = (x_b, \alpha, \beta)\) using Equation (5) and the value of \(\lambda\).

Shadow Code Axis Coordinates

Plane through Earth centre
Figure 3. Plane through Earth centre, North pole, and shadow axis intersection

Figure 3 shows the ellipse that is the plane through the points \(O\), \(N\), and \(C\). The distance \(OC_1\) is \(\chi\).

\[\chi = \sqrt{x^2 + \alpha^2}\]

The latitude \(\phi\) is:

\[\phi = \tan^{-1}\left(\frac{\beta}{\chi}\right)\]
Figure 4: Earth Latitude Plane
Figure 4. Earth Latitude Plane

Figure 4 shows the plane of the latitude of where the shadow axis intersects the Earth’s surface. The radius of the circle of latitude is OC. The Besselian element \(\mu\) is the hour angle of the shadow axis. The angle \(\theta\) is angle at point \(C\).

\[\tan\theta = \frac{x}{\alpha}\]

The longitude \(\lambda\) can now be calculated. It needs to be converted into the range \(-\pi < \lambda \le \pi\).

\[\lambda = \pi - \theta - \mu\]

Umbral Cone Vertex

The vertex of the umbral cone needs to be calculated.

The Umbral Cone Vertex
Figure 5. The Umbral Cone Vertex

Figure 5 shows a close up of the YZ plane where the umbral cone meets the Fundamental Plane at point Y. The shadow cone axis needs to be projected back to the cone vertex point V. The umbral cone intersection with the Fundamental Plane is a circle. The radius of the circle is the Besselian element \(|l_2|\). The modulus is taken as by convention \(l_2 < 0\).

The angle \(f_2 = \widehat{YVU}\) is defined by the Besselian element \(\tan f_2\). The distance YV can be defined.

\[r = \frac{|l_2|}{\tan f_2}\]

The vertex position can be calculated from point Y and the shadow cone axis direction.

\[V = Y - r\hat{n} = (x_b, y_b\sin d, y_b \cos d) - \frac{|l_2|}{\tan f_2}(0, -\cos d, \sin d)\]

Cone North and South Limits

The North and South limits of the umbral cone can be calculated by intersecting the shadow cone North and South limit lines with the Earth ellipsoid. In these cases the cone vertex point is used and the unit direction vectors change.

For the North limit.

\[\hat{n} = (0, -\cos(d + f_2), \sin(d + f_2)) = (0, \sin d\sin f_2 - \cos d\cos f_2, \sin d\cos f_2 + \cos d\sin f_2)\]

For the South limit.

\[\hat{n} = (0, -\cos(d - f_2), \sin(d - f_2)) = (0, -\sin d\sin f_2 - \cos d\cos f_2, \sin d\cos f_2 - \cos d\sin f_2)\]
Copyright (C) 2019 - 2026 Dr Phill Edwards, All Rights Reserved