To calculate RTD (Resistance Temperature Detector) resistance to temperature for a standard Pt100 or Pt1000 sensor, you use the Callendar-Van Dusen (CVD) equation. For the 0°C to 150°C range typical in electronics thermal management, the linear approximation R(T) = R0(1 + αT) is highly effective. For a Pt100 sensor (R0 = 100Ω) with a standard European curve (α = 0.00385), the resistance increases by exactly 0.385 Ω per °C. At 85°C, the resistance is 132.72 Ω.
But knowing the math is only half the battle. In closed-loop thermal management for high-power electronics—like SiC MOSFETs or IGBT modules—the RTD is your primary feedback mechanism. If your microcontroller misinterprets that 132.72 Ω reading, your fan curve triggers late, or your thermal shutdown fires unnecessarily. This guide bridges the gap between raw RTD sensor math and physical thermal path engineering, showing you exactly how to size your heatsinks and interpret derating curves based on accurate temperature data.
The Math: How to Calculate RTD Resistance to Temperature
While the linear approximation works for quick bench checks, precision thermal loops require the full Callendar-Van Dusen equation to account for the slight non-linearity of platinum at temperature extremes. According to Omega Engineering's RTD standards, the CVD equation for temperatures above 0°C is:
R(T) = R0 [1 + AT + BT2]
- R0: Resistance at 0°C (100Ω for Pt100, 1000Ω for Pt1000)
- A: 3.9083 × 10-3 °C-1
- B: -5.775 × 10-7 °C-2
If you are feeding this RTD into a modern 3.3V or 1.8V microcontroller ADC via a transimpedance amplifier, use a Pt1000. A Pt100 requires higher excitation currents to generate a readable voltage drop, which causes I2R self-heating inside the sensor element. A Pt1000 allows you to drop the excitation current to under 1mA, eliminating self-heating errors that can skew your reading by 1°C to 2°C in still air.
Thermal Path Math: From Junction to Ambient (Rθ)
Once your MCU accurately calculates the case temperature (Tc) from the RTD resistance, you must determine the actual silicon junction temperature (Tj). You cannot measure Tj directly; you must calculate it using thermal resistance (Rθ) values provided in the semiconductor datasheet, following JEDEC JESD51-1 standards for IC thermal measurement.
The fundamental thermal path equation is:
Tj = Tc + (PD × RθJC)
Where:
- Tj: Junction temperature (the silicon die)
- Tc: Case temperature (where your RTD is physically mounted)
- PD: Power dissipation in Watts
- RθJC: Thermal resistance from Junction to Case (°C/W)
Worked Example: You are driving an IGBT module dissipating 45W. The datasheet specifies an RθJC of 0.8 °C/W. Your RTD, epoxied to the center of the module baseplate, calculates a case temperature of 75°C.
Tj = 75 + (45 × 0.8) = 111°C.
Most silicon power devices have an absolute maximum Tj rating of 150°C or 175°C. However, operating at the absolute limit guarantees premature failure. For long-term reliability, design your thermal loop to cap Tj at 125°C max. Furthermore, if your RTD reads a case temp of 90°C, check your surrounding electrolytic capacitors; their lifespan halves for every 10°C increase above 85°C ambient.
Heatsink Selection and Derating Curves
Let's say our 111°C junction temperature is too close to our 125°C reliability limit, and we need to drop it. We must calculate the required heatsink-to-ambient thermal resistance (RθSA).
The full thermal path equation is:
RθJA = RθJC + RθCS + RθSA
Assuming a maximum ambient temperature (Ta) of 40°C inside the enclosure, and a target Tj of 110°C:
Max RθJA = (110°C - 40°C) / 45W = 1.55 °C/W.
Subtracting the known resistances:
RθJC (Junction-to-Case) = 0.8 °C/W
RθCS (Case-to-Sink, using a 0.2 °C/W phase-change thermal pad) = 0.2 °C/W
Required RθSA (Sink-to-Ambient) = 1.55 - 0.8 - 0.2 = 0.55 °C/W.
Interpreting the Derating Curve
Heatsink manufacturers provide derating curves showing RθSA versus airflow in Linear Feet per Minute (LFM). A massive extruded heatsink might have an RθSA of 1.2 °C/W in natural convection (0 LFM), but drop to 0.4 °C/W at 400 LFM.
| Heatsink Model | Type | RθSA @ 0 LFM (Natural) | RθSA @ 200 LFM (Forced) | Verdict |
|---|---|---|---|---|
| Aavid Thermalloy 6374BG | Passive Extruded | 1.8 °C/W | 0.75 °C/W | Fails (Too hot even with fan) |
| Aavid Thermalloy 7022B-MTG | Passive Extruded (Large) | 0.9 °C/W | 0.45 °C/W | Passes (Requires 40mm fan) |
| Wakefield Vette 680-125 | Active Fan-Sink | N/A (Requires Fan) | 0.35 °C/W | Passes (Best margin) |
The Concrete Pick: For this 45W application in a 40°C ambient enclosure, mount the Aavid Thermalloy 7022B-MTG using a Honeywell PTM7950 phase-change TIM. Pair it with a Sunon MF40101VX 40mm fan pushing roughly 200 LFM across the fins. This yields an RθSA of 0.45 °C/W, dropping your junction temperature to a safe 105.5°C.
Failure Signatures of Thermal Stress
What happens when your RTD loop fails to catch a thermal runaway, or your heatsink calculation ignored enclosure stagnation? According to Texas Instruments' thermal design guidelines, thermal stress manifests in specific physical failure modes:
- Die Attach Fatigue (Solder Cracking): Repeated thermal cycling (e.g., turning a 50A load on and off) causes the silicon die and copper baseplate to expand at different rates. The solder layer cracks, creating voids. This increases RθJC over time. Signature: Your RTD reads a lower case temperature, but the silicon is actually running hotter because the heat can no longer reach the case.
- TIM Pump-Out: If you use standard thermal grease instead of phase-change material or thermal pads, the expansion/contraction cycle literally pumps the grease out from the center of the IGBT module, leaving a dry spot. Signature: Gradual increase in case temperature over 6-12 months of operation.
- Wire Bond Lift-Off: Extreme Tj spikes melt or detach the aluminum wire bonds connecting the die to the terminals. Signature: Sudden, catastrophic open-circuit failure, often accompanied by a localized arc flash inside the module.
Decision Path: Sizing Your Thermal Loop
Stop guessing your cooling strategy. Use this decision tree to terminate your thermal design process with a concrete hardware pick based on your RTD-monitored power dissipation.
| Power Dissipation (PD) | Max Enclosure Ambient | Required RθSA | Thermal Management Strategy & Concrete Pick |
|---|---|---|---|
| < 5W | 50°C | > 10 °C/W | Passive PCB Copper Pour. Use 2oz copper on top and bottom layers with thermal vias. No external heatsink required. RTD can be a surface-mount Pt1000. |
| 5W - 20W | 45°C | 2.0 - 4.0 °C/W | Passive Extruded Heatsink. Pick the Aavid 577302B00000G. Ensure minimum 15mm clearance above fins for natural convection. Mount RTD directly to the device tab. |
| 20W - 60W | 40°C | 0.4 - 1.5 °C/W | Forced Air Extruded. Pick Aavid 7022B-MTG + 40mm Sunon fan. Implement closed-loop PWM fan control via MCU reading the RTD. Use PTM7950 TIM. |
| > 60W | 40°C | < 0.4 °C/W | Liquid Cold Plate or Vapor Chamber. Extruded aluminum is physically too large. Use a Boyd Corporation (Aavid) Liquid Cold Plate integrated into a chassis coolant loop. |
By accurately calculating your RTD resistance to temperature, you close the loop between physical silicon limits and firmware control. Don't rely on the semiconductor's internal thermal shutdown diode—it's notoriously inaccurate and placed too far from the hot spot. Epoxied external RTDs, proper Rθ math, and phase-change TIMs are the difference between a prototype that burns up on the bench and a product that survives a 10-year field deployment.






