Drag Loss and Gravity Loss Budget Calculator

Compute gravity loss and drag loss from pitch programs and vehicle parameters to close your rocket DV budget.

📊 Drag Loss and Gravity Loss Budget Calculator
Pitch program
Burn time170
s
10 s600 s
Final pitch angle from horizontal:10
deg
85°
Surface gravity9.806
m/s²
1.5 (Moon)10.0
Drag coefficient x reference area (CdA)2.5
0.110.0 m²
Launch mass300
t
10 t2,000 t
Specific impulse (Isp)311
s
200 s450 s
Sea-level atmospheric density (ρ0)
kg/m³
Atmospheric scale height (H)
m
Gravity Loss
Average sin(pitch)
Fraction of LEO DV
Assessment
Drag Loss
Ballistic Coefficient (β)
Fraction of LEO DV
Assessment

📊 What Are Gravity Loss and Drag Loss?

Gravity loss and drag loss are the two main budget deductions that separate a rocket's ideal Tsiolkovsky delta-V from the velocity it actually delivers. The Tsiolkovsky equation assumes every unit of exhaust momentum translates directly into vehicle momentum, but in a real ascent two forces persistently subtract from that ideal: the gravity component opposing the thrust direction, and aerodynamic drag resisting forward motion through the atmosphere. Together they typically consume 1,000 to 1,700 m/s of delta-V on an Earth-to-LEO mission.

Gravity loss arises because a rocket thrusting at any angle above the local horizontal must work against the gravitational pull in that direction. During the vertical portion of the ascent, every second of burn time costs g0 m/s (about 9.8 m/s per second) in gravity loss. As the vehicle pitches over toward horizontal in a gravity turn, the component of gravity opposing thrust decreases, which is exactly why the gravity turn was invented. A well-optimized pitch program on a high-thrust vehicle can reduce gravity loss to 800 to 950 m/s compared to more than 1,500 m/s for a hypothetical vertical burn to the same altitude.

Drag loss arises from aerodynamic resistance during the dense lower atmosphere phase, roughly the first 80 km of ascent. The drag force at any instant is one-half times atmospheric density times velocity squared times the vehicle's drag-area product (CdA). Because density falls exponentially with altitude while velocity rises, drag peaks at the Max-Q point (typically 12 to 15 km for Earth launches) and then falls rapidly as the atmosphere thins. For most medium to heavy launch vehicles, drag loss is 50 to 150 m/s, noticeably smaller than gravity loss.

This calculator provides two complementary analytical tools. The Gravity Loss mode uses the pitch-program average sine formula to estimate gravity loss without numerical integration, making it ideal for initial design trades and back-of-envelope checks. The Drag Loss mode applies the exponential-atmosphere closed-form result derived by integrating the drag equation over an exponential density profile at constant thrust, giving a single-formula estimate of drag loss from CdA, launch mass, specific impulse, and atmospheric properties.

📐 Formulas

Gravity Loss  =  g × tburn × sin̅(γ)
g = surface gravity (9.80665 m/s² for Earth)
tburn = total powered flight time (s)
sin̅(γ) = average sine of flight path angle from horizontal
Vertical burn: sin̅ = 1.0
Linear pitch-over (90° → θf): sin̅ = (1 + sin θf) / 2
Constant pitch θ: sin̅ = sin θ
Drag Loss  =  CdA × ρ0 × H × ve ÷ (2 m0)
CdA = drag coefficient times reference area (m²)
ρ0 = sea-level atmospheric density (1.225 kg/m³ for Earth)
H = atmospheric scale height (8,500 m for Earth)
ve = effective exhaust velocity = Isp × g0 (m/s)
m0 = launch mass (kg)
Ballistic coefficient: β = m0 / CdA (kg/m²) — higher β = lower drag loss
Example (Earth): CdA = 2.5 m², m0 = 300 t, Isp = 311 s gives drag loss = 132 m/s

📖 How to Use This Calculator

Gravity Loss Mode

