Navigation: Wiki Home > Skills > Recognizing Composite Functions
Before you can apply the Chain Rule, you need to see the composition. Consider differentiating $\sqrt{x^2 + 1}$. None of your basic rules work directly—it's not a power of $x$, it's not a product, it's not a quotient. But if you recognize that this is $\sqrt{\text{something}}$ where "something" is $x^2 + 1$, you've found the key to unlocking the derivative.
Every composite function has an outer function (what you do last) and an inner function (what you do first). The Chain Rule multiplies their derivatives—but only after you correctly identify who's who.
| Property | Value |
|---|---|
| Concept | Chain Rule |
| Chapter | 2.5 |
| Difficulty | Beginner |
| Time | ~15 minutes |
A composite function is a function built by plugging one function into another. If $y = f(g(x))$, then:
$$F(x) = f(g(x)) = f(\underbrace{g(x)}_{\text{inner}})$$
Think of a composite function as an onion with layers:
┌─────────────────────────────┐
│ OUTER │
│ ┌───────────────┐ │
│ │ INNER │ │
│ │ g(x) = x²+1 │ │
│ └───────────────┘ │
│ f(u) = √u │
└─────────────────────────────┘
F(x) = √(x² + 1)
To identify the composition:
| Expression | Outer $f(u)$ | Inner $u = g(x)$ |
|---|---|---|
| $\sin(3x)$ | $\sin u$ | $3x$ |
| $(x^2 - 5)^7$ | $u^7$ | $x^2 - 5$ |
| $\sqrt{1 + x^2}$ | $\sqrt{u}$ | $1 + x^2$ |
| $\cos^2 x$ | $u^2$ | $\cos x$ |
| $\tan(x^3)$ | $\tan u$ | $x^3$ |
| $e^{2x+1}$ | $e^u$ | $2x + 1$ |
These look similar but have opposite compositions:
| Expression | Meaning | Outer | Inner |
|---|---|---|---|
| $\sin^2 x$ | $(\sin x)^2$ | squaring | $\sin x$ |
| $\sin(x^2)$ | $\sin(x^2)$ | sine | $x^2$ |
Always expand the notation before identifying the composition!
For $F(x) = (2x + 3)^5$, identify the inner function $g(x)$ and the outer function $f(u)$.
Identify the inner and outer functions for $F(x) = \cos(x^2 - 4x)$.
For each function, identify the inner and outer functions. Be careful about notation!
For $F(x) = \sin(\cos(x^2))$, identify all layers of the composition. Express $F$ as $f(g(h(x)))$ where each function takes a single variable.
Given that $f(u) = \sqrt{u}$ and $F(x) = f(g(x)) = \sqrt{5x^3 - 2x + 7}$, find $g(x)$.
Then, write a different function $H(x)$ such that:
The Assembly Line: Think of a composite function as a factory assembly line. The input $x$ goes through stations:
To find the composition, trace the assembly line from input to output and identify each station.
When you differentiate later using the Chain Rule, you'll multiply the rates of change at each station.
Looking back:
Looking ahead:
| Previous | Up | Next |
|---|---|---|
| Trigonometric Derivatives | Skills Index | Chain Rule Formula |
Last updated: 2026-01-22