# Rate constant calculations

> Chemistry · CIE A-Level
> Source: https://www.owlsprep.com/study/cie-9701-u20-rate-constant-calculations/

This module covers how to calculate the value and units of the rate constant \(k\) from experimental data, rate equations, integrated rate laws and reaction kinetics graphs, a core exam topic for CIE A-Level Chemistry.

**Prerequisites:** [Reaction orders and rate equations](https://www.owlsprep.com/study/cie-9701-u20-rate-equations-order-reaction/); [Half-life of first order reactions](https://www.owlsprep.com/study/cie-9701-u20-first-order-reactions/)

## Learning objectives

- Calculate the value and units of the rate constant \(k\) from initial rate data
- Determine \(k\) for first order reactions using half-life and integrated rate equations
- Extract \(k\) from gradient of common kinetic graphs
- Avoid common exam traps when calculating and reporting \(k\)

## Calculating \(k\) from initial rate data and finding units

**Units of the rate constant** — Units of \(k\) depend on the overall order of the reaction, derived by rearranging the rate equation to isolate \(k\) and substituting units of concentration (mol dm⁻³) and rate (mol dm⁻³ s⁻¹).

*Example:* For a zero order reaction, \(k\) has the same units as rate: mol dm⁻³ s⁻¹

Once you have the rate equation and experimental initial rate data, you can substitute known values of rate and reactant concentrations to solve for \(k\) directly. CIE examiners always award separate marks for correct units, so never omit this step.

**Worked example:** For the reaction \(2A + B \rightarrow C\), the rate equation is \(\text{rate} = k[A]^2[B]\). When \([A] = 0.1 \text{ mol dm}^{-3}\), \([B] = 0.2 \text{ mol dm}^{-3}\), initial rate is \(4 \times 10^{-5} \text{ mol dm}^{-3} s^{-1}\). Calculate the value and units of \(k\).

1. Rearrange the rate equation to isolate \(k\):
2. $$k = \frac{\text{rate}}{[A]^2[B]}$$
3. Substitute the given numerical values:
4. $$k = \frac{4 \times 10^{-5}}{(0.1)^2(0.2)} = \frac{4 \times 10^{-5}}{0.002} = 0.02$$
5. Substitute units to find the units of \(k\):
6. $$\text{Units} = \frac{\text{mol dm}^{-3} \text{s}^{-1}}{(\text{mol dm}^{-3})^2 (\text{mol dm}^{-3})} = \text{mol}^{-2} \text{dm}^6 \text{s}^{-1}$$
7. Final answer:
8. $$k = 0.02 \text{ mol}^{-2} \text{dm}^6 \text{s}^{-1}$$

## Calculating \(k\) for first order reactions from half-life

For all first order reactions, half-life is constant and independent of reactant concentration. This gives a simple, direct relationship between the rate constant and half-life that is very commonly tested in CIE exams.

**Half-life-rate constant relationship for first order reactions** — For any first order reaction, the rate constant equals the natural logarithm of 2 divided by the measured half-life of the reactant.

*Notation:* k = \frac{\ln 2}{t_{1/2}}

*Example:* If half-life = 120 s, \(k = 0.693 / 120 ≈ 5.8 \times 10^{-3} \text{ s}^{-1}\)

**Worked example:** The first order decomposition of hydrogen peroxide has a half-life of 140 s at 298 K. Calculate the rate constant for this reaction, with correct units.

1. Write the standard relationship for first order \(k\) and \(t_{1/2}\):
2. $$k = \frac{\ln 2}{t_{1/2}}$$
3. Substitute \(t_{1/2} = 140 \text{ s}\):
4. $$k = \frac{0.693}{140} ≈ 0.00495$$
5. First order rate constants always have units of time⁻¹, so final answer:
6. $$k = 4.95 \times 10^{-3} \text{ s}^{-1}$$

> **tip**
>
> You can reverse this relationship: if you know \(k\), calculate \(t_{1/2}\) as \(t_{1/2} = \ln 2 / k\), a common 1-2 mark exam question.

## Calculating \(k\) from kinetic graphs

The gradient of correctly plotted kinetic graphs directly gives the rate constant, regardless of reaction order. The relationship between gradient and \(k\) depends on the plot you are given:

- Zero order: Plot of \([A]\) against \(t\) → gradient = \(-k\)
- First order: Plot of rate against \([A]\) → gradient = \(k\)
- Second order: Plot of rate against \([A]^2\) → gradient = \(k\)

**Worked example:** A first order reaction gives a straight line rate-concentration graph with gradient 0.025 min⁻¹. What is \(k\) and its units?

1. For a first order reaction, rate = \(k[A]\), which matches the equation of a straight line \(y = mx\) where \(y = \text{rate}\), \(x = [A]\) and \(m = k\).
2. The gradient of the plot equals \(k\), and the gradient units are min⁻¹, which matches the expected units for a first order \(k\).
3. Final answer:
4. $$k = 0.025 \text{ min}^{-1}$$

> **info**
>
> Always check what is plotted on each axis before calculating the gradient to find \(k\) — misreading the axes is a common source of error.

## Calculating \(k\) from the integrated rate equation

The integrated rate equation relates reactant concentration at time \(t\) to initial concentration, allowing you to calculate \(k\) from any single measurement of concentration at a known time. For CIE A-Level, the first order integrated rate equation is the most commonly tested.

**First order integrated rate equation** — Where \([A]_t\) is concentration of A at time \(t\), \([A]_0\) is initial concentration, and \(k\) is the rate constant. A plot of \(\ln[A]_t\) against \(t\) gives a straight line with gradient \(-k\).

*Notation:* \ln[A]_t = -kt + \ln[A]_0

**Worked example:** The initial concentration of A in a first order reaction is 0.10 mol dm⁻³. After 100 s, the concentration of A falls to 0.035 mol dm⁻³. Calculate \(k\).

1. Start with the integrated first order rate equation:
2. $$\ln[A]_t = -kt + \ln[A]_0$$
3. Rearrange to isolate \(k\):
4. $$k = \frac{\ln[A]_0 - \ln[A]_t}{t} = \frac{\ln\left(\frac{[A]_0}{[A]_t}\right)}{t}$$
5. Substitute the given values:
6. $$k = \frac{\ln\left(\frac{0.10}{0.035}\right)}{100} = \frac{\ln(2.857)}{100} ≈ \frac{1.05}{100} = 0.0105$$
7. Final answer with units:
8. $$k = 1.05 \times 10^{-2} \text{ s}^{-1}$$

## Common pitfalls

- **Wrong:** Forgetting to include units of \(k\), or writing incorrect units for the overall reaction order
  - Why it fails: CIE always awards at least one separate mark for correct units, so you can lose a mark even if your numerical value is right
  - Correct: Always derive units by substituting concentration and rate units into the rearranged rate equation for \(k\)
- **Wrong:** Using log base 10 instead of natural log for first order rate constant calculations
  - Why it fails: The relationship \(k = \ln 2 / t_{1/2}\) only works for natural logs; using log base 10 will give a value 2.3 times too small
  - Correct: Always confirm you are using natural log (ln) for all first order rate constant calculations
- **Wrong:** Using the half-life formula \(k = \ln 2 / t_{1/2}\) for non-first order reactions
  - Why it fails: Half-life is only constant for first order reactions, so this relationship does not hold for other orders
  - Correct: Only use the half-life method for confirmed first order reactions, use initial rate substitution for other orders
- **Wrong:** Forgetting to apply the reaction order to concentration terms when substituting into the rate equation
  - Why it fails: If a reactant is second order, you must square its concentration, not use the concentration directly
  - Correct: Always check the order of each reactant in the rate equation before substituting values to calculate \(k\)

## Cheatsheet

| Overall order | Units of \(k\) | Method to calculate \(k\) |
| --- | --- | --- |
| 0 | mol dm⁻³ s⁻¹ | k = rate, gradient of [A] vs t = -k |
| 1 | time⁻¹ (e.g. s⁻¹) | k = ln2 / t₁/₂, gradient of rate vs [A] = k |
| 2 | mol⁻¹ dm³ s⁻¹ | Substitute into rate = k[A]² or k[A][B] |
| 3 | mol⁻² dm⁶ s⁻¹ | Substitute into full rate equation |

## What's next

Rate constant calculations are the foundation for all further topics in reaction kinetics, and mastery of this sub-topic is required to access full marks on all kinetics questions in CIE A-Level exams. Next, you will use rate constants measured at different temperatures to calculate the activation energy of a reaction using the Arrhenius equation, a common extended response question in Paper 4. Understanding \(k\) also supports the study of reaction mechanisms, where rate constants are used to identify the rate-determining step and compare the rate of different reaction pathways. Solid skills in calculating \(k\) and its units will make all subsequent kinetics topics much easier to master.

- [Transition elements](https://www.owlsprep.com/study/cie-9701-u21-overview/)
- [General properties of transition metals](https://www.owlsprep.com/study/cie-9701-u21-general-properties-of-transition-metals/)
- [Reactions of transition metal ions](https://www.owlsprep.com/study/cie-9701-u21-reactions-of-transition-metal-ions/)

---

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/cie-9701-u20-rate-constant-calculations/
