⛓️ Chain Rule Calculator

Calculate derivatives of composite functions with step-by-step solutions and detailed explanations

✅ 100% Free ⚡ Instant Results 📚 Step-by-Step 📱 Mobile Friendly

🧮 Calculate Chain Rule Derivative

Differentiate with respect to:

📌 Try These Chain Rule Examples:

Calculating derivative...

📊 Your Results

Composite Function
Derivative (using Chain Rule)

📝 Step-by-Step Solution

What is the Chain Rule?

The chain rule is one of the most important differentiation rules in calculus. It's used to find the derivative of composite functions—functions that are "nested" inside other functions.

Chain Rule Formula:

d/dx[f(g(x))] = f'(g(x)) · g'(x)

In simple terms: "Derivative of the outer function times the derivative of the inner function."

When to Use the Chain Rule

Use the chain rule whenever you have a composite function, which means one function is inside another. Common examples include:

How the Chain Rule Works

The chain rule works by breaking down the composite function into two parts:

  1. Outer function (f): The outside operation
  2. Inner function (g): The inside operation
Example 1: Find d/dx[sin(x²)]

Step 1: Identify outer and inner functions

  • Outer: f(u) = sin(u)
  • Inner: g(x) = x²

Step 2: Find derivatives

  • f'(u) = cos(u)
  • g'(x) = 2x

Step 3: Apply chain rule

d/dx[sin(x²)] = cos(x²) · 2x = 2x·cos(x²)

Example 2: Find d/dx[e^(3x+1)]

Step 1: Identify functions

  • Outer: f(u) = e^u
  • Inner: g(x) = 3x+1

Step 2: Find derivatives

  • f'(u) = e^u
  • g'(x) = 3

Step 3: Apply chain rule

d/dx[e^(3x+1)] = e^(3x+1) · 3 = 3e^(3x+1)

Common Chain Rule Patterns

Tips for Mastering the Chain Rule

  1. Always identify the outer and inner functions first
  2. Remember: "Outside times inside" - differentiate the outside, then multiply by the derivative of the inside
  3. Practice with simple examples before moving to complex ones
  4. Check your work by expanding if possible
  5. Use parentheses to keep track of what you're differentiating