Chain Rule Derivatives- The Complete Tutorial

What the Chain Rule Actually Is

The chain rule is a method for finding the derivative of composite functions. That's a fancy way of saying "functions within functions."

Most functions you'll encounter in calculus aren't simple. They're built by stacking one function on top of another. The chain rule lets you break these apart and differentiate them correctly.

Without it, you'd be stuck. That's why you need to master this.

The Formula

If you have a function f(g(x)), the derivative is:

f'(g(x)) × g'(x)

In plain English: take the derivative of the outer function, evaluate it at the inner function, then multiply by the derivative of the inner function.

That's it. Everything else is just applying this principle correctly.

How to Apply It: Step by Step

Step 1: Identify the Inner and Outer Functions

Look at your function and ask: what's inside what?

For (5x + 2)³:

Step 2: Differentiate Each Function Separately

Find the derivative of the outer function as if the inner function were just x. Then find the derivative of the inner function.

Step 3: Multiply and Simplify

Combine the pieces and clean up your answer.

Examples That Actually Make Sense

Example 1: Polynomial Raised to a Power

Find the derivative of f(x) = (3x² + 1)⁵

Step 1: Outer = u⁵, Inner = 3x² + 1

Step 2:

Step 3: f'(x) = 5(3x² + 1)⁴ × 6x

Simplified: f'(x) = 30x(3x² + 1)⁴

Example 2: Trigonometric Chain Rule

Find the derivative of f(x) = sin(4x)

Step 1: Outer = sin(u), Inner = 4x

Step 2:

Step 3: f'(x) = cos(4x) × 4 = 4cos(4x)

Example 3: Nested Exponentials

Find the derivative of f(x) = e^(x² + 3x)

Step 1: Outer = e^u, Inner = x² + 3x

Step 2:

Step 3: f'(x) = e^(x² + 3x) × (2x + 3)

You can leave it factored or distribute—your call.

Common Mistakes That Will Cost You Points

Chain Rule vs. Other Rules

When do you use the chain rule? Here's how to decide:

Situation Rule to Use
Product of two separate functions Product Rule
Quotient of two separate functions Quotient Rule
Function inside another function Chain Rule
Simple power of x Power Rule

Often you'll need multiple rules in one problem. That's normal. Break it down function by function.

Quick Practice Problems

Try these before checking the answers:

  1. Find f'(x) if f(x) = (2x + 7)³
  2. Find f'(x) if f(x) = √(x³ + 4x)
  3. Find f'(x) if f(x) = cos(5x²)

Answers:

  1. f'(x) = 6(2x + 7)²
  2. f'(x) = (3x² + 4) / (2√(x³ + 4x))
  3. f'(x) = -10x·sin(5x²)

Getting Started: Your Action Plan

  1. Memorize the formula. f'(g(x)) × g'(x). Say it out loud until it's automatic.
  2. Always identify layers first. Write down "outer" and "inner" before touching anything else.
  3. Start with simple powers. (ax + b)^n is the easiest place to build confidence.
  4. Add trig and exponentials once the pattern clicks.
  5. Practice mixed problems that require product rule + chain rule together.

You don't understand the chain rule by reading about it. You understand it by doing problems until the pattern becomes instinct.

Start now.