1
Select a pitch program. Click Vertical for a straight-up burn, Linear Pitch-Over for a rocket that starts vertical and pitches to a final angle, or Constant Pitch for an approximate fixed-angle ascent. Linear Pitch-Over is the most realistic model for most orbital launch vehicles.
2
Set burn time and pitch angle. Enter the total powered flight duration in seconds. For linear or constant pitch, enter the final or fixed pitch angle in degrees measured from horizontal (0 = horizontal, 90 = vertical). A typical first-stage gravity turn ends at 5 to 20 degrees from horizontal at MECO.
3
Adjust gravity for other planets. For Mars launches set gravity to 3.721 m/s squared; for Moon launches set 1.622 m/s squared. The Earth default of 9.806 is pre-loaded.

Drag Loss Mode

1
Enter CdA. Estimate your vehicle's drag coefficient (typically 0.25 to 0.50 for slender rockets) and multiply by the frontal reference area in m squared. A 3.7 m diameter rocket with Cd = 0.35 gives CdA = 0.35 times 10.75 = 3.76 m squared.
2
Enter launch mass and Isp. These determine the ballistic coefficient and effective exhaust velocity. Higher Isp increases drag loss (slower propellant consumption means longer time in dense atmosphere), but higher launch mass reduces it.
3
Adjust atmosphere for other planets. For Mars, use rho0 = 0.020 kg/m cubed and scale height = 11,100 m. For Venus, use rho0 = 65 kg/m cubed and H = 15,900 m. Earth defaults are pre-loaded.

💡 Example Calculations

Example 1 — Falcon 9-Like First Stage Gravity Loss

First stage burns 162 s with linear pitch-over to 5 degrees from horizontal

1
Average sin(pitch) = (1 + sin 5°) / 2 = (1 + 0.0872) / 2 = 0.5436
2
Gravity loss = 9.806 × 162 × 0.5436 = 1,587 × 0.5436 = 863 m/s
3
As fraction of 9,300 m/s LEO budget: 863 / 9,300 = 9.3% of total DV
Gravity Loss = 863 m/s (9.3% of LEO DV)
Try this example →

Example 2 — Sounding Rocket Vertical Burn

30-second vertical burn with no pitch program (sounding rocket or early ascent phase)

1
Vertical burn: average sin(pitch) = 1.0 (always pointing straight up)
2
Gravity loss = 9.806 × 30 × 1.0 = 294 m/s
3
This is the maximum possible gravity loss for that burn time. Any pitch-over reduces it.
Gravity Loss = 294 m/s
Try this example →

Example 3 — Drag Loss for Heavy Launch Vehicle

Falcon 9-class rocket: CdA = 3.7 m², 550 t launch mass, Isp = 311 s, Earth atmosphere

1
Exhaust velocity: ve = 311 × 9.80665 = 3,050 m/s
2
Drag loss = 3.7 × 1.225 × 8,500 × 3,050 / (2 × 550,000)
3
= 3.7 × 31,757,625 / 1,100,000 = 117,503,213 / 1,100,000 = 107 m/s
4
Ballistic coefficient: β = 550,000 / 3.7 = 148,649 kg/m² (high, so drag is moderate)
Drag Loss = 107 m/s (1.2% of LEO DV)
Try this example →

❓ Frequently Asked Questions

