Intuition Why this page exists
The parent note Power-Delay Product gave you the ideas . This page hands you a complete case matrix — every kind of number, sign, extreme, and word-problem that PDP can throw at you — and works one full example for each cell. When you finish, no exam scenario should feel new. Every symbol here was earned in the parent note; we re-anchor each as we use it.
Quick symbol refresher (so line one makes sense):
C L = the load capacitance the gate must charge, measured in farads (F). Think "size of the bucket."
V D D = the supply voltage in volts (V) — the "water pressure."
PDP = 2 1 C L V D D 2 = energy per single 0→1 or 1→0 transition , in joules (J).
E cy c l e = C L V D D 2 = energy the supply spends over a full up-then-down cycle (twice PDP).
P a v g = α C L V D D 2 f = average dynamic power in watts (W), where α is the activity factor (fraction of clocks that actually flip) and f is clock frequency in hertz (Hz).
t p = propagation delay , seconds per transition.
EDP = PDP × t p = Energy-Delay Product , units J·s.
Unit prefixes you will meet: f = 1 0 − 15 (femto), p = 1 0 − 12 (pico), n = 1 0 − 9 (nano), μ = 1 0 − 6 (micro), G = 1 0 9 (giga).
Every PDP problem is really one of these case classes . The rest of the page fills each cell.
#
Case class
What makes it tricky
Covered by
A
Plain per-transition PDP
picking the right formula
Ex 1
B
Power×delay cross-check
proving the two paths agree
Ex 2
C
Voltage scaling (sign of change)
V 2 law, energy drops
Ex 3
D
Zero / degenerate input
V D D = 0 or C L = 0 → PDP = 0
Ex 4
E
Limiting behaviour
V D D → 0 makes delay blow up
Ex 5
F
Full-cycle vs per-transition convention
factor-of-2 trap
Ex 6
G
Real-world word problem
battery life from PDP
Ex 7
H
Exam twist: which of two gates wins?
PDP ties, EDP breaks it
Ex 8
I
Activity factor α < 1
idle bits don't burn energy
Ex 9
An inverter drives C L = 8 fF from a supply V D D = 1.2 V . Find the energy per switching transition.
Forecast: guess — will the answer be a few femtojoules, or thousands? (Bucket is tiny, pressure is ~1 V, so expect single-digit fJ.)
Step 1 — choose the formula PDP = 2 1 C L V D D 2 .
Why this step? We are asked for energy per single flip, not a full cycle and not power. The clean textbook PDP is exactly the per-transition energy, and it needs no frequency or delay.
Step 2 — substitute the numbers.
PDP = 2 1 ( 8 × 1 0 − 15 ) ( 1.2 ) 2 = 2 1 ( 8 × 1 0 − 15 ) ( 1.44 )
Why this step? Just arithmetic — square the voltage first (because energy scales with V 2 , see RC charging energy ), then multiply by capacitance and the one-half.
Step 3 — evaluate.
PDP = 5.76 × 1 0 − 15 J = 5.76 fJ .
Verify: Units: F ⋅ V 2 = C/V ⋅ V 2 = C ⋅ V = J ✓ (charge times voltage is energy). Magnitude is a few fJ, matching the forecast.
The Example 1 inverter (C L = 8 fF , V D D = 1.2 V ) toggles every clock at f = 2 GHz with activity α = 1 . Show the power×delay route gives the same per-transition energy.
Forecast: we should recover 5.76 fJ per transition (never trust a "cross-check" that disagrees with itself).
Step 1 — average dynamic power.
P a v g = α C L V D D 2 f = 1 ⋅ ( 8 × 1 0 − 15 ) ( 1.44 ) ( 2 × 1 0 9 ) .
Why this step? Dynamic power is energy-per-cycle times cycles-per-second. Here α = 1 so every clock flips.
Step 2 — evaluate power.
P a v g = 8 × 1 0 − 15 × 1.44 × 2 × 1 0 9 = 2.304 × 1 0 − 5 W = 23.04 μ W .
Step 3 — energy per full cycle = P a v g / f .
E cy c l e = 2 × 1 0 9 2.304 × 1 0 − 5 = 1.152 × 1 0 − 14 J = 11.52 fJ = C L V D D 2 .
Why this step? Dividing power by frequency undoes the "per second," leaving energy per cycle. A full cycle is up and down.
Step 4 — per transition = half a cycle = 11.52/2 = 5.76 fJ.
Why this step? One cycle = two transitions, so PDP is exactly half of E cy c l e .
Verify: 5.76 fJ matches Example 1 exactly ✓. Two independent routes, same energy — that's the whole point of PDP being an honest per-event number.
Take the Example 1 inverter and lower V D D from 1.2 V to 0.8 V using DVFS . By what factor does PDP change, and what is the new value?
Forecast: since PDP ∝ V D D 2 and voltage went down, PDP must fall — guess it lands below 3 fJ.
Step 1 — form the ratio.
PDP o l d PDP n e w = ( V o l d V n e w ) 2 = ( 1.2 0.8 ) 2 .
Why this step? C L and the 2 1 cancel in a ratio, so only the voltage-square survives. This isolates the effect of the sign of the change.
Step 2 — evaluate the ratio.
( 3 2 ) 2 = 9 4 ≈ 0.4444.
Step 3 — new PDP.
PDP n e w = 5.76 fJ × 0.4444 = 2.56 fJ .
Verify: Direct compute: 2 1 ( 8 × 1 0 − 15 ) ( 0.8 ) 2 = 2 1 ( 8 × 1 0 − 15 ) ( 0.64 ) = 2.56 fJ ✓. Energy dropped ~56%. But delay rises — see Example 5 for the price.
(a) A powered-down block has V D D = 0 . (b) A gate whose output is left floating with C L = 0 . What is PDP in each case, and why does it make physical sense?
Forecast: both should give zero dynamic energy — no pressure or no bucket means nothing to fill.
Step 1 — case (a), V D D = 0 .
PDP = 2 1 C L ( 0 ) 2 = 0.
Why this step? With zero supply there is no voltage to charge the cap to; no charge moves, no energy is spent. This is the physical basis of power-gating.
Step 2 — case (b), C L = 0 .
PDP = 2 1 ( 0 ) V D D 2 = 0.
Why this step? With no capacitance there is nothing to store charge; the node snaps instantly with zero energy (idealised — real wires always add some C L ).
Verify: Both zero, and neither blows up or goes negative — PDP is a product of a positive 2 1 , a non-negative C L , and a squared (hence non-negative) voltage, so PDP ≥ 0 always ✓. Energy can't be negative; the formula respects that.
Using the delay model from the parent note t p ∝ ( V D D − V t h ) 2 V D D with threshold V t h = 0.4 V , describe what happens to PDP and delay as V D D shrinks toward V t h . Compute the delay ratio between V D D = 1.2 V and V D D = 0.5 V .
Forecast: PDP keeps shrinking (good), but delay should explode as V D D → V t h (bad). Expect a large delay-ratio.
Step 1 — the two limits qualitatively. See the figure below.
Why this step? We need the geometry: PDP is a smooth parabola → 0 , while delay has a pole at V D D = V t h (denominator → 0 ). The red delay curve shoots to infinity right where the orange energy curve is still falling — that's the whole DVFS danger.
Step 2 — delay ratio. Since only the shape matters, form
t p ( 1.2 ) t p ( 0.5 ) = 1.2/ ( 1.2 − 0.4 ) 2 0.5/ ( 0.5 − 0.4 ) 2 = 1.2/0.64 0.5/0.01 .
Why this step? The proportionality constant cancels in a ratio, so we can compare delays without knowing it.
Step 3 — evaluate.
= 1.875 50 = 26.67.
Verify: Dropping to 0.5 V makes the gate ~26.7 × slower while PDP only drops by ( 0.5/1.2 ) 2 ≈ 0.174 (to ~17% of original). Slowness grew far faster than energy shrank — exactly why raw PDP is a "loophole" metric and EDP exists. Units of the ratio are dimensionless ✓.
A datasheet says "energy per operation = 12 fJ " for a gate with C L = ? at V D D = 1.0 V . A student reads this as PDP = 12 fJ and back-solves C L . Where is the factor-of-two trap, and what is C L under each convention?
Forecast: the answer differs by exactly 2 × depending on whether "per operation" means one transition (PDP) or a full up+down cycle.
Step 1 — per-transition reading (PDP convention).
12 fJ = 2 1 C L ( 1.0 ) 2 ⇒ C L = 24 fF .
Why this step? If "operation" = one flip, use 2 1 C L V D D 2 and solve for C L .
Step 2 — full-cycle reading.
12 fJ = C L ( 1.0 ) 2 ⇒ C L = 12 fF .
Why this step? If "operation" = a complete cycle, the energy is C L V D D 2 with no half.
Verify: 24/12 = 2 ✓ — the ambiguity is exactly the factor of two the parent note's [!mistake] warned about. Always confirm which convention a source uses before back-solving.
A sensor chip performs 3 × 1 0 9 switching transitions per second, each costing PDP = 5.76 fJ (our Ex 1 gate). It runs off a 0.5 Wh coin cell. Ignoring leakage, how long can it run?
Forecast: femtojoules per flip but billions of flips per second — guess the power is tens of microwatts and the battery lasts years .
Step 1 — dynamic power.
P = ( transitions/s ) × ( energy/transition ) = 3 × 1 0 9 × 5.76 × 1 0 − 15 .
Why this step? Power is energy-per-event times events-per-second — the definition of average power.
Step 2 — evaluate power.
P = 1.728 × 1 0 − 5 W = 17.28 μ W .
Step 3 — convert battery energy to joules.
0.5 Wh = 0.5 × 3600 J = 1800 J .
Why this step? One watt-hour is one watt for 3600 seconds; joules are the common currency.
Step 4 — lifetime = energy ÷ power.
t = 1.728 × 1 0 − 5 1800 = 1.0417 × 1 0 8 s .
Step 5 — convert to years.
3.156 × 1 0 7 1.0417 × 1 0 8 ≈ 3.30 years .
Verify: Power ~17 μW matches forecast; lifetime measured in years is exactly what a coin cell running microwatts should give ✓. Units: J ÷ (J/s) = s ✓.
Two gate designs have identical PDP = 5 fJ , but Gate X has t p = 30 ps and Gate Y has t p = 70 ps . Which is the better design, and by what EDP margin?
Forecast: identical PDP means neither wins on energy — so the faster one (X) must win once we weigh delay. Expect Y's EDP to be worse by the delay ratio 70/30 .
Step 1 — why PDP can't decide.
PDP X = PDP Y = 5 fJ .
Why this step? PDP has no t p in it, so it is blind to the speed difference — this is the "loophole" that motivates EDP .
Step 2 — compute EDP for each.
EDP X = 5 fJ × 30 ps = 150 fJ⋅ps , EDP Y = 5 fJ × 70 ps = 350 fJ⋅ps .
Why this step? EDP = PDP × t p multiplies energy by delay, so a slow gate is penalised.
Step 3 — ratio.
EDP X EDP Y = 150 350 = 3 7 ≈ 2.33.
Verify: Gate X wins; Y's EDP is 2.33 × worse — exactly the delay ratio 70/30 since energies are equal ✓. Lower EDP is better, so X is the design to ship.
A bus of the Ex 1 gates (C L = 8 fF , V D D = 1.2 V ) runs at f = 1 GHz but only flips on 20% of clock cycles, i.e. activity α = 0.2 . Find the average power. Compare with α = 1 .
Forecast: most cycles are idle, so power should be one-fifth of the α = 1 case.
Step 1 — average power with α .
P = α C L V D D 2 f = 0.2 × ( 8 × 1 0 − 15 ) ( 1.44 ) ( 1 × 1 0 9 ) .
Why this step? α scales dynamic power linearly because idle cycles charge nothing — only real flips cost energy.
Step 2 — evaluate.
P = 0.2 × 8 × 1 0 − 15 × 1.44 × 1 0 9 = 2.304 × 1 0 − 6 W = 2.304 μ W .
Step 3 — compare with full activity.
At α = 1 : P = 11.52 μ W . Ratio = 0.2 .
Why this step? Confirms the linear scaling — cutting activity to 20% cuts dynamic power to 20%.
Verify: 2.304/11.52 = 0.2 = α ✓. Note the PDP per transition is unchanged at 5.76 fJ — α affects power (how often you pay), never the energy of one flip (the size of each payment) ✓.
Recall Which formula for which cell?
Per single flip energy ::: PDP = 2 1 C L V D D 2
Full up+down cycle energy ::: E cy c l e = C L V D D 2 (twice PDP)
Average dynamic power ::: P a v g = α C L V D D 2 f
Breaks a PDP tie between two speeds ::: EDP = PDP × t p
Effect of halving V D D on PDP ::: PDP → one quarter (the V 2 law)
Effect of α on the energy of one transition ::: none — α only scales power , not per-flip energy
Mnemonic Case-sweep mantra
"Sign, Zero, Limit, Convention, Word, Twist." Whenever a PDP problem lands, ask which of those six flavours it is — you have now worked all of them.