Intuition What this page is
The parent note built two levers: the power law P d y n = α C V 2 f and the thermal law T j = T a + P R θ . Here we drive those two equations through every kind of situation they can produce — cool chips, borderline chips, runaway chips, zero-power chips, infinite-cooling chips, transient boosts, ambient-hotter-than-trip, and an exam twist. If a scenario exists, it is a cell in the matrix below and there is a worked example that hits it.
Before anything, let us name every symbol used on this page, in plain words, so line one is readable and nothing is borrowed unexplained:
Definition The thermal quantities, in words
P — total power , all heat made per second, in watts (W). Think: brightness of a heater.
R θ — thermal resistance , how badly heat is trapped, in °C per watt (°C/W). Small = great cooler, large = poor cooler.
T a — ambient temperature , the air the cooler dumps heat into (°C).
T j — junction temperature , how hot the silicon itself gets (°C).
T t r i p — the trip point , the temperature at which the chip starts slowing itself (°C).
C θ — thermal capacitance (or thermal mass), how much heat energy the chip+heatsink must absorb to rise 1 °C, in joules per °C (J/°C). Big C θ = slow to heat up.
τ — the time constant τ = R θ C θ , in seconds (s); how long the junction takes to "settle" toward its final temperature.
Definition The power-law symbols, in words
The heat source P d y n = α C V 2 f has four inputs, each defined here so we never lean on the parent note:
α — activity factor , the fraction (0 to 1) of gates that actually toggle each clock tick. Pure number, no units.
C — switched capacitance , the electrical load (in farads, F) that each toggle must charge/discharge. (Different symbol from C θ above — one is electrical, one is thermal.)
V — supply voltage (volts, V), the height the charge is pushed through each switch.
f — clock frequency (hertz, Hz), how many times per second the chip ticks.
Intuition What counts as "power"
P in the thermal law?
P d y n is the switching heat — the part throttling controls via DVFS . But real silicon also leaks a smaller static/leakage power even when idle (see Dynamic vs Static Power ). In the thermal law T j = T a + P R θ , the P is the total heat, dynamic plus static. In these examples we treat the given wattage as the total P ; when we cut it, we cut the dynamic part (the only lever), so the scaling rules (P ∝ f , P ∝ V 2 ) apply to the controllable portion.
Every problem this topic can pose is one of these cells. Read the "Cell" column — each worked example is tagged with it.
Cell
Case class
The question it asks
Example
A
T j < T t r i p (cool, positive margin)
Does it throttle?
Ex 1
B
T j > T t r i p (hot, negative margin)
By how much must it slow?
Ex 2
C
T j = T t r i p exactly (the boundary)
Max sustainable power
Ex 3
D
Zero / degenerate input (P = 0 , or R θ = 0 )
Limiting behaviour
Ex 4
E
R θ → ∞ (no cooler at all)
Other limit
Ex 4
F
Voltage vs frequency lever comparison
Which cut hurts less?
Ex 5
G
Transient / turbo (time constant τ )
Can we boost, and for how long?
Ex 6
H
Real-world word problem (dried paste)
Diagnose from symptoms
Ex 7
I
Exam twist (solve backwards for R θ )
Design the cooler
Ex 8
J
Degenerate ambient (T a ≥ T t r i p )
Cooling impossible
Ex 9
The two workhorse equations:
The picture above is the mental model for every example: power pushes "uphill" through the resistance R θ , raising T j above the ambient floor. Throttling shrinks the source arrow.
Worked example Example 1 — Does it throttle? (Cell A)
A laptop CPU dissipates P = 45 W. Cooler: R θ = 0.6 °C/W. Ambient T a = 25 °C. Trip T t r i p = 95 °C. Throttle or not?
Forecast: Guess before computing — 45 W is modest and the cooler is decent. Will T j land well under 95 °C?
Compute T j . T j = T a + P R θ = 25 + 45 ( 0.6 ) = 25 + 27 = 52 °C.
Why this step? The steady-state law converts a power directly into a junction temperature — that is the only number the sensor cares about.
Compare to trip. 52 < 95 , margin = 95 − 52 = 43 °C.
Why this step? Throttling is a comparison; only the sign of the margin decides.
Answer: no throttling , 43 °C of headroom.
Verify: Units: [ W ] ⋅ [ °C/W ] = °C ✓. Sanity: less than half the trip temperature — clearly safe.
Worked example Example 2 — How much must it slow? (Cell B)
Same cooler R θ = 0.6 , T a = 25 , trip 95 . Now a heavy workload wants P = 140 W. Show it exceeds trip, then find the frequency cut (fixed voltage) to fix it. Currently f = 4.2 GHz.
Forecast: 140 W is huge. Guess: T j overshoots 95 °C, and we must cut f by roughly the ratio of "allowed power" to "wanted power."
Show it overshoots. T j = 25 + 140 ( 0.6 ) = 25 + 84 = 109 °C. Since 109 > 95 → overheating, must throttle.
Why? Confirms we are in Cell B (negative margin) before acting.
Find max sustainable power. Solve 95 = 25 + P ma x ( 0.6 ) ⇒ P ma x = ( 95 − 25 ) /0.6 = 116. 6 W.
Why? The safe boundary is exactly T j = T t r i p ; that power is our budget.
Scale frequency. At fixed V , P ∝ f , so f n e w = f ⋅ P n o w P ma x = 4.2 ⋅ 140 116.667 = 3.5 GHz.
Why? P d y n = α C V 2 f is linear in f when V is held fixed, so power and frequency scale by the same factor.
Answer: drop to 3.5 GHz.
Verify: At 3.5 GHz power = 140 ⋅ ( 3.5/4.2 ) = 116.67 W, giving T j = 25 + 116.67 ( 0.6 ) = 95.0 °C — exactly the trip. ✓
Worked example Example 3 — Max sustainable power (Cell C)
Desktop cooler R θ = 0.35 °C/W, ambient T a = 30 °C, trip 95 °C. What is the highest power that never throttles?
Forecast: Better cooler (smaller R θ ) than Ex 2 → guess a bigger sustainable wattage.
Set T j = T t r i p . 95 = 30 + P ma x ( 0.35 ) .
Why? The last non-throttling instant is when the junction just touches the trip.
Solve. P ma x = ( 95 − 30 ) /0.35 = 65/0.35 = 185.71 W.
Why? Simple rearrangement of the linear law.
Answer: ≈ 185.7 W sustainable. This is essentially the chip's TDP under this cooler.
Verify: T j = 30 + 185.71 ( 0.35 ) = 30 + 65 = 95 °C ✓. Smaller R θ than Ex 2 gave a bigger budget — as predicted.
Worked example Example 4 — The edge cases (Cells D and E)
Explore three degenerate inputs using T a = 30 °C.
Forecast: What happens when the heater is off? When the cooler is perfect? When there is no cooler at all?
P = 0 (chip idle / power-gated ). T j = 30 + 0 ⋅ R θ = 30 °C.
Why? No heat source → junction sits at ambient. A gated block cannot overheat.
R θ = 0 (perfect infinite cooler). T j = 30 + P ⋅ 0 = 30 °C for any P .
Why? Zero resistance means heat escapes with zero temperature rise — the ideal, unreachable limit. No throttling ever.
R θ → ∞ (no cooler — bare die in vacuum). T j = 30 + P ⋅ ∞ → ∞ .
Why? With nowhere for heat to go, temperature runs away — the exact failure throttling exists to prevent. This is why an unplugged fan trips THERMTRIP fast.
Verify: All three follow from T j = T a + P R θ by substituting 0 , 0 , and ∞ . Units consistent; limits monotonic (more R θ ⇒ hotter). ✓
The straight line above is T j vs P : its slope is R θ and its intercept is T a . Cell D is the intercept; steeper lines (bigger R θ ) hit the trip sooner.
Worked example Example 5 — DVFS beats pure clock throttling (Cell F)
A core runs at V = 1.20 V, f = 4.0 GHz, drawing P 0 = 150 W. We must reach P t a r g e t = 100 W. Compare two plans.
Forecast: Both plans cut power the same amount — but which one costs less performance ? Guess: dropping voltage lets us keep more speed.
Plan A — cut frequency only (fixed V ). P ∝ f , so f 0 f A = P 0 P t a r g e t = 150 100 = 0.667 . New f A = 4.0 × 0.667 = 2.667 GHz. Speed kept: 66.7% .
Why? Linear-in-f law; the whole 33% power cut comes from frequency, so 33% of speed is lost.
Plan B — DVFS, drop V to 1.05 V too. Voltage factor: ( 1.05/1.20 ) 2 = ( 0.875 ) 2 = 0.765625 . So before touching f , power is already 150 × 0.765625 = 114.84 W.
Why? Power is quadratic in V ; a modest voltage trim removes a big chunk of heat for free.
Finish Plan B with a small f trim. Need factor 100/114.84 = 0.8708 more. f B = 4.0 × 0.8708 = 3.483 GHz. Speed kept: 87.1% .
Why? Only the remaining gap is paid for in frequency, so far less speed is lost.
Answer: Same 100 W target, but Plan A keeps 2.67 GHz while Plan B keeps 3.48 GHz — DVFS is ~0.82 GHz faster for the identical thermal outcome. See DVFS Dynamic Voltage and Frequency Scaling .
Verify: Plan A: 150 × ( 2.667/4.0 ) = 100.0 W ✓. Plan B: 150 × ( 1.05/1.20 ) 2 × ( 3.483/4.0 ) = 150 × 0.765625 × 0.8708 = 100.0 W ✓. Both land on 100 W; Plan B's frequency is higher. ✓
Worked example Example 6 — How long can we boost past sustainable power? (Cell G)
Cooler R θ = 0.6 °C/W, ambient T a = 30 °C, trip T t r i p = 82 °C. Thermal mass C θ = 13.3 J/°C, so τ = R θ C θ = 0.6 × 13.3 ≈ 8 s. A burst runs at P b oos t = 90 W starting from T 0 = 60 °C. The transient law is
T j ( t ) = T ∞ + ( T 0 − T ∞ ) e − t / τ
When does throttling kick in?
Forecast: First find the sustainable power from this cooler and trip, confirm 90 W exceeds it, then find how long thermal mass delays the trip.
Derive the sustainable power (so "90 W is a boost" is not just asserted). Set T j = T t r i p : 82 = 30 + P s u s t ( 0.6 ) ⇒ P s u s t = ( 82 − 30 ) /0.6 = 86. 6 W. Since 90 > 86.7 , 90 W truly is above sustainable — hence a boost that must eventually throttle.
Why? This ties the "sustainable" claim directly to the given R θ , T a , T t r i p instead of quoting a number from nowhere.
Find the final temperature at 90 W. T ∞ = 30 + 90 ( 0.6 ) = 84 °C. Note 84 > 82 : left alone, the junction would exceed the trip, so throttling is inevitable.
Why? The transient curve climbs toward T ∞ ; if T ∞ is above the trip, it must cross it.
Set T j ( t ) = T t r i p . 82 = 84 + ( 60 − 84 ) e − t /8 = 84 − 24 e − t /8 .
Why? We want the instant the rising curve crosses the trip line.
Isolate the exponential. 24 e − t /8 = 84 − 82 = 2 ⇒ e − t /8 = 2/24 = 0.08333 .
Why? Standard algebra to expose t inside the exponent.
Take the natural log (the tool that undoes e x — that is precisely why we use ln here, and not, say, a square root). − t /8 = ln ( 0.08333 ) = − 2.4849 ⇒ t = 8 × 2.4849 = 19.9 s.
Why? ln is the inverse of the exponential, so it pulls the unknown t out of the exponent.
Answer: the chip can hold 90 W for ≈ 19.9 s before the junction reaches 82 °C and throttling engages. Thermal mass (τ = R θ C θ ) bought those seconds — exactly why boost/turbo is legal past TDP .
Verify: T j ( 19.9 ) = 84 − 24 e − 19.9/8 = 84 − 24 ( 0.0833 ) = 84 − 2.0 = 82.0 °C ✓. At t = 0 : 84 − 24 = 60 °C matches T 0 ✓. And P s u s t = 86.7 < 90 confirms the boost premise. ✓
The rising curve (amber) approaches T ∞ = 84 °C but only crosses the dashed trip at ~20 s — the flat early slope is the thermal mass "storing" heat before the junction feels it.
Worked example Example 7 — The dried-paste mystery (Cell H)
A PC that ran fine at P = 65 W and T j = 62.5 °C (cooler R θ = 0.5 , T a = 30 ) now throttles at the same 65 W. Thermal paste has dried out. If T j now measures 92.5 °C at 65 W, what is the new R θ , and what went wrong?
Forecast: Same power, hotter chip ⇒ heat is escaping worse ⇒ R θ must have risen . Guess: it roughly doubled.
Solve the thermal law backwards for R θ . 92.5 = 30 + 65 R θ ⇒ R θ = ( 92.5 − 30 ) /65 = 62.5/65 = 0.9615 °C/W.
Why? We know T j , T a , P ; the only unknown is the resistance, so rearrange.
Compare to healthy value. Old 0.50 → new 0.96 °C/W, nearly double.
Why? Dried paste is a thin insulating gap; it adds series thermal resistance .
Answer: R θ jumped to ≈ 0.96 °C/W. The chip isn't broken — the cooling path degraded. Fix: re-paste, not replace the CPU.
Verify: With R θ = 0.9615 : T j = 30 + 65 ( 0.9615 ) = 30 + 62.5 = 92.5 °C ✓. Higher R θ ⇒ hotter at same power, as forecast. ✓
Worked example Example 8 — Backwards design (Cell I)
Exam-style: A 125 W chip must never exceed T j = 90 °C in a 40 °C server room. What is the maximum allowable R θ for the heatsink you must specify?
Forecast: Hot room + high power + tight limit ⇒ we need a good (small) cooler. Guess: well under 0.5 °C/W.
Write the constraint at the worst case. T j = T a + P R θ ≤ 90 , worst case equality: 90 = 40 + 125 R θ , ma x .
Why? The design margin is tightest exactly at T j = T t r i p ; that gives the largest resistance we can tolerate.
Solve for R θ , ma x . R θ , ma x = ( 90 − 40 ) /125 = 50/125 = 0.40 °C/W.
Why? Any heatsink with R θ ≤ 0.40 keeps T j at or below 90 °C; anything larger overheats.
Answer: specify a heatsink with R θ ≤ 0.40 °C/W.
Verify: At R θ = 0.40 : T j = 40 + 125 ( 0.40 ) = 40 + 50 = 90 °C — exactly the limit ✓. A smaller R θ (better cooler) gives lower T j , safe. ✓
Worked example Example 9 — Cooling is physically impossible (Cell J)
A chip sits in a sealed enclosure where T a = 100 °C, with trip T t r i p = 95 °C. The chip draws any P > 0 . Can any cooler keep it under the trip?
Forecast: The junction can never be below the air it dumps into. If the air itself is already above the trip, guess: no heatsink on Earth can help.
Read the thermal law at P > 0 . T j = T a + P R θ = 100 + P R θ ≥ 100 °C, since P R θ ≥ 0 always.
Why? R θ can never be negative — heat only flows from hot to cold — so the added term can only raise T j , never lower it below T a .
Compare to trip. T j ≥ 100 > 95 = T t r i p for every positive power and every finite cooler.
Why? Even the perfect R θ = 0 cooler gives T j = T a = 100 > 95 .
Answer: the chip throttles perpetually and still cannot cool down — it will drop to the deepest throttle state and may hit THERMTRIP. No heatsink can fix an ambient above the trip; you must cool the room (T a ) instead. This is the hard floor the whole model imposes: T j is never below T a .
Verify: At the ideal R θ = 0 : T j = 100 + 0 = 100 °C > 95 ✓. Any R θ > 0 only makes it hotter. The model is monotonic and bounded below by T a . ✓
Recall Cover the answers, test the cells
Which cell asks "max sustainable power," and how do you set it up? ::: Cell C — set T j = T t r i p and solve for P .
At fixed voltage, halving power needs what frequency change? ::: Halve the frequency, since P ∝ f .
Why does DVFS keep more speed than pure clock throttling for the same power cut? ::: Power is quadratic in V , so a small voltage drop removes a lot of heat, leaving a smaller frequency cut needed.
What happens to T j when R θ → ∞ ? ::: It runs away to infinity — thermal runaway, the failure throttling prevents.
Which mathematical tool extracts t from the transient equation, and why? ::: The natural log ln , because it is the inverse of the exponential and undoes e − t / τ .
Same power but suddenly throttling — what physical quantity most likely changed? ::: R θ rose (e.g. dried thermal paste), so the junction gets hotter for the same watts.
If ambient T a exceeds the trip point, can a better heatsink save the chip? ::: No — T j is never below T a , so you must cool the room, not the chip.
What does C θ mean and what are its units? ::: Thermal capacitance / mass — joules per °C (J/°C); how much heat to raise the chip 1 °C.
Mnemonic Reading any thermal problem
"Floor + Slope × Source" — T j = floor T a + slope R θ × source P . Find which one the question hides, solve for it.