Different function families behave very differently under repeated differentiation: polynomials terminate, exponentials replicate, and trigonometric functions cycle. The table below collects the closed-form nth derivative for each standard function discussed above into a single reference card, with a brief note on what drives the pattern.
| Function |
nth derivative |
Note |
| xm (m a positive integer) |
m! ⁄ (m − n)! · xm − n for n ≤ m |
falling factorial; becomes the constant m! when n = m, and zero for n > m |
| Polynomial of degree m |
m! · am (when n = m); 0 (when n > m) |
terminates after m + 1 differentiations |
| 1 ⁄ x |
(−1)n · n! ⁄ xn + 1 |
alternating sign accompanied by factorial growth in the numerator |
| ln x |
(−1)n − 1 · (n − 1)! ⁄ xn (n ≥ 1) |
the 1 ⁄ x pattern shifted by one order, since (ln x)' = 1 ⁄ x |
| ex |
ex |
self-replicating; the only nonzero elementary function with this property |
| ea x |
an · ea x |
each differentiation multiplies by a, so the constant accumulates as an |
| ax |
(ln a)n · ax |
since ax = ex · ln a, ln a takes the role of the multiplier |
| sin x |
sin(x + n π ⁄ 2) |
four-fold cycle: sin → cos → −sin → −cos → sin |
| cos x |
cos(x + n π ⁄ 2) |
same four-fold cycle, starting from cosine |
| sin(a x) |
an · sin(a x + n π ⁄ 2) |
trigonometric cycle persists; amplitude grows as an |