2.8.3Chemical Kinetics

Differential rate equations for 0, 1st, 2nd order — derivations

1,906 words9 min readdifficulty · medium

Overview

Understanding differential rate equations means connecting how fast a reaction proceeds (rate) to the current concentration of reactants. Each order of reaction gives a different mathematical relationship, and deriving them from scratch reveals why concentration affects rate the way it does.

Figure — Differential rate equations for 0, 1st, 2nd order — derivations

Core Concepts


Zero-Order Reactions (n=0n = 0)

Derivation from First Principles

Starting point: Rate depends on concentration raised to power zero.

d[A]dt=k[A]0=k-\frac{d[\text{A}]}{dt} = k[\text{A}]^0 = k

WHY this step? Zero power means concentration doesn't matter—rate is always kk.

Separate variables: d[A]=kdtd[\text{A}] = -k \, dt

Integrate both sides from t=0t=0 (concentration [A]0[\text{A}]_0) to time tt (concentration [A]t[\text{A}]_t):

[A]0[A]td[A]=k0tdt\int_{[\text{A}]_0}^{[\text{A}]_t} d[\text{A}] = -k \int_0^t dt

[A]t[A]0=kt[A]_t - [A]_0 = -kt


First-Order Reactions (n=1n = 1)

Derivation from First Principles

Starting point: Rate proportional to concentration.

d[A]dt=k[A]-\frac{d[\text{A}]}{dt} = k[\text{A}]

Separate variables: d[A][A]=kdt\frac{d[\text{A}]}{[\text{A}]} = -k \, dt

WHY this step? We need [A][\text{A}] terms one side, tt terms on the other to integrate.

Integrate: [A]0[A]td[A][A]=k0tdt\int_{[\text{A}]_0}^{[\text{A}]_t} \frac{d[\text{A}]}{[\text{A}]} = -k \int_0^t dt

ln[A]tln[A]0=kt\ln[\text{A}]_t - \ln[\text{A}]_0 = -kt

ln[A]t[A]0=kt\ln\frac{[\text{A}]_t}{[\text{A}]_0} = -kt


Second-Order Reactions (n=2n = 2)

Derivation from First Principles

Starting point: Rate proportional to concentration squared.

d[A]dt=k[A]2-\frac{d[\mathrm{A}]}{dt} = k[\mathrm{A}]^2

WHY squared? Often means two molecules of A must collide. Probability of collision scales as [A]×[A][\text{A}] \times [\text{A}].

Separate variables: d[A][A]2=kdt\frac{d[\mathrm{A}]}{[\mathrm{A}]^2} = -k \, dt

Rewrite left side: [A]2d[A]=kdt[\text{A}]^{-2} d[\text{A}] = -k \, dt

Integrate: [A]0[A]t[A]2d[A]=k0tdt\int_{[\text{A}]_0}^{[\text{A}]_t} [\text{A}]^{-2} d[\text{A}] = -k \int_0^t dt

[[A]1][A]0[A]t=kt\left[ -[\text{A}]^{-1} \right]_{[\text{A}]_0}^{[\text{A}]_t} = -kt

1[A]t+1[A]0=kt-\frac{1}{[\text{A}]_t} + \frac{1}{[\text{A}]_0} = -kt

1[A]t1[A]0=kt\frac{1}{[\text{A}]_t} - \frac{1}{[\text{A}]_0} = kt


Summary Table

Order Differential Integrated Linear Plot Slope Units of kk Half-life
0 d[A]dt=k-\frac{d[\text{A}]}{dt} = k [A]t=[A]0kt[\text{A}]_t = [\text{A}]_0 - kt [A][\text{A}] vs tt k-k M s1\text{M s}^{-1} [A]02k\frac{[\text{A}]_0}{2k}
1 d[A]dt=k[A]-\frac{d[\mathrm{A}]}{dt} = k[\mathrm{A}] ln[A]t=ln[A]0kt\ln[\text{A}]_t = \ln[\text{A}]_0 - kt ln[A]\ln[\text{A}] vs tt k-k s1\text{s}^{-1} 0.693k\frac{0.693}{k}
2 d[A]dt=k[A]2-\frac{d[\text{A}]}{dt} = k[\text{A}]^2 1[A]t=1[A]0+kt\frac{1}{[\text{A}]_t} = \frac{1}{[\text{A}]_0} + kt 1[A]\frac{1}{[\text{A}]} vs tt kk M1s1\text{M}^{-1}\text{s}^{-1} 1k[A]0\frac{1}{k[\text{A}]_0}


