7. Equilibrium

Calculating Equilibrium Concentrations

Calculating Equilibrium Concentrations ⚗️

students, in AP Chemistry, equilibrium problems are like solving a chemical “balance point.” Once a reaction reaches equilibrium, the forward and reverse reactions still happen, but they occur at the same rate. That means the concentrations stop changing, even though the reaction is not “stopped.” In this lesson, you will learn how to calculate equilibrium concentrations using the equilibrium constant expression, initial concentrations, and an organized setup called an ICE table.

What you need to know first

Before you can calculate equilibrium concentrations, you need to understand the big ideas of chemical equilibrium:

  • A reaction at equilibrium is dynamic, not static.
  • The equilibrium constant, $K$, tells how far a reaction proceeds at equilibrium.
  • For a reaction like $aA+bB\rightleftharpoons cC+dD$ the equilibrium expression is $$K_c=\frac{[C]^c[D]^d}{[A]^a[B]^b}$$
  • Solids and pure liquids are not included in $K_c$ because their concentrations do not change in the same way as aqueous or gaseous species.

When you are asked to calculate equilibrium concentrations, the goal is usually to find the unknown value of one or more species after the system has reached equilibrium. These problems often appear on the AP Chemistry exam because they connect chemistry ideas, algebra, and reasoning.

A helpful mental model

Think about a school dance where students are moving between two rooms at the same rate. The number in each room stays constant, but movement still continues. That is a good analogy for equilibrium 🕺. In chemistry, molecules keep reacting in both directions, but the overall concentrations remain unchanged.

The ICE table method

The most common tool for equilibrium concentration problems is the ICE table. ICE stands for:

$- I = Initial concentration$

$- C = Change in concentration$

  • E = Equilibrium concentration

This table helps you organize data clearly so you can connect the reaction stoichiometry to the equilibrium expression.

Suppose the reaction is:

$$A+B\rightleftharpoons C$$

If the initial concentrations are known, the ICE table might look like this:

| Species | Initial | Change | Equilibrium |

|---|---:|---:|---:|

| $A$ | $[A]_0$ | $-x$ | $[A]_0-x$ |

| $B$ | $[B]_0$ | $-x$ | $[B]_0-x$ |

| $C$ | $[C]_0$ | $+x$ | $[C]_0+x$ |

The variable $x$ represents how much the concentration changes as the system moves toward equilibrium.

Why the changes are written with signs

The signs depend on whether each substance is being used up or formed:

  • Reactants usually decrease, so their change is negative.
  • Products usually increase, so their change is positive.

If the balanced equation has different coefficients, the changes must match those coefficients. For example, in

$$N_2+3H_2\rightleftharpoons 2NH_3$$

if $N_2$ decreases by $x$, then $H_2$ decreases by $3x$, and $NH_3$ increases by $2x$. This keeps the reaction stoichiometry correct.

Solving for equilibrium concentrations with $K_c$

Once the ICE table is set up, you use the equilibrium expression to solve for $x$. Here is a classic example.

Example 1: Simple reaction

For the reaction

$$H_2(g)+I_2(g)\rightleftharpoons 2HI(g)$$

suppose the initial concentrations are $[H_2]_0=1.00\,\text{M}$, $[I_2]_0=1.00\,\text{M}$, and $[HI]_0=0.00\,\text{M}$. If $K_c=49.0$, find the equilibrium concentrations.

Set up the ICE table:

| Species | Initial | Change | Equilibrium |

|---|---:|---:|---:|

| $H_2$ | $1.00$ | $-x$ | $1.00-x$ |

| $I_2$ | $1.00$ | $-x$ | $1.00-x$ |

| $HI$ | $0.00$ | $+2x$ | $2x$ |

Now write the equilibrium expression:

$$K_c=\frac{[HI]^2}{[H_2][I_2]}$$

Substitute equilibrium values:

$$49.0=\frac{(2x)^2}{(1.00-x)(1.00-x)}$$

This becomes

$$49.0=\frac{4x^2}{(1.00-x)^2}$$

Take the square root of both sides carefully:

$$7.00=\frac{2x}{1.00-x}$$

Solve for $x$:

$$7.00(1.00-x)=2x$$

$$7.00-7.00x=2x$$

$$7.00=9.00x$$

$$x=0.778$$

Now find the equilibrium concentrations:

$$[H_2]_{eq}=1.00-0.778=0.222\,\text{M}$$

$$[I_2]_{eq}=1.00-0.778=0.222\,\text{M}$$

$$[HI]_{eq}=2(0.778)=1.56\,\text{M}$$

This result makes sense because a large $K_c$ means products are favored, so $HI$ is relatively high at equilibrium.

Using small-$x$ reasoning

Sometimes equilibrium problems produce a quadratic equation that is hard to solve exactly. In AP Chemistry, you may use the small-$x$ approximation when appropriate.

The idea is that if $K_c$ is very small or very large, the change $x$ may be small compared with the initial concentration. Then expressions like

$$0.100-x\approx 0.100$$

can simplify the math.

Example 2: Weakly product-favored reaction

Consider

$$A\rightleftharpoons B$$

