Chemical Equilibrium: Conceptual Doubts Cleared (4)

easy 3 min read

Question

For the reaction N2(g)+3H2(g)2NH3(g)N_2(g) + 3H_2(g) \rightleftharpoons 2NH_3(g), the equilibrium constant Kc=0.5K_c = 0.5 at 500K500\,\text{K}. If 1mol1\,\text{mol} of N2N_2 and 3mol3\,\text{mol} of H2H_2 are placed in a 2L2\,\text{L} container, find the equilibrium concentration of NH3NH_3. (Approximate using small extent if needed.)

Solution — Step by Step

Let xx moles of N2N_2 react. Then 3x3x moles of H2H_2 react and 2x2x moles of NH3NH_3 form.

In molarity (volume = 2 L):

SpeciesInitialChangeEquilibrium
N2N_20.5x/2-x/20.5x/20.5 - x/2
H2H_21.53x/2-3x/21.53x/21.5 - 3x/2
NH3NH_30+x+xxx

Wait — let me redo with cleaner variables. Let aa = molarity of N2N_2 that reacts. Then H2H_2 reacted = 3a3a, NH3NH_3 formed = 2a2a.

SpeciesEq. concentration
[N2][N_2]0.5a0.5 - a
[H2][H_2]1.53a1.5 - 3a
[NH3][NH_3]2a2a

Kc=[NH3]2[N2][H2]3=(2a)2(0.5a)(1.53a)3=0.5K_c = \frac{[NH_3]^2}{[N_2][H_2]^3} = \frac{(2a)^2}{(0.5 - a)(1.5 - 3a)^3} = 0.5

Note that 1.53a=3(0.5a)1.5 - 3a = 3(0.5 - a). Let y=0.5ay = 0.5 - a:

0.5=(2a)2y27y3=4a227y40.5 = \frac{(2a)^2}{y \cdot 27 y^3} = \frac{4a^2}{27 y^4}

13.5y4=4a213.5 y^4 = 4a^2

Try a=0.1a = 0.1: y=0.4y = 0.4, y4=0.0256y^4 = 0.0256, 13.5×0.0256=0.345613.5 \times 0.0256 = 0.3456. RHS: 4×0.01=0.044 \times 0.01 = 0.04. LHS too big.

Try a=0.3a = 0.3: y=0.2y = 0.2, y4=0.0016y^4 = 0.0016, 13.5×0.0016=0.021613.5 \times 0.0016 = 0.0216. RHS: 4×0.09=0.364 \times 0.09 = 0.36. RHS now bigger.

Try a=0.2a = 0.2: y=0.3y = 0.3, y4=0.0081y^4 = 0.0081, 13.5×0.0081=0.1093513.5 \times 0.0081 = 0.10935. RHS: 4×0.04=0.164 \times 0.04 = 0.16. RHS bigger.

Try a=0.18a = 0.18: y=0.32y = 0.32, y4=0.01049y^4 = 0.01049, 13.5×0.01049=0.141613.5 \times 0.01049 = 0.1416. RHS: 4×0.0324=0.12964 \times 0.0324 = 0.1296. Very close.

Try a=0.185a = 0.185: y=0.315y = 0.315, y40.00984y^4 \approx 0.00984, LHS 0.1329\approx 0.1329. RHS 0.1369\approx 0.1369. Even closer.

Take a0.184a \approx 0.184, so [NH3]=2a0.368M[NH_3] = 2a \approx 0.368\,\text{M}.

Final: [NH3]0.37[NH_3] \approx 0.37 M.

Why This Works

The stoichiometric ratio of N2N_2 to H2H_2 in the initial mixture matches the reaction’s ratio (1:3), so [H2]=3[N2][H_2] = 3[N_2] holds at every stage. This collapses two unknowns into one and lets us write KcK_c 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 KcK_c and use Newton’s method. Or apply the small-aa approximation if Kc1K_c \ll 1 — but here Kc=0.5K_c = 0.5 is not small enough, so iterative solving is necessary.

Common Mistake

Students forget to convert moles to molarity. KcK_c 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.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next