What is gravity loss in a rocket launch?+
Gravity loss is the delta-V consumed fighting gravity during powered flight. When the rocket thrusts at any angle above horizontal, gravity opposes the acceleration. For a fully vertical burn of t seconds, gravity loss equals g0 times t. A gravity turn pitch-over reduces this by steering the vehicle toward horizontal, cutting the gravity component opposing thrust.
What is drag loss and how is it calculated?+
Drag loss is the velocity lost to aerodynamic drag during ascent through the dense lower atmosphere. It equals the integral of drag force divided by vehicle mass over the powered flight time. For an exponential atmosphere and constant-thrust burn, this integral has the closed form: CdA times rho0 times scale-height times exhaust velocity divided by twice the launch mass.
How much gravity loss does a Falcon 9-class rocket incur?+
A Falcon 9-class vehicle targeting LEO experiences roughly 800 to 950 m/s of first-stage gravity loss, depending on the pitch profile, plus a smaller amount from the second stage burn which is nearly horizontal. Total mission gravity loss is typically 900 to 1,100 m/s, or about 10 to 12 percent of the 9,300 m/s LEO delta-V budget.
How much drag loss does a typical Earth launch vehicle experience?+
Drag loss for medium to heavy launch vehicles on Earth is typically 50 to 150 m/s. Lighter or blunter vehicles can exceed 200 m/s. Drag loss is usually smaller than gravity loss because most powered flight happens above the dense atmosphere where drag is negligible. Combined gravity plus drag losses are 1,000 to 1,600 m/s for most Earth-to-LEO missions.
What is ballistic coefficient and why does it matter?+
Ballistic coefficient is beta = launch mass divided by CdA, in kg per m squared. Higher beta means the vehicle is heavier relative to its aerodynamic cross section, so drag decelerates it less. A Falcon 9 has beta around 150,000 kg/m squared and about 100 m/s drag loss. A small sounding rocket with beta around 3,000 kg/m squared may lose 400 to 600 m/s to drag on a high-speed ascent.
What pitch program minimizes gravity loss?+
The gravity turn, where the pitch angle evolves naturally from vertical to near-horizontal under aerodynamic and gravitational forces, comes close to minimizing gravity loss for a given trajectory. In practice, real vehicles use pitch kick maneuvers to initiate the turn, followed by an optimal guidance law. The key principle is to pitch over as fast as structurally and aerodynamically allowed to reduce the average sin(pitch) throughout the burn.
Does gravity loss apply to vacuum burns?+
Yes. Any burn where thrust is not purely horizontal incurs gravity loss equal to g times burn time times sin(flight path angle). Upper stage burns at perigee are nearly horizontal so their gravity loss is small, but long burns such as Trans-Mars Injection or deep space departure burns can accumulate tens to hundreds of m/s of gravity loss depending on the burn arc and thrust-to-weight ratio.
Why does higher Isp increase drag loss in the formula?+
Higher Isp means a higher exhaust velocity, which appears in the numerator of the drag loss formula (DV_drag = CdA x rho0 x H x ve / (2 x m0)). Physically, a higher Isp engine burns propellant more slowly for the same thrust, meaning the vehicle spends more time in the dense lower atmosphere and accumulates more drag impulse. This effect is partially offset by the lower launch mass a high-Isp engine enables.
How do gravity and drag losses scale for a Mars launch?+
Mars gravity is 3.721 m/s squared, about 38 percent of Earth. For the same burn time and pitch program, Mars gravity loss is 38 percent of Earth gravity loss. Mars drag loss is even smaller: sea-level density of 0.020 kg/m cubed versus 1.225 on Earth reduces drag loss by a factor of about 60 compared to an identical vehicle on Earth, making Mars atmospheric drag negligible for most ascent vehicle designs.
How do I find the required Tsiolkovsky DV from orbital velocity and losses?+
Add the three terms: required ideal DV = target orbital velocity plus gravity loss plus drag loss. For a 200 km circular LEO orbit, orbital velocity is 7,784 m/s. Adding a gravity loss of 1,100 m/s and a drag loss of 100 m/s gives an ideal DV budget of 8,984 m/s. You then plug this into the Tsiolkovsky rocket equation to find the required mass ratio and propellant mass.
Is the drag loss formula accurate for all launch vehicles?+
The closed-form formula gives a first-order estimate accurate to within 30 to 50 percent for most medium and heavy launch vehicles on near-vertical to gravity-turn trajectories. It assumes a constant-thrust burn, exponential atmosphere, and no aerodynamic lift. For high-accuracy mission design, replace it with numerical integration over the actual ascent trajectory, as done in the Gravity Turn Trajectory Estimator on this site.
What is the difference between gravity loss and gravity drag?+
The terms are synonymous in the rocketry literature. Both refer to the delta-V penalty from the gravitational component opposing thrust during powered flight. Some texts prefer gravity drag to emphasize the analogy with aerodynamic drag as a velocity-reducing force; others use gravity loss to emphasize it is a deduction from the available delta-V budget. This calculator uses the term gravity loss throughout.