Exercises — Thermal design power (TDP)
This page is a self-test. Read each problem, try it yourself, then open the collapsible solution. The problems climb a ladder: L1 Recognition (know the words) → L2 Application (plug into a formula) → L3 Analysis (take things apart) → L4 Synthesis (combine ideas) → L5 Mastery (judge and design).
Every symbol you need is built in Thermal design power (TDP). The two engines we lean on:
The heat path is a chain of resistances in series. Picture it before we start:

Level 1 — Recognition
Goal: can you name the quantities and read a spec sheet?
Exercise 1.1
A CPU box says "TDP: 65 W." In one sentence, what does the cooler designer learn from this number, and what does it not promise?
Recall Solution
What it means: the cooling solution (heatsink + fan) must be able to dissipate at least 65 W of heat during a sustained realistic heavy workload without letting the chip exceed its maximum junction temperature.
What it does NOT promise: it is not the average power draw, not the idle power, and not the absolute peak — the chip can briefly pull more than 65 W during Turbo Boost. TDP is a thermal design target, not a power-consumption guarantee.
Exercise 1.2
Match each symbol to its meaning: , , , .
Recall Solution
- ::: the maximum safe junction (die) temperature, above which the chip throttles or fails (typically 90–105 °C).
- ::: the surrounding air temperature the heat is finally dumped into.
- ::: sink-to-ambient thermal resistance — the heatsink + airflow stage of the chain.
- ::: the temperature difference the heat has to climb, here .
Exercise 1.3
True or false: "A 125 W CPU is always faster than a 65 W CPU."
Recall Solution
False. TDP measures heat, not speed. A newer 65 W chip on a smaller process node can beat an older 125 W chip through better IPC (instructions per cycle) and architecture. Performance IPC frequency cores — compare benchmarks, not watts.
Level 2 — Application
Goal: plug numbers into .
Exercise 2.1
A chip runs at TDP = 80 W. Its total thermal resistance from junction to air is . Ambient air is 30 °C. What junction temperature does it settle at?
Recall Solution
Step 1 — temperature rise (WHAT/WHY): heat pushed through resistance creates a rise, . Step 2 — add the starting point: the die sits above whatever air it dumps into. Answer: . Comfortably below a typical 100 °C limit.
Exercise 2.2
A 95 W CPU has in a 25 °C room. What is the largest total thermal resistance the whole cooling path may have?
Recall Solution
Step 1 — the budget of degrees we may spend: Step 2 — invert the Ohm's-law analogy (we know and , want ): Answer: . Anything higher and the die crosses 95 °C.
Exercise 2.3
Same 95 W chip, but the room heats up to 40 °C (poor data-center airflow). Recompute the maximum total resistance. What does the change tell you?
Recall Solution
Step 1 — shrunken budget: Step 2 — new limit: Interpretation: hotter air steals from your temperature budget, so you need a better (lower-resistance) cooler for the same chip. This is exactly why servers in warm rooms throttle first.
Level 3 — Analysis
Goal: break the resistance chain apart, isolate one stage.
Exercise 3.1
An i7 has TDP = 125 W, , room = 25 °C, package , paste . What is the maximum heatsink-to-air resistance ?
Recall Solution
Step 1 — temperature budget: . Step 2 — total allowed resistance: Step 3 — subtract the fixed stages (WHY subtract): resistances in series add, so the heatsink only gets what is left after the chip package and paste each take their cut. Answer: — a solid tower cooler or AIO. See Heatsink design and thermal resistance.
Exercise 3.2
The figure below shows the heat climbing through each stage of Exercise 3.1. Which single stage causes the largest temperature jump, and by how many degrees?

