Ionic Equilibrium: Common Mistakes and Fixes (7)

easy 2 min read

Question

Calculate the pH of 0.01 M0.01 \text{ M} acetic acid solution. Ka=1.8×105K_a = 1.8 \times 10^{-5}.

Solution — Step by Step

CH3COOHCH3COO+H+\text{CH}_3\text{COOH} \rightleftharpoons \text{CH}_3\text{COO}^- + \text{H}^+.

Initial: C=0.01 MC = 0.01 \text{ M}, products =0= 0.

Change: Cα-C\alpha, +Cα+C\alpha, +Cα+C\alpha.

At equilibrium: C(1α)C(1 - \alpha), CαC\alpha, CαC\alpha.

Ka=CαCαC(1α)=Cα21αK_a = \frac{C\alpha \cdot C\alpha}{C(1 - \alpha)} = \frac{C\alpha^2}{1 - \alpha}

For weak acids, α1\alpha \ll 1, so 1α11 - \alpha \approx 1:

KaCα2    α=Ka/CK_a \approx C\alpha^2 \implies \alpha = \sqrt{K_a/C}.

α=1.8×105/0.01=1.8×1030.0424\alpha = \sqrt{1.8 \times 10^{-5}/0.01} = \sqrt{1.8 \times 10^{-3}} \approx 0.0424.

[H+]=Cα=0.01×0.0424=4.24×104 M[\text{H}^+] = C\alpha = 0.01 \times 0.0424 = 4.24 \times 10^{-4} \text{ M}.

pH=log(4.24×104)=4log4.24=40.627=3.37\text{pH} = -\log(4.24 \times 10^{-4}) = 4 - \log 4.24 = 4 - 0.627 = 3.37.

Final answer: pH3.37\text{pH} \approx \mathbf{3.37}.

Why This Works

Acetic acid is weak, so it dissociates only partially. The factor α\alpha (degree of dissociation) is the key — for weak acids at moderate concentrations, α<0.05\alpha < 0.05, so the 1α11 - \alpha \approx 1 approximation is valid.

Cross-check: our α=0.042<0.05\alpha = 0.042 < 0.05 — the approximation holds. If α>0.1\alpha > 0.1, you’d need to solve the full quadratic.

Alternative Method

Use the shortcut: pH=12(pKalogC)=12(4.74log0.01)=12(4.74+2)=3.37\text{pH} = \dfrac{1}{2}(\text{p}K_a - \log C) = \dfrac{1}{2}(4.74 - \log 0.01) = \dfrac{1}{2}(4.74 + 2) = 3.37. Same answer in one line — useful for MCQs.

Common Mistake

Students often use the strong-acid formula pH=logC\text{pH} = -\log C for weak acids — that gives pH=2\text{pH} = 2 for 0.01 M0.01 \text{ M}, which is wildly off. Strong acid formula assumes complete dissociation; for weak acid, you must use KaK_a. Always check the acid’s strength first.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next