The derivative — capturing "how fast, right now?"
The Problem: You're running a reaction. You measure concentration every 10 seconds. Your advisor asks: "What's the reaction rate at t = 25 seconds?"
You don't have a measurement at t = 25. And even if you did — the rate is changing. It's not the same at t = 25 as at t = 30.
How do you answer?
This is not a calculus exercise. This is your actual problem in the lab.
Chemistry is full of "how fast?" questions:
| Question | What you're really asking |
|---|---|
| "What's the reaction rate?" | How fast is concentration changing? |
| "What's the current?" | How fast is charge flowing? |
| "What's the velocity?" | How fast is position changing? |
| "What's the heat flow?" | How fast is energy transferring? |
The pattern: You have a quantity that depends on time (or position, or something else). You want to know how fast it's changing at a specific instant.
This is the derivative.
$$\text{Average rate} = \frac{f(b) - f(a)}{b - a} = \frac{\Delta f}{\Delta x}$$
This is the slope of the secant line connecting (a, f(a)) and (b, f(b)).
As h → 0, the secant line approaches the tangent line, and the average rate approaches the instantaneous rate.
$$f'(a) = \lim_{h \to 0} \frac{f(a + h) - f(a)}{h}$$
if this limit exists.
| Notation | Read as | Origin |
|---|---|---|
| f'(x) | "f prime of x" | Lagrange |
| df/dx | "dee f dee x" | Leibniz |
| d/dx f(x) | "dee dee x of f" | Operator form |
| ḟ | "f dot" | Newton (time) |
Leibniz notation df/dx is powerful because it reminds you: the derivative is a ratio of infinitesimal changes.
$$f'(x) = \lim_{h \to 0} \frac{(x+h)^2 - x^2}{h} = \lim_{h \to 0} \frac{2xh + h^2}{h} = \lim_{h \to 0} (2x + h) = 2x$$
$$f'(x) = \lim_{h \to 0} \frac{e^{x+h} - e^x}{h} = e^x \cdot \lim_{h \to 0} \frac{e^h - 1}{h} = e^x \cdot 1 = e^x$$
The exponential function is its own derivative! This is why eˣ is special.
| If f(t) represents... | Then f'(t) is... |
|---|---|
| Position | Velocity |
| Velocity | Acceleration |
| Concentration | Reaction rate |
| Charge | Current |
| Energy | Power |
For a reaction A → Products:
$$\text{Rate} = -\frac{d[A]}{dt}$$
First-order kinetics: Rate = k[A]. The rate is the derivative!
If V(x) is the potential energy as a function of position:
$$F = -\frac{dV}{dx}$$
The derivative f'(a) exists only if the limit exists (finite, same from both sides).
Key theorem: Differentiable ⟹ Continuous (but not vice versa)
| f(x) | f'(x) | Notes |
|---|---|---|
| c (constant) | 0 | Constants don't change |
| xⁿ | nxⁿ⁻¹ | Power rule |
| eˣ | eˣ | Its own derivative! |
| ln x | 1/x | |
| sin x | cos x | |
| cos x | -sin x |
Use the limit definition to find f'(x) for:
A reaction has concentration profile [A](t) = 0.5e^(-0.1t) M.
d[A]/dt = -0.05e^(-0.1t), so Rate = |d[A]/dt| = 0.05e^(-0.1t)
A particle moves in the potential V(x) = x⁴ - 2x².
References: McQuarrie, Mathematics for Physical Chemistry; Atkins, Physical Chemistry