Study Guide

Calculating equilibrium concentrations

AP ChemistryΒ· AP Chemistry CED β€” EquilibriumΒ· 14 min read

1. Core Concepts and ICE Table Constructionβ˜…β˜…β˜†β˜†β˜†β± 4 min

Calculating equilibrium concentrations is the core quantitative skill of equilibrium chemistry. Given and initial concentrations, you solve for final concentrations at equilibrium; it can also be used in reverse to calculate from measured equilibrium concentrations. Standard AP notation: = equilibrium concentration, = initial concentration, = unknown 1:1 stoichiometric change.

  1. List all aqueous/gaseous species (exclude pure solids/liquids, which do not appear in ) as table columns.

  2. Fill the Initial row with starting concentrations; enter 0 for species not present initially, adjust for pre-existing common ions.

  3. Fill the Change row: use for the species with coefficient 1, all other changes are proportional to their coefficient: negative for consumed species, positive for formed species.

  4. Calculate the Equilibrium row by adding Initial + Change for each species, giving expressions in terms of .

πŸ“ Worked Example

For the balanced reaction , initial concentrations are , , . Write correct equilibrium concentration expressions for all species.

  1. 1

    Confirm balanced reaction coefficients: 1 , 3 , 2 . The reaction proceeds forward, so reactants are consumed, products are formed.

  2. 2

    Let = change in (coefficient 1). Fill the Change row:

    Ξ”[N2]=βˆ’x,Ξ”[H2]=βˆ’3x,Ξ”[NH3]=+2x\Delta [\text{N}_2] = -x,\quad \Delta [\text{H}_2] = -3x,\quad \Delta [\text{NH}_3] = +2x
  3. 3

    Add Initial + Change for each species to get equilibrium concentrations:

    [N2]=0.10βˆ’x[H2]=0.30βˆ’3x[NH3]=2x[\text{N}_2] = 0.10 - x \\ [\text{H}_2] = 0.30 - 3x \\ [\text{NH}_3] = 2x

Exam tip:

Always write the balanced reaction before starting your ICE table. Rushing to build the table without confirming coefficients is the most common avoidable error on AP exam problems.

2. Small-K Approximation and 5% Validationβ˜…β˜…β˜…β˜†β˜†β± 4 min

When the equilibrium constant is very small (generally ), the change in concentration is negligible compared to initial concentrations. This lets us approximate , simplifying higher-order expressions into easy-to-solve equations, saving significant time on the exam.

The approximation is only accepted by AP exam graders if validated with the 5% rule: after solving for , calculate what percent of the relevant initial concentration represents. If this percent is less than 5%, the error introduced by the approximation is acceptable, and the result is valid. If 5% or higher, you must solve the full quadratic equation.

πŸ“ Worked Example

For the reaction , . Initial , . Calculate at equilibrium.

  1. 1

    Build the ICE table, let :

    [I2]eq=0.25βˆ’x,[I]eq=2x[\text{I}_2]_{eq} = 0.25 - x,\quad [\text{I}]_{eq} = 2x
  2. 2

    Write the expression:

    K=[I]2[I2]=(2x)20.25βˆ’x=4x20.25βˆ’x=3.1Γ—10βˆ’5K = \frac{[\text{I}]^2}{[\text{I}_2]} = \frac{(2x)^2}{0.25 - x} = \frac{4x^2}{0.25 - x} = 3.1 \times 10^{-5}
  3. 3

    Apply the small- approximation: , so simplify:

    4x20.25=3.1Γ—10βˆ’5β€…β€ŠβŸΉβ€…β€Šx2=1.94Γ—10βˆ’6β€…β€ŠβŸΉβ€…β€Šx=1.39Γ—10βˆ’3 M\frac{4x^2}{0.25} = 3.1 \times 10^{-5} \implies x^2 = 1.94 \times 10^{-6} \implies x = 1.39 \times 10^{-3}\ \text{M}
  4. 4

    Validate with the 5% rule:

    (x[I2]0)Γ—100%=(1.39Γ—10βˆ’30.25)Γ—100%=0.56%<5%\left(\frac{x}{[\text{I}_2]_0}\right) \times 100\% = \left(\frac{1.39 \times 10^{-3}}{0.25}\right) \times 100\% = 0.56\% < 5\%
  5. 5

    The approximation is valid, so calculate the final equilibrium concentration:

    [I]eq=2x=2.8Γ—10βˆ’3 M[\text{I}]_{eq} = 2x = 2.8 \times 10^{-3}\ \text{M}

Exam tip:

AP FRQ requires you to explicitly show the 5% validation step to earn full credit, even if your approximation is obviously correct. Never skip this step.

3. Quadratic Solution for Non-Negligible xβ˜…β˜…β˜…β˜†β˜†β± 4 min

When is large (close to 1 or greater), or when the small- approximation fails the 5% rule, you must solve the full quadratic equation derived from substituting ICE table equilibrium expressions into the expression. After rearrangement, you get the standard quadratic form:

ax2+bx+c=0ax^2 + bx + c = 0

The solution is given by the quadratic formula:

x=βˆ’bΒ±b2βˆ’4ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

