This page assumes nothing. Before you can read the parent note Thermal design power (TDP), you need to know what a watt is, what heat even means, why a chip gets hot at all, and how engineers borrowed the language of electricity to describe temperature. We build every symbol from the ground up.
Start with the two words people mix up constantly.
Figure s01 — The tap analogy. A tap pours water into a puddle. The thickness of the falling stream (blue) stands for power — how fast energy flows, in watts. The puddle piling up on the floor (yellow) stands for energy — the total amount collected, in joules. Same tap, two different quantities: rate vs. total.
Look at the tap picture. The flow rate (thickness of the stream) is power; the puddle that piles up is energy. TDP is a power number, because a cooler cares about the rate heat arrives, not the total over a whole day.
We will meet three temperatures later. Give them names now:
Tj — junction temperature, the temperature of the actual silicon inside the chip. "Junction" is old transistor slang for the working guts of the chip.
Tambient — the temperature of the surrounding air the cooler dumps heat into.
Tj,max — the highest junction temperature allowed before the chip protects itself. Cross it and the chip slows down (see Thermal throttling) or dies.
Every chip is built from millions of tiny switches called transistors. When a transistor flips on and off, it moves electric charge around. Moving charge through the chip's material meets resistance, and — exactly like a light bulb filament — that turns electrical energy into heat.
Before we accept the formula, let us build it, one switching event at a time.
The physics of charging a capacitor of size C up to voltage V gives an energy stored of 21CV2. But charging it from the supply pulls a total of CV2 out of the power source (half is stored, half is lost as heat in the wires on the way in), and then emptying it dumps the stored half as heat too. Over one full charge-then-discharge cycle the energy that ends up as heat is:
Esw=CV2
Recall What happened to the textbook "½" in
21CV2?
21CV2 is the energy stored in the capacitor ::: but over a complete charge and discharge cycle both halves eventually become heat, giving a full CV2 per cycle — so no ½ survives in Pdyn. (Some textbooks fold the factor into C or α; conventions vary, so check which energy your source means.)
The total the cooler must handle:
Ptotal=Pdyn+Pstatic
Recall Why does
V appear squared in dynamic power?
Because voltage does double duty ::: it sets both how much charge is moved (the bucket fills to Q=CV) AND how hard it is pushed, so its effect multiplies with itself, giving V2.
Here is the clever borrowing that makes TDP math easy.
In electricity, Ohm's Law says a voltage differenceΔV pushes currentI (charge per second, in amperes — defined in §3) through a resistanceR:
ΔV=I×R
Engineers noticed heat behaves the same way: a temperature difference pushes heat flow through a thermal resistance. So they copied the equation symbol-for-symbol.
Figure s02 — The electrical–thermal analogy. Top (blue): a voltage difference from "high V" to "low V" drives a current I through a resistor R. Bottom (pink): a temperature difference from the hot junction Tj to the cool air Tambient drives a heat flow P (watts) through a thermal resistance Rθ. The two rows are the same equation with the labels swapped.
The little θ (Greek "theta") is just a subscript label meaning "thermal" — it tells you this R is about heat, not electricity.
Because the heat travels a chain of stages, and resistances in a chain simply add up (just like resistors in series), the parent note writes:
Rθ,total=Rθ,JC+Rθ,CS+Rθ,SA
Figure s03 — Heat crossing three resistances in series. Boxes left to right: silicon junction (Tj) → metal case → heatsink fins → ambient air (Tambient). The three arrows between them are labelled RJC (junction-to-case), RCS (case-to-sink, the thermal paste), and RSA (sink-to-ambient). Heat is a hiker crossing all three bridges in a row, so the resistances add: Rtotal=RJC+RCS+RSA.
Read the picture left to right — heat is a hiker crossing three bridges:
Rθ,JC — Junction-to-Case: silicon out to the metal lid.
Rθ,CS — Case-to-Sink: across the thermal paste (see Heatsink design and thermal resistance).
Rθ,SA — Sink-to-Ambient: from the heatsink fins into the moving air.
The thermal Ohm's Law above is a steady-state picture: it assumes heat has been flowing long enough that temperatures have settled. But chips also have thermal mass, and that changes how they respond to short bursts.
Figure s04 — Junction temperature over time after a sudden load. Yellow curve: apply constant power and Tj rises gradually (not instantly) toward its steady value, because the thermal capacitance must fill up first. Blue dashed line: the final steady-state temperature the thermal Ohm's Law predicts. Pink arrow: a brief power spike only climbs partway up the curve before the load drops — which is exactly why a chip can momentarily exceed TDP without overheating.
First, the missing link between the two halves of this page: TDP is just a name for the chip's steady-state total heat flow.
Now rearrange the thermal Ohm's Law to see where TDP fits. The chip warms until heat removed equals heat made. At that balance the heat flow P equals TDP, so:
TDP=Rθ,totalTj−Tambient
Every symbol on the right you now know. To keep the chip safe we demand Tj≤Tj,max, which rearranges to the cooling requirement:
Rθ,total≤TDPTj,max−Tambient
Recall If
Tambient rises on a hot day, what happens to your allowed Rθ,total?
The numerator Tj,max−Tambient shrinks ::: so the allowed thermal resistance drops — the same cooler may no longer be good enough, which is why servers care about Data center cooling.
The diagram below is a dependency map: read it top to bottom, following the arrows. Each box is one idea from this page, and an arrowX→Y means "you need X before Y makes sense" — X feeds into Y. The two independent roots (energy-in-joules on the left, the electrical Ohm law / P=VI on the right) flow downward and both meet near the bottom at the "cooling requirement", which is the formula the parent note is built on. Figure s05 draws the same map as a labelled picture in case the diagram below does not render.
Figure s05 — The prerequisite map drawn as a picture. Yellow nodes on the left are the energy/heat chain; blue nodes on the right are the electrical chain (P=VI, charge, current, capacitance); pink nodes at the bottom are where both chains merge into the thermal Ohm's Law and the final cooling requirement. Arrows point from each prerequisite to what it enables.