Recall Solution
Each stage's rise is with :
- Junction→Case:
- Case→Sink (paste):
- Sink→Air:
Largest jump: the sink-to-air stage, — because it has the biggest resistance and carries the full 125 W. The three add to , exactly our budget, confirming the die lands at 100 °C.
Exercise 3.3
A technician uses cheap paste, raising from 0.05 to 0.30 °C/W (same 125 W chip, same 0.35 heatsink, same 0.2 package). Does the chip throttle? By how much does it overshoot 100 °C?
Recall Solution
Step 1 — new total: Step 2 — actual rise: . Step 3 — junction temp: . Answer: the die would reach 131.25 °C — 31.25 °C over the 100 °C limit, so Thermal throttling kicks in hard. A 0.25 °C/W paste error costs .
Level 4 — Synthesis
Goal: combine power scaling with the thermal chain.
Exercise 4.1
You overclock the 125 W i7 from 3.5 GHz to 4.2 GHz and raise voltage 1.20 V → 1.35 V. Assuming dynamic power dominates and activity is unchanged, estimate the new power.
Recall Solution
Step 1 — the scaling law: ; and cancel in a ratio. Step 2 — crunch: Step 3 — apply to baseline: . Answer: . Notice voltage hurts most: a 12.5 % voltage bump alone multiplies power by .
Exercise 4.2
For the overclocked 190 W chip, keep and , room = 25 °C, . What heatsink do you now need — and does the old 0.35 °C/W cooler survive?
Recall Solution
Step 1 — budget: (unchanged). Step 2 — new total allowed: Step 3 — subtract fixed stages: Verdict: you now need , but the old cooler is 0.35 °C/W — far too weak. More power shrinks the resistance budget dramatically. The overclock demands a much stronger cooler (high-end AIO or custom loop).
Exercise 4.3
A laptop CPU has 15 W TDP, yet the wall meter reads 45 W during a benchmark. Reconcile the numbers.
Recall Solution
TDP measures CPU heat only. The wall reading is the whole system:
- CPU: 15 W
- Discrete GPU: ~10 W
- Display backlight: ~8 W
- SSD / RAM / board: ~5 W
- PSU conversion loss (~10 %): ~5 W
Sum: . No contradiction — TDP is one component's thermal load, not system energy draw.
Level 5 — Mastery
Goal: judge trade-offs and design under constraints.
Exercise 5.1
A server runs two identical 200 W CPUs sharing one airflow path. Room air enters at 22 °C but the second CPU sees pre-warmed air at 35 °C (heated by the first). Each package+paste chain is , . Find the heatsink each CPU needs. Which is harder to cool?
Recall Solution
CPU 1 (cool air, 22 °C): CPU 2 (pre-warmed air, 35 °C): Verdict: CPU 2 needs — nearly 4× stricter. The downstream chip is far harder to cool, which is why rack layout and hot-aisle/cold-aisle design matter so much.
Exercise 5.2
You are given a fixed cooler with , chip chain , , room = 25 °C. What is the maximum sustained power this system can dissipate without throttling? The figure shows the budget as a bar.

Recall Solution
Step 1 — full chain resistance: . Step 2 — budget: . Step 3 — invert for power: Answer: sustained. Any chip with TDP up to this survives; a 250 W part would throttle.
Exercise 5.3
Design decision: a chip at 1.30 V / 4.0 GHz draws 180 W but your cooler only supports 150 W. Instead of buying a new cooler, you undervolt to 1.15 V (frequency unchanged). Does this bring power under 150 W? By how much?
Recall Solution
Step 1 — power ratio (frequency fixed, so only changes): Step 2 — apply: . Verdict: yes — undervolting drops power to , comfortably under the 150 W cooler limit, at no clock cost. This is why undervolting is the cheapest thermal fix: power scales with , so small voltage cuts pay off quadratically.
Recall Quick self-check: the whole ladder in one line
Given TDP, , , and the fixed chain resistances, what single inequality decides your heatsink? Answer :::
Related: Thermal design power (TDP) · Thermal throttling · Heatsink design and thermal resistance · Overclocking and voltage scaling · Turbo Boost and power states