# Calculating the equilibrium constant K

> AP Chemistry · Unit 7: Equilibrium
> Source: https://www.owlsprep.com/study/ap-chemistry-u7-calculating-the-equilibrium-constant-k/

This guide covers all methods for calculating the equilibrium constant K for AP Chemistry, including from equilibrium amounts, ICE tables, Kc-Kp conversion, reaction manipulation, and standard Gibbs free energy, aligned to the College Board CED.

**Prerequisites:** Writing equilibrium constant expressions; Stoichiometric relationships; Converting between pressure and concentration for gases; [Standard Gibbs free energy change](https://www.owlsprep.com/study/ap-chemistry-u9-gibbs-free-energy/)

## Learning objectives

- Calculate K from given equilibrium concentrations and partial pressures
- Use ICE tables to solve for K from initial reaction conditions
- Convert between Kc and Kp, and manipulate K for modified reactions
- Calculate K from standard Gibbs free energy change

## Calculating K from Known Equilibrium Amounts

The simplest K calculation uses directly given equilibrium concentrations or partial pressures. By the law of mass action, for a general balanced reaction $aA + bB \rightleftharpoons cC + dD$, the equilibrium constant expression follows reaction stoichiometry.

$$K_c = \frac{[C]^c[D]^d}{[A]^a[B]^b} \quad \text{or} \quad K_p = \frac{(P_C)^c (P_D)^d}{(P_A)^a (P_B)^b}$$

> **note**
>
> Pure solids and pure liquids have an activity of 1, so they are never included in the equilibrium expression. Higher K values favor products at equilibrium, while lower K values favor reactants.

**Worked example:** A 2.0 L reaction vessel contains an equilibrium mixture for the reaction $N_2(g) + O_2(g) \rightleftharpoons 2NO(g)$. At equilibrium, the mixture has 0.12 mol $N_2$, 0.18 mol $O_2$, and 0.12 mol $NO$. Calculate $K_c$ for this reaction.

1. Convert mole values to equilibrium molar concentrations by dividing moles by reaction volume:

   $$[N_2] = \frac{0.12\ \text{mol}}{2.0\ \text{L}} = 0.060\ M, \quad [O_2] = \frac{0.18\ \text{mol}}{2.0\ \text{L}} = 0.090\ M, \quad [NO] = \frac{0.12\ \text{mol}}{2.0\ \text{L}} = 0.060\ M$$
2. Write the correct $K_c$ expression, confirm no pure solids/liquids are included:

   $$K_c = \frac{[NO]^2}{[N_2][O_2]}$$
3. Substitute values and calculate with correct significant figures:

   $$K_c = \frac{(0.060)^2}{(0.060)(0.090)} = \frac{0.0036}{0.0054} \approx 0.67$$

> **Exam tip:** Always convert moles to molar concentration before plugging into $K_c$; MCQ traps often use distractors that match results from raw mole values.

*Calculator:* allowed

## Calculating K Using ICE Tables

Most AP exam problems do not give all equilibrium values directly. Instead, you use an ICE (Initial-Change-Equilibrium) table to map stoichiometric changes and solve for unknown equilibrium values. The ICE table has three core rows:

- **Initial**: Concentrations/pressures before the reaction begins to reach equilibrium
- **Change**: Change in concentration as the system approaches equilibrium, following stoichiometry: negative for reactants consumed, positive for products formed, with $x$ as the unknown change
- **Equilibrium**: Final equilibrium value, calculated as *Initial + Change*

Once you use the known equilibrium value to solve for $x$, you can find all other equilibrium values and calculate $K$.

**Worked example:** 0.50 mol of $NOCl$ is placed in a 1.0 L reaction vessel and decomposes via $2NOCl(g) \rightleftharpoons 2NO(g) + Cl_2(g)$. At equilibrium, the concentration of $Cl_2$ is 0.12 M. Calculate $K_c$.

1. Set up the ICE table, using $x$ as the change in concentration of $Cl_2$:
2. | Species | Initial (M) | Change (M) | Equilibrium (M) |
| --- | --- | --- | --- |
| $NOCl$ | 0.50 | $-2x$ | $0.50 - 2x$ |
| $NO$ | 0 | $+2x$ | $2x$ |
| $Cl_2$ | 0 | $+x$ | $x$ |
3. Use the given equilibrium $[Cl_2]$ to solve for $x$:

   $$[Cl_2]_{eq} = 0.12\ M = x \implies x = 0.12$$
4. Calculate all equilibrium concentrations:

   $$[NOCl]_{eq} = 0.50 - 2(0.12) = 0.26\ M, \quad [NO]_{eq} = 2(0.12) = 0.24\ M, \quad [Cl_2]_{eq} = 0.12\ M$$
5. Substitute into the $K_c$ expression and calculate:

   $$K_c = \frac{[NO]^2[Cl_2]}{[NOCl]^2} = \frac{(0.24)^2(0.12)}{(0.26)^2} \approx 0.10$$

> **Exam tip:** Always match the coefficient of $x$ in the change row to the stoichiometric coefficient of the species. If 2 moles of reactant are consumed, the change is $-2x$, not $-x$.

*Calculator:* allowed

## Relating Kc and Kp, and Manipulating K for Modified Reactions

Two common exam problems require converting between $K_c$ and $K_p$, and finding the new $K$ when a reaction is reversed, scaled, or combined. The relationship between $K_c$ and $K_p$ comes from the ideal gas law:

$$K_p = K_c(RT)^{\Delta n}$$

Where $\Delta n = \text{moles of gaseous products} - \text{moles of gaseous reactants}$, $R = 0.0821\ L·atm/(mol·K)$, and $T$ is absolute temperature in Kelvin. Three core rules apply for modifying K:

1. Reversing a reaction: $K_{new} = \frac{1}{K_{original}}$
2. Multiplying all coefficients by a factor $n$: $K_{new} = (K_{original})^n$
3. Adding two reactions to get a total reaction: $K_{total} = K_1 \times K_2$

**Worked example:** Given the reaction $2SO_2(g) + O_2(g) \rightleftharpoons 2SO_3(g)$ has $K_c = 2.8 \times 10^2$ at 1000 K. (a) Calculate $K_p$ for this reaction. (b) Calculate $K$ for the reaction $SO_3(g) \rightleftharpoons SO_2(g) + \frac{1}{2}O_2(g)$ at 1000 K.

1. For part (a), calculate $\Delta n$, only counting gaseous species:

   $$\Delta n = 2 - (2+1) = -1$$
2. Substitute into the conversion formula:

   $$K_p = K_c(RT)^{\Delta n} = (2.8 \times 10^2)(0.0821 \times 1000)^{-1} = \frac{280}{82.1} \approx 3.4$$
3. For part (b), the new reaction is the original reversed and scaled by $\frac{1}{2}$. First reverse the reaction:

   $$K = \frac{1}{2.8 \times 10^2} \approx 3.57 \times 10^{-3}$$
4. Scale by $\frac{1}{2}$ by raising $K$ to the $\frac{1}{2}$ power:

   $$K = \sqrt{3.57 \times 10^{-3}} \approx 0.060$$

> **Exam tip:** $\Delta n$ only counts gaseous species; do not include aqueous solutes, pure solids, or pure liquids when calculating $\Delta n$ for the Kc-Kp conversion.

*Calculator:* allowed

## Calculating K from Standard Gibbs Free Energy Change

This is a common cross-unit topic connecting Unit 7 (Equilibrium) and Unit 9 (Thermodynamics). The relationship between standard Gibbs free energy change $\Delta G^\circ$ and $K$ is:

$$\Delta G^\circ = -RT \ln K$$

Rearranging to solve for $K$ gives:

$$\ln K = -\frac{\Delta G^\circ}{RT}$$

Key note: $\Delta G^\circ$ must be in units of J/mol to match $R = 8.314\ J/(mol·K)$. If $\Delta G^\circ < 0$, $\ln K$ is positive so $K > 1$ (products favored at equilibrium); if $\Delta G^\circ > 0$, $K < 1$ (reactants favored).

**Worked example:** At 298 K, the standard Gibbs free energy change for the dissociation of formic acid $HCOOH(aq) \rightleftharpoons HCOO^-(aq) + H^+(aq)$ is $\Delta G^\circ = +21.3\ kJ/mol$. Calculate the acid dissociation constant $K_a$ at 298 K.

1. Convert $\Delta G^\circ$ from kJ/mol to J/mol to match units of $R$:

   $$21.3\ kJ/mol \times 1000\ J/kJ = 21300\ J/mol$$
2. Substitute into the rearranged formula:

   $$\ln K = -\frac{\Delta G^\circ}{RT} = -\frac{21300}{(8.314)(298)} \approx -8.60$$
3. Exponentiate to solve for $K$:

   $$K = e^{-8.60} \approx 1.8 \times 10^{-4}$$
4. Confirm consistency: a positive $\Delta G^\circ$ for a weak acid dissociation gives $K<1$, which matches the expected behavior of a weak acid.

**Check your understanding**

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

1. For the reaction $2HgO(s) \rightleftharpoons 2Hg(l) + O_2(g)$, the equilibrium partial pressure of $O_2$ at 350°C is 0.48 atm. What is $K_p$ for this reaction?

   - 0.48
   - 0.23
   - 0.92
   - 2.1

   *Why:* Correct! Pure solids (HgO) and pure liquids (Hg) are omitted from the K expression because their activity is 1, so $K_p = P_{O_2} = 0.48$.

> **Exam tip:** Always convert $\Delta G^\circ$ from kJ/mol to J/mol before plugging into the formula. Using kJ directly will give a K that is orders of magnitude off, costing points on FRQs.

*Calculator:* allowed

## Common pitfalls

- **Wrong:** Including pure solids and pure liquids in the K expression, using their concentrations to calculate K
  - Why it fails: Students often plug all species from the balanced equation into the expression, forgetting that activity of pure condensed phases is 1
  - Correct: Cross out any pure solid or pure liquid every time you write a K expression before calculating
- **Wrong:** Using raw mole values directly in Kc calculations instead of converting to molar concentration
  - Why it fails: Problems often give moles and volume, and students skip the division step because it seems trivial
  - Correct: Explicitly calculate concentration = moles / volume before plugging into Kc
- **Wrong:** Calculating Δn as reactant moles minus product moles, or counting non-gaseous species in Δn
  - Why it fails: Students mix up the order of subtraction, or forget only gaseous species count for Δn
  - Correct: Explicitly write Δn = moles gaseous products - moles gaseous reactants before using the Kp formula
- **Wrong:** When scaling a reaction by a factor of 2, multiplying K by 2 instead of squaring K
  - Why it fails: Students confuse scaling reaction coefficients with scaling the equilibrium constant, mixing addition with exponentiation
  - Correct: Remind yourself: if every coefficient is multiplied by n, K is raised to the nth power
- **Wrong:** Leaving ΔG° in kJ/mol when calculating K from ΔG°
  - Why it fails: ΔG° is almost always reported in kJ/mol, but R uses Joules in the standard formula
  - Correct: Always check units of R and ΔG°, multiply ΔG° by 1000 to convert kJ to J before plugging in
- **Wrong:** In ICE tables, writing a change of -x for a species with a stoichiometric coefficient of 2
  - Why it fails: Students default to x as the change for all species regardless of stoichiometry
  - Correct: Write the change for each species as (stoichiometric coefficient) × x, with a negative sign for reactants, before solving

## Cheatsheet

| Category | Formula | Notes |
| --- | --- | --- |
| $K_c$ from equilibrium concentrations | $K_c = \frac{[C]^c[D]^d}{[A]^a[B]^b}$ | Omit pure solids/liquids; $[X]$ = equilibrium molar concentration |
| $K_p$ from equilibrium partial pressures | $K_p = \frac{(P_C)^c(P_D)^d}{(P_A)^a(P_B)^b}$ | Only includes gaseous species; $P_X$ = equilibrium partial pressure |
| $K_c$ to $K_p$ conversion | $K_p = K_c (RT)^{\Delta n}$ | $\Delta n$ = moles gaseous products - moles gaseous reactants; $R = 0.0821$ |
| $K$ for reversed reaction | $K_{new} = \frac{1}{K_{original}}$ | Reversing the reaction inverts K |
| $K$ for scaled reaction | $K_{new} = (K_{original})^n$ | $n$ = factor all coefficients are multiplied by |
| $K$ for summed reactions | $K_{total} = K_1 \times K_2$ | Multiply K values when adding reaction steps |
| $K$ from $\Delta G^\circ$ | $\ln K = -\frac{\Delta G^\circ}{RT}$ | $\Delta G^\circ$ in J/mol; $R = 8.314$; $\Delta G^\circ < 0 \implies K>1$ |

## What's next

Mastering calculation of K is the foundational prerequisite for all subsequent equilibrium topics in AP Chemistry, starting with using the reaction quotient Q to predict the direction a reaction will shift to reach equilibrium, then solving for equilibrium concentrations from initial conditions and a known K. Without the ability to correctly calculate K, you cannot solve problems involving Le Chatelier’s principle, acid-base titrations, buffer solutions, or solubility equilibria, which together make up over 15% of the total AP Chemistry exam score. This topic also connects the thermodynamics concept of Gibbs free energy to equilibrium, which is a common cross-unit FRQ topic on the exam.

- [Magnitude of K](https://www.owlsprep.com/study/ap-chemistry-u7-magnitude-of-k/)
- [Calculating equilibrium concentrations](https://www.owlsprep.com/study/ap-chemistry-u7-calculating-equilibrium-concentrations/)
- [Le Châtelier’s principle](https://www.owlsprep.com/study/ap-chemistry-u7-le-ch-telier-s-principle/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ap-chemistry-u7-calculating-the-equilibrium-constant-k/
