# Entropy

> AP Physics 2 · Unit 2 Thermodynamics
> Source: https://www.owlsprep.com/study/ap-physics-2-u2-entropy/

This guide covers core entropy concepts for AP Physics 2: macroscopic and microscopic definitions, entropy change calculations, the second law of thermodynamics, and how to solve common AP exam-style entropy problems.

**Prerequisites:** [First law of thermodynamics](https://www.owlsprep.com/study/ap-physics-2-u2-first-law-thermodynamics/); Heat transfer and absolute temperature; Basic probability for counting arrangements

## Learning objectives

- Define entropy from both macroscopic and microscopic perspectives
- Calculate entropy change for reversible isothermal processes
- Apply the entropy form of the second law of thermodynamics to determine process spontaneity
- Calculate statistical entropy change from microstate counts

## What Is Entropy?

Entropy (standard symbol $S$, units joules per kelvin, $\text{J/K}$) is a thermodynamic state function that quantifies the number of available microstates of a system. For AP Physics 2, entropy makes up roughly 12% of Unit 2 (Thermodynamics), which accounts for 18-20% of the total exam, appearing in both multiple-choice and free-response sections.

Contrary to common pop-science misconceptions, entropy is not just macroscopic 'messiness'; it is a rigorously defined measurable quantity describing how energy is distributed among a system's particles. AP Physics 2 requires mastery of two equivalent perspectives, both regularly tested: macroscopic (thermodynamic, relating entropy change to heat transfer) and microscopic (statistical, relating entropy to arrangement counts).

**Entropy** — A state function that measures the number of possible microstates (dispersal of energy) for a given system macrostate.

*Notation:* $S$, units $\text{J/K}$

## Macroscopic Entropy Change

For any reversible (quasi-static equilibrium) process, the change in entropy of a system is defined as the net heat transferred to the system divided by the absolute temperature of the system. For isothermal (constant temperature) processes, the most common context on the AP exam, this simplifies to the core formula:

$$\Delta S = \frac{Q}{T}$$

Where $Q$ is net heat added to the system (positive $Q$ means heat enters, increasing entropy; negative $Q$ means heat leaves, decreasing entropy) and $T$ is absolute temperature in Kelvin. Because entropy is a state function, $\Delta S$ depends only on the initial and final states of the system, not the path taken between them. Even for irreversible processes, you can calculate $\Delta S$ by finding a reversible path between the same two states.

**Worked example:** 2.0 kg of liquid water at 0°C freezes into solid ice at the same temperature and 1 atm pressure. The latent heat of fusion for water is $3.34 \times 10^5 \text{ J/kg}$. Calculate the entropy change of the water during this process.

1. First convert temperature to Kelvin, the required unit for all entropy calculations:

   $$T = 0^\circ\text{C} + 273 = 273 \text{ K}$$
2. Calculate the net heat transfer for the water: when water freezes, heat leaves the system, so:

   $$Q = -m L_f = -(2.0 \text{ kg})(3.34 \times 10^5 \text{ J/kg}) = -6.68 \times 10^5 \text{ J}$$
3. Substitute into the isothermal entropy change formula:

   $$\Delta S = \frac{Q}{T} = \frac{-6.68 \times 10^5 \text{ J}}{273 \text{ K}} ≈ -2450 \text{ J/K}$$
4. Confirm the sign makes sense: freezing reduces disorder, so entropy change is negative, which matches our result.

> **Exam tip:** Always write the temperature conversion step first when starting any entropy calculation. AP exam questions intentionally give temperatures in Celsius to test for this common mistake.

## Second Law of Thermodynamics (Entropy Form)

The second law of thermodynamics, stated in entropy terms, is the core rule that determines which processes can occur spontaneously. The AP Physics 2 CED requires you to know this formulation explicitly:

$$\Delta S_{\text{universe}} = \Delta S_{\text{system}} + \Delta S_{\text{surroundings}} ≥ 0$$

$\Delta S_{\text{universe}} = 0$ only for ideal reversible (equilibrium) processes. All real spontaneous processes (processes that happen on their own without external work input) have $\Delta S_{\text{universe}} > 0$. Any process with $\Delta S_{\text{universe}} < 0$ cannot occur spontaneously. A common misconception is that the system entropy must always increase — this is not true: the second law only requires total entropy of the universe (system + surroundings) to increase.

**Worked example:** A 300 K pitcher of lemonade absorbs 1200 J of heat from a 350 K kitchen. The temperature of the lemonade and kitchen do not change during the process. Is this process spontaneous?

1. Calculate the entropy change of the system (lemonade):

   $$\Delta S_{\text{sys}} = \frac{+1200 \text{ J}}{300 \text{ K}} = +4.0 \text{ J/K}$$
2. Calculate the entropy change of the surroundings (kitchen): the kitchen loses 1200 J, so:

   $$\Delta S_{\text{surr}} = \frac{-1200 \text{ J}}{350 \text{ K}} ≈ -3.43 \text{ J/K}$$
3. Calculate total entropy change of the universe:

   $$\Delta S_{\text{total}} = 4.0 - 3.43 = +0.57 \text{ J/K}$$
4. Apply the second law: since $\Delta S_{\text{total}} > 0$, the process is spontaneous.

> **Exam tip:** When judging spontaneity, always explicitly add the system and surroundings entropy changes. AP exam FRQ graders require this step to award full credit, even if you conclude correctly.

## Statistical Entropy

The microscopic definition of entropy, derived by Boltzmann, connects entropy to the number of possible microstates (distinct arrangements of particles and energy) that correspond to a given macrostate (observable state like temperature, volume, pressure). The formula is:

$$S = k_B \ln W$$

Where $k_B = 1.38 \times 10^{-23} \text{ J/K}$ is Boltzmann's constant, and $W$ is the number of microstates for the macrostate. The change in entropy for a process is:

$$\Delta S = k_B \left(\ln W_2 - \ln W_1\right) = k_B \ln\left(\frac{W_2}{W_1}\right)$$

This definition aligns perfectly with the macroscopic definition: if the number of microstates increases (expansion, melting, mixing), entropy increases, which matches the macroscopic result. This perspective is most commonly tested on conceptual MCQs asking to predict entropy change for a given process.

**Worked example:** Three distinguishable ideal gas particles are trapped in a container divided into two equal-sized chambers. Initially, all three particles are in the left chamber. The partition is removed, and particles can move freely throughout the container. What is the change in entropy of the gas?

1. Initial state: all particles must be in the left chamber, so only 1 possible arrangement:

   $$W_1 = 1$$
2. Final state: each particle can be in the left or right chamber, so total arrangements:

   $$W_2 = 2 \times 2 \times 2 = 8$$
3. Substitute into the entropy change formula:

   $$\Delta S = k_B \ln\left(\frac{8}{1}\right) = 3 k_B \ln 2 ≈ 2.87 \times 10^{-23} \text{ J/K}$$
4. Confirm the result: the gas expands, so entropy change is positive, which matches expectation.

> **Exam tip:** For conceptual questions asking if entropy increases, remember: expansion, phase change (solid → liquid → gas), mixing, and increasing temperature all increase the number of microstates, so entropy always increases for these processes.

## AP-Style Practice Problems

**Worked example:** 3 moles of an ideal gas undergo a reversible isothermal expansion at 290 K from an initial volume of $0.03 \text{ m}^3$ to a final volume of $0.12 \text{ m}^3$. (a) Calculate the change in entropy of the gas. (b) Calculate the change in entropy of the surroundings. (c) Is this process spontaneous? Justify your answer using the second law. Hint: For a reversible isothermal expansion of an ideal gas, $\Delta U = 0$, so $Q = nRT \ln(V_2/V_1)$.

1. Part (a): Substitute $Q$ into the entropy change formula, temperature cancels out:

   $$\Delta S_{\text{gas}} = \frac{Q}{T} = \frac{nRT \ln(V_2/V_1)}{T} = nR \ln\left(\frac{V_2}{V_1}\right)$$
2. Substitute values, volume ratio $V_2/V_1 = 4$:

   $$\Delta S_{\text{gas}} = 3 × 8.314 × \ln 4 ≈ 34.6 \text{ J/K}$$
3. Part (b): For a reversible process, heat leaving the surroundings equals heat entering the gas:

   $$\Delta S_{\text{surr}} = \frac{-Q_{\text{gas}}}{T} = -34.6 \text{ J/K}$$
4. Part (c): Calculate total entropy change and apply the second law:

   $$\Delta S_{\text{universe}} = 34.6 - 34.6 = 0$$
5. Reversible equilibrium processes have $\Delta S_{\text{universe}} = 0$, so this process is not spontaneous.

**Worked example:** A window air conditioner removes 300 kJ of heat from the interior of a house kept at 18°C, and releases 400 kJ of heat to the outside air kept at 35°C. Calculate the total entropy change of the universe for this process, and explain why the process is allowed by the second law.

1. Convert temperatures to Kelvin:

   $$T_{\text{in}} = 18 + 273 = 291 \text{ K}, \quad T_{\text{out}} = 35 + 273 = 308 \text{ K}$$
2. Calculate entropy changes for the interior and outside air:

   $$\Delta S_{\text{in}} = \frac{-300000 \text{ J}}{291 \text{ K}} ≈ -1031 \text{ J/K}, \quad \Delta S_{\text{out}} = \frac{+400000 \text{ J}}{308 \text{ K}} ≈ +1299 \text{ J/K}$$
3. Calculate total entropy change:

   $$\Delta S_{\text{total}} = -1031 + 1299 ≈ +268 \text{ J/K}$$
4. The total entropy change of the universe is positive, so the process is allowed. The decrease in entropy of the cool interior is more than offset by the entropy increase of the warm outside air, enabled by external work input to the air conditioner.

**Check your understanding**

Test your conceptual understanding:

1. Which of the following processes at 1 atm pressure has $\Delta S_{\text{universe}} < 0$?

   - Water freezing into ice at -2°C
   - Ice melting into water at -2°C
   - Water freezing into ice at 0°C
   - Ice melting into water at +2°C

   *Answer:* Ice melting into water at -2°C

   *Why:* Correct. Melting of ice at -2°C is non-spontaneous, so $\Delta S_{\text{universe}} < 0$. At equilibrium (0°C freezing/melting) $\Delta S_{\text{universe}} = 0$, and spontaneous processes have $\Delta S_{\text{universe}} > 0$.

## Common pitfalls

- **Wrong:** Using Celsius instead of Kelvin for temperature in $\Delta S = Q/T$
  - Why it fails: Exam questions often give phase change temperatures in Celsius, and students forget to convert before calculating.
  - Correct: Always write the temperature conversion step first, before plugging any values into entropy formulas.
- **Wrong:** Judging spontaneity using only system entropy change
  - Why it fails: Students overgeneralize the phrase 'entropy always increases' and forget it applies to total entropy, not just the system.
  - Correct: Always add the system and surroundings entropy change when checking for spontaneity.
- **Wrong:** Calculating $\Delta S$ for an irreversible process using the irreversible path's heat transfer directly
  - Why it fails: Students memorize $\Delta S = Q/T$ and incorrectly apply it to any path, not just reversible paths.
  - Correct: For any irreversible process, find a reversible path between the same start and end states, then calculate $\Delta S$ for that path.
- **Wrong:** Counting swapped identical particles as separate microstates
  - Why it fails: Students count arrangements like they would for distinguishable marbles, but identical particles cannot be distinguished experimentally.
  - Correct: Only count distinct configurations; swapping two identical particles does not create a new microstate.
- **Wrong:** Claiming any process with negative system entropy change is impossible
  - Why it fails: Students misapply the second law and forget external work can drive non-spontaneous processes with negative system entropy change.
  - Correct: Only rule out processes where the total entropy change of the universe is negative.

## Cheatsheet

| Category | Formula | Notes |
| --- | --- | --- |
| Isothermal Entropy Change | $\Delta S = \frac{Q}{T}$ | Only for reversible isothermal processes; $T$ must be in Kelvin; $Q>0$ = heat added to system |
| Second Law of Thermodynamics | $\Delta S_{\text{universe}} = \Delta S_{\text{sys}} + \Delta S_{\text{surr}} ≥ 0$, |  |

## What's next

Entropy is the foundation for understanding all spontaneous processes in thermodynamics, and it is a required prerequisite for the next topics in AP Physics 2 Unit 2: thermodynamic cycles, heat engines, and refrigerators, where you will use entropy to calculate the maximum efficiency of energy conversion processes. Without mastering entropy change and the second law, you will not be able to correctly apply the Carnot efficiency rule, a commonly tested FRQ topic. Entropy also connects to broader topics across AP Physics 2, including statistical mechanics of ideal gases and fundamental limits of energy use, and it is a core concept for all college-level physics and engineering thermodynamics courses.

- [Electric Force, Field, and Potential](https://www.owlsprep.com/study/ap-physics-2-u3-overview/)
- [Electric Systems](https://www.owlsprep.com/study/ap-physics-2-u3-electric-systems/)
- [Charge and Electric Force](https://www.owlsprep.com/study/ap-physics-2-u3-charge-and-electric-force/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ap-physics-2-u2-entropy/
