Orbit Transfers

Key maneuver strategies and \( \Delta v \)-computation concepts for changing orbital size, shape, plane, and mission timing

3.4 Orbit Transfers

Orbit transfer maneuvers are the practical tools used to move a spacecraft from one orbit to another. In the ideal two-body model, the spacecraft follows a fixed Keplerian trajectory between burns, while propulsion events introduce deliberate changes in velocity. These changes are represented as impulsive \( \Delta v \) inputs, meaning the spacecraft velocity changes almost instantaneously while the position remains essentially unchanged during the burn.

Transfer design links together orbital energy, orbit geometry, velocity-vector direction, and timing. Some maneuvers mainly change the size of the orbit, some rotate the orbital plane, and others combine several objectives at once. In nearly all cases, the first design quantity of interest is the total velocity cost,

\[ \Delta v_{\text{total}}=\sum_i \left|\Delta v_i\right| \]

because minimizing total \( \Delta v \) usually means minimizing propellant consumption. These notes are a revision map: short enough to revise from, but conceptually rich enough to show why each maneuver works.

Core transfer questions:
  • How much must the spacecraft velocity change?
  • In what direction must the velocity vector change?
  • Where on the orbit should the burn be applied?
  • Is the design trying to minimize fuel, time, or both?

Transfer Foundations

Orbit transfers can alter one or more orbital properties:

  • Orbital energy → changes orbit size through the semi-major axis
  • Orbit geometry → changes eccentricity or periapsis structure
  • Orbital orientation → changes inclination or node direction
  • Orbital timing → changes phase along the orbit

The standard analytical assumption is the impulsive maneuver model. Under this model, the burn duration is very small compared with the orbital period, so the position is unchanged during the burn while the velocity changes instantly:

\[ \vec{v}_{after}=\vec{v}_{before}+\Delta \vec{v} \]

where \( \Delta \vec{v} \) is the applied velocity increment. This approximation is ideal for conceptual transfer analysis because it lets us study maneuvers through clean geometry and energy relations.

The second foundational relation is the vis-viva equation, which gives the orbital speed at any point on a Keplerian orbit:

\[ v=\sqrt{\mu\left(\frac{2}{r}-\frac{1}{a}\right)} \]

Here \( \mu \) is the gravitational parameter of the central body, \( r \) is the current orbital radius, and \( a \) is the semi-major axis. This equation is used repeatedly because almost every transfer problem compares the velocity demanded by one orbit with the velocity demanded by another orbit at the same location.

Main Classes of Orbit Transfers

  • Hohmann transfer — efficient two-impulse transfer between coplanar circular orbits
  • Bi-elliptic transfer — three-impulse strategy for very large orbit-radius changes
  • Plane-change maneuver — rotates the orbital plane
  • General impulsive maneuver — arbitrary velocity-vector change
  • Interplanetary transfer — heliocentric transfer with planetary departure and arrival logic

3.4.1 Hohmann Transfer

The Hohmann transfer is the classical minimum-energy two-impulse maneuver between two coplanar circular orbits. It is the standard reference maneuver in orbital mechanics because it captures the essential logic of transfer design:

  1. Apply one burn to leave the initial orbit
  2. Coast naturally on a transfer ellipse
  3. Apply a second burn to match the final orbit

Transfer Geometry

Let the initial circular orbit radius be \( r_1 \) and the final circular orbit radius be \( r_2 \). The transfer orbit is an ellipse tangent to both circular orbits. Its semi-major axis is

\[ a_t=\frac{r_1+r_2}{2} \]

If \( r_2 > r_1 \), the spacecraft starts at the periapsis of the transfer ellipse and arrives at apoapsis at the destination orbit. If \( r_2 < r_1 \), the same geometry applies in reverse.

Figure idea — Hohmann transfer geometry
        Final Circular Orbit (r₂)
             ___________
          *             *
        /                 \
       /                   \
Initial Orbit *-------------*
              Δv₁         Δv₂
          

