Lumipad ← Back to homepage
Library · Deep dive

Thrust, payload, and speed.

How a motor and a propeller and a battery combine to lift a drone into the air. The physics that determines how much your build will lift, how fast it can go, and how the answer changes when you fly above sea level on a hot afternoon. The page where the previous three deep dives turn into a flying drone.

Version 1.0 · Updated 05·2026 Author: Lumipad Engineering License: CC-BY-SA-4.0 Languages: EN
2:1
Minimum T:W for stable flight
~30%
Hover throttle, well-matched 5"
~75%
Real pitch efficiency
±15%
Spec vs reality, in field
How to read this page

A drone hovers by pushing air down.

That's the whole physics, in one sentence. Newton's third law: pushing air down with the propellers produces an equal and opposite force pushing the drone up. Thrust is just the rate at which the drone is pushing air mass downward. Once you internalise that, every spec sheet, every benchmark, every flight characteristic reduces to a single question: how much air, how fast?

This page walks through the calculation, end to end. It's the most math-heavy deep dive in the library — but the math is honest about its limits. Theoretical thrust calculations agree with real flight data to within roughly 15% in good conditions; we'll show you why, and how to bridge the gap with manufacturer test data. By the end, you'll be able to look at a BOM and predict the thrust-to-weight ratio, the hover throttle, the practical payload margin, and the top speed before you've ordered a single part.

Section 01 ~5 minutes · The physics

What thrust actually is.

Before any equation, the intuition. Thrust is not magic; it's not "the motor pushing harder." Thrust is the consequence of the propeller accelerating air mass in one direction. By Newton's third law, the drone gets pushed in the opposite direction. The drone hovers because it is constantly accelerating air downward at exactly the rate gravity is trying to accelerate the drone downward.

By the end of this section, you'll understand:

  • Why hovering and accelerating air are the same physical event.
  • The two variables that determine thrust: how much air, how fast.
  • Why bigger propellers are dramatically more efficient than smaller ones for the same thrust.
  • What "induced velocity" means and why it's the right way to think about hover.
  • Why a hovering drone uses energy continuously even though it isn't moving.

Imagine a drone hovering motionless ten metres above a calm pond. The propellers are spinning hard. Below the drone, air is rushing downward — fast enough that you can feel the breeze on the pond's surface. The drone is not moving, but it is doing work: it is taking still air from above, accelerating it downward, and ejecting it below.

That acceleration of air mass is what produces thrust. Newton's second law says force equals mass times acceleration: F = ma. Newton's third law says every action has an equal and opposite reaction: if the drone accelerates a kilogram of air downward at some rate, the drone experiences an upward force of equal magnitude. The drone hovers when that upward force exactly cancels gravity.

Two variables determine how much thrust you produce: the mass flow rate of air through the propeller (how many kg/s of air the propeller is moving) and the velocity change (how much faster the air leaves than it arrives). More air, faster air — more thrust.

Here's the crucial insight: you can produce the same thrust by moving a lot of air slowly, or a little air fast. But the energy required is dramatically different. Kinetic energy is ½mv² — quadratic in velocity. Doubling the air's exit velocity quadruples the kinetic energy you have to put into it, which means quadrupling the power. Doubling the mass flow only doubles the energy. So moving more air slowly is far more efficient than moving less air fast.

This is why a 10-inch heavy-lift drone can hover with significantly less power than a 5-inch racing drone of the same weight. The bigger propellers move much more air per revolution at lower exit velocities. Same thrust, less power. Same battery, longer flight. If you remember nothing else from this page, remember this.

The technical term for the speed at which air leaves the propeller in hover is the induced velocity. It's "induced" because the propeller induces the airflow rather than encountering pre-existing flow (which is what happens when the drone is moving forward). In hover, induced velocity is what you're paying for. Section 2 will give us an equation that calculates it from the propeller's disc area and the thrust we want.

The 60-second mental model

  • Thrust = mass flow rate of air × velocity change. More air, faster air, more thrust.
  • Hover means continuously accelerating air down to balance gravity pulling the drone down.
  • Same thrust, two recipes: lots of air slowly (efficient) or little air fast (inefficient).
  • Bigger props = more air per revolution at lower velocity = far more efficient.
  • This is why endurance drones use big slow props, and why small props are limited in payload.
  • Energy goes into the kinetic energy of the air leaving the disc — which is why hover uses power even when the drone isn't moving anywhere.
Section 02 ~7 minutes · The fundamental equation

The momentum theory equation.

Momentum theory was developed for ship propellers in the 1860s and applied to aircraft propellers in the 1920s. It treats the propeller as an idealised "actuator disc" — a perfectly thin disc that uniformly accelerates the air passing through it. The actual propeller blades are abstracted away. The result is an equation that predicts hover thrust to within ~15% of measured reality, using only the air density, the disc area, and the induced velocity.

The static thrust (T) of an idealised propeller in hover is:

T = ½ · ρ · A · v_e²
T · thrust (Newtons)
ρ · air density (kg/m³, ~1.225 at sea level standard)
A · propeller disc area (m², = π·r² where r is half the prop diameter)
v_e · exit velocity of air below the disc (m/s)

This equation is just F = ma rewritten for a continuous flow. The mass flow rate through the disc is ρ·A·v (density × area × velocity), and the velocity change in hover is v_e (air enters at zero velocity, leaves at v_e). The factor of ½ comes from a careful derivation that splits the velocity change between the air arriving at the disc and the air leaving — the disc itself sees only half the total velocity change.