Recall Feynman Explain-to-a-12-Year-Old

Imagine you're playing a video game where enemies spawn and you have to shoot them.

Zero-order: Your gun fires exactly 10 bullets per second no matter how many enemies are on screen. If 5 enemies appear, you shoot 10 times. If 500 appear, still 10 times per second. The "rate" doesn't care about how many targets exist.

First-order: Now your gun is automatic and tracks enemies—if there are 10 enemies, it fires 10 shots per second. If 20 enemies, 20 shots. The rate is directly proportional to how many are there.

Second-order: You need to hit two enemies at once with a special laser that only fires when enemies line up. If you have 10 enemies, there might be 45 possible pairs. If you have 20 enemies, there are 190 pairs! The number of successful hits grows way faster because every enemy can pair with every other one. That's why the rate depends on concentration squared.


Connections


Active Recall

#flashcards/chemistry

What is the integrated rate law for a zero-order reaction?
[A]t=[A]0kt[\text{A}]_t = [\text{A}]_0 - kt. Linear plot of [A][\text{A}] vs tt with slope k-k.
For a first-order reaction, how does half-life depend on initial concentration?
It doesn't. t1/2=0.693kt_{1/2} = \frac{0.693}{k} is constant regardless of [A]0[\text{A}]_0.
What are the units of the rate constant for a second-order reaction?
M1s1\text{M}^{-1}\text{s}^{-1} or L mol1s1\text{L mol}^{-1}\text{s}^{-1}.
How do you determine reaction order graphically?
Plot [A][\text{A}] vs tt (zero-order), ln[A]\ln[\text{A}] vs tt (first-order), or 1[A]\frac{1}{[\text{A}]} vs tt (second-order). Whichever gives a straight line indicates the order.
Derive the first-order integrated rate law starting from d[A]dt=k[A]-\frac{d[\text{A}]}{dt} = k[\text{A}].
Separate variables: d[A][A]=kdt\frac{d[\text{A}]}{[\text{A}]} = -k dt. Integrate: d[A][A]=kdt\int \frac{d[\text{A}]}{[\text{A}]} = -k \int dt, giving ln[A]tln[A]0=kt\ln[\text{A}]_t - \ln[\text{A}]_0 = -kt, or ln[A]t=ln[A]0kt\ln[\text{A}]_t = \ln[\text{A}]_0 - kt.
Why does a second-order reaction have rate proportional to [A]2[\text{A}]^2?
Because two molecules of A must collide. The collision frequency is proportional to the product of their concentrations: [A]×[A]=[A]2[\text{A}] \times [\text{A}] = [\text{A}]^2.
For a zero-order reaction, how does half-life change if you double the initial concentration?
It doubles. t1/2=[A]02kt_{1/2} = \frac{[\text{A}]_0}{2k}, so doubling [A]0[\text{A}]_0 doubles t1/2t_{1/2}.
What is the relationship between rate constant units and reaction order nn?
Units of kk are M1ns1\text{M}^{1-n}\text{s}^{-1}. For n=0n=0: M s1\text{M s}^{-1}; n=1n=1: s1\text{s}^{-1}; n=2n=2: M1s1\text{M}^{-1}\text{s}^{-1}.

Concept Map

set n=0

set n=1

set n=2

apply

apply

apply

then

yields

yields

yields

gives

gives

gives

General Rate Law k A to n

Zero Order n=0

First Order n=1

Second Order n=2

Separate Variables

Integrate Both Sides

At = A0 - kt

ln A = ln A0 - kt

1 over A = 1 over A0 + kt

Half-Life Formula

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Differential rate equations matlab ki reaction ka speed aur reactant ki concentration ke bech ka mathematical relationship hai. Socho ki tumhare pas ek bucket hai jisme pani hai—pani kitni tezi se kam ho raha hai ye depend karta hai ki reaction kaun se order ki hai.

Zero-order matlab jaise koi tap constant rate se pani de raha ho—bucket mein kitna bhi paani ho, rate same rahega. Formula simple hai: concentration linearly decrease hota hai time ke sath ([A]t=[A]0kt[\text{A}]_t = [\text{A}]_0 - kt). First-order mein jitna zyada paani hai, ut

Go deeper — visual, from zero

Test yourself — Chemical Kinetics

Connections