The transfer ellipse touches the inner and outer circular orbits tangentially. The first burn injects onto the ellipse, and the second burn circularizes at the target radius.

First Burn — Injection

The circular speed at the initial orbit is

\[ v_1=\sqrt{\frac{\mu}{r_1}} \]

The speed required on the transfer ellipse at periapsis is

\[ v_{t1}=\sqrt{\mu\left(\frac{2}{r_1}-\frac{1}{a_t}\right)} \]

Therefore the first burn is

\[ \Delta v_1=v_{t1}-v_1 \]

Second Burn — Circularization

At the destination radius \( r_2 \), the spacecraft reaches apoapsis of the transfer ellipse. The transfer-orbit speed there is

\[ v_{t2}=\sqrt{\mu\left(\frac{2}{r_2}-\frac{1}{a_t}\right)} \]

The circular speed for the final orbit is

\[ v_2=\sqrt{\frac{\mu}{r_2}} \]

The circularization burn is therefore

\[ \Delta v_2=v_2-v_{t2} \]

Total Cost and Transfer Time

The total maneuver cost is

\[ \Delta v_{\text{total}}=\left|\Delta v_1\right|+\left|\Delta v_2\right| \]

Since the spacecraft travels only half of the transfer ellipse, the transfer time is

\[ t_{\text{transfer}}=\pi\sqrt{\frac{a_t^3}{\mu}} \]

This shows why the Hohmann transfer is fuel-efficient but not usually time-optimal. It uses the minimum-energy connecting ellipse, which tends to give a longer travel time than a higher-energy, faster transfer.

Phasing Orbits

Many missions require not only the correct orbit, but also the correct arrival phase. A spacecraft may need to meet a target at a specific angular location. In that case, a phasing orbit is used before or after the transfer.

The orbital period is

\[ T=2\pi\sqrt{\frac{a^3}{\mu}} \]

By adjusting the semi-major axis slightly, the period changes, and the spacecraft gains or loses phase angle relative to the target. Phasing orbits are central in rendezvous, docking, and formation flying.

3.4.2 Bi-Elliptic Transfer

The bi-elliptic transfer is a three-impulse maneuver that uses two transfer ellipses. It is especially important because it teaches a deep lesson in orbital mechanics: the fewest burns do not always give the lowest total \( \Delta v \).

Maneuver Sequence

  1. Burn 1 \( \Delta v_1 \) — raise apoapsis to a large intermediate radius \( r_b \)
  2. Burn 2 \( \Delta v_2 \) — at the distant apoapsis, change the periapsis to the target orbit radius
  3. Burn 3 \( \Delta v_3 \) — circularize at the final orbit
Figure idea — Bi-elliptic transfer
Initial Orbit
     *
      \
       \
        *------ High Apogee (r_b)
       / \
      /   \
     *-----*  Final Orbit
    Δv₁   Δv₂  Δv₃
          

Geometry of Apogee-Raising

Let the initial orbit radius be \( r_1 \), the final orbit radius be \( r_2 \), and the intermediate apoapsis radius be \( r_b \). The two transfer ellipses have semi-major axes

\[ a_1=\frac{r_1+r_b}{2} \qquad a_2=\frac{r_2+r_b}{2} \]

The spacecraft first moves outward to the distant apoapsis, performs the major geometry change where the speed is low, and then returns inward or outward to the final circular orbit.

When Is It More Efficient?

A bi-elliptic transfer can outperform a Hohmann transfer when the orbit-radius ratio becomes large. The classic threshold is

\[ \frac{r_2}{r_1}>11.94 \]

The reason is physical rather than purely algebraic: orbital velocity is much smaller at large radius. A major change in orbit shape becomes cheaper when performed at a distant apoapsis.

Key insight: Expensive geometric changes should be performed where the spacecraft moves slowly. In a bi-elliptic transfer, that means the distant apoapsis.

3.4.3 Plane-Change Maneuvers