For a typical 5-inch propeller producing the cohort default thrust of ~620 g per motor (6.08 N) at hover:

T = 6.08 N (per motor at hover, ¼ of 620g·4 drone)
A = π · (0.0635 m)² = 0.0127 m² (5" disc area)
ρ = 1.225 kg/m³ (sea level standard)
v_e = √(2T / (ρ·A)) = √(2 · 6.08 / (1.225 · 0.0127))
v_e ≈ 28.0 m/s
The 5-inch prop ejects air downward at ~28 m/s during hover — roughly 100 km/h. The propeller is a small, very loud fan moving a column of air at highway speeds.

Now let's compare to a 10-inch heavy-lift drone hovering at the same per-motor weight (so we can see the prop-size effect cleanly). Hypothetical: same 620g per motor target with a 10-inch prop.

T = 6.08 N (same target as 5-inch comparison)
A = π · (0.127 m)² = 0.0507 m² (10" disc area, 4× the 5")
v_e = √(2 · 6.08 / (1.225 · 0.0507))
v_e ≈ 14.0 m/s
Same thrust, half the exit velocity — because the disc is 4× larger. And here is the payoff: induced power scales with v_e³, so the 10-inch needs only ⅛ the induced power for the same thrust.

This is the quantitative proof of the intuition from Section 1. A 10-inch prop hovering at 6 N of thrust requires about ⅛ the air-acceleration energy of a 5-inch prop doing the same job. (In practice, the savings are smaller — maybe 50–60% — because real propellers have additional losses, and there's also the propeller's own profile drag. But the directional truth holds.)

The induced power equation that explains the v³ scaling:

P_induced = T · v_induced = T · √(T / (2·ρ·A))
P_induced ∝ T^(3/2) / √A
To double thrust at constant disc area: induced power must increase by 2^(3/2) ≈ 2.83×.
To halve power at constant thrust: disc area must increase by 4×.
To halve thrust required (lighter drone): induced power drops by ~65%.

Why momentum theory is approximate

The actuator-disc model assumes the propeller perfectly accelerates uniform air through a perfectly thin disc. Real propellers are finite blades that produce non-uniform flow, induce tip vortices, and waste energy in profile drag (drag on the blades themselves). Real-world hover thrust is typically 80–90% of what momentum theory predicts. The remaining 10–20% goes to losses momentum theory doesn't capture.

  • Tip losses — the air slips around the blade tips instead of being accelerated downward. Costs ~5–10% of thrust.
  • Profile drag — the blades themselves experience drag as they spin through the air. Costs ~5–8% of power.
  • Non-uniform flow — the air's velocity through the disc isn't actually uniform; it's faster near the tips than the centre. Slight efficiency loss.
  • Hub losses — the centre of the prop near the hub doesn't produce thrust. Small effect on small props, larger on big slow ones.

For a careful first-pass estimate: take momentum theory's answer and multiply by 0.85. That'll get you within ~10% of measured reality at sea level. For better than that, you need empirical data — which is Section 3.

Section 03 ~4 minutes · Theory vs reality

Why we use real data.

Momentum theory gives you the right ballpark and the right physical intuition — but for actual build decisions, manufacturer thrust data is more accurate and easier to use. The right workflow: use momentum theory to understand why a build will perform a certain way, and use empirical data to predict what that performance will be.

Between momentum theory and the manufacturer's thrust chart, there's a body of more sophisticated propeller modelling called blade element theory. It treats each segment of the blade as a small wing with its own angle of attack, lift coefficient, and drag coefficient, integrating along the blade length. It's more accurate than momentum theory but requires detailed blade geometry data that manufacturers usually don't publish.

For practical drone design, the chain of usefulness is:

  • Momentum theory — first-principles understanding of why bigger discs are more efficient. Good to ±15%.
  • Blade element theory — better predictions when you have detailed blade data. Used by serious aerodynamicists; rarely needed for cohort-scale work. Good to ±5%.
  • Manufacturer thrust charts — actual measurements on test stands at specific voltages with specific propellers. The most accurate single-source data available to most builders. Good to ±5–10% depending on QC.
  • Independent test data — measurements from third parties (RC Groups, MiniQuadTestBench, Phaser Pony's reviews). Useful when you don't trust the manufacturer or want cross-brand comparison. Good to ±10%.

For Lumipad cohort work, the right workflow is: use the manufacturer's thrust chart for the motor + prop + battery combination you're considering. Sanity-check it against momentum theory (it should be within 10–20% of the theoretical hover thrust). Apply environmental corrections from Section 9. Don't over-trust any single number to better than ±15% in the field.

What momentum theory still gives you

Even though we'll mostly use empirical data for actual numbers, the momentum-theory intuitions matter every time you make a design choice:

  • Want longer flight time? Bigger prop, lower disc loading. Momentum theory tells you why.
  • Want more thrust margin? Either more disc area (bigger prop, more motors) or higher induced velocity (more power). The second is expensive.
  • Adding payload? Disc loading goes up, induced power goes up faster than linearly with weight. A drone that hovers comfortably at 600g may struggle with 900g.
  • Operating at altitude? Air density drops, exit velocity must increase to maintain thrust, induced power increases. Section 9 quantifies this.

The numbers come from data. The reasoning comes from theory. Use both.

Section 04 ~6 minutes · Spec sheets, in depth

Reading a thrust chart, properly.

The motors deep dive covered thrust charts at the surface level. This section goes deeper: how to verify a chart against momentum theory, how to interpolate when your prop or battery doesn't exactly match the test conditions, and how to spot manufacturer charts that don't add up.

Recall the EMAX 2207 2400 KV thrust chart, with HQProp 5×4.3×3 on a 4S battery at 16.0 V (under load):

Throttle Thrust per motor Current Power · Efficiency
25%
~280 g
2.1 A
35 W · 8.0 g/W
50%
~620 g
7.2 A
121 W · 5.1 g/W
75%
~1,050 g
17.8 A
299 W · 3.5 g/W
100%
~1,490 g
31.5 A
529 W · 2.8 g/W

Sanity-check against momentum theory

Take the 100% throttle row: 1,490 g of thrust = 14.6 N. The induced velocity required:

v_induced = √(T / (2·ρ·A)) = √(14.6 / (2 · 1.225 · 0.0127))
v_induced ≈ 21.7 m/s
P_induced = T · v_induced = 14.6 · 21.7 ≈ 317 W
Theory predicts ~317 W of induced power. The chart says 529 W. The propeller is operating at ~60% efficiency vs ideal — the rest is profile drag, tip losses, electrical losses in the motor and ESC, and so on. This is normal for a small high-pitch propeller at full throttle.

At the more relaxed 50% throttle row: 620 g (6.08 N), measured power 121 W. Theory predicts:

v_induced = √(6.08 / (2 · 1.225 · 0.0127)) ≈ 14.0 m/s
P_induced = 6.08 · 14.0 ≈ 85 W
Theory: 85 W. Chart: 121 W. ~70% efficiency vs ideal at this throttle. Better than full throttle, because the prop isn't as deeply into its loss-heavy regime. This matches the empirical observation that hover/cruise efficiency is the prop's sweet spot.

What's actually being measured

Reputable thrust chart measurements are taken on a static test stand: motor mounted to a load cell, propeller spinning in still air, battery at nominal voltage, ambient temperature ~22°C, sea-level pressure. The chart is the truth at those conditions. Your real flight is different from those conditions in several ways:

  • Battery voltage sags under load — the chart shows nominal voltage; real flight sees 5–10% lower under high throttle.
  • Forward flight — once moving forward, the propeller sees its own air-relative speed, which reduces thrust slightly.
  • Air temperature — Mindanao midday at 32°C is ~3% less dense than 22°C standard.
  • Air density at altitude — Section 9 covers this in detail.
  • Pack age — older packs sag more, deliver less peak voltage.

A reasonable approximation for "real-world" thrust = chart × 0.90 in good conditions, × 0.80 in challenging conditions (hot day, slightly old battery, tropical altitude). Section 9 gives you the exact corrections.

How to spot dishonest charts

Most reputable manufacturers (EMAX, T-Motor, iFlight) publish reasonable, consistent thrust data. Some smaller brands publish charts that are "best case" or simply optimistic. Sanity checks:

  • Efficiency at 50% throttle should be 4–6 g/W for a well-matched 5". If a chart claims 8+ g/W, doubt it.
  • Peak thrust at 100% should be ~2.4× the 50% thrust. If a chart claims 100% is 3.5× the 50% thrust, doubt it.
  • Current at 100% throttle should be roughly 4× the current at 50%. Doubling thrust roughly quadruples current; a linear current claim is wrong.
  • Power = Voltage × Current. If the chart's power column doesn't match this calculation within rounding, the chart's been edited inconsistently and is unreliable.

For most cohort builds, sticking with EMAX, T-Motor, iFlight, and HQProp avoids these problems entirely. The charts from these manufacturers match independent testing within ~10%.

Section 05 ~5 minutes · The single most useful number

Calculating thrust-to-weight ratio.

Thrust-to-weight (T:W) is the dimensionless ratio of total static thrust at full throttle to total all-up weight. It's the best single predictor of how a drone will feel in flight, the practical upper limit of payload, and the manoeuvring envelope. The calculation is simple. The interpretation is what matters.

The formula:

T:W = (4 × T_motor_max) / W_total
T_motor_max · static thrust per motor at 100% throttle (from chart)
W_total · all-up weight including battery, payload, and any sensors
Both in the same units (grams or Newtons).

For the cohort default Lumipad Quad v1 with the NDVI rig:

T_motor_max = 1,490 g (chart, EMAX 2207 + 5×4.3×3 + 4S)
W_total ≈ 620 g (frame + electronics + battery + NDVI rig)
T:W = (4 · 1,490) / 620 = 5,960 / 620
T:W ≈ 9.6:1
Static T:W is 9.6:1 — well above what's needed for stable flight. The number is impressive but not directly the practical T:W; we'll come back to that in Section 6. For now, this is the upper bound of what the propellers and motors can produce.

What different T:W ratios mean in flight

T:W Hover throttle Flight character Use case
<2:1
50%+ at hover, no margin for climbs or wind
Sluggish, struggles in any disturbance, may not hover stably in moderate wind
Don't fly. Either reduce weight or upgrade thrust capability.
2:1 – 3:1
~33–50% at hover
Acceptable for stable hover; limited margin for sharp manoeuvres or wind
Heavy-payload missions; typical of fully-loaded 10-inch builds
3:1 – 4:1
~25–33% at hover
Comfortable margin; handles wind well; good for survey work and aerial photography
Cohort default 5-inch (3.2:1) and 7-inch (2.8:1) survey work
4:1 – 6:1
~17–25% at hover
Aggressive throttle response; comfortable in strong wind; capable of fast manoeuvres
FPV freestyle; aggressive 5C-style cohort variants
6:1+
<17% at hover
Race-spec; unnecessary for survey; harder to fly slowly and precisely
Racing only. Wasted potential for cohort missions; prefer endurance or efficiency.

Why static T:W exaggerates real capability

The 9.6:1 we calculated for the Lumipad Quad v1 is the spec-sheet, sea-level, fresh-battery, full-throttle ratio. By the time you fly a real survey on a hot Mindanao afternoon with a battery that's already at 50% charge from the previous flight, real available thrust is closer to 75% of spec — making real T:W around 7:1 instead of 9.6:1. Still plenty, but the number is smaller than it looks on paper.

  • Build with at least 2.5:1 spec T:W to maintain real-world ≥2:1.
  • Build with at least 3.5:1 spec T:W for comfortable survey work in field conditions.
  • Build with 5:1+ spec T:W if you'll be flying in strong wind or carrying variable payloads.

For most cohort survey work, the targets are: 3.5–4.5:1 spec T:W at the start, dropping to ~3:1 by the end of a long survey day as the battery and the air both warm up.

Section 06 ~6 minutes · How much can it carry?

Payload & lift margin.

A common partner-org question: "Can we add a thermal camera to the existing build?" The answer comes from understanding how payload reduces T:W, increases hover throttle, and disproportionately reduces flight time. Adding a 100g sensor isn't just a 100g problem — it cascades through the energy budget.

The relationship between payload and performance has three coupled effects:

  • Hover throttle increases — more weight means each motor has to produce more thrust, which means more throttle, which means more current and more voltage sag.
  • Maneuvering margin decreases — with the motors closer to peak thrust just to hover, less "headroom" remains for climbs, sharp turns, or wind compensation.
  • Flight time decreases more than proportionally — power consumption rises faster than linearly with thrust. Adding 20% payload doesn't reduce flight time by 20%; it reduces it by closer to 30%.

Calculating hover throttle from a thrust chart:

T_required_per_motor = W_total / 4
throttle_hover = (T_required_per_motor / T_max_per_motor) × hover_throttle_fudge
The "fudge factor" of ~1.0–1.1 accounts for the non-linear thrust-vs-throttle curve.
More precisely: interpolate the thrust chart to find the throttle where measured thrust = T_required.

For the cohort default with the NDVI rig (620 g all-up):

T_required = 620 / 4 = 155 g per motor at hover
From chart: 25% throttle = 280 g, 50% throttle = 620 g
155 g falls between: linear interpolation gives ~17% throttle
Real prop curves are non-linear: actual hover ≈ 32%
The standard NDVI build hovers at ~32% throttle. This leaves 68% of throttle available for climbs and manoeuvres — generous margin.

Adding a thermal camera

Now suppose we want to add a FLIR Lepton 3.5 thermal module — about 90g for the module + housing + interface board.

W_total_new = 620 + 90 = 710 g
T_required_new = 710 / 4 = 177.5 g per motor
From chart, 177.5 g hover thrust corresponds to ~37% throttle
Practical T:W = (4 × 1,490) / 710 = 8.4:1 (was 9.6:1)
Hover throttle goes from ~32% to ~37% (+5pp). T:W drops from 9.6:1 to 8.4:1. Both still acceptable; the drone will still fly fine. But flight time drops noticeably — the motors are working ~15% harder at hover, which translates to roughly 12–18% less endurance.

The payload margin formula

For a quick estimate of "how much more can I add," use:

W_max_practical ≈ (4 · T_motor_at_50%) - 100g safety margin
P_max_payload = W_max_practical - W_drone_empty
50% throttle is the comfortable upper bound for sustained hover.
The 100g safety margin gives space for wind, maneuvering, and battery sag.
For the cohort default: W_max ≈ (4 · 620) - 100 = 2,380 g. Empty is ~430g. Max sustained payload: ~1,950 g in theory.

Why "max payload" isn't really 1,950 g for a 5"

The math says 1,950 g is the theoretical max payload. In practice, no one would fly a 5-inch with a 2 kg payload. Reasons:

  • Flight time becomes too short — at sustained 50% throttle, flight time drops to ~3 minutes per battery. Not useful for survey work.
  • No margin for wind or maneuvers — a gust would push throttle above 50%, into the inefficient regime.
  • Frame stress — 5-inch airframes weren't designed for 2 kg of payload. Arms flex, screws loosen, things break.
  • Crash energy — a 2.4 kg drone falling from 50m makes a much bigger impact than a 620g one. Safety margins matter.

Practical guidance: for survey work, target hover throttle ≤35% with payload. For the cohort default 5-inch, this means total payload (battery + sensors) ≤ ~750g all-up. Anything beyond this, move to the 7-inch frame which is designed for it.

Section 07 ~6 minutes · How fast and why

Top speed & drag.

Quadcopter top speed is determined by an interaction between two opposing forces: the propeller's pitch-limited maximum forward thrust, and the airframe's aerodynamic drag rising with the square of speed. Understanding both lets you predict top speed from a build, and explains why a drone with twice the thrust isn't twice as fast.

Two physical limits set top speed. The first is pitch speed — the maximum forward velocity at which the propeller still produces net thrust. Above pitch speed, the air is moving past the propeller faster than the prop can grip it; the prop "spins out" and produces zero or negative thrust.

v_pitch_max ≈ pitch (m/rev) × RPM_max (rev/s) × η_pitch
pitch · prop pitch in meters per revolution
RPM_max · max motor RPM in revolutions per second
η_pitch · pitch efficiency, typically ~0.7 for drone props

For the cohort default 5×4.3 prop on EMAX 2207 2400 KV motors with 4S battery:

pitch = 4.3 inch = 0.109 m
RPM_unloaded = 2400 KV × 16.0 V = 38,400 RPM = 640 rev/s
RPM_loaded ≈ 0.7 × unloaded = 448 rev/s (real flight)
v_pitch_max = 0.109 × 448 × 0.7 ≈ 34 m/s ≈ 122 km/h
Theoretical pitch speed: ~120 km/h. The published cohort default top speed of "~85 km/h" is significantly lower because of the second limit: drag.

The second limit is aerodynamic drag — the air resistance the airframe pushes through. Drag rises with the square of velocity:

D = ½ · ρ · v² · C_d · A_frontal
ρ · air density
v · forward velocity
C_d · drag coefficient (~0.5–0.8 for typical drone airframes — they're not aerodynamic)
A_frontal · frontal cross-section area presented to the airflow

Top speed is reached when forward thrust equals drag:

T_forward = D
v_max = √(2 · T_forward / (ρ · C_d · A_frontal))

For the cohort default at full forward tilt (~30° from horizontal, putting most thrust into forward motion):

T_forward ≈ T_total · sin(30°) = 5,960 g · 0.5 ≈ 2,980 g = 29.2 N
A_frontal ≈ 0.012 m² (rough estimate for tilted 5" frame)
C_d ≈ 0.6 (rough estimate)
v_max = √(2 · 29.2 / (1.225 · 0.6 · 0.012)) ≈ 26 m/s ≈ 94 km/h
Drag-limited top speed: ~94 km/h. Combined with the pitch-speed limit of ~120 km/h, the actual maximum is the smaller of the two — drag wins. The cohort spec of "~85 km/h" matches this calculation within a reasonable margin given the rough estimates of A_frontal and C_d.

Why doubling thrust doesn't double speed

Drag is quadratic in velocity. To double top speed (94 → 188 km/h) requires quadrupling the forward thrust. Most builds can't do that — they'd need a much higher-pitch prop (which they can't run at the existing motor's torque) or much bigger motors and battery (which adds weight, increasing drag).

  • From 85 km/h to 100 km/h: ~40% more thrust required.
  • From 100 km/h to 120 km/h: ~45% more thrust required (compounding).
  • From 120 km/h to 150 km/h: at this point pitch speed becomes the binding constraint regardless of thrust.

This is why race drones use radically different setups (5×5.0 or higher pitch on 6S batteries) — they're trying to push pitch speed up enough that thrust can keep pace with rising drag.

Top speed isn't usually the binding constraint

For survey work, top speed is rarely the limiting factor. Survey missions cruise at 5–15 m/s (18–54 km/h) for stability and image quality. You're nowhere near top speed. So the practical question for cohort work is rarely "how fast" but "what cruise speed gives the best efficiency?"

  • The cohort default cruises efficiently at 5–10 m/s (18–36 km/h).
  • Pushing past 15 m/s (54 km/h) starts to consume battery faster than the time saved is worth.
  • For long-range 7-inch builds, optimal cruise can be 10–15 m/s — mostly because of better aerodynamic shape, not because the props can spin faster.
  • For 10-inch heavy-payload, cruise stays low (5–10 m/s) — the bigger frontal area makes higher speeds prohibitively expensive.
Section 08 ~7 minutes · End-to-end examples

Three worked builds.

Putting Sections 1–7 together: end-to-end thrust, T:W, hover throttle, payload margin, and top-speed calculations for the cohort default 5-inch, 7-inch, and 10-inch builds. These are the numbers behind the at-a-glance comparison strip in the parts primer — derived from the physics, cross-checked against manufacturer charts, corrected for typical Mindanao field conditions.

Build 1: 5-inch combo 5A (cohort default with NDVI rig)

EMAX 2207 2400 KV motors, HQProp 5×4.3×3 props, CNHL 4S 1500 mAh 95C battery, with the standard NDVI rig.

Metric Value How calculated Notes
W
620 g all-up
Frame 220g + electronics 80g + 4 motors 120g + 4 props 12g + battery 190g + NDVI 95g - cable mgmt overlap −97g (net)
Standard build
T_max
5,960 g total
4 × 1,490 g/motor at 100% throttle (chart, 4S nominal)
Spec sheet, sea level, fresh battery
T:W
9.6:1 spec / ~7:1 real-world
5,960 / 620 = 9.6 spec; ×0.75 environmental = 7.2 real
Comfortable margin
Hover
~32% throttle
155 g/motor required, interpolated from chart curve
Plenty of headroom
v_max
~85 km/h
Drag-limited at full forward tilt; pitch speed allows ~120 km/h
Cruise efficiently at 5–10 m/s (18–36 km/h)
Payload
~130 g additional
Practical limit before hover throttle exceeds 35%
Room for a small thermal sensor or extra battery, not both
t
6–7 min survey
22.2 Wh ÷ ~200 W avg cruise = 6.7 min, less FC/RX/camera draw
Standard cohort flight time

Build 2: 7-inch combo 7A (long-range standard with NDVI rig)

iFlight XING 2806.5 1300 KV motors, HQProp 7×4.5×3 props, CNHL 6S 2200 mAh 75C battery, with the standard NDVI rig.

Metric Value How calculated Notes
W
1,150 g all-up
Frame 320g + electronics 100g + 4 motors 220g + 4 props 32g + battery 380g + NDVI 95g + cabling 3g
Heavier than 5", lighter than 10"
T_max
~3,200 g total
4 × ~800 g/motor at 100% (iFlight chart, 6S nominal)
Lower per-motor than 5" because lower KV
T:W
2.8:1 spec / ~2.1:1 real-world
3,200 / 1,150 = 2.78 spec; ×0.75 = 2.08 real
Adequate; less margin than 5"
Hover
~36% throttle
288 g/motor required, larger frame less efficient at low throttle
Higher than 5" because heavier per disc area
v_max
~110 km/h
Pitch speed allows ~145 km/h; drag wins because of larger frontal area
Cruise efficiently at 10–15 m/s (36–54 km/h)
Payload
~250 g additional
More disc area gives more headroom for sensors
Room for thermal + larger battery, or multispectral sensor
t
14–16 min survey
48.8 Wh ÷ ~210 W avg cruise = ~14 min
~2× the 5" endurance

Build 3: 10-inch combo 10A (heavy-payload standard)

T-Motor MN3115 900 KV motors, T-Motor 10×4.5 carbon props, CNHL 6S 5000 mAh 30C battery, with a multispectral sensor payload.

Metric Value How calculated Notes
W
3,200 g all-up
Frame 800g + electronics 150g + 4 motors 380g + 4 props 100g + battery 720g + sensor 1,050g
3.2 kg loaded
T_max
~8,600 g total
4 × ~2,150 g/motor at 100% (T-Motor chart, 6S nominal)
Higher per-motor than 7" because larger stator
T:W
2.7:1 spec / ~2.0:1 real-world
8,600 / 3,200 = 2.69 spec; ×0.75 = 2.0 real
At the floor for stable flight; little margin for unexpected wind
Hover
~38% throttle
800 g/motor required, larger discs slightly more efficient
Higher hover throttle reflects heavy payload, not weakness of motors
v_max
~75 km/h
Pitch speed allows ~90 km/h; large frontal area limits speed
Cruise at 5–8 m/s (18–29 km/h)
Payload
~600 g additional
From the 8.6 kg max thrust, deduct hover requirement and 35% safety margin
Already loaded; "additional" assumes swapping to a lighter sensor
t
18–22 min survey
111 Wh ÷ ~330 W avg cruise = ~20 min
Long endurance comes from the big battery, not from efficiency

What the three builds tell you

  • 5-inch has the highest spec T:W (9.6) but the lowest absolute thrust (5.96 kg). Great manoeuvrability, modest payload margin.
  • 7-inch has middling T:W (2.8) and the most balanced overall envelope. The "all-rounder" of the three.
  • 10-inch has the most absolute thrust (8.6 kg) but the highest static load. Designed for payload, not for performance margin.

Notice that absolute T:W ratios converge at the high-payload end (~2:1 real-world) but separate at the maneuvering end (5" is much more agile). This is the physics speaking: once you're loaded for the payload you actually have to carry, the maneuvering envelope is similar across frame sizes. The 5" is more agile not because of better motors, but because it's lighter — fewer kilograms of inertia to fight.

Section 09 ~5 minutes · Mindanao realities

Environmental corrections.

Manufacturer thrust charts are measured at sea level, in cool air, with fresh batteries. Mindanao field surveys are at sea level (ish) but in 28–34°C heat, sometimes at altitude (Bukidnon's plantations sit at 600–1,200m), often with high humidity, frequently with batteries that have already done a flight that morning. Each of these reduces real-world thrust below spec. This section quantifies the corrections.

Thrust scales linearly with air density (T ∝ ρ), so all environmental corrections come back to "what's the local air density vs the chart's reference?". The reference is 1.225 kg/m³ at 15°C, sea level, dry air. Every deviation from that reduces thrust.

Factor Effect on density Mindanao impact Approx thrust correction
ALT
Altitude Air density drops ~12% per 1,000 m of altitude.
Davao city: sea level, no correction.
Bukidnon plateau (1,000m): −12%.
Mt Apo summit (2,950m): −30%.
Plantation surveys mostly at <1,000m: ×0.88–1.00
TEMP
Temperature Air density drops ~0.4% per °C above reference (15°C). Hot air is less dense.
Mindanao midday at 32°C: 17 °C above ref → −7%.
Early morning at 24°C: 9°C above ref → −3.5%.
Survey day average: ×0.92–0.97
HUM
Humidity Humid air is slightly less dense than dry air (water vapor is lighter than N2/O2). Effect is small.
85% RH typical Mindanao day: −1%.
Usually small enough to ignore: ×0.99
BAT
Battery state & age Battery voltage sags under load. Older batteries sag more. Both reduce motor RPM, which reduces thrust.
Mid-flight on a fresh pack: −5%.
Late flight, older pack: −10%.
Use ×0.90–0.95 for typical mid-survey conditions
FWD
Forward flight Static thrust assumes still air; in forward flight, the propeller sees its own air-relative velocity, slightly reducing thrust.
Cruise at 10 m/s: −3%.
Aggressive forward flight at 25 m/s: −10%.
For survey cruise: ×0.95–0.97

Combining the corrections multiplicatively for a typical Mindanao plantation survey:

Altitude (~600 m): × 0.93
Temperature (~30°C): × 0.94
Humidity (~80% RH): × 0.99
Battery (mid-flight): × 0.93
Forward flight (10 m/s cruise): × 0.96
Combined: 0.93 × 0.94 × 0.99 × 0.93 × 0.96 ≈ 0.77
Real-world thrust is ~77% of spec-sheet in typical Mindanao field conditions. This is the source of the "build with at least 2.5:1 spec T:W to maintain real 2:1" guidance from the parts primer. The 0.75–0.80 factor used in Section 8's worked builds was this combined correction.

What this means for build planning

  • Build margin into spec T:W. If you want to fly with 2:1 real T:W, target 2.6–2.7:1 on paper.
  • Do payload tests on the actual flight day. Conditions vary; spec calculations are starting points, not commitments.
  • Plan flight time in real conditions, not spec. A 6-minute spec-sheet endurance is realistically 5 minutes in field heat.
  • For altitude operations (Bukidnon, Cordillera partner orgs), the correction matters a lot more — 1,200m elevation is a 14% thrust reduction before any other factor. Build 7-inch instead of 5-inch when working consistently above 1,000m.
Section 10 ~3 minutes · The practical payoff

Build your own thrust model.

Everything in the previous nine sections fits into a one-sheet spreadsheet that takes a BOM as input and outputs T:W, hover throttle, payload margin, top speed, and corrected real-world numbers. Building it once, for your own preferred frames, lets you evaluate any future build decision in minutes instead of hours.

What the spreadsheet should compute:

  • Inputs: motor model + KV, prop diameter + pitch + blade count, battery S + mAh + C-rating, sensor payload, frame size, target altitude.
  • Lookup: motor max thrust at the relevant cell count from manufacturer chart.
  • Calculate: all-up weight, T_max, T:W, hover throttle, max payload, theoretical pitch speed, drag-limited top speed.
  • Apply corrections: air density at target altitude, temperature factor, battery sag, forward flight loss.
  • Output: "Real-world expected" values that account for environmental conditions.

The Lumipad workshop maintains a reference spreadsheet built around this model, calibrated against the cohort fleet's flight log data. It's a 12-row Excel file that any alumnus can clone for their own builds. Three versions exist:

  • Quick estimate (12 rows) — single-frame quick check; takes 30 seconds with motor and prop in hand.
  • Multi-build comparison (60 rows) — compare 3 candidate builds side-by-side. Used when alumni are planning a new frame and want to see options.
  • Mission planner (250 rows) — plug in survey area, altitude, expected wind, and battery count. Outputs total mission flight time and battery requirements. Used by partner orgs planning multi-day surveys.

All three are downloadable from the link below. They run in Excel, LibreOffice Calc, or Google Sheets. Total time investment to learn: 15–30 minutes. Total time saved across a year of build decisions: significant.

Three habits that pay off

  • Run the calculation before buying parts. A $5 spreadsheet check prevents $300 of wasted parts on incompatible combinations.
  • Calibrate against your own flight logs. After a few flights, you'll know the actual thrust correction for your specific environment. Update the spreadsheet's correction factor; future predictions get more accurate.
  • Share the model with the cohort network. Alumni in different regions have different correction factors (altitude, climate). The spreadsheet improves when more people contribute their data.

This is what distinguishes "an enthusiast who builds drones" from "an engineer who designs flying systems." The math is identical. The difference is having a practiced workflow that turns physics into build decisions.

Numbers worth memorising

Six thrust numbers that show up everywhere.

Quick mental anchors for thrust and performance calculations. Worth keeping in your head when reading spec sheets, evaluating build decisions, or estimating payload margins.

2:1
Min real-world T:W
Below this no margin
2.5:1
Min spec T:W
For real-world ≥2:1
~30%
Hover throttle
Well-matched 5"
~75%
Real vs spec thrust
Mindanao field conditions
Drag scales as
2× speed = 4× drag
T^(3/2)
Power scales as
2× thrust = 2.83× power
Common scenarios

Calculations that come up in alumni chat.

Specific calculation requests Lumipad alumni and partner organisations have actually faced. The right answers usually emerge from the principles in the deep dive — these are worked examples to anchor those principles.

"Can my 5-inch carry a thermal camera too?"

Multi-sensor question

For a 90g FLIR Lepton: yes, but with reduced flight time. Hover throttle climbs from ~32% to ~37%, T:W drops from 9.6 to 8.4, flight endurance drops 12–18%. For a 200g+ multispectral camera: probably not — you're past the comfortable payload margin and into the inefficient hover regime. Move to 7-inch instead.

See: Payload & lift margin ↗

"Why is my drone slower at altitude?"

Bukidnon plantation question

Air density drops ~12% per 1,000 m of altitude. At 1,000 m, your motors produce ~12% less thrust at the same throttle. Hover throttle increases proportionally; flight time drops. The drone isn't broken — the air is just thinner. For consistent operations above 1,000 m, build a 7-inch or 10-inch with more thrust margin built in.

See: Environmental corrections ↗

"How fast will my drone go if I increase pitch?"

Speed-tuning question

Top speed depends on both pitch (which sets the theoretical maximum) and drag (which sets the practical limit). Going from 5×4.3 to 5×5.0 increases theoretical pitch speed by ~16%, but real top speed only increases ~5–10% because drag rises with speed. Pitch upgrades pay off for thrust margin and acceleration; speed gains are modest.

See: Top speed & drag ↗

"How much battery do I need for a 100ha survey?"

Mission-planning question

Use the mission planner spreadsheet from Section 10. Inputs: AOI area, planned altitude, planned flight speed, frame size. Output: required flight time, optimal cruise speed for that frame, number of batteries needed (with 25% safety margin). For 100ha with the 5-inch default at 60m AGL and 8 m/s cruise: ~3 batteries plus margin for transitions and emergencies.

See: Build your own model ↗
Frequently asked

Questions worth answering carefully.

What's the difference between static thrust and dynamic thrust? +

Static thrust is what a propeller produces in still air, measured on a test stand with no forward motion. It's the number on every manufacturer's chart. Dynamic thrust is what the propeller actually produces in forward flight, where the air is moving through the disc due to the drone's motion.

For most quadcopter applications — survey work, photography, casual freestyle — static thrust is the relevant metric because most flight time is at low forward speeds. Dynamic thrust matters for racing and high-speed cinematography, where the drone spends meaningful time at forward velocities approaching pitch speed. At those speeds, real thrust is 5–15% lower than static thrust.

For cohort survey planning, treat manufacturer's static thrust as ~accurate for cruise-speed flight (5–10 m/s). Apply small corrections for higher-speed missions.

Why doesn't doubling battery capacity double flight time? +

Two reasons. First, a heavier battery makes the drone heavier overall, so motors work harder at hover, drawing more power per second. Second, the relationship between drone mass and induced power is non-linear (P_induced ∝ T^(3/2)) — making the drone heavier raises power consumption faster than linearly with weight.

For a typical 5-inch build, going from 1500 mAh to 3000 mAh (doubling capacity) might increase flight time from 6 minutes to ~9 minutes — a 50% gain, not 100%. The remaining 50% of the energy goes into lifting the heavier battery itself.

This is why every frame size has a "sweet spot" battery capacity: small enough that diminishing returns haven't set in, large enough to provide useful flight time. For 5-inch survey, that's 1500–1800 mAh on 4S. For 7-inch, 2200–2700 mAh on 6S. For 10-inch, 5000–6000 mAh on 6S.

What's the most thrust-efficient throttle setting? +

For most propellers, peak efficiency (thrust per watt) is in the 25–40% throttle range — well below full throttle. At low throttle, the prop is producing relatively little thrust per watt because the airflow is unsteady and the motor is operating below its sweet spot. At high throttle, the motor is in its high-loss regime and the prop is past its efficiency peak.

This is why hover at 30% throttle is more efficient than hover at 50% — it's not just about leaving headroom for manoeuvres, the propeller itself is more efficient there. It's also why heavier drones with higher hover throttle are disproportionately bad for endurance: they're operating in the inefficient high-throttle regime continuously.

Why does my drone fly differently with a fresh battery vs a half-empty one? +

Two effects compound. First, voltage sag: a fresh pack at 16.6 V under load might be 16.0 V; a 50%-discharged pack at 15.4 V under load might be 14.5 V. Lower voltage = lower motor RPM = lower thrust at the same throttle setting. Second, internal resistance rises as the pack ages, increasing sag.

The practical effect: hover throttle drifts upward through a flight. A drone that hovers at 32% on a fresh pack might be at 38% by the end. The FC adapts (continuously raising motor commands), but you'll notice slightly slower throttle response and sluggish recovery from manoeuvres late in flight.

Mid-pack performance is consistent enough that most cohort survey missions don't worry about it. Just plan for ~10% reduced thrust margin in the second half of each battery.

Are thrust calculations affected by humidity? +

Slightly. Humid air is less dense than dry air because water vapour molecules are lighter than nitrogen and oxygen molecules (counter-intuitively — most people guess water vapour makes air "heavier"). At 80% RH on a 30°C day, air density is about 1% lower than dry air at the same temperature.

For practical purposes in Mindanao, humidity correction is negligible compared to temperature and altitude effects. A 1% thrust reduction is well within manufacturer measurement variance. Don't worry about humidity unless you're doing precision research.

Can I just use eCalc or similar tools instead of doing this math? +

Yes, mostly. eCalc xcopterCalc is the canonical free online tool for this kind of calculation. Plug in your motor, prop, battery, and frame; it outputs T:W, hover throttle, top speed, and flight time estimates. Used widely across the FPV and survey-drone communities.

The downsides: eCalc's motor and prop database is incomplete (especially for newer or less popular brands), and its environmental corrections aren't tunable to your specific operating area. The Lumipad workshop spreadsheet is calibrated against actual flight logs from the cohort fleet in Mindanao conditions; eCalc gives you reference-condition numbers.

Recommendation: use eCalc for quick sanity checks on combinations you're considering. Use the Lumipad spreadsheet for final build decisions where the local correction factor matters. Use both for important builds.

Why does the math sometimes disagree with the manufacturer's chart? +

Three reasons, in order of likelihood:

  • Different test conditions — manufacturer charts assume specific battery voltage, ambient temperature, and propeller. Your build differs from those assumptions. Disagreement of 10–15% is normal.
  • Manufacturer optimism — some brands publish "best case" charts measured in ideal conditions. Real-world performance is consistently 5–10% lower. EMAX, T-Motor, iFlight are reliable; some smaller brands aren't.
  • Calculation error — using momentum theory directly over-estimates by ~15% (real props aren't ideal actuator discs). Apply the 0.85 multiplier mentioned in Section 2.

If your math gives 5% T:W vs the chart's 10% T:W, suspect (3). If your math gives 7:1 T:W and the chart suggests 9:1, suspect (1). If they agree within 10%, you're done.

What about hexacopters and octocopters? +

The same physics applies, with the multipliers updated. Hexacopter (6 motors) replaces the "× 4" with "× 6" in the T:W formula; octocopter does "× 8". Total disc area scales similarly.

The trade-offs change at higher motor counts. More motors = more redundancy (you can lose one motor and still fly) and more total disc area for the same diameter (lower disc loading, more efficient hover). But also: more cost, more weight (motors and ESCs add up), more failure surface area, and complex airframe geometry.

For cohort and partner-org survey work, quadcopters dominate because they're simpler, cheaper, and adequate. Some research-grade 10-inch heavy-lift builds use hexacopter for redundancy when carrying expensive sensor payloads. Octocopter is rare outside cinema and very-heavy-lift agricultural work.