Lesson 11 of 15

Carnot Efficiency

Carnot Efficiency

The Carnot engine is the most efficient possible heat engine operating between two temperature reservoirs. Its efficiency depends only on the temperatures of those reservoirs:

ηCarnot=1TcTh\eta_{\text{Carnot}} = 1 - \frac{T_c}{T_h}

where ThT_h is the hot reservoir temperature and TcT_c is the cold reservoir temperature, both measured in Kelvin.

This result follows directly from the Second Law of Thermodynamics: no real engine can exceed Carnot efficiency. As Tc0T_c \to 0 the efficiency approaches 1, but absolute zero is unattainable (Third Law). As TcThT_c \to T_h the efficiency approaches 0 — you cannot extract net work when both reservoirs are at the same temperature.

Coefficient of Performance (COP)

A refrigerator is a heat engine run in reverse: it uses work input to move heat from a cold reservoir to a hot reservoir. The Carnot COP for a refrigerator is:

COPrefrigerator=QcW=TcThTc\text{COP}_{\text{refrigerator}} = \frac{Q_c}{W} = \frac{T_c}{T_h - T_c}

A high COP means the refrigerator is very efficient — it removes a lot of heat per unit of work input. Note that when TcT_c is close to ThT_h, the COP is large (easy to pump heat across a small temperature difference), and when the gap is large the COP is small.

Key Insight

The Carnot efficiency sets an upper bound. Real engines (Otto, Diesel, Rankine) are always less efficient due to irreversibilities such as friction, heat transfer across finite temperature differences, and non-quasi-static processes.

Python runtime loading...
Loading...
Click "Run" to execute your code.