ICE-Table Calculations
Initial, Change, Equilibrium — a three-row grid that turns messy equilibrium problems into simple bookkeeping.
You know the starting concentrations and the equilibrium constant K. You want the concentrations once the reaction settles. It sounds like it needs a leap of insight — but it's really just careful bookkeeping. Three rows, one unknown, and out comes the answer.
What ICE stands for
An ICE table has one column per species and three rows:
- I — Initial: the concentrations you start with (products often 0).
- C — Change: how much each concentration changes as the reaction moves to equilibrium, written with a single unknown x. Reactants that get used up are −; products that form are +; each is scaled by its coefficient.
- E — Equilibrium: simply Initial + Change for each column.
Then you substitute the E row into the K expression and solve for x.
Case 1 — finding K from a measured concentration
The simplest ICE problems give you the initial amounts and one measured equilibrium concentration, and ask for K. You use the measurement to pin down x, fill in the rest of the E row, and compute K directly — no equation to solve.
- Let x be the amount of H₂ that reacts. Change row: H₂ −x, I₂ −x, HI +2x.
- HI is formed as +2x and starts at 0, so at equilibrium [HI] = 2x = 0.156 → x = 0.078.
- Equilibrium row: [H₂] = [I₂] = 0.100 − 0.078 = 0.022 mol/L; [HI] = 0.156 mol/L.
- K = [HI]² / ([H₂][I₂]) = (0.156)² / (0.022 × 0.022) = 0.024336 / 0.000484.
- K ≈ 50.3.
Case 2 — solving for x from K
When you're given K and asked for the equilibrium concentrations, x appears inside the K expression and you have to solve for it. That leaves you with either a quadratic to solve exactly, or — when x is tiny compared with the initial concentration — a shortcut approximation.
- ICE change row: N₂O₄ −x, NO₂ +2x. Equilibrium: [N₂O₄] = 0.100 − x, [NO₂] = 2x.
- K = [NO₂]² / [N₂O₄] = (2x)² / (0.100 − x) = 4x² / (0.100 − x) = 0.36.
- Clear the fraction: 4x² = 0.36(0.100 − x) = 0.036 − 0.36x, so 4x² + 0.36x − 0.036 = 0.
- Divide by 4: x² + 0.09x − 0.009 = 0. Quadratic formula: x = [−0.09 ± √(0.09² + 4·0.009)] / 2 = [−0.09 ± √0.0441] / 2 = (−0.09 ± 0.21) / 2.
- Take the positive root: x = 0.12 / 2 = 0.060. (The negative root gives a negative concentration — rejected.)
- Equilibrium: [N₂O₄] = 0.100 − 0.060 = 0.040 mol/L; [NO₂] = 2(0.060) = 0.120 mol/L. Check: (0.120)²/0.040 = 0.0144/0.040 = 0.36 ✓.
- ICE: [A] = 0.20 − x, [B] = x, [C] = x. So K = x²/(0.20 − x).
- K is tiny, so assume x ≪ 0.20 and use K ≈ x²/0.20.
- x² = K × 0.20 = (4.0×10⁻⁵)(0.20) = 8.0×10⁻⁶.
- x = √(8.0×10⁻⁶) = 2.83×10⁻³ mol/L (0.00283).
- Check the approximation: x/0.20 = 0.00283/0.20 = 1.4%, which is under 5% — the shortcut was valid.
- Change row: PCl₅ −x, PCl₃ +x, Cl₂ +x. Since [Cl₂] = x = 0.040, then x = 0.040.
- Equilibrium: [PCl₅] = 0.100 − 0.040 = 0.060; [PCl₃] = 0.040; [Cl₂] = 0.040 mol/L.
- K = [PCl₃][Cl₂] / [PCl₅] = (0.040 × 0.040) / 0.060 = 0.0016 / 0.060.
- K = 0.027 (2 sig figs). K < 1, so reactants are favoured.
Check your understanding
- ICE = Initial, Change, Equilibrium — one column per species, three rows.
- The Change row uses the coefficients as multipliers on x, with − for reactants and + for products.
- Substitute the Equilibrium row into the K expression and solve for x.
- Given a measured equilibrium concentration, you can find K directly (no equation to solve).
- Use the small-x approximation only when x is under ~5% of the initial concentration; otherwise solve the quadratic.