Calculating derivatives using the limit definition (\(\lim [f(x+h)-f(x)]/h\)) can be tedious. Thankfully, there are shortcut rules for finding derivatives of common types of functions quickly.
These rules are derived from the limit definition of the derivative but allow for mechanical calculation once memorized. We assume \(f(x)\) and \(g(x)\) are differentiable functions and \(c\) is a constant.
The derivative of \(x\) raised to a power \(n\) (where \(n\) is any real number) is \(n\) times \(x\) raised to the power \(n-1\).
$$ \frac{d}{dx}(x^n) = n x^{n-1} $$
The derivative of a constant times a function is the constant times the derivative of the function.
$$ \frac{d}{dx}[c \cdot f(x)] = c \cdot \frac{d}{dx}[f(x)] = c \cdot f'(x) $$
Intuition: Scaling a function vertically by \(c\) scales its slope by \(c\).
The derivative of a sum (or difference) of functions is the sum (or difference) of their derivatives.
$$ \frac{d}{dx}[f(x) \pm g(x)] = \frac{d}{dx}[f(x)] \pm \frac{d}{dx}[g(x)] = f'(x) \pm g'(x) $$
Intuition: Allows differentiating polynomials term by term.
Used for finding the derivative of a product of two functions.
$$ \frac{d}{dx}[f(x) g(x)] = f(x) g'(x) + g(x) f'(x) $$
"First times derivative of the second, plus second times derivative of the first."
Used for finding the derivative of a ratio (quotient) of two functions.
$$ \frac{d}{dx}\left[\frac{f(x)}{g(x)}\right] = \frac{g(x) f'(x) - f(x) g'(x)}{[g(x)]^2} $$
"Low d-high minus high d-low, square the bottom and away we go!" (Mnemonic: d-high/d-low means derivative of numerator/denominator). Requires \(g(x) \neq 0\).