Derivatives

Derivatives tell us how a function is behaving — whether it’s rising, falling, or leveling off. From motion and growth to optimization and prediction, derivatives are the language of change. ⚡

Derivative

The derivative of a function \(f(x)\) at a point \(x\) is defined as:

\[ f'(x) = \lim_{h \to 0} \frac{f(x + h) - f(x)}{h} \]

\(f'(x)\) or \(\frac{df}{dx}\) is the derivative of \(f\) with respect to \(x\). This gives the instantaneous rate of change of \(f\) at \(x\), or the slope of the tangent line to the curve at that point.

Differentiation Rules

Table of Differentiation Rules.

Rule Function \(f(x)\) Derivative \(f'(x)\) Notes
Constant \(c\) \(0\) \(c \in \mathbb{R}\)
Power \(x^n\) \(nx^{n-1}\) \(n \in \mathbb{R}\)
Sum/Difference \(g(x) \pm h(x)\) \(g'(x) \pm h'(x)\) Derivative distributes
Product \(g(x) \cdot h(x)\) \(g'(x)h(x) + g(x)h'(x)\) Use when multiplying functions
Quotient \(\frac{g(x)}{h(x)}\) \(\frac{g'(x)h(x) - g(x)h'(x)}{[h(x)]^2}\) Use when dividing functions
Chain \(g(h(x))\) \(g'(h(x)) \cdot h'(x)\) Composite functions