Extent of Reaction
Track an entire reaction with a single variable ξ — no matter how many species are involved.
A reactor involves five species, but a single number ξ tells you exactly how far the reaction has gone for all of them. How?
The Extent of Reaction Concept
The extent of reaction ξ (xi) is a single variable that describes how far a reaction has proceeded. For any species i in the reaction, its molar amount changes according to:
ni = ni,0 + νi · ξ
Here νi is the stoichiometric coefficient: negative for reactants (consumed) and positive for products (generated). If you know ξ, you can compute the amount of every species — one number tracks the whole reaction.
The value of ξ depends on the stoichiometric coefficients you wrote down. If you double all coefficients (e.g., write 2A + 2B → 2C instead of A + B → C), ξ is halved. Pick one balanced equation at the start and use it consistently for every calculation.
Computing ξ from One Species
Rearranging the extent formula: ξ = (ni − ni,0) / νi. You only need the change in one species to find ξ, then use it to predict all the others.
For example, if 6 mol of A are consumed (ΔnA = −6) and νA = −2, then ξ = (−6)/(−2) = 3. That single value of ξ = 3 now determines every other species' final amount.
- Stoichiometric coefficients: ν_A = −2, ν_B = −1, ν_C = +3
- Compute ξ from species A: ξ = (n_A − n_A0) / ν_A = (4 − 10) / (−2) = (−6)/(−2) = 3 mol
- Predict n_B: n_B = n_B0 + ν_B · ξ = 5 + (−1)(3) = 5 − 3 = 2 mol
- Predict n_C: n_C = n_C0 + ν_C · ξ = 0 + (3)(3) = 9 mol
- Verify stoichiometry: A consumed = 6, B consumed = 3, C produced = 9 → ratio 6:3:9 = 2:1:3 ✓
- Coefficients: ν_A = −1, ν_B = −2, ν_C = +1
- ξ = (n_B − n_B0) / ν_B = (4 − 12) / (−2) = (−8)/(−2) = 4 mol
- n_A = n_A0 + ν_A · ξ = 8 + (−1)(4) = 8 − 4 = 4 mol
Check your understanding
- Extent of reaction ξ is a single variable tracking how far a reaction has proceeded
- n_i = n_i0 + ν_i·ξ; ν_i is negative for reactants, positive for products
- Compute ξ from any one species, then predict all others
- ξ depends on the specific balanced equation — use it consistently