Hand Calculations logo Hand Calculations All help pages ▾

Reentry Range⚠ unverified

Aerospace / Reentry · Downrange distance during reentry

Parameters

InputSymbolUnitDefaultDescription
vvm/s7000.0Entry velocity
gammaγrad0.087Flight path angle
RRm6371000.0Planet radius
OutputSymbolUnitDescription
rangeXmDownrange distance

The science & history

Understanding the Parameters

Derivation (Approaching a Proof)

A rigorous downrange requires integrating the horizontal velocity along the entry trajectory, $X = \int V\cos\gamma\,dt$, coupled to the Allen–Eggers deceleration (Reentry Velocity) — a problem with no simple closed form. The registry uses a scaling estimate instead. The ground arc subtended is $R$ times the angular sweep; taking the flight-path angle $\gamma$ as a proxy for the geometry and weighting by how close the entry is to orbital speed gives

$$X \approx R\,\gamma\,\frac{V}{V_c},$$

with $V_c = \sqrt{gR} \approx 7900\,\text{m/s}$ the circular orbital velocity — the natural velocity scale at which a body would not descend at all (it would orbit). $\blacksquare$

The physical reading: a vehicle entering near orbital speed ($V \to V_c$) is barely being pulled down and skims a long ground track; one entering slow and steep drops quickly and lands near its entry point. The estimate captures these limits but not the trajectory detail — for mission design the full equations of motion (with lift, drag, and gravity) are integrated numerically to produce the landing footprint.

Dimensional check. $R\,\gamma\,(V/V_c)$: $R$ in metres, $\gamma$ in radians (dimensionless), $V/V_c$ dimensionless, so $X$ is in metres. $\checkmark$

History and Development

Related Concepts: Reentry Velocity, Lift To Drag Reentry, Ballistic Coefficient, Skip Reentry Delta V, Reentry Time, Circular Orbit Velocity, Glide Ratio

Notes: Registry calculator reentry-range (unverified). Placeholder latex $f(V,\gamma,R)$; actual code is the heuristic $X = R\,\gamma_{\text{rad}}\,V/7900$ ($7900\,\text{m/s} = $ circular orbital speed), a scaling estimate, not a trajectory integral. Unit inconsistency: $\gamma$ labelled rad but treated as degrees. Cross-range (steering) comes from lift, not this formula. Flagged in Known Issues.

← Back to the workspace  ·  All help pages  ·  Getting started