Inclination Change Delta V⚠ unverified
Aerospace / Orbital · Compute the delta-v required for an orbital plane change
Parameters
| Input | Symbol | Unit | Default | Description |
|---|---|---|---|---|
| v | v | m/s | 1.0 | Orbital speed at the manoeuvre point |
| i | i | — | 1.0 | Inclination change angle, in degrees |
| Output | Symbol | Unit | Description |
|---|---|---|---|
| result | dv | m/s | Delta-v required for the plane change, in metres per second (m/s) |
The science & history
Understanding the Parameters
-
Why plane changes are brutally expensive — the burn scales with the full orbital speed $v$, which in LEO is $\sim7.7\ \text{km/s}$. A modest $30^\circ$ plane change costs $2\times7700\times\sin15^\circ \approx 3985\ \text{m/s}$ — more than a LEO→GEO Hohmann transfer, just to tilt the plane. A $60^\circ$ change costs a full $v$ ($\sim7.7\ \text{km/s}$). This is why launch sites are chosen for their latitude and why satellites launch directly into their operational inclination whenever possible.
-
The small-angle regime — for small $i$, $2v\sin(i/2) \approx v\cdot i$ (with $i$ in radians): the cost is roughly the speed times the angle. Even so, $v$ is enormous, so even small tilts cost hundreds of m/s.
-
Change the plane where you are slowest — since $\Delta v \propto v$, a plane change is cheapest where orbital speed is least. On an elliptical orbit that is apogee; for a mission needing both a plane change and an altitude raise, the classic trick is to do the plane change way out at the high-apogee of a transfer orbit (or even a bi-elliptic detour) where $v$ is small. Geostationary missions combine the GEO circularisation burn with the plane change to zero out the launch-site inclination in one efficient impulse.
-
It must happen at a node — the two orbital planes intersect along a line (the line of nodes). The burn can only rotate the plane about that line, so it must be applied where the spacecraft crosses it — the ascending or descending node. Anywhere else, the manoeuvre also shifts the orbit's other elements.
-
Speed unchanged, direction rotated — a pure inclination change does no net work on the orbit's energy: the speed magnitude, semi-major axis, and period are identical before and after (see Vis Viva Energy). All the $\Delta v$ goes into redirecting momentum, not adding energy — which is precisely why it feels wasteful.
Derivation (Approaching a Proof)
A pure plane change rotates the velocity vector through the angle $i$ while preserving its length. This is a problem of vector subtraction: the required $\Delta v$ is the difference between the new velocity $\mathbf{v}_2$ and the old $\mathbf{v}_1$, both of magnitude $v$, with an angle $i$ between them.
By the law of cosines on the isoceles triangle formed by $\mathbf{v}_1$, $\mathbf{v}_2$, and $\Delta\mathbf{v}$:
$$|\Delta v|^2 = v^2 + v^2 - 2\,v\,v\cos i = 2v^2(1 - \cos i).$$
Use the half-angle identity $1 - \cos i = 2\sin^2(i/2)$:
$$|\Delta v|^2 = 2v^2\cdot 2\sin^2\!\left(\frac{i}{2}\right) = 4v^2\sin^2\!\left(\frac{i}{2}\right).$$
Take the square root:
$$\Delta v = 2\,v\,\sin\!\left(\frac{i}{2}\right). \qquad\blacksquare$$
Geometrically, this is the base of an isoceles triangle with two equal sides $v$ and apex angle $i$ — the chord subtended, which is exactly $2v\sin(i/2)$. The factor of 2 and the half-angle are the signature of this rotate-a-fixed-length-vector geometry, the same form as the phasing and rendezvous velocity triangles.
Dimensional check. $2v\sin(i/2)$: $\sin(i/2)$ is dimensionless (with $i$ in radians after conversion), so $\Delta v$ carries the m/s of $v$ ✓.
History and Development
-
The tyranny of inclination. The expense of plane changes shaped spaceflight geography. Because a due-east launch enters an orbit inclined at the launch site's latitude, high-latitude spaceports pay a permanent penalty to reach low-inclination (e.g. equatorial/geostationary) orbits — a key reason equatorial launch sites (Kourou at 5°N, sea-launch platforms) are prized, and why Cape Canaveral (28.5°N) launches to GEO carry a costly inclination-removal burn.
-
Combined manoeuvres. Mission designers rarely do a pure plane change; the law's $\Delta v \propto v$ drives them to fold the plane change into a burn already being done at low speed (apogee of a transfer orbit), cutting the cost dramatically. This optimisation — vector-adding the plane-change and altitude-change impulses — is standard for geostationary transfer.
-
Why constellations are launched, not manoeuvred, into planes. Populating a multi-plane constellation (GPS, Iridium, Starlink) by changing planes on orbit would be prohibitively expensive, so each plane is reached by launching at the right time and azimuth instead. The plane-change equation is, in effect, the reason launch scheduling is as constrained as it is.
Related Concepts: Hohmann Transfer Dv1, Hohmann Transfer Dv2, Orbital Velocity, Vis Viva Energy, Delta V Rendezvous, Nodal Precession, Circular Orbit Velocity
Notes: Pure plane change — rotates velocity by $i$ at constant magnitude, so it adds no energy (same
$a$, period). Cost $\propto v$ → very expensive ($30^\circ$ in LEO ≈ 3985 m/s; $60^\circ$ ≈ full $v$). Do it
where $v$ is least (apogee), or combine with an altitude burn. Must be applied at a node. $i$ in degrees
(mislabelled dimensionless).