6.4.5 · D3Power, Thermal & Reliability

Worked examples — Heat dissipation and cooling solutions

2,592 words12 min readBack to topic

This page is the problem gym for the parent topic. We are going to take the two master formulas you already met and drive them through every kind of situation an exam or a real build can throw at you — including the weird edge cases where the arithmetic tries to lie to you.

Before we compute anything, let us re-anchor the only two tools we need, in plain words.

Recall The two formulas, restated from zero

Thermal resistance is "how many degrees hotter something gets for each watt of heat you push through it." Small number = easy path for heat = good cooling. Rearranged the way we mostly use it: (heat pushed times resistance gives the temperature climb), exactly like in electricity.

Series rule: when heat flows through one layer, then the next, then the next (chip → paste → heatsink → air), the resistances add up: because each layer adds its own temperature step and the steps stack.

Everything below is just these two ideas, plus the convection resistance (bigger surface or faster air ⇒ smaller resistance).


The scenario matrix

Think of every heat problem as living in one cell of this grid. Our job is to land at least one worked example in each row.

# Cell class What makes it tricky Example that hits it
A Forward — given and all , find temperature plain series-add, then Ex 1
B Backward — given a temperature limit, find the budget subtract the fixed (upstream) part Ex 2
C Convection design — find or area from invert the product, watch units Ex 3
D Zero / degenerate input, or a "perfect" layer formula must still make sense Ex 4
E Limiting behaviour, or resistance approaches a floor, not zero Ex 5
F Real-world word problem — liquid loop, transport vs surface pick which resistance dominates Ex 6
G Exam twist — units mismatch / trap (grams, kW, °C vs K) convert first, or the answer is 1000× wrong Ex 7
H Comparison / ratio — "how many times better?" ratio of two resistances, cancels area Ex 8

Each example below is tagged with its cell letter.


The worked examples

Cell A — the plain forward calculation


Cell B — working backward to a resistance budget


Cell C — designing the convecting surface


Cell D — zero and degenerate inputs


Cell E — limiting behaviour

Figure — Heat dissipation and cooling solutions

Cell F — real-world word problem (liquid loop)


Cell G — the exam-trap: units


Cell H — ratio / comparison


Recall Quick self-test

A 100 W chip, total path 0.4 °C/W, ambient 30 °C — junction temp? ::: °C. Fan raises from 10 to 90 on the same heatsink — resistance improves by what factor? ::: . Why can't a stronger pump cool much better in Ex 6? ::: The radiator-to-air convection dominates; water transport was never the bottleneck. A perfect (zero-resistance) TIM layer changes the series sum how? ::: Not at all — a zero term drops out.