This section covers the rules for finding derivatives of combinations of functions, specifically:
* Sum/Difference Rule: $f(x) \pm g(x)$
* Product Rule: $f(x) \times g(x)$
* Quotient Rule: $\frac{f(x)}{g(x)}$
* Chain Rule (Composition of Functions): $(f \circ g)(x) = f(g(x))$
Where $f$ and $g$ are polynomial, exponential, circular (trigonometric), logarithmic, or power functions (or simple combinations thereof).
The derivative of a sum (or difference) of functions is the sum (or difference) of their derivatives.
If $f(x) = u(x) + v(x)$, then $f’(x) = u’(x) + v’(x)$.
If $f(x) = u(x) - v(x)$, then $f’(x) = u’(x) - v’(x)$.
The derivative of a product of two functions requires a specific formula.
If $f(x) = u(x)v(x)$, then $f’(x) = u’(x)v(x) + u(x)v’(x)$.
“First times derivative of the second, plus second times derivative of the first.”
The derivative of a quotient of two functions also requires a specific formula.
If $f(x) = \frac{u(x)}{v(x)}$, then $f’(x) = \frac{u’(x)v(x) - u(x)v’(x)}{[v(x)]^2}$.
“Low d’High minus High d’Low, over Low squared.”
The chain rule is used to find the derivative of a composite function.
If $f(x) = u(v(x))$, then $f’(x) = u’(v(x)) \cdot v’(x)$.
“Derivative of the outside, evaluated at the inside, times the derivative of the inside.”
| Rule | Formula | Example |
|---|---|---|
| Sum/Difference | $(u \pm v)’ = u’ \pm v’$ | $(x^2 + \sin(x))’ = 2x + \cos(x)$ |
| Product | $(uv)’ = u’v + uv’$ | $(x\cos(x))’ = \cos(x) - x\sin(x)$ |
| Quotient | $(\frac{u}{v})’ = \frac{u’v - uv’}{v^2}$ | $(\frac{x}{x+1})’ = \frac{(x+1) - x}{(x+1)^2} = \frac{1}{(x+1)^2}$ |
| Chain | $(u(v(x)))’ = u’(v(x)) \cdot v’(x)$ | $(\sin(x^2))’ = \cos(x^2) \cdot 2x$ |
It’s helpful to know the derivatives of common functions:
These differentiation rules are fundamental to solving a wide range of problems in calculus, including finding stationary points, rates of change, and optimization problems.
Free exam-style questions on Derivatives of Combined Functions with instant AI feedback.
State the derivative of the function $f(x) = e^{2x} + x^3 - \cos(x)$.
A biologist is studying the population growth of two species of bacteria, *A* and *B*, in a shared petri dish. The population of bacteria *A…
The concentration, $C$ (in mg/L), of a drug in a patient's bloodstream is modeled by the function $C(t) = rac{5te^{-0.2t}}{1 + t}$, where $t…