How to Know the Order of a Reaction in Chemistry

Reaction order is determined experimentally, not predicted from a balanced equation. There are several reliable methods to figure it out, each suited to different types of data you might have: initial rate measurements, concentration-versus-time graphs, or half-life observations. The core idea behind all of them is the same: you watch how changing concentration affects the speed of a reaction, then use math to extract the exponent that describes that relationship.

Why You Can’t Just Read It From the Equation

A common misconception is that the coefficients in a balanced chemical equation tell you the reaction order. They don’t, unless the reaction happens in a single molecular step (called an elementary reaction). For an elementary reaction, the order with respect to each reactant does equal its stoichiometric coefficient. But most reactions you encounter in chemistry proceed through multiple steps, and the balanced equation only describes the overall transformation. Any match between stoichiometric coefficients and reaction order in a complex reaction is purely coincidental.

This is why experimental data are required. You need to measure how the rate actually changes when you change concentrations, then work backward to find the order.

The Method of Initial Rates

This is the most common approach taught in general chemistry and one of the most practical in the lab. You run a reaction multiple times, changing the starting concentration of one reactant at a time while keeping the others constant, and measure the initial rate of each trial.

Say your rate law is: rate = k[A]a[B]b. You pick two trials where [B] stays the same but [A] changes. Write the ratio of the two rates:

rate₁ / rate₂ = ([A]₁ / [A]₂)a

Because [B] and k are identical in both trials, they cancel out. Now plug in numbers. If doubling [A] quadruples the rate, you get 4 = 2a, so a = 2 (second order in A). If doubling [A] doubles the rate, a = 1 (first order). If doubling [A] has no effect on the rate, a = 0 (zero order in A).

When the numbers aren’t clean multiples, use logarithms. Take the natural log of both sides:

ln(rate₁/rate₂) = a × ln([A]₁/[A]₂)

Then solve for a. For example, if rate₁/rate₂ = 0.4446 and [A]₁/[A]₂ = 0.6667, you get a = ln(0.4446)/ln(0.6667) = 1.9995, which rounds to 2. Repeat the process with different pairs of trials to find the order with respect to each reactant.

If the experiment varies more than one concentration at a time, you can still solve the problem. Writing the log-ratio equation for two different pairs of trials gives you two equations with two unknowns (a and b), which you solve as a system of equations.

Graphical Method: Integrated Rate Laws

When you have concentration data tracked over time rather than just initial rates, you can plot the data in three different ways and see which one gives a straight line:

  • Zero order: Plot [A] vs. time. A straight line means the reaction is zero order.
  • First order: Plot ln[A] vs. time. A straight line means first order.
  • Second order: Plot 1/[A] vs. time. A straight line means second order.

Only one of these three plots will produce a straight line for a given reaction. The slope of that line gives you the rate constant k (with a sign adjustment for zero and first order, where the slope is negative). This method works well when you can monitor concentration continuously, for instance using a spectrophotometer that tracks how much light a colored solution absorbs as a reactant is consumed, or using NMR spectroscopy to follow molecular changes in real time.

The Isolation Method for Multi-Reactant Systems

When a reaction involves two or more reactants, graphing concentration vs. time gets complicated because multiple concentrations are changing at once. The isolation method solves this by flooding the reaction with a huge excess of every reactant except the one you want to study.

Consider the reaction of bromomethane with hydroxide: CH₃Br + OH⁻ → CH₃OH + Br⁻. If you start with 0.100 mol/L OH⁻ but only 0.00100 mol/L CH₃Br, the hydroxide concentration barely changes over the course of the reaction (dropping by about 1%, which is within experimental error). You can treat [OH⁻] as constant, and the rate law simplifies from rate = k[CH₃Br][OH⁻] to rate = kobs[CH₃Br], where kobs = k[OH⁻].

Now the reaction behaves as if it depends on only one reactant, and you can use the graphical method to find the order with respect to CH₃Br. This simplified behavior is called pseudo-first-order kinetics (or pseudo-zero/second-order, depending on the result).

To then find the order with respect to hydroxide, you repeat the experiment at several different (but always large excess) hydroxide concentrations. Each experiment gives a different kobs. Plotting ln(kobs) vs. ln[OH⁻] yields a straight line whose slope is the order with respect to OH⁻. As a rule of thumb, you need at least a 20-fold excess of the flooded reactant, though 50-fold or 100-fold is better.

Half-Life as a Diagnostic Tool

The relationship between half-life and starting concentration is different for each reaction order, which gives you another way to identify order from experimental data:

  • Zero order: t½ = [A]₀ / 2k. The half-life gets shorter as the concentration drops.
  • First order: t½ = 0.693 / k. The half-life is constant, completely independent of concentration. This is the signature behavior of radioactive decay and many drug eliminations.
  • Second order: t½ = 1 / (k[A]₀). The half-life gets longer as the concentration drops.

If you measure the half-life at two different starting concentrations and it stays the same, you’re looking at a first-order reaction. If it doubles when you cut the initial concentration in half, it’s second order. If it halves when you cut the initial concentration in half, it’s zero order.

Checking Your Answer With Units

The units of the rate constant k depend on the overall reaction order, so you can use them as a quick consistency check. For a rate expressed in mol/L/s:

  • Zero order: k has units of mol/L/s
  • First order: k has units of 1/s
  • Second order: k has units of L/mol/s

If you calculate k and end up with units that don’t match the order you determined, something went wrong in your analysis.

Temperature Changes the Rate, Not the Order

Changing the temperature of a reaction changes how fast it goes, but it typically does not change the reaction order. Temperature affects the rate constant k according to the Arrhenius equation: k = Ae-Ea/RT, where Ea is the activation energy and T is the absolute temperature. A higher temperature means a larger k and a faster reaction, but the exponents in the rate law (the orders) stay the same. The mechanism of the reaction doesn’t change just because molecules are moving faster.

Fractional and Non-Integer Orders

Reaction orders are often whole numbers (0, 1, or 2), but not always. Some reactions have fractional orders like 1/2 or 3/2. These arise when the reaction proceeds through a complex mechanism where intermediate steps combine to produce a non-integer dependence on concentration. For example, the desorption of hydrogen gas from silicon surfaces follows nearly first-order kinetics in hydrogen coverage, even though the desorption step involves two hydrogen atoms, because of how hydrogen atoms are arranged on the surface. In general, fractional orders signal that the simple picture of molecules colliding doesn’t fully capture what’s happening, and factors like surface geometry or diffusion constraints play a role.

When your log calculation gives you a value like 1.5 or 0.5, don’t automatically round to the nearest integer. Fractional orders are real and carry information about the reaction mechanism.