Equilibrium constant problems — Kp, Kc, Ksp selection and calculation

medium CBSE JEE-MAIN NEET 3 min read

Question

For the reaction N2(g)+3H2(g)2NH3(g)\text{N}_2(g) + 3\text{H}_2(g) \rightleftharpoons 2\text{NH}_3(g), Kc=0.5K_c = 0.5 at 400°C. Calculate KpK_p at the same temperature. (R=0.0821R = 0.0821 L atm mol1^{-1} K1^{-1})

(JEE Main / CBSE 11 — Equilibrium)


Equilibrium Constant Selection

flowchart TD
    A["Equilibrium Problem"] --> B{Phase of reactants?}
    B -->|All gases| C{Given data in?}
    B -->|Solution (aqueous)| D["Use Kc"]
    B -->|Sparingly soluble salt| E["Use Ksp"]
    C -->|Concentrations| F["Use Kc"]
    C -->|Partial pressures| G["Use Kp"]
    F --> H["Kp = Kc(RT)^delta_n"]
    G --> H
    E --> I["Ksp = product of ion concentrations"]

Solution — Step by Step

N2(g)+3H2(g)2NH3(g)\text{N}_2(g) + 3\text{H}_2(g) \rightleftharpoons 2\text{NH}_3(g)

Δng\Delta n_g = moles of gaseous products - moles of gaseous reactants

Δng=2(1+3)=24=2\Delta n_g = 2 - (1 + 3) = 2 - 4 = -2

Kp=Kc(RT)ΔngK_p = K_c(RT)^{\Delta n_g}

T=400°C=673T = 400°C = 673 K, R=0.0821R = 0.0821 L atm mol1^{-1} K1^{-1}

Kp=0.5×(0.0821×673)2K_p = 0.5 \times (0.0821 \times 673)^{-2} Kp=0.5×(55.25)2K_p = 0.5 \times (55.25)^{-2} Kp=0.5×13052.6K_p = 0.5 \times \frac{1}{3052.6} Kp=1.64×104 atm2\boxed{K_p = 1.64 \times 10^{-4} \text{ atm}^{-2}}

KpK_p is much smaller than KcK_c because Δng<0\Delta n_g < 0. When the reaction decreases the total moles of gas, the pressure-based constant is smaller than the concentration-based constant. This makes physical sense — the forward reaction reduces pressure, so at equilibrium, the pressure contribution from products is proportionally smaller.


Why This Works

KpK_p and KcK_c differ because pressure and concentration are related by the ideal gas law (P=cRTP = cRT). When Δng=0\Delta n_g = 0, Kp=KcK_p = K_c because the RT factors cancel. When Δng0\Delta n_g \neq 0, the (RT)Δng(RT)^{\Delta n_g} factor converts between the two.

The key insight: KcK_c uses mol/L, KpK_p uses atm (or Pa). Since P=(n/V)RT=cRTP = (n/V)RT = cRT, each concentration term in KcK_c gets multiplied by RTRT when converting to pressure, and the net effect depends on the difference in total gas moles.


Alternative Method — When to Use Ksp

For sparingly soluble salts like AgCl:

AgCl(s)Ag+(aq)+Cl(aq)\text{AgCl}(s) \rightleftharpoons \text{Ag}^+(aq) + \text{Cl}^-(aq) Ksp=[Ag+][Cl]K_{sp} = [\text{Ag}^+][\text{Cl}^-]

The solid does not appear in the expression. If Ksp=1.8×1010K_{sp} = 1.8 \times 10^{-10}, the solubility s=Ksp=1.34×105s = \sqrt{K_{sp}} = 1.34 \times 10^{-5} mol/L.

For JEE, always check the units. KcK_c is unitless when written as activities, but in practice has units of (mol/L)Δn^{\Delta n}. KpK_p has units of (atm)Δn^{\Delta n}. If a problem gives concentrations, use KcK_c. If it gives partial pressures, use KpK_p. Converting between them requires the temperature in Kelvin — never Celsius.


Common Mistake

The most common error: using temperature in Celsius instead of Kelvin in the Kp=Kc(RT)ΔngK_p = K_c(RT)^{\Delta n_g} formula. At 400°C, T=673T = 673 K, not 400. Using 400 gives (0.0821×400)2=(32.84)2(0.0821 \times 400)^{-2} = (32.84)^{-2} instead of (55.25)2(55.25)^{-2} — a completely different answer. Always convert to Kelvin first.

Another mistake: getting the sign of Δng\Delta n_g wrong. It is (gaseous products) minus (gaseous reactants). Including solids or liquids in the count is wrong — they do not appear in KpK_p or KcK_c expressions.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next