with $[A]_0=0.500\,\text{M}$, $[B]_0=0.000\,\text{M}$, and $K_c=1.0\times10^{-4}$.

ICE table:

| Species | Initial | Change | Equilibrium |

|---|---:|---:|---:|

| $A$ | $0.500$ | $-x$ | $0.500-x$ |

| $B$ | $0.000$ | $+x$ | $x$ |

Equilibrium expression:

$$K_c=\frac{[B]}{[A]}$$

Substitute:

$$1.0\times10^{-4}=\frac{x}{0.500-x}$$

Because $K_c$ is very small, $x$ is likely tiny compared with $0.500$. Approximate:

$$1.0\times10^{-4}\approx\frac{x}{0.500}$$

So

$$x\approx 5.0\times10^{-5}\,\text{M}$$

Then

$$[A]_{eq}\approx 0.500\,\text{M}$$

$$[B]_{eq}\approx 5.0\times10^{-5}\,\text{M}$$

How to check the approximation

A common AP Chemistry check is the 5% rule. If

$$\frac{x}{\text{initial value}}\times100\%<5\%$$

then the approximation is usually acceptable. In this example,

$$\frac{5.0\times10^{-5}}{0.500}\times100\%=0.010\%$$

So the approximation works well.

What to do when the approximation is not good

If $x$ is not small, you should solve the exact equation, usually a quadratic equation. That often happens when $K_c$ is not extremely small or large, or when initial concentrations are not much larger than the change.

Example 3: Exact quadratic setup

For

$$X\rightleftharpoons 2Y$$

suppose $[X]_0=0.200\,\text{M}$, $[Y]_0=0.000\,\text{M}$, and $K_c=4.0$.

ICE table:

| Species | Initial | Change | Equilibrium |

|---|---:|---:|---:|

| $X$ | $0.200$ | $-x$ | $0.200-x$ |

| $Y$ | $0.000$ | $+2x$ | $2x$ |

Write the equilibrium expression:

$$K_c=\frac{[Y]^2}{[X]}$$

Substitute:

$$4.0=\frac{(2x)^2}{0.200-x}$$

Simplify:

$$4.0=\frac{4x^2}{0.200-x}$$

This becomes a quadratic after multiplying both sides by $0.200-x$:

$$4.0(0.200-x)=4x^2$$

$$0.800-4.0x=4x^2$$

$$4x^2+4.0x-0.800=0$$

At this point, use the quadratic formula if needed. The important AP skill is setting up the equation correctly. The math follows from that setup.

Common mistakes to avoid

students, many errors in equilibrium problems come from setup, not from arithmetic. Watch out for these common mistakes:

  • Forgetting to balance the chemical equation first.
  • Using coefficients incorrectly in the change row.
  • Including solids or liquids in the equilibrium expression.
  • Mixing up $K_c$ and reaction quotient $Q_c$.
  • Assuming the small-$x$ approximation without checking it.
  • Ending with impossible concentrations, such as negative values.

Interpreting your answer

Your result should make chemical sense. For example:

  • If $K_c\gg1$, products should usually be higher at equilibrium.
  • If $K_c\ll1$, reactants should usually remain higher.
  • If a calculated concentration is negative, something went wrong in the setup or algebra.

How this fits into the bigger topic of equilibrium

Calculating equilibrium concentrations is one major piece of the equilibrium unit. It connects several AP Chemistry ideas:

  • Reaction stoichiometry helps you write the ICE table.
  • Thermodynamic equilibrium reasoning helps you interpret whether products or reactants are favored.
  • The equilibrium constant tells you the composition of the mixture at equilibrium.
  • Le Châtelier’s principle helps explain how a system responds when conditions change, even though the calculation itself often uses $K_c$.

In real life, equilibrium concentration calculations help chemists understand systems such as weak acids in water, industrial synthesis reactions, and atmospheric chemistry 🌎. The same math can describe how much of a substance remains, how much product forms, or how a solution behaves at equilibrium.

Conclusion

Calculating equilibrium concentrations is about combining chemistry logic with algebra. students, when you see one of these problems, start by balancing the equation, setting up an ICE table, writing the equilibrium expression, and solving for the unknown $x$. Then check whether the answer makes chemical sense and whether an approximation is justified. These steps are essential for AP Chemistry and for understanding how dynamic balance works in chemical systems.

Study Notes

  • Equilibrium means forward and reverse reactions occur at the same rate.
  • Use the equilibrium expression $K_c=\frac{[\text{products}]^{\text{coefficients}}}{[\text{reactants}]^{\text{coefficients}}}$.
  • Solids and pure liquids are not included in $K_c$.
  • An ICE table organizes Initial, Change, and Equilibrium values.
  • Changes in concentration follow reaction coefficients, such as $-3x$ or $+2x$.
  • Substitute equilibrium values into the $K_c$ expression to solve for $x$.
  • Use the small-$x$ approximation only when justified, then check it with the 5% rule.
  • If approximation is not valid, solve the exact equation, often a quadratic.
  • A large $K_c$ usually means products are favored; a small $K_c$ usually means reactants are favored.
  • Always check that your final concentrations are physically reasonable.

Practice Quiz

5 questions to test your understanding