The thermal voltage equation, VT = kT/q, calculates the voltage equivalent of temperature in a semiconductor (roughly 25.85 mV at 300K). While it governs microscopic carrier diffusion, it directly dictates macroscopic thermal management: as junction temperature rises, VT increases, exponentially driving up leakage current and shifting threshold voltages. To prevent thermal runaway, you must design a macroscopic thermal path using Rθ (thermal resistance) math to keep the junction cool.

The Thermal Voltage Equation: Micro-Physics Driving Macro-Heat

At the silicon level, the thermal voltage equation defines the relationship between temperature and the kinetic energy of charge carriers. The formula is:

VT = kT / q

  • k = Boltzmann constant (1.3806 × 10-23 J/K)
  • T = Absolute junction temperature in Kelvin (K)
  • q = Elementary charge of an electron (1.602 × 10-19 C)

At a standard room temperature of 27°C (300.15K), VT is approximately 25.86 mV. If your heatsink fails and the junction reaches 125°C (398.15K), VT climbs to 34.3 mV.

Why does this microscopic shift matter for your workbench? Because VT sits in the denominator of the exponential term in the Shockley diode equation and the Ebers-Moll BJT model. As VT increases with heat, the exponential curve shifts. For BJTs, the base-emitter voltage (VBE) drops by about 2 mV/°C. For MOSFETs, subthreshold leakage climbs exponentially. This micro-physics shift is the root cause of macro-level thermal runaway, which is exactly why we must calculate thermal paths to keep T (and thus VT) in check.

Translating Junction Heat to Heatsink Math (Rθ Paths)

To prevent VT from pushing your silicon into runaway, we model heat flow like an electrical circuit using thermal resistance (Rθ), measured in °C/W. The governing equation for the entire thermal path is:

TJ = TA + PD × (RθJC + RθCS + RθSA)

Table 1: Thermal Path Variables and Typical Values
Variable Definition Typical TO-247 Value
TJ Junction Temperature (Target) < 150°C (for longevity)
TA Ambient Temperature 25°C - 50°C (enclosure)
RθJC Junction-to-Case Resistance 0.5 to 1.0 °C/W
RθCS Case-to-Sink (Interface Material) 0.2 to 0.8 °C/W
RθSA Sink-to-Ambient (The Heatsink) 1.0 to 15.0 °C/W

Interpreting the Derating Curve: Every power semiconductor datasheet includes a power derating curve. It looks like a linear slope dropping from maximum power at 25°C down to zero watts at the maximum TJ (usually 175°C). The slope of this line is exactly 1 / RθJC. If a datasheet shows RθJC = 0.83 °C/W, the device can dissipate (175 - 100) / 0.83 = 90.3W when the case is held at 100°C. If your thermal interface pushes the case temp past that derated limit, the junction exceeds 175°C and the silicon melts.

Heatsink Selection: A Real-World Wattage-Based Example

Let’s size a heatsink for an Infineon IRFP460 N-channel MOSFET used in a linear power supply pass element. It is dissipating a continuous 35W. The enclosure ambient (TA) is a stifling 40°C. We want to keep TJ below 150°C to ensure long-term reliability.

1. Gather Datasheet and Material Specs:

  • IRFP460 RθJC = 0.83 °C/W
  • Thermal Interface: Bergquist Sil-Pad 400V0 (RθCS ≈ 0.5 °C/W for a TO-247 package under typical mounting torque).

2. Calculate Maximum Allowed RθSA:

Rearranging the thermal path equation to solve for the heatsink:

RθSA = [(TJ - TA) / PD] - (RθJC + RθCS)

RθSA = [(150 - 40) / 35] - (0.83 + 0.5)

RθSA = 3.14 - 1.33 = 1.81 °C/W

3. Pick the Heatsink:

A natural convection (passive) heatsink with a 1.81 °C/W rating for a TO-247 package would be massive and expensive. Instead, we look at forced air catalogs. The Aavid (Boyd) 577102B00000G extruded aluminum heatsink provides roughly 2.5 °C/W in natural convection, but drops to 1.5 °C/W at 200 LFM (Linear Feet per Minute) of airflow. This safely clears our 1.81 °C/W requirement with a 0.3 °C/W margin.

Enclosure Airflow Warning: 200 LFM is a gentle breeze, but inside a sealed project box, that air quickly stagnates and TA rises. If you use forced air, you must calculate the enclosure's thermal resistance and add intake/exhaust louvers. Moving from a sealed box to a ventilated one with a 40mm exhaust fan can drop internal TA by 10°C to 15°C, effectively buying you massive thermal headroom without changing the heatsink.

Failure Signatures: When Thermal Voltage Shifts Destroy Silicon

How hot is too hot? While 175°C is the absolute silicon limit, the Arrhenius equation dictates that every 10°C increase in operating temperature halves the lifespan of the component. For practical DIY and commercial designs, 105°C is the target maximum junction temperature for longevity.

When VT rises and thermal management fails, the silicon doesn't just "stop working"—it fails in specific, diagnosable ways.

Table 2: Failure Signatures of Thermal Stress
Component Thermal Runaway Mechanism Physical Failure Signature
BJT (Bipolar) VBE drops as VT rises. In fixed-bias circuits, base current spikes, driving collector current higher, generating more heat. Melted emitter bond wire; shorted Collector-Emitter junction; cracked epoxy package near the die.
MOSFET High TJ increases impact ionization. Subthreshold leakage climbs, and avalanche breakdown voltage drops. Punctured drain epitaxial layer; gate oxide rupture (often looks like a tiny crater under a microscope).
ICs / Op-Amps Electromigration accelerated by high TJ. Aluminum/copper interconnects physically migrate over thousands of hours. Open circuits; intermittent signal drops; eventual hard failure of a specific internal logic gate.

Recognizing these signatures on the bench tells you whether you need a better heatsink (MOSFET avalanche), a better biasing circuit with an emitter degeneration resistor (BJT runaway), or simply better enclosure ventilation (electromigration/IC death).

Thermal Voltage Equation FAQ

How does the thermal voltage equation affect MOSFET threshold voltage?

The threshold voltage (VTH) of a MOSFET has a negative temperature coefficient, typically dropping by 2 mV/°C to 4 mV/°C. While VT itself increases with temperature, the Fermi potential and surface potential terms in the VTH equation drop faster. This means a hot MOSFET turns on "easier" at the gate, which can lead to unintended conduction and shoot-through in half-bridge circuits if dead-time isn't managed.

Why does thermal voltage increase leakage current in reverse-biased diodes?

In the Shockley diode equation, the reverse saturation current (IS) is highly dependent on the intrinsic carrier concentration (ni), which scales exponentially with temperature. As VT increases, the thermal energy allows more electron-hole pairs to cross the depletion region. Practically, reverse leakage current roughly doubles for every 10°C rise in junction temperature, which can ruin high-impedance analog sensor circuits.

Can I use the thermal voltage equation to calculate heatsink size directly?

No. The thermal voltage equation (VT = kT/q) calculates the microscopic voltage equivalent of temperature to model carrier physics and leakage. Heatsink sizing requires the macroscopic thermal resistance equation (TJ = TA + PD × RθJA). You use the thermal voltage equation to understand why the part fails at high temperatures, and the Rθ equation to prevent it from reaching that temperature.

What is the exact thermal voltage at standard room temperature (25°C)?

At exactly 25°C (298.15 Kelvin), the thermal voltage VT is 25.69 mV. In practical circuit analysis and SPICE simulations, engineers frequently round this to 26 mV for hand calculations involving diode forward voltage drops and BJT transconductance (gm = IC / VT).