A landing footprint, also called a landing ellipse, is the area of uncertainty of a spacecraft's landing zone on an astronomical body. After atmospheric entry, the landing point of a spacecraft will depend upon the degree of control (if any), entry angle, entry mass, atmospheric conditions, and drag. (Note that the Moon and the asteroids have no aerial factors.) By aggregating such numerous variables it is possible to model a spacecraft's landing zone to a certain degree of precision. By simulating entry under varying conditions an probable ellipse can be calculated; the size of the ellipse represents the degree of uncertainty for a given confidence interval.
Mathematical explanation To create a landing footprint for a spacecraft, the standard approach is to use the Monte Carlo method to generate distributions of initial entry conditions and atmospheric parameters, solve the reentry equations of motion, and catalog the final longitude/latitude pair ( λ , ϕ ) {\displaystyle (\lambda ,\phi )} at touchdown. It is commonly assumed that the resulting distribution of landing sites follows a bivariate Gaussian distribution:
f ( x ) = 1 2 π | Σ | exp [ − 1 2 ( x − μ ) T Σ − 1 ( x − μ ) ] {\displaystyle f(x)={\frac {1}{2\pi {\sqrt {|\Sigma |}}}}\exp \left[-{\frac {1}{2}}(x-\mu )^{T}\Sigma ^{-1}(x-\mu )\right]}
where:
x = ( λ , ϕ ) {\displaystyle x=(\lambda ,\phi )} is the vector containing the longitude/latitude pair
μ {\displaystyle \mu } is the expected value vector
Σ {\displaystyle \Sigma } is the covariance matrix
| Σ | {\displaystyle |\Sigma |} denotes the determinant of the covariance matrix Once the parameters ( μ , Σ ) {\displaystyle (\mu ,\Sigma )} are estimated from the numerical simulations, an ellipse can be calculated for a percentile p {\displaystyle p} . It is known that for a real-valued vector x ∈ R n {\displaystyle x\in \mathbb {R} ^{n}} with a multivariate Gaussian joint distribution, the square of the Mahalanobis distance has a chi-squared distribution with n {\displaystyle n} degrees of freedom:
( x − μ ) T Σ − 1 ( x − μ ) ∼ χ n 2 {\displaystyle (x-\mu )^{T}\Sigma ^{-1}(x-\mu )\sim \chi _{n}^{2}}
This can be seen by defining the vector z = Σ − 1 / 2 ( x − μ ) {\displaystyle z=\Sigma ^{-1/2}(x-\mu )} , which leads to Q = z 1 2 + ⋯ + z n 2 {\displaystyle Q=z_{1}^{2}+\cdots +z_{n}^{2}} and is the definition of the chi-squared statistic used to construct the resulting distribution. So for the bivariate Gaussian distribution, the boundary of the ellipse at a given percentile is z T z = χ 2 2 ( p ) {\displaystyle z^{T}z=\chi _{2}^{2}(p)} . This is the equation of a circle centered at the origin with radius χ 2 2 ( p ) {\displaystyle {\sqrt {\chi _{2}^{2}(p)}}} , leading to the equations:
… excerpt ends here. Continue reading the full article.