Plane-change maneuvers rotate the orbital plane rather than mainly changing the orbit size. They are used to modify:

  • Inclination \( i \) — tilt of the orbit relative to the reference plane
  • Right Ascension of the Ascending Node \( \Omega \) — orientation of the line of nodes in inertial space

These maneuvers are usually expensive because they require rotating the velocity vector while the spacecraft is already moving at high speed.

Pure Plane Change

If the spacecraft speed magnitude stays constant and only the direction changes by \( \Delta i \), then the required impulse is

\[ \Delta v = 2v\sin\left(\frac{\Delta i}{2}\right) \]
Figure idea — Pure plane change
v₁ ---->

           Δi
            \
             \
              ----> v₂
          

The maneuver cost comes from rotating one velocity vector into another. Even when the speed magnitude is unchanged, the vector difference can be large.

This explains why plane changes in low Earth orbit are costly: orbital speeds are on the order of \( 7\text{–}8 \,\text{km/s} \), so even modest angular changes demand significant \( \Delta v \).

Inclination and RAAN Change

Inclination change tilts the orbit relative to the equator. RAAN change rotates the entire orbital plane about Earth’s spin axis. Both are fundamentally changes in the orientation of the angular momentum vector.

In practice, RAAN is often changed indirectly through launch timing or natural precession rather than by large impulsive burns, because direct RAAN changes can be extremely expensive.

Combined Plane Change + Hohmann

A standard fuel-saving strategy is to combine a plane change with another transfer burn rather than performing it separately. The best location is usually where the orbital speed is smallest, typically near apoapsis.

If the pre-burn and post-burn speeds are \( v_1 \) and \( v_2 \), and the angle between them is \( \Delta i \), then the combined burn magnitude is

\[ \Delta v=\sqrt{v_1^2+v_2^2-2v_1v_2\cos(\Delta i)} \]

This is usually cheaper than doing a separate pure plane-change maneuver followed by an independent circularization or transfer burn.

3.4.4 General Impulsive Maneuvers

Not all maneuvers fit textbook categories such as Hohmann or plane change. Real missions often require arbitrary changes in orbit size, shape, phase, and plane. In that case, the burn is treated in full vector form.

\[ \vec{v}_{new}=\vec{v}_{old}+\Delta \vec{v} \]

\( \Delta v \) Vector Geometry

If a spacecraft must change from velocity vector \( \vec{v}_1 \) to \( \vec{v}_2 \), then the required burn magnitude is the vector difference

\[ \Delta v = \left|\vec{v}_2-\vec{v}_1\right| \]

which in scalar form becomes

\[ \Delta v=\sqrt{v_1^2+v_2^2-2v_1v_2\cos\theta} \]

where \( \theta \) is the angle between the two velocity vectors.

Radial, Tangential, and Normal Components

A general burn is often decomposed in the local orbital frame:

\[ \Delta\vec{v}=\Delta v_r\hat{r}+\Delta v_t\hat{t}+\Delta v_n\hat{n} \]
  • Radial component — mainly changes orbit shape and eccentricity behavior
  • Tangential component — mainly changes orbital energy and semi-major axis
  • Normal component — mainly rotates the orbital plane
Figure idea — General impulsive burn in the local orbital frame

Draw a spacecraft on an orbit and mark the local radial \( \hat r \), tangential \( \hat t \), and normal \( \hat n \) directions. Then show a single \( \Delta \vec v \) vector resolved into these three components.

Patched-Conic Approximation (High Level)

For interplanetary missions, the spacecraft is influenced by more than one gravitational body. A powerful first-order design method is the patched-conic approximation, which divides the trajectory into regions in which one body dominates gravity.

Patched-conic idea
Earth SOI  →  Sun-centered transfer  →  Mars SOI
          

Each region is treated as its own two-body problem. The orbit arcs are then "patched" together at the sphere-of- influence boundaries by matching position and velocity consistently.

Maneuver Optimization Concept

