Skip to main content

The Physics of Flight

A multirotor flies by pushing air down. Four propellers each generate thrust TiT_i, and the vehicle responds to the total. The single most important number in a build is the thrust-to-weight ratio (TWR).

Thrust-to-weight ratio

If the four motors together can produce a maximum static thrust TmaxT_\text{max} and the all-up weight (AUW) of the craft is mm, then:

TWR=Tmaxmg\text{TWR} = \frac{T_\text{max}}{m \cdot g}

where g9.81 m/s2g \approx 9.81\ \text{m/s}^2. A craft with TWR=1\text{TWR} = 1 can just barely hold itself in the air; it cannot accelerate upward. Useful rules of thumb by drone type:

Drone typeTypical TWRFeel
Cinematic / heavy2 – 3Smooth, planted
Freestyle 5″8 – 12Punchy, responsive
Racing 5″12 – 14+Violent acceleration
Tiny whoop3 – 5Floaty, forgiving

Hover throttle

The fraction of total available thrust you spend just to stay level is the hover point. Since thrust is roughly proportional to the square of throttle command in the mid-range, a craft with TWR=Tmax/(mg)\text{TWR} = T_\text{max}/(mg) hovers near:

throttlehover1TWR\text{throttle}_\text{hover} \approx \sqrt{\frac{1}{\text{TWR}}}

So a 5″ freestyle quad with TWR=9\text{TWR}=9 hovers at roughly 1/90.33\sqrt{1/9} \approx 0.33, i.e. ~33 % throttle — which is why those quads feel like they have so much headroom on tap.

How propeller thrust scales

From momentum (actuator-disk) theory, the static thrust of a propeller scales with air density ρ\rho, propeller diameter DD, and rotational speed nn (in revolutions per second) approximately as:

TCTρn2D4T \approx C_T \, \rho \, n^2 \, D^4

Two consequences dominate FPV intuition:

  1. Thrust grows with the square of RPM. Doubling motor speed roughly quadruples thrust (and demands far more current).
  2. Thrust grows with the fourth power of diameter. Going from a 5″ to a 7″ prop is a much bigger jump in thrust — and drag — than the number suggests.

The power path

Energy flows from the pack to the air in a fixed chain. A fault anywhere in it shows up as poor thrust, heat, or desyncs:

A worked example

Suppose a 5″ freestyle build has:

  • All-up weight: m=0.55 kgm = 0.55\ \text{kg}
  • Measured bench thrust, all four motors: Tmax=4800 g=4.8 kg-fT_\text{max} = 4800\ \text{g} = 4.8\ \text{kg-f}

Converting to newtons, Tmax=4.8×9.8147.1 NT_\text{max} = 4.8 \times 9.81 \approx 47.1\ \text{N}, and weight mg=0.55×9.815.4 Nm g = 0.55 \times 9.81 \approx 5.4\ \text{N}. Then:

TWR=47.15.48.7\text{TWR} = \frac{47.1}{5.4} \approx 8.7

and the hover point is 1/8.70.34\sqrt{1/8.7} \approx 0.34, about 34 % throttle — exactly the lively-but-controllable range you'd want for freestyle.

note

Bench ("static") thrust is always higher than thrust in fast forward flight, where the prop is already moving through the air. Treat these numbers as an upper bound for sizing, not a promise.