The ten formulas above split naturally into seven algebraic rules — constant, constant multiple, power, sum/difference, product, quotient, chain — and three interval theorems — Mean Value, Rolle's, and L'Hôpital's. The table below collects every formula introduced on this page as a single reference card, with the key condition or note that governs its use.
| Rule or theorem |
Formula |
Note |
| Constant rule |
if f(x) = c then f'(x) = 0 |
constant functions have zero slope everywhere |
| Constant multiple rule |
(c · f(x))' = c · f'(x) |
constants factor straight through differentiation |
| Power rule |
(xn)' = n · xn − 1 |
valid for any real exponent n |
| Sum & difference rule |
(f ± g)' = f' ± g' |
extends to any finite number of terms; differentiate term by term |
| Product rule |
(f · g)' = f' · g + f · g' |
each factor takes a turn being differentiated; generalises to more than two factors |
| Quotient rule |
(f ⁄ g)' = (f' · g − f · g') ⁄ g2 |
requires g(x) ≠ 0; numerator order matters |
| Chain rule |
(f(g(x)))' = f'(g(x)) · g'(x) |
handles compositions; extends to any depth of nesting |
| Mean Value Theorem |
f'(c) = (f(b) − f(a)) ⁄ (b − a) for some c ∈ (a, b) |
requires continuity on [a, b] and differentiability on (a, b) |
| Rolle's Theorem |
f'(c) = 0 for some c ∈ (a, b) |
special case of MVT when f(a) = f(b) |
| L'Hôpital's Rule |
lim f ⁄ g = lim f' ⁄ g' |
applies to indeterminate forms 0 ⁄ 0 and ∞ ⁄ ∞; other forms must be converted first |