This page drills the formula from the parent note through every kind of input it can face — positive and negative angles, positive and negative camber, zero camber, zero angle, the degenerate flat plate, a stall-warning limit, a real-world word problem, and a sneaky exam twist. Before any numbers, we build a map of all the cases so you never meet a scenario we didn't show.
Everything rests on the two boxed results from the parent, restated in plain words:
Definition What kind of number is
β ?
The camber parameter β is an angle measured in radians , exactly like α . It is the slope of the wing's mean (camber) line at the leading/trailing edge — a small dimensionless number "rise over run" that behaves as an angle for small slopes. Because it sits next to α inside the same bracket (α + π 2 β ), it must carry the same units (radians) or the sum would be meaningless. Valid range: small values, roughly ∣ β ∣ ≲ 0.1 rad; positive β = upward (lift-adding) camber, negative β = reflex (lift-subtracting) camber, β = 0 = flat plate. Any β given "in degrees" must be converted to radians first, just like α .
Common mistake The one error that ruins every example
α and β must be in radians , never degrees. The derivation replaced sin α with α , which is only true when the angle is measured in radians. Convert first: α rad = α deg × π /180 .
Definition Dynamic pressure — the "push" of moving air
Before Example 5 uses it, meet the quantity q = 2 1 ρ V 2 , called dynamic pressure . In plain words: a stream of air moving at speed V carries kinetic energy 2 1 m v 2 per unit mass; q is that energy density, and it is exactly the extra pressure the air can press onto a surface it slams into. Its units are Pa = N/m². Multiplying q by an area gives a force. For a wing section, the reference area per metre of span is just the chord c (a c × 1 strip), so q c has units (N/m²)(m) = N/m — a force per span. The lift coefficient c ℓ is defined as the dimensionless ratio that turns this reference push into the actual lift:
c ℓ ≡ 2 1 ρ V 2 c L ′ ⟹ L ′ = q 2 1 ρ V 2 c c ℓ .
This is not a new physics formula — it is the definition of c ℓ rearranged. We will use it in Example 5 to go from a c ℓ back to a force.
Every problem this formula can pose falls into one of these cells. The worked examples below are tagged with the cell they cover, and together they hit all of them .
Cell
Case class
What is special
Example
O
Flat plate, zero angle
β = 0 , α = 0 ⇒ L ′ = 0 (the trivial boundary)
Ex 0
A
Flat plate, positive α
β = 0 : only the tilt lifts
Ex 1
B
Cambered wing, positive α
Both knobs add
Ex 2
C
Negative angle of attack
Sign flips — lift can go down
Ex 3
D
Zero-lift angle (degenerate L ′ = 0 )
Terms cancel exactly (flat plate ⇒ α = 0 ; cambered ⇒ shifted)
Ex 4
E
Zero angle, pure camber
α = 0 : lift from curve alone
Ex 5
E−
Negative camber (β < 0 )
Curve reversed — shifts the line the other way
Ex 5b
F
Limiting / stall-warning behaviour
Formula grows without bound; where physics quits
Ex 6
G
Real-world word problem
Total lift, mass it can hold
Ex 7
H
Exam twist: solve backwards
Given L ′ , find the required α
Ex 8
The sign story ties cells O–E− together — worth a picture before we compute.
Figure s01 — Master sign-map: the c ℓ –α lines for a flat plate (blue) and a cambered wing (green). Alt text: two parallel straight lines of slope 2 π ; the blue line through the origin, the green line shifted up-left by 4 β , with markers for Cell O (origin), Cell D (green zero-crossing at negative angle), and Cell E (green value on the vertical axis).
Common mistake The horizontal axis is in DEGREES, the formula is in RADIANS
Figure s01 plots α in degrees (because humans read tilt in degrees), but every calculation below feeds α in radians . When you read a value like "− 1.8 2 ∘ " off the graph, you must convert it with × π /180 before plugging it into L ′ = K ( α + 2 β / π ) . The picture is for seeing the sign story; the arithmetic always runs in radians.
Read the figure carefully — it is the master map for cells O through E−:
The horizontal axis is the angle of attack α in degrees; the vertical axis is the lift coefficient c ℓ .
The blue line is the flat plate, c ℓ = 2 π α : it passes exactly through the origin, so at α = 0 it gives c ℓ = 0 (that is Cell O , the trivial boundary).
The green line is a positively cambered wing (β = 0.05 ), c ℓ = 2 π α + 4 β : the same slope 2 π but slid up and to the left by the constant 4 β .
The red dot where the green line crosses zero is the cambered zero-lift angle (Cell D), sitting at a small negative α .
The orange square on the vertical axis is the green line's value at α = 0 — pure-camber lift with no tilt (Cell E).
Everything left of a line's zero-crossing lies below the axis : negative (downward) lift (Cell C).
Notice both lines are parallel: camber shifts , it never tilts . A negative camber (β < 0 , Cell E−) would slide the line the opposite way, down and to the right.
Baseline flow for most examples: ρ = 1.225 kg/m³, V = 50 m/s, c = 1.5 m. Then the constant lump
π ρ V 2 c = π ( 1.225 ) ( 5 0 2 ) ( 1.5 ) = 14 432 N/m
appears again and again — call it K = 14 432 N/m, so L ′ = K ( α + π 2 β ) .
Worked example Example 0 — nothing tilted, nothing curved
Flat plate (β = 0 ) sitting exactly level in the wind (α = 0 ). Find L ′ .
Forecast: any lift at all?
Both knobs are off: α = 0 and β = 0 , so the bracket ( α + π 2 β ) = 0 .
Why this step? This is the boundary where both lift sources vanish — the reference "do nothing" state every other case is measured against.
L ′ = K × 0 = 0 N/m .
Why this step? Multiplying the constant K by a zero bracket completes the formula and confirms the physical expectation — we carry the multiplication through explicitly so the zero is derived , not just asserted.
Verify: on the figure this is the origin , where the blue line crosses zero ✓. A flat plate aligned with the flow produces no net turning of the air, hence no lift — consistent with symmetry (nothing distinguishes up from down) ✓.
Worked example Example 1 — the pure tilt
Flat plate (β = 0 ), α = 5 ∘ . Find L ′ .
Forecast: guess — a few hundred or a few thousand N per metre?
Convert: α = 5 × π /180 = 0.08727 rad.
Why this step? The formula linearised sin α ≈ α , valid only in radians; feeding it "5" (degrees) would overstate the angle by a factor of ≈ 57 .
No camber, so L ′ = K α = 14 432 × 0.08727 .
Why this step? β = 0 kills the camber term, leaving only tilt.
L ′ = 1259 N/m .
Why this step? We carry out the single multiplication to land the final numeric force — this is the answer we will use as the flat-plate benchmark in later examples.
Verify: dimensionally [ K ] [ rad ] = ( N/m ) ( dimensionless ) = N/m ✓. Positive tilt into the wind ⇒ positive (upward) lift ✓.
Worked example Example 2 — both knobs on
Same flow, now β = 0.05 rad, still α = 5 ∘ .
Forecast: more or less than Ex 1, and by roughly how much?
Convert: α = 5 × π /180 = 0.08727 rad.
Why this step? Same radian rule as Ex 1 — the linearisation sin α ≈ α demands radians, so we convert before any arithmetic.
Camber term: π 2 β = π 2 ( 0.05 ) = 0.03183 .
Why this step? Camber adds an effective extra angle, not a slope change.
Sum inside brackets: 0.08727 + 0.03183 = 0.11910 .
Why this step? We add the tilt and camber contributions first because the formula multiplies K by their sum ; combining them now keeps the final multiplication a single clean step.
L ′ = 14 432 × 0.11910 = 1719 N/m .
Why this step? Multiplying the benchmark constant K by the combined bracket produces the total lift for the cambered wing — the number we compare against the flat plate.
Verify: ratio to flat plate = 1719/1259 = 1.37 , a ∼ 37% gain — matches the parent's "∼ 36% " ✓. The gain is a shift , not a steeper slope (Cell A and B share the same 2 π slope).
Worked example Example 3 — pointing the nose down
Flat plate (β = 0 ), α = − 3 ∘ . Find L ′ and its direction.
Forecast: what sign will the lift have?
α = − 3 × π /180 = − 0.05236 rad.
Why this step? Negative tilt is a genuine negative number in the formula, and it must still be in radians for the linearisation to hold.
L ′ = K α = 14 432 × ( − 0.05236 ) = − 755.6 N/m .
Why this step? Nothing special — the linear formula just runs into negative α .
The minus sign means the aerodynamic force points downward (a "down-force").
Why this step? We interpret the negative numeric result physically — reading the sign is the whole point of this case, since it tells us the wing pushes down, not up.
Verify: magnitude equals Ex 1 scaled by 3/5 : 1259 × ( 3/5 ) = 755 N/m ✓. On the figure, this point sits left of the origin on the flat-plate (blue) line, below the axis ✓.
Worked example Example 4 — the balance point (both the flat-plate and cambered case)
(a) Flat plate (β = 0 ): at what α is L ′ = 0 ?
(b) Cambered wing β = 0.05 rad: at what α is L ′ = 0 ?
Forecast: for each, positive, zero, or negative angle?
Set L ′ = 0 : since K = 0 , we need α + π 2 β = 0 .
Why this step? A product is zero only when the bracket is zero.
(a) Flat plate: with β = 0 the bracket is just α , so α L = 0 = 0 .
Why this step? A symmetric flat plate has no built-in camber offset, so its zero-lift line passes through the origin — consistent with Cell O.
(b) Cambered: α L = 0 = − π 2 β = − π 2 ( 0.05 ) = − 0.03183 rad = − 1.82 4 ∘ .
Why this step? We solve the zero-bracket condition for α and then convert to degrees, because the answer to a "what angle" question is most useful quoted in degrees even though it was derived in radians.
Verify: (a) plug α = 0 , β = 0 : bracket = 0 ⇒ L ′ = 0 ✓ (matches Cell O). (b) plug back — α + 2 β / π = − 0.03183 + 0.03183 = 0 ✓. So the zero-lift boundary is α = 0 for a flat plate and shifts negative by exactly the camber amount — one consistent rule, two cases. On the figure, (a) is the blue line's origin crossing and (b) is the red dot on the green line.
Worked example Example 5 — lift with no tilt
Cambered wing β = 0.05 rad, α = 0 . Find c ℓ and L ′ .
Forecast: can a wing lift while sitting level in the wind?
c ℓ = 2 π ( 0 ) + 4 β = 4 ( 0.05 ) = 0.2 .
Why this step? With α = 0 only the camber term survives in c ℓ = 2 π α + 4 β .
L ′ = 2 1 ρ V 2 c c ℓ = 0.5 ( 1.225 ) ( 2500 ) ( 1.5 ) ( 0.2 ) = 459.375 N/m .
Why this step? We use the definition of c ℓ from the callout above, rearranged to L ′ = q c c ℓ with q = 2 1 ρ V 2 the dynamic pressure — this converts the dimensionless lift number into an actual force per span.
Cross-check with the direct form: L ′ = K ⋅ π 2 β = 14 432 ( 0.03183 ) = 459.4 N/m ✓.
Why this step? Recomputing the same lift by the other route (direct K -formula instead of the c ℓ definition) is a self-consistency test — agreement confirms we made no slip.
Verify: two independent routes give the same ≈ 459 N/m ✓. Yes — camber alone lifts at zero tilt; that is exactly why real wings are curved. See Lift coefficient and angle of attack for the full curve.
Worked example Example 5b — reflex camber (the mirror of Cell E)
A tail surface with negative camber β = − 0.05 rad, sitting level (α = 0 ). Find c ℓ and L ′ .
Forecast: if positive camber lifted up, what does negative camber do?
c ℓ = 2 π ( 0 ) + 4 β = 4 ( − 0.05 ) = − 0.2 .
Why this step? β enters linearly, so a sign flip on the curve flips the sign of its lift contribution.
L ′ = 2 1 ρ V 2 c c ℓ = 0.5 ( 1.225 ) ( 2500 ) ( 1.5 ) ( − 0.2 ) = − 459.375 N/m .
Why this step? Same c ℓ -definition as Ex 5; the negative c ℓ carries straight through to a negative (downward) force.
Verify: exact mirror of Ex 5: same magnitude, opposite sign ✓. On the figure this would be the green line reflected through the origin — slid down and to the right , giving a positive zero-lift angle. Reflex/negative camber is used on tailless aircraft to trim (push down at the rear), showing the formula covers the full β sign range.
Worked example Example 6 — pushing
α toward stall
Flat plate. The formula says c ℓ = 2 π α forever. Compute c ℓ at α = 5 ∘ , 1 5 ∘ , 2 5 ∘ and mark where physics disagrees.
Forecast: does lift really keep climbing linearly to 9 0 ∘ ?
c ℓ ( 5 ∘ ) = 2 π ( 0.08727 ) = 0.548 .
Why this step? 5 ∘ is a small angle where the linear theory is trustworthy — this is our reliable anchor point below stall.
c ℓ ( 1 5 ∘ ) = 2 π ( 0.26180 ) = 1.645 .
Why this step? 1 5 ∘ sits right at the edge of the real stall region — the theory here already predicts more lift (1.645 ) than a real airfoil can hold (≈ 1.5 ), so this number is the first one we should distrust.
c ℓ ( 2 5 ∘ ) = 2 π ( 0.43633 ) = 2.742 .
Why this step? Well past stall the linear theory has no upper bound — it predicts ever-rising lift, which is physically impossible.
But real airfoils stall near c ℓ ≈ 1.5 (around 12 – 1 5 ∘ ): flow separates, the Kutta condition assumption breaks, and measured lift collapses .
Why this step? The derivation assumed small angles and attached flow; beyond stall those assumptions fail.
Verify: the numbers grow linearly (ratio 0.548 : 1.645 : 2.742 = 1 : 3 : 5 , matching 5 : 15 : 25 ) ✓. The limit to remember: trust the straight line only for small α ; the physical ceiling is stall, not the formula.
Figure s02 — Cell F stall warning: the straight linear-theory line (blue) climbs without limit, while the real airfoil (red dashed) peaks near c ℓ ≈ 1.5 and drops at stall. Alt text: a rising straight blue line and a red dashed curve that follows it up to about 1 3 ∘ , then bends over and falls; the shaded gap after stall marks where the formula over-predicts lift.
The figure shows the straight theory line rocketing past the real (dashed) curve, which peaks and drops at stall — the shaded region is where the formula lies.
Definition From per-span lift to total lift — the span
b
So far L ′ is the force on one metre of wing. A real wing has a finite length across the aircraft called the span , written b (units: metres). If every metre of span carried the same L ′ , the total lift is simply the per-metre force times the number of metres:
L = L ′ × b (units: (N/m) × m = N) .
This is called strip theory — we imagine the wing sliced into 1 -metre strips and add them up. It is exact only if L ′ is uniform along the span; real wings taper off near the tips (tip vortices), so this slightly overestimates true lift — see Circulation and bound vortices .
Worked example Example 7 — how much can this wing hold up?
A light aircraft wing: span b = 10 m, chord c = 1.5 m, cruising at V = 50 m/s in air of ρ = 1.225 kg/m³, angle of attack α = 4 ∘ , camber β = 0.04 rad. Find total lift and the mass it supports (g = 9.81 m/s²).
Forecast: enough to lift a car? a person? a plane?
Convert: α = 4 × π /180 = 0.06981 rad.
Why this step? As in every example, the linearised formula needs the angle in radians before we can add it to the camber term.
Camber term π 2 β = π 2 ( 0.04 ) = 0.02546 .
Why this step? β is already given in radians (a slope, dimensionless), so no conversion — but we must form 2 β / π to match the units of α before adding.
Per-span lift L ′ = K ( α + 2 β / π ) = 14 432 ( 0.06981 + 0.02546 ) = 14 432 ( 0.09527 ) = 1375 N/m .
Why this step? Combining the two knobs and multiplying by K gives the force on each metre of span — the per-strip lift we will replicate across the span.
Total lift over the span: L = L ′ × b = 1375 × 10 = 13 750 N.
Why this step? L ′ is force per metre ; multiplying by the span b = 10 m adds up all ten 1 -metre strips (strip theory) to get the whole-wing force.
Supported mass m = L / g = 13 750/9.81 = 1402 kg .
Why this step? In level flight lift balances weight m g , so dividing the lift force by g inverts L = m g to reveal the mass the wing can hold aloft.
Verify: units — (N/m)(m) = N ✓, N ÷ (m/s²) = kg ✓. About 1.4 tonnes — a plausible small aircraft ✓. (This uses strip theory; true 3-D wings lose some lift to tip vortices — see Circulation and bound vortices .)
Worked example Example 8 — find the required angle
Baseline flow (K = 14 432 N/m), flat plate (β = 0 ). The designer needs exactly L ′ = 2000 N/m. What angle of attack (in degrees) is required?
Forecast: bigger or smaller than the 5 ∘ that gave 1259 N/m?
Rearrange L ′ = K α for α : α = L ′ / K = 2000/14 432 = 0.13858 rad.
Why this step? We invert the formula because the unknown is now the angle, not the force — dividing the target lift by the constant K isolates α .
Convert: α = 0.13858 × 180/ π = 7.9 4 ∘ .
Why this step? Answers about tilt are quoted in degrees, so we convert the radian result back at the very end for a human-readable design angle.
Verify: plug α = 0.13858 rad back: L ′ = 14 432 × 0.13858 = 2000 N/m ✓. Larger than 5 ∘ (as expected, since we want more lift) and still comfortably below stall from Cell F ✓.
Recall Rapid self-test across all cells
Ex 0 flat plate at zero angle ::: 0 N/m
Ex 1 flat-plate lift at 5° ::: 1259 N/m
Ex 2 cambered lift ::: 1719 N/m (∼ 37% more)
Ex 3 lift at α = − 3 ∘ ::: − 756 N/m (down-force)
Ex 4a flat-plate zero-lift angle ::: 0 ∘
Ex 4b cambered zero-lift angle for β = 0.05 ::: − 1.8 2 ∘
Ex 5 pure-camber lift at α = 0 ::: 459 N/m, c ℓ = 0.2
Ex 5b negative camber ::: − 459 N/m, c ℓ = − 0.2
Ex 6 where the line lies ::: beyond stall (∼ 12 –1 5 ∘ )
Ex 7 mass supported ::: ≈ 1402 kg
Ex 8 angle for 2000 N/m ::: 7.9 4 ∘
Mnemonic Which cell am I in?
Ask two yes/no questions: "Is β = 0 ?" (flat vs cambered) and "Is α positive, zero, or negative?" Those two answers land you in exactly one row of the matrix — and remember β itself can be positive, zero, or negative.
Kutta–Joukowski theorem — the L ′ = ρ V Γ these numbers ultimately come from.
Lift coefficient and angle of attack — the c ℓ –α line that Cells C–E live on.
Kutta condition — the assumption that fails in Cell F (stall).
Circulation and bound vortices — why 3-D span multiplication (Cell G) is only approximate.
Compressibility corrections (Prandtl–Glauert) — how these numbers change at high V .