In real mission design, the "best" transfer is rarely defined by \( \Delta v \) alone. Trajectory optimization may target:

  • minimum total \( \Delta v \)
  • minimum flight time
  • arrival under specific geometry constraints
  • launch-window compatibility
  • operational simplicity or robustness

This is why transfer design is best understood as a trade space, not a single formula.

3.4.5 Interplanetary Transfers

Interplanetary transfers extend orbit-transfer logic to motion around the Sun. These missions combine:

  • departure from the home planet
  • heliocentric coast arc
  • arrival and capture at the destination planet

In first-order mission design, the heliocentric transfer is often modeled as a conic section connecting two planetary orbits.

Lambert’s Problem (Concept)

Lambert’s problem asks:

Given two positions in space and a time of flight, what orbit connects them?

Inputs:

\[ \vec r_1,\quad \vec r_2,\quad \Delta t \]

Output:

the required transfer orbit and associated departure velocity.

Lambert’s problem is central in rendezvous analysis, interplanetary targeting, and mission trajectory design. Conceptually, it links where, when, and how fast.

Transfer Windows

Planetary alignment determines when low-energy transfers are possible. Even if a transfer orbit exists, the destination planet must arrive at the intercept point at the same time as the spacecraft. This creates specific launch windows.

The repetition of launch opportunities is related to the synodic period:

\[ T_{\text{syn}}=\frac{2\pi}{|n_1-n_2|} \]

where \( n_1 \) and \( n_2 \) are the orbital angular rates of the two planets. For Earth–Mars transfers, favorable windows recur roughly every 26 months.

Energy-Efficient Interplanetary Trajectories

The simplest energy-efficient interplanetary path is a heliocentric Hohmann transfer, but many advanced designs exploit additional dynamics:

  • Gravity assists — use planetary flybys to change heliocentric energy and direction
  • Low-thrust spirals — continuous propulsion over long durations
  • Weak-stability-boundary trajectories — very low-energy transfers in multi-body environments
  • Ballistic capture ideas — exploit natural dynamics to reduce capture cost

Hyperbolic Excess Energy

Interplanetary launch energy is often expressed through

\[ C_3=v_\infty^2 \]

where \( v_\infty \) is the hyperbolic excess velocity relative to the departure planet. Lower \( C_3 \) means a lower-energy departure requirement.

Figure idea — Interplanetary transfer map

Show the Sun at the center, Earth orbit and Mars orbit as circles, an elliptical heliocentric transfer arc tangent to both, and small spheres of influence around Earth and Mars to indicate departure and arrival regions.

Quick Revision Map

Transfer Types

  • Hohmann transfer — two impulses, best first model for efficient circular-orbit changes
  • Bi-elliptic transfer — three impulses, useful for very large radius changes
  • Plane change — rotates the orbit plane, expensive at high speed
  • General impulsive maneuver — vector-based burn design with radial, tangential, and normal components
  • Interplanetary transfer — heliocentric transfer shaped by Lambert targeting and launch windows

Key Equations

Impulsive burn model

\[ \vec{v}_{after}=\vec{v}_{before}+\Delta \vec{v} \]

Vis-viva equation

\[ v=\sqrt{\mu\left(\frac{2}{r}-\frac{1}{a}\right)} \]

Hohmann transfer semi-major axis

\[ a_t=\frac{r_1+r_2}{2} \]

Hohmann transfer time

\[ t_{\text{transfer}}=\pi\sqrt{\frac{a_t^3}{\mu}} \]

Pure plane-change cost

\[ \Delta v = 2v\sin\left(\frac{\Delta i}{2}\right) \]

General velocity-vector change

\[ \Delta v=\sqrt{v_1^2+v_2^2-2v_1v_2\cos\theta} \]

Synodic period

\[ T_{\text{syn}}=\frac{2\pi}{|n_1-n_2|} \]

The unifying idea behind all orbit transfers is simple: a burn changes the velocity vector, and the changed velocity produces a new conic orbit. Every practical transfer problem is therefore a controlled interaction between geometry, energy, timing, and optimization.