Intuition What this page is
The parent note gave you three formulas. This page exercises them across every case that can occur — density shrinks and anti -shrinks, voltage drops and voltage floors, leakage exploding, the degenerate "no shrink" case, and the real-world trap where a smaller name is slower . If you finish this, no exam scenario is new.
Prerequisites we lean on: Dynamic vs static power , Subthreshold leakage , MOSFET threshold voltage , Dennard scaling , Moore's Law . Return to the parent topic any time.
Every worked problem below is one cell of this table. The columns are the three PPA levers; the rows are the kind of input (normal, edge, degenerate, real-world, exam-twist).
Case class
Which formula
What makes it tricky
A. Normal shrink
D = D o l d / k 2
plain k < 1 , density up
B. Anti-shrink / k > 1
D = D o l d / k 2
features got bigger → density falls
C. Degenerate k = 1
D = D o l d / k 2
"same node rename" → nothing changes
D. Two-axis power
P d y n = α C V 2 f
C and V both move
E. Voltage floor
V 2 scaling
you can't keep dropping V
F. Leakage takeover
I l e ak ∝ e − q V t h / nk T
exponential beats the V 2 win
G. Frequency trap
P d y n ∝ f
smaller node, higher f → power up
H. Real-world word problem
D + die cost
transistors per wafer
I. Exam twist
mixed
"3nm A vs 7nm B" — compare density, not name
Each example header names its cell.
For the leakage examples we need a number for the "thermal voltage" k T / q . At room temperature (300 K):
Worked example Standard density gain
A 7nm block has density D o l d = 95 MTr/mm². The next node advertises a linear shrink k = 0.75 (every pitch becomes 0.75 × ). Estimate the new density.
Forecast: guess — does density roughly stay, double, or triple?
Area of a cell ∝ p 2 , so shrinking each linear pitch by k shrinks area by k 2 .
Why this step? A logic cell has a width and a height, both set by pitch — two independent linear factors multiply, giving the square.
Density is transistors per area, so it scales by 1/ k 2 :
D n e w = k 2 D o l d = 0.7 5 2 95 = 0.5625 95 ≈ 169 MTr/mm 2 .
Why this step? Fixed die, smaller cells ⇒ more cells fit, inversely with area.
Verify: 0.7 5 2 = 0.5625 ; 95/0.5625 = 168.9 . Real N5 ≈ 170 MTr/mm² — matches. Units: MTr/mm² in, MTr/mm² out. ✓
Worked example When "the number went down but the features went UP"
A relaxed variant of a node uses wider pitches for reliability: k = 1.2 (features 20% bigger ). Starting from D o l d = 170 MTr/mm², what is the new density?
Forecast: with bigger features, is density higher or lower than 170?
Same law, now with k > 1 :
D n e w = 1. 2 2 170 = 1.44 170 ≈ 118 MTr/mm 2 .
Why this step? The formula doesn't care about direction — 1/ k 2 with k > 1 gives a drop . This is the mirror image of Cell A.
Interpret: density fell ~30%. Bigger cells ⇒ fewer per die.
Why this step? Confirms the sign of the effect matches physical intuition.
Verify: 1. 2 2 = 1.44 ; 170/1.44 = 118.1 . Consistency check against Cell A: if you now shrink back by k = 1/1.2 ≈ 0.833 , 118 × ( 1/0.83 3 2 ) = 118 × 1.44 = 170 — you recover the start. ✓
Worked example A pure rename — the "same node, new name" trap
Company markets a "4nm" that is electrically identical to its 5nm: k = 1 . Density before was 173 MTr/mm². After?
Forecast: does a name change alone move any number?
D n e w = 1 2 173 = 173 MTr/mm 2 .
Why this step? k = 1 is the identity case — the formula must return the input unchanged, or it would be wrong. It's a sanity anchor for the whole model.
Verify: 1 2 = 1 , 173/1 = 173 . This is exactly the parent-note point: the "nm" label can change with no physical change. ✓
Worked example Both capacitance and voltage move
Node A: V = 0.90 V. Node B: V = 0.72 V and load capacitance C B = 0.80 C A . Same activity α and frequency f . What fraction of the old dynamic power remains?
Forecast: more than half saved, or less?
Write the ratio and cancel unchanged terms:
P A P B = α C A V A 2 f α C B V B 2 f = C A C B ( V A V B ) 2 .
Why this step? α and f are identical, so they divide out — isolating what actually changed.
Plug numbers:
= 0.80 × ( 0.90 0.72 ) 2 = 0.80 × 0.64 = 0.512.
Why this step? 0.72/0.90 = 0.8 , squared is 0.64 — the V 2 dependence does the heavy lifting.
Verify: 0.512 ⇒ ~49% saved. Sanity: even with C unchanged, the voltage alone gives 0.64 (36% saved); adding the 0.8 cap shrink pushes past that. Direction correct. ✓
Worked example The wall you cannot cross
You want to halve dynamic energy by voltage alone, from V = 0.90 V. What V is needed, and why can't you take it?
Forecast: guess the target voltage before computing.
Halving energy means ( V /0.90 ) 2 = 0.5 :
V = 0.90 0.5 ≈ 0.636 V .
Why this step? P ∝ V 2 , so to get factor 0.5 you take the square root of the voltage ratio — this is why ⋅ appears, not linear scaling.
Check against the floor: a transistor still needs V comfortably above V t h ≈ 0.3 –0.4 V to switch fast. 0.636 V is near the practical floor (~0.7 V for margin).
Why this step? The formula gives a number; physics tells us whether the number is allowed . See MOSFET threshold voltage and Dennard scaling .
Verify: 0.63 6 2 /0.9 0 2 = 0.404/0.81 = 0.499 ≈ 0.5 . ✓ The take-away: pure voltage scaling runs out of room — leading straight to Example 6.
Worked example Why lowering voltage further backfires
Push V t h down by Δ V t h = 0.15 V (to keep speed at low V ). Using I l e ak ∝ e − q V t h / ( nk T ) with n = 1.3 , k T / q = 0.0259 V, by what factor does leakage rise? If leakage was 10% of total power before, what is it relative to the old total now?
Forecast: will leakage roughly double, or blow up by 10×+?
The ratio of new to old leakage: since only V t h changed,
I o l d I n e w = e + q Δ V t h / ( nk T ) = exp ( 1.3 × 0.0259 0.15 ) .
Why this step? Lowering V t h makes the exponent less negative , i.e. multiplies leakage by e + q Δ V t h / nk T . The + sign is the danger.
Evaluate the exponent: 1.3 × 0.0259 = 0.03367 ; 0.15/0.03367 ≈ 4.455 ; so factor = e 4.455 ≈ 86 .
Why this step? This is the exponential "wall" — a modest 0.15 V drop multiplies leakage ~86×.
Old leakage was 10% of total = 0.10 (in units of old total). New leakage ≈ 0.10 × 86 = 8.6 of the old total.
Why this step? Static power now dwarfs the whole old budget — see Dynamic vs static power .
Verify: exp ( 0.15/ ( 1.3 ⋅ 0.0259 )) = exp ( 4.455 ) = 86.0 ; 0.10 × 86 = 8.6 . So the ~49% dynamic saving from Example 4 is annihilated by an 8.6× static blow-up — the derivation-level reason for FinFET/GAA over pure scaling. ✓
Worked example Smaller node, someone cranks the clock
Marketing pairs a node's power win (C → 0.8 C , V : 0.9 → 0.72 , giving the 0.512 factor from Ex. 4) with a 50% higher clock (f → 1.5 f ). Net dynamic power vs the old node?
Forecast: still a saving, break-even, or a loss ?
P d y n ∝ α C V 2 f ; multiply the Ex.-4 factor by the frequency factor:
P o l d P n e w = 0.512 × 1.5 = 0.768.
Why this step? Frequency enters linearly , so it directly scales whatever the C V 2 part achieved.
Interpret: only ~23% saved instead of ~49%. Push f to 1.95 × and you'd break even (0.512 × 1.953 = 1.0 ).
Why this step? Shows the exact frequency at which the whole node advantage is eaten — the parent's "smaller node ≠ higher GHz" mistake, quantified.
Verify: 0.512 × 1.5 = 0.768 ; break-even f -factor = 1/0.512 = 1.953 , and 0.512 × 1.953 = 1.000 . ✓
Worked example Transistors per wafer after a shrink
A chip is 10 mm × 10 mm = 100 mm 2 at D o l d = 95 MTr/mm². A shrink k = 0.75 keeps the same design (same transistor count) — so the die gets smaller . (a) New die area? (b) How many such dice on a 300 mm wafer (area π ⋅ 15 0 2 mm², ignore edge waste)? Compare to the old count.
Forecast: roughly how many more dice — 1.3×, 1.8×, or 3×?
Transistor count fixed: N = 95 × 100 = 9500 MTr. New density D n e w = 95/0.7 5 2 = 168.9 MTr/mm².
Why this step? Same design means N is the invariant; area is what moves. (Look at the figure: the pink square shrinks to the violet square, same dots inside.)
New die area = N / D n e w = 9500/168.9 = 56.25 mm 2 . (Check: 100 × 0.7 5 2 = 56.25 ✓ — area shrinks by k 2 .)
Why this step? Two routes to the same area confirm consistency.
Wafer area = π × 15 0 2 = 70686 mm 2 . Old dice = 70686/100 = 706.9 → 706 ; new dice = 70686/56.25 = 1256.6 → 1256 .
Why this step? Dice per wafer = usable area ÷ die area; floor because partial dice don't count.
Verify: ratio 1256/706 = 1.779 ≈ 1/0.7 5 2 = 1.778 — density gain shows up one-to-one as more dice per wafer. ✓ Units: mm²/mm² = pure count. ✓
Worked example "3nm from A vs 7nm from B"
Company A "3nm": 170 MTr/mm². Company B "7nm": 95 MTr/mm². A student says "3 < 7, so A is more than twice as dense." True? By what factor is A actually denser?
Forecast: more than 2×, or less?
Node names are not standardized — compare the only honest metric, MTr/mm²:
D B D A = 95 170 = 1.789.
Why this step? The label ratio 7/3 = 2.33 is meaningless; density is measurable. See Moore's Law for why the name drifted from physics.
So A is ~1.79× denser, not 2.33× — the naive name-ratio overstates it.
Why this step? Pins the exact size of the "marketing gap."
Verify: 170/95 = 1.789 ; naive 7/3 = 2.333 = 1.789 . The claim "twice" is false; the real factor is 1.79. ✓
Recall Self-test
A node has k = 0.5 . Density multiplier? ::: 1/0. 5 2 = 4 × .
Voltage drops 0.9 → 0.72 V with C fixed. Dynamic power fraction? ::: ( 0.72/0.9 ) 2 = 0.64 .
V t h drops 0.15 V, n = 1.3 , k T / q = 26 mV. Leakage factor? ::: e 0.15/ ( 1.3 ⋅ 0.0259 ) ≈ 86 × .
Two chips: 150 vs 120 MTr/mm². Density ratio? ::: 1.25 × — compare density, never the name.
Mnemonic Which lever am I pulling?
Area squares the shrink (k 2 ). Voltage squares itself (V 2 ). Frequency is linear. Leakage is exponential — and exponential always wins in the end .
If features get 20% bigger (k = 1.2 ), what happens to density? It falls by 1/1. 2 2 = 1.44 ⇒ ~30% lower; the 1/ k 2 law works both directions.
Why does halving dynamic energy by voltage need V → V 0.5 ? Because
P d y n ∝ V 2 , so a factor
0.5 in power needs
0.5 ≈ 0.707 in voltage.
A node saves 49% dynamic power but clock rises 50%. Net? 0.512 × 1.5 = 0.768 ⇒ only ~23% saved; frequency enters linearly.
Given equal transistor counts, how does dice-per-wafer scale with shrink k ? By 1/ k 2 — die area shrinks as k 2 , so more dice fit in the same wafer area.