Only the positive solution that produces all positive equilibrium concentrations is physically meaningful. You will almost never be required to solve a cubic equation on the AP exam; if you end up with a cubic, you almost certainly made a mistake building your ICE table.

πŸ“ Worked Example

For the reaction , at a certain temperature. Initial concentrations are , , no products initially. Calculate the equilibrium concentration of .

  1. 1

    Build the ICE table:

    [CO]=0.10βˆ’x,[H2O]=0.10βˆ’x,[CO2]=x,[H2]=x[\text{CO}] = 0.10 - x,\quad [\text{H}_2\text{O}] = 0.10 - x,\quad [\text{CO}_2] = x,\quad [\text{H}_2] = x
  2. 2

    Write the expression:

    K=[CO2][H2][CO][H2O]=x2(0.10βˆ’x)2=10.0K = \frac{[\text{CO}_2][\text{H}_2]}{[\text{CO}][\text{H}_2\text{O}]} = \frac{x^2}{(0.10 - x)^2} = 10.0
  3. 3

    Expand and rearrange to standard quadratic form:

    x2=10(0.010βˆ’0.20x+x2)β€…β€ŠβŸΉβ€…β€Š9x2βˆ’2x+0.10=0x^2 = 10(0.010 - 0.20x + x^2) \implies 9x^2 - 2x + 0.10 = 0
  4. 4

    So , , . Apply the quadratic formula:

    x=2Β±(βˆ’2)2βˆ’4(9)(0.10)2(9)=2Β±0.63218x = \frac{2 \pm \sqrt{(-2)^2 - 4(9)(0.10)}}{2(9)} = \frac{2 \pm 0.632}{18}
  5. 5

    Two solutions are obtained: and . Discard , because it gives:

    [CO]=0.10βˆ’0.146=βˆ’0.046 M[\text{CO}] = 0.10 - 0.146 = -0.046\ \text{M}
  6. 6

    Negative concentration is impossible, so the final equilibrium concentration is:

    [CO]eq=0.10βˆ’0.076=0.024 M[\text{CO}]_{eq} = 0.10 - 0.076 = 0.024\ \text{M}

Exam tip:

Always check that all equilibrium concentrations are positive after solving for . Even a positive can result in a negative concentration for another species, so always verify before reporting your final answer.

4. AP-Style Concept Checkβ˜…β˜…β˜…β˜†β˜†β± 2 min

βœ“ Quick check

Test your understanding with this AP-style multiple choice question:

  1. For the reaction , at 500 K. If initial and no products are present initially, what is the approximate equilibrium concentration of ?

    • A)

    • B)

    • C)

    • D)

    Reveal answer
    B β€”

    Correct. The small-K approximation gives , which passes the 5% validation test.

5. Common Pitfalls

Wrong move:

Writing change terms as for all species, ignoring stoichiometric coefficients (e.g., instead of for 2 moles of product)

Why:

Students rush the ICE table step and assume all changes are equal to

Correct move:

Always map change to the balanced equation: if a species has coefficient , its change is with the correct sign

Wrong move:

Using the approximation when , and skipping the 5% validation step

Why:

Students use the approximation to save time regardless of value

Correct move:

Only use the approximation if , and always run the 5% test; re-solve with quadratic if validation fails

Wrong move:

Keeping the negative solution from the quadratic formula, leading to negative equilibrium concentrations

Why:

Students pick the first solution from the quadratic formula and forget concentration cannot be negative

Correct move:

Discard any that produces a negative equilibrium concentration for any species, only keep the physically meaningful solution

Wrong move:

Swapping the signs of change (e.g., for reactants, for products for a forward reaction)

Why:

Students confuse consumption and formation, especially for reverse reactions

Correct move:

Any species consumed has a negative change, any species produced has a positive change, regardless of being labeled reactant or product

Wrong move:

Using moles instead of molar concentrations in the ICE table for non-1 L volumes

Why:

Students are given initial moles and forget to convert to concentration

Correct move:

Always divide moles by total volume to get molarity before filling the Initial row

6. Quick Reference Cheatsheet

Category

Formula/Rule

Notes

ICE Table Equilibrium

negative for consumed, positive for produced; proportional to stoichiometric coefficient

Small-K Approximation

Use only when ; requires 5% validation

5% Validation Rule

Approximation valid only if condition is met

Quadratic Formula

Use when approximation fails; discard solutions giving negative concentrations

Equilibrium Constant

Excludes pure solids and pure liquids; = stoichiometric coefficient

Unit Requirement

All ICE values must be molarity (mol/L)

Never use moles directly unless reaction volume is exactly 1 L

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· MCQ

    Calculate equilibrium concentration

  • 2022 Β· FRQ

    Full working for ICE problem

What's Next

Mastering equilibrium concentration calculations is the foundational prerequisite for all subsequent equilibrium topics in AP Chemistry Unit 7. Next, you will apply this core skill to acid-base equilibria, solubility product constant () problems, common ion effect calculations, and quantitative applications of Le Chatelier’s principle. Without correctly setting up ICE tables and solving for equilibrium concentrations, you cannot calculate pH for weak acids/bases, predict precipitation from solubility data, or find new equilibrium positions after system changes. This skill also feeds into electrochemistry, where you use the Nernst equation to calculate cell potential from equilibrium concentrations of reactants and products.