Fatskills
Practice. Master. Repeat.
Study Guide: Calculus 1: Derivatives Rules Chain Rule ddxfgx fgxgx The Outside-Inside Rule
Source: https://www.fatskills.com/calculus/chapter/calculus-1-calculus-1-derivatives-rules-chain-rule-ddxfgx-fgxgx-the-outside-inside-rule

Calculus 1: Derivatives Rules Chain Rule ddxfgx fgxgx The Outside-Inside Rule

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~6 min read

What Is This?

The Chain Rule is a differentiation rule that states: if you have a composite function ( f(g(x)) ), its derivative is given by ( \frac{d}{dx}[f(g(x))] = f'(g(x)) \cdot g'(x) ). This topic appears in exams to test your understanding of differentiation and how to handle composite functions. Questions typically involve finding the derivative of a composite function or applying the Chain Rule in more complex scenarios.

Why It Matters

The Chain Rule is tested in calculus exams, including AP Calculus, university-level calculus courses, and professional certification exams like the GRE or GMAT. It frequently appears in differentiation problems and carries significant marks. This skill tests your ability to apply foundational calculus concepts to more complex functions, essential for higher-level mathematics and real-world applications.

Core Concepts

  • Composite Functions: Understand that ( f(g(x)) ) means ( f ) is a function of ( g ), and ( g ) is a function of ( x ).
  • Derivative of a Composite Function: The derivative involves multiplying the derivative of the outer function ( f ) (evaluated at ( g(x) )) by the derivative of the inner function ( g ).
  • Outside-Inside Rule: Think of the Chain Rule as the "Outside-Inside" rule. Derivative of the outside function ( f ) (evaluated at ( g(x) )) times the derivative of the inside function ( g ).

Prerequisites

  • Basic Differentiation: You must understand how to find the derivative of simple functions.
  • Function Composition: Know what a composite function is and how it works.
  • Algebraic Manipulation: Be comfortable with basic algebra to manipulate expressions.

The Rule-Book (How It Works)

The Chain Rule works by breaking down the derivative of a composite function into manageable parts: - Primary Rule: ( \frac{d}{dx}[f(g(x))] = f'(g(x)) \cdot g'(x) ) - Sub-rules and Edge Cases: - If ( g(x) ) is a constant, ( g'(x) = 0 ), making the entire derivative zero.
- If ( f(u) ) is a linear function, ( f(u) = au + b ), then ( f'(u) = a ).
- Mnemonic: "Derivative of the outside, evaluated at the inside, times the derivative of the inside."

Exam / Job / Audit Weighting

  • Frequency: Common
  • Difficulty Rating: Intermediate
  • Question Type or Real-World Task Type: Multiple-choice, short answer, problem-solving

Difficulty Level

Intermediate

Must-Know Rules, Formulas, Standards, or Principles

  1. Chain Rule Formula: ( \frac{d}{dx}[f(g(x))] = f'(g(x)) \cdot g'(x) )
  2. Derivative of Common Functions: Know the derivatives of basic functions like polynomials, exponentials, and trigonometric functions.
  3. Composite Function Identification: Recognize when a function is composite and apply the Chain Rule accordingly.

Worked Examples (Step-by-Step)


Easy

Question: Find the derivative of ( f(x) = (x^2 + 3x)^4 ).
Step-by-Step: 1. Identify ( f(u) = u^4 ) and ( g(x) = x^2 + 3x ).
2. Find ( f'(u) = 4u^3 ) and ( g'(x) = 2x + 3 ).
3. Apply the Chain Rule: ( f'(g(x)) \cdot g'(x) = 4(x^2 + 3x)^3 \cdot (2x + 3) ).
Answer: ( 4(x^2 + 3x)^3 (2x + 3) ).

Medium

Question: Differentiate ( h(x) = \sin(x^2) ).
Step-by-Step: 1. Identify ( f(u) = \sin(u) ) and ( g(x) = x^2 ).
2. Find ( f'(u) = \cos(u) ) and ( g'(x) = 2x ).
3. Apply the Chain Rule: ( f'(g(x)) \cdot g'(x) = \cos(x^2) \cdot 2x ).
Answer: ( 2x \cos(x^2) ).

Hard

Question: Find the derivative of ( k(x) = e^{\cos(x^2)} ).
Step-by-Step: 1. Identify ( f(u) = e^u ), ( g(u) = \cos(u) ), and ( h(x) = x^2 ).
2. Find ( f'(u) = e^u ), ( g'(u) = -\sin(u) ), and ( h'(x) = 2x ).
3. Apply the Chain Rule twice: ( f'(g(h(x))) \cdot g'(h(x)) \cdot h'(x) = e^{\cos(x^2)} \cdot (-\sin(x^2)) \cdot 2x ).
Answer: ( -2x e^{\cos(x^2)} \sin(x^2) ).

Common Exam Traps & Mistakes

  1. Forgetting to Multiply by ( g'(x) ):
  2. Mistake: Only differentiating the outer function.
  3. Wrong Answer: ( f'(g(x)) ).
  4. Correct Approach: Always multiply by ( g'(x) ).

  5. Incorrectly Applying the Chain Rule:

  6. Mistake: Differentiating ( g(x) ) first.
  7. Wrong Answer: ( g'(x) \cdot f'(g(x)) ).
  8. Correct Approach: Differentiate ( f ) first, then ( g ).

  9. Ignoring Constants:

  10. Mistake: Treating constants incorrectly.
  11. Wrong Answer: ( f'(c) \cdot g'(x) ).
  12. Correct Approach: Recognize ( g(x) ) as a constant if applicable.

  13. Complex Functions:

  14. Mistake: Not breaking down complex functions.
  15. Wrong Answer: Incorrect application for nested functions.
  16. Correct Approach: Apply the Chain Rule step-by-step for each layer.

Shortcut Strategies & Exam Hacks

  • Pattern Recognition: Identify common composite functions quickly.
  • Mnemonic Use: Remember "Outside-Inside" to avoid mistakes.
  • Practice: Drill with simple functions before moving to complex ones.

Question-Type Taxonomy

  1. Multiple-Choice:
  2. Example: What is the derivative of ( (x^3 + 2x)^5 )?
  3. Favored By: AP Calculus, GRE

  4. Short Answer:

  5. Example: Differentiate ( \sin(x^2 + x) ).
  6. Favored By: University-level calculus courses

  7. Problem-Solving:

  8. Example: Find the derivative of ( e^{\sin(x^2)} ).
  9. Favored By: Advanced calculus courses

Practice Set (MCQs)


Question 1

Question: What is the derivative of ( (x^2 + 1)^3 )? Options: A. ( 3(x^2 + 1)^2 ) B. ( 6x(x^2 + 1)^2 ) C. ( 3x(x^2 + 1)^2 ) D. ( 6(x^2 + 1)^2 ) Correct Answer: B. ( 6x(x^2 + 1)^2 ) Explanation: Apply the Chain Rule: ( 3(x^2 + 1)^2 \cdot 2x = 6x(x^2 + 1)^2 ).
Why the Distractors Are Tempting: - A: Forgets to multiply by ( g'(x) ).
- C: Incorrect constant multiplication.
- D: Incorrect application of the Chain Rule.

Question 2

Question: Differentiate ( \cos(x^3) ).
Options: A. ( -3x^2 \sin(x^3) ) B. ( 3x^2 \cos(x^3) ) C. ( -\sin(x^3) ) D. ( \cos(x^3) ) Correct Answer: A. ( -3x^2 \sin(x^3) ) Explanation: Apply the Chain Rule: ( -\sin(x^3) \cdot 3x^2 = -3x^2 \sin(x^3) ).
Why the Distractors Are Tempting: - B: Incorrect sign.
- C: Forgets to multiply by ( g'(x) ).
- D: Incorrect application of the Chain Rule.

Question 3

Question: Find the derivative of ( e^{x^2 + x} ).
Options: A. ( (2x + 1)e^{x^2 + x} ) B. ( e^{x^2 + x} ) C. ( (x^2 + x)e^{x^2 + x} ) D. ( (2x + 1) ) Correct Answer: A. ( (2x + 1)e^{x^2 + x} ) Explanation: Apply the Chain Rule: ( e^{x^2 + x} \cdot (2x + 1) ).
Why the Distractors Are Tempting: - B: Forgets to multiply by ( g'(x) ).
- C: Incorrect application of the Chain Rule.
- D: Forgets the exponential part.

Question 4

Question: What is the derivative of ( \ln(x^2 + 1) )? Options: A. ( \frac{2x}{x^2 + 1} ) B. ( \frac{1}{x^2 + 1} ) C. ( 2x \ln(x^2 + 1) ) D. ( \frac{2}{x^2 + 1} ) Correct Answer: A. ( \frac{2x}{x^2 + 1} ) Explanation: Apply the Chain Rule: ( \frac{1}{x^2 + 1} \cdot 2x = \frac{2x}{x^2 + 1} ).
Why the Distractors Are Tempting: - B: Forgets to multiply by ( g'(x) ).
- C: Incorrect application of the Chain Rule.
- D: Incorrect constant multiplication.

Question 5

Question: Differentiate ( \tan(x^2) ).
Options: A. ( 2x \sec^2(x^2) ) B. ( \sec^2(x^2) ) C. ( 2x \tan(x^2) ) D. ( \sec^2(x^2) \cdot x ) Correct Answer: A. ( 2x \sec^2(x^2) ) Explanation: Apply the Chain Rule: ( \sec^2(x^2) \cdot 2x = 2x \sec^2(x^2) ).
Why the Distractors Are Tempting: - B: Forgets to multiply by ( g'(x) ).
- C: Incorrect application of the Chain Rule.
- D: Incorrect constant multiplication.

30-Second Cheat Sheet

  • Chain Rule Formula: ( \frac{d}{dx}[f(g(x))] = f'(g(x)) \cdot g'(x) )
  • Outside-Inside Rule: Derivative of the outside, evaluated at the inside, times the derivative of the inside.
  • Common Functions: Know derivatives of polynomials, exponentials, logarithms, and trigonometric functions.
  • Composite Function Identification: Recognize ( f(g(x)) ) and apply the Chain Rule.
  • Practice: Drill with simple functions before moving to complex ones.

Learning Path

  1. Beginner Foundation: Review basic differentiation and function composition.
  2. Core Rules: Understand and memorize the Chain Rule formula.
  3. Practice: Solve simple composite function derivatives.
  4. Timed Drills: Practice under exam conditions with mixed difficulty levels.
  5. Mock Tests: Take full-length practice exams to build stamina and accuracy.

Related Topics

  1. Product Rule: Often appears alongside the Chain Rule in differentiation problems.
  2. Quotient Rule: Another differentiation rule that may be tested in conjunction with the Chain Rule.
  3. Implicit Differentiation: Often requires the Chain Rule for solving.


ADVERTISEMENT