Question
For the reaction N2(g)+3H2(g)⇌2NH3(g), the equilibrium constant Kc=0.5 at 500K. If 1mol of N2 and 3mol of H2 are placed in a 2L container, find the equilibrium concentration of NH3. (Approximate using small extent if needed.)
Solution — Step by Step
Let x moles of N2 react. Then 3x moles of H2 react and 2x moles of NH3 form.
In molarity (volume = 2 L):
| Species | Initial | Change | Equilibrium |
|---|
| N2 | 0.5 | −x/2 | 0.5−x/2 |
| H2 | 1.5 | −3x/2 | 1.5−3x/2 |
| NH3 | 0 | +x | x |
Wait — let me redo with cleaner variables. Let a = molarity of N2 that reacts. Then H2 reacted = 3a, NH3 formed = 2a.
| Species | Eq. concentration |
|---|
| [N2] | 0.5−a |
| [H2] | 1.5−3a |
| [NH3] | 2a |
Kc=[N2][H2]3[NH3]2=(0.5−a)(1.5−3a)3(2a)2=0.5
Note that 1.5−3a=3(0.5−a). Let y=0.5−a:
0.5=y⋅27y3(2a)2=27y44a2
13.5y4=4a2
Try a=0.1: y=0.4, y4=0.0256, 13.5×0.0256=0.3456. RHS: 4×0.01=0.04. LHS too big.
Try a=0.3: y=0.2, y4=0.0016, 13.5×0.0016=0.0216. RHS: 4×0.09=0.36. RHS now bigger.
Try a=0.2: y=0.3, y4=0.0081, 13.5×0.0081=0.10935. RHS: 4×0.04=0.16. RHS bigger.
Try a=0.18: y=0.32, y4=0.01049, 13.5×0.01049=0.1416. RHS: 4×0.0324=0.1296. Very close.
Try a=0.185: y=0.315, y4≈0.00984, LHS ≈0.1329. RHS ≈0.1369. Even closer.
Take a≈0.184, so [NH3]=2a≈0.368M.
Final: [NH3]≈0.37 M.
Why This Works
The stoichiometric ratio of N2 to H2 in the initial mixture matches the reaction’s ratio (1:3), so [H2]=3[N2] holds at every stage. This collapses two unknowns into one and lets us write Kc as a single-variable equation.
For more complex problems where the initial ratio doesn’t match stoichiometry, you have to keep both variables and solve a polynomial.
Alternative Method
Take logs of Kc and use Newton’s method. Or apply the small-a approximation if Kc≪1 — but here Kc=0.5 is not small enough, so iterative solving is necessary.
Common Mistake
Students forget to convert moles to molarity. Kc uses concentrations (mol/L), not moles. With volume 2 L, divide every initial mole count by 2 first. Skipping this gives a 2× or 4× error.