Chain, Product & Quotient Rules

CSEC Additional Mathematics Essential Knowledge: Differentiation techniques are fundamental to calculus. While simple polynomials can be differentiated using the power rule, more complex functions require special rules. The Chain Rule handles composite functions, the Product Rule handles products of functions, and the Quotient Rule handles ratios of functions. Mastering these three rules allows you to differentiate virtually any function encountered in CSEC Additional Mathematics.

Key Concept: These rules extend differentiation beyond basic polynomials. The Chain Rule is used when functions are “nested” inside each other (composite functions), the Product Rule when functions are multiplied together, and the Quotient Rule when one function is divided by another. Each rule has a specific formula that must be memorized and applied correctly.

Part 1: The Chain Rule – Functions Within Functions

⛓️

The Chain Rule for Composite Functions

📚
Chain Rule Formula

If \(y = f(g(x))\), where \(u = g(x)\) is the inner function and \(y = f(u)\) is the outer function, then:

\[\frac{dy}{dx} = \frac{dy}{du} \times \frac{du}{dx}\]

Alternative notation: If \(y = f(u)\) and \(u = g(x)\), then \(\frac{dy}{dx} = f'(u) \cdot g'(x)\)

Memory Aid: “Differentiate the outside, leave the inside alone, then multiply by the derivative of the inside.” Or think of it as “derivative of outer function × derivative of inner function.”

🔍
When to Use the Chain Rule

Use the Chain Rule when you have a function inside another function:

  • \((3x^2 + 5)^4\) – Function \(u = 3x^2 + 5\) inside the power function \(u^4\)
  • \(\sin(2x + 3)\) – Linear function \(2x + 3\) inside the sine function
  • \(e^{x^2}\) – Quadratic function \(x^2\) inside the exponential function
  • \(\ln(5x – 2)\) – Linear function \(5x – 2\) inside the natural logarithm
📝 Example 1: Basic Chain Rule Application

Differentiate \(y = (2x^3 + 5)^4\)

1
Identify inner and outer functions: Inner: \(u = 2x^3 + 5\), Outer: \(y = u^4\)
2
Differentiate outer function: \(\frac{dy}{du} = 4u^3\)
3
Differentiate inner function: \(\frac{du}{dx} = 6x^2\)
4
Apply Chain Rule: \(\frac{dy}{dx} = \frac{dy}{du} \times \frac{du}{dx} = 4u^3 \times 6x^2\)
5
Substitute back \(u = 2x^3 + 5\): \(= 4(2x^3 + 5)^3 \times 6x^2 = 24x^2(2x^3 + 5)^3\)
📝 Example 2: Chain Rule with Trigonometric Function

Differentiate \(y = \sin(3x^2)\)

1
Identify inner and outer functions: Inner: \(u = 3x^2\), Outer: \(y = \sin u\)
2
Differentiate outer function: \(\frac{dy}{du} = \cos u\)
3
Differentiate inner function: \(\frac{du}{dx} = 6x\)
4
Apply Chain Rule: \(\frac{dy}{dx} = \cos u \times 6x = 6x\cos(3x^2)\)

Part 2: The Product Rule – Multiplying Functions

×

Differentiating Products of Functions

📚
Product Rule Formula

If \(y = u(x) \cdot v(x)\), where both \(u\) and \(v\) are functions of \(x\), then:

\[\frac{dy}{dx} = u\frac{dv}{dx} + v\frac{du}{dx}\]

Alternative notation: \((uv)’ = u’v + uv’\)

Memory Aid: “First times derivative of second, plus second times derivative of first.” Or remember the mnemonic: “Left d-right, right d-left” (Left × derivative of right + Right × derivative of left).

🔍
When to Use the Product Rule

Use the Product Rule when you have two functions multiplied together:

  • \(x^2 \cdot \sin x\) – Polynomial × trigonometric function
  • \(e^x \cdot \ln x\) – Exponential × logarithmic function
  • \((x + 3)(x^2 – 5)\) – Two polynomial functions
  • \(\sqrt{x} \cdot \cos x\) – Algebraic × trigonometric function

Important: Don’t use the Product Rule when you could simply multiply and differentiate term by term. For example, \(x(x^2 + 3) = x^3 + 3x\) can be differentiated without the Product Rule.

📝 Example 3: Basic Product Rule Application

Differentiate \(y = x^3 \cdot \sin x\)

1
Identify \(u\) and \(v\): \(u = x^3\), \(v = \sin x\)
2
Find derivatives: \(\frac{du}{dx} = 3x^2\), \(\frac{dv}{dx} = \cos x\)
3
Apply Product Rule: \(\frac{dy}{dx} = u\frac{dv}{dx} + v\frac{du}{dx} = x^3 \cdot \cos x + \sin x \cdot 3x^2\)
4
Simplify: \(= x^3\cos x + 3x^2\sin x\)
📝 Example 4: Product Rule with Exponential Function

Differentiate \(y = e^x \cdot (x^2 + 4)\)

1
Identify \(u\) and \(v\): \(u = e^x\), \(v = x^2 + 4\)
2
Find derivatives: \(\frac{du}{dx} = e^x\), \(\frac{dv}{dx} = 2x\)
3
Apply Product Rule: \(\frac{dy}{dx} = e^x \cdot 2x + (x^2 + 4) \cdot e^x\)
4
Factor \(e^x\): \(= e^x(2x + x^2 + 4) = e^x(x^2 + 2x + 4)\)

Part 3: The Quotient Rule – Dividing Functions

÷

Differentiating Quotients of Functions

📚
Quotient Rule Formula

If \(y = \frac{u(x)}{v(x)}\), where both \(u\) and \(v\) are functions of \(x\), then:

\[\frac{dy}{dx} = \frac{v\frac{du}{dx} – u\frac{dv}{dx}}{v^2}\]

Alternative notation: \(\left(\frac{u}{v}\right)’ = \frac{u’v – uv’}{v^2}\)

Memory Aid: “Bottom times derivative of top, minus top times derivative of bottom, all over bottom squared.” Or remember: “Low d-high minus high d-low, over low squared.”

🔍
When to Use the Quotient Rule

Use the Quotient Rule when you have one function divided by another:

  • \(\frac{x^2 + 1}{x – 3}\) – Rational function (polynomial over polynomial)
  • \(\frac{\sin x}{e^x}\) – Trigonometric function divided by exponential
  • \(\frac{\ln x}{x^2}\) – Logarithmic function divided by polynomial
  • \(\frac{3x + 2}{\sqrt{x}}\) – Linear function divided by algebraic function
📝 Example 5: Basic Quotient Rule Application

Differentiate \(y = \frac{x^2 + 3}{x – 1}\)

1
Identify \(u\) and \(v\): \(u = x^2 + 3\), \(v = x – 1\)
2
Find derivatives: \(\frac{du}{dx} = 2x\), \(\frac{dv}{dx} = 1\)
3
Apply Quotient Rule: \(\frac{dy}{dx} = \frac{(x-1)(2x) – (x^2 + 3)(1)}{(x-1)^2}\)
4
Expand numerator: \(= \frac{2x^2 – 2x – x^2 – 3}{(x-1)^2} = \frac{x^2 – 2x – 3}{(x-1)^2}\)
5
Factor numerator (optional): \(= \frac{(x-3)(x+1)}{(x-1)^2}\)
📝 Example 6: Quotient Rule with Trigonometric Function

Differentiate \(y = \frac{\sin x}{x^2}\)

1
Identify \(u\) and \(v\): \(u = \sin x\), \(v = x^2\)
2
Find derivatives: \(\frac{du}{dx} = \cos x\), \(\frac{dv}{dx} = 2x\)
3
Apply Quotient Rule: \(\frac{dy}{dx} = \frac{x^2 \cdot \cos x – \sin x \cdot 2x}{(x^2)^2}\)
4
Simplify: \(= \frac{x^2\cos x – 2x\sin x}{x^4} = \frac{x\cos x – 2\sin x}{x^3}\)

Part 4: Combining Rules – Multiple Techniques

🔄

Using Multiple Rules in One Problem

🎯
Recognizing Which Rule to Use First

Many CSEC problems require combining multiple differentiation rules:

Function Type Primary Rule Secondary Rule Often Needed Example
Product of composite functions Product Rule Chain Rule for each factor \((3x+1)^4 \cdot \sin(2x)\)
Quotient of composite functions Quotient Rule Chain Rule for numerator/denominator \(\frac{(x^2+1)^3}{e^{2x}}\)
Composite function with product inside Chain Rule Product Rule for inner function \(\ln(x\cdot \sin x)\)
📝 Example 7: Product Rule with Chain Rule

Differentiate \(y = (2x+1)^3 \cdot \cos(3x)\)

1
Identify structure: Product of two functions, each requiring Chain Rule
2
Let \(u = (2x+1)^3\) and \(v = \cos(3x)\)
3
Find \(\frac{du}{dx}\) using Chain Rule: Let \(w = 2x+1\), then \(u = w^3\), so \(\frac{du}{dx} = 3w^2 \cdot 2 = 6(2x+1)^2\)
4
Find \(\frac{dv}{dx}\) using Chain Rule: Let \(z = 3x\), then \(v = \cos z\), so \(\frac{dv}{dx} = -\sin z \cdot 3 = -3\sin(3x)\)
5
Apply Product Rule: \(\frac{dy}{dx} = u\frac{dv}{dx} + v\frac{du}{dx} = (2x+1)^3 \cdot (-3\sin(3x)) + \cos(3x) \cdot 6(2x+1)^2\)
6
Factor common terms: \(= 3(2x+1)^2[- (2x+1)\sin(3x) + 2\cos(3x)]\)
📝 Example 8: Quotient Rule with Chain Rule

Differentiate \(y = \frac{e^{2x}}{(x^2 + 1)^2}\)

1
Identify structure: Quotient where both numerator and denominator need Chain Rule
2
Let \(u = e^{2x}\) and \(v = (x^2 + 1)^2\)
3
Find \(\frac{du}{dx}\) using Chain Rule: Let \(w = 2x\), then \(u = e^w\), so \(\frac{du}{dx} = e^w \cdot 2 = 2e^{2x}\)
4
Find \(\frac{dv}{dx}\) using Chain Rule: Let \(z = x^2 + 1\), then \(v = z^2\), so \(\frac{dv}{dx} = 2z \cdot 2x = 4x(x^2 + 1)\)
5
Apply Quotient Rule: \(\frac{dy}{dx} = \frac{v\frac{du}{dx} – u\frac{dv}{dx}}{v^2} = \frac{(x^2+1)^2 \cdot 2e^{2x} – e^{2x} \cdot 4x(x^2+1)}{[(x^2+1)^2]^2}\)
6
Simplify numerator: Factor \(2e^{2x}(x^2+1)\): \(= \frac{2e^{2x}(x^2+1)[(x^2+1) – 2x]}{(x^2+1)^4}\)
7
Final simplification: \(= \frac{2e^{2x}(x^2 – 2x + 1)}{(x^2+1)^3} = \frac{2e^{2x}(x-1)^2}{(x^2+1)^3}\)

Part 5: Decision Tree & CSEC Past Paper Questions

🌳

Which Rule to Use? + Past Paper Examples

Differentiation Rule Decision Tree

Start: Identify the function structure
Is it a composite function? \(f(g(x))\) → YES → Use CHAIN RULE
↓ NO
Is it a product? \(u(x) \cdot v(x)\) → YES → Use PRODUCT RULE
↓ NO
Is it a quotient? \(\frac{u(x)}{v(x)}\) → YES → Use QUOTIENT RULE
↓ NO
Is it a simple function? → YES → Use BASIC RULES (power, exponential, trig, etc.)
📝 CSEC Additional Mathematics 2018 Question 7 (Adapted)

Given \(y = \frac{x^2 + 1}{\sqrt{x}}\), find \(\frac{dy}{dx}\).

1
Rewrite: \(y = \frac{x^2 + 1}{x^{1/2}} = (x^2 + 1)x^{-1/2}\)
2
Option 1 – Product Rule: Let \(u = x^2 + 1\), \(v = x^{-1/2}\)
3
\(\frac{du}{dx} = 2x\), \(\frac{dv}{dx} = -\frac{1}{2}x^{-3/2}\)
4
Apply Product Rule: \(\frac{dy}{dx} = (x^2+1)(-\frac{1}{2}x^{-3/2}) + x^{-1/2}(2x)\)
5
Simplify: \(= -\frac{x^2+1}{2x^{3/2}} + 2x^{1/2} = \frac{-(x^2+1) + 4x^2}{2x^{3/2}} = \frac{3x^2 – 1}{2x^{3/2}}\)
📝 CSEC Additional Mathematics 2016 Question 8 (Adapted)

Differentiate \(y = (2x – 1)^3(3x + 2)^2\) with respect to \(x\).

1
Product of two composite functions: Use Product Rule with Chain Rule for each factor
2
Let \(u = (2x-1)^3\) and \(v = (3x+2)^2\)
3
Find \(\frac{du}{dx}\) using Chain Rule: \(\frac{du}{dx} = 3(2x-1)^2 \cdot 2 = 6(2x-1)^2\)
4
Find \(\frac{dv}{dx}\) using Chain Rule: \(\frac{dv}{dx} = 2(3x+2) \cdot 3 = 6(3x+2)\)
5
Apply Product Rule: \(\frac{dy}{dx} = (2x-1)^3 \cdot 6(3x+2) + (3x+2)^2 \cdot 6(2x-1)^2\)
6
Factor: \(= 6(2x-1)^2(3x+2)[(2x-1) + (3x+2)]\)
7
Simplify: \(= 6(2x-1)^2(3x+2)(5x+1)\)

Comparison Table: Summary of All Rules

Rule Formula When to Use Memory Aid Example
Chain Rule \(\frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx}\) Composite functions: \(f(g(x))\) Derivative of outside × derivative of inside \((3x^2+1)^4\)
Product Rule \(\frac{d}{dx}(uv) = u’v + uv’\) Product of functions: \(u(x) \cdot v(x)\) First d-second + second d-first \(x^2 \cdot \sin x\)
Quotient Rule \(\frac{d}{dx}\left(\frac{u}{v}\right) = \frac{u’v – uv’}{v^2}\) Quotient of functions: \(\frac{u(x)}{v(x)}\) Low d-high minus high d-low, over low squared \(\frac{x^2+1}{x-3}\)

Common Mistakes to Avoid: 1. Applying Product Rule to a quotient or vice versa
2. Forgetting the Chain Rule when differentiating composite functions
3. Incorrect sign in Quotient Rule numerator (remember: \(u’v – uv’\), not \(uv’ – u’v\))
4. Forgetting to square the denominator in Quotient Rule
5. Not simplifying the final answer when possible
6. Misidentifying inner and outer functions in Chain Rule
7. Forgetting to multiply by derivative of inner function in Chain Rule

Quiz: Test Your Understanding

Chain, Product & Quotient Rules Quiz
Question 1: Differentiate \(y = (3x^2 – 2x + 1)^5\)
Answer:
Use Chain Rule: Let \(u = 3x^2 – 2x + 1\), then \(y = u^5\)
\(\frac{dy}{dx} = 5u^4 \cdot \frac{du}{dx} = 5(3x^2 – 2x + 1)^4 \cdot (6x – 2)\)
\(= 5(6x – 2)(3x^2 – 2x + 1)^4\)
Question 2: Find \(\frac{dy}{dx}\) for \(y = x^2 \cdot e^{3x}\)
Answer:
Use Product Rule: Let \(u = x^2\), \(v = e^{3x}\)
\(\frac{du}{dx} = 2x\), \(\frac{dv}{dx} = 3e^{3x}\) (Chain Rule)
\(\frac{dy}{dx} = u\frac{dv}{dx} + v\frac{du}{dx} = x^2 \cdot 3e^{3x} + e^{3x} \cdot 2x\)
\(= e^{3x}(3x^2 + 2x)\)
Question 3: Differentiate \(y = \frac{\ln x}{x^2 + 1}\)
Answer:
Use Quotient Rule: Let \(u = \ln x\), \(v = x^2 + 1\)
\(\frac{du}{dx} = \frac{1}{x}\), \(\frac{dv}{dx} = 2x\)
\(\frac{dy}{dx} = \frac{v\frac{du}{dx} – u\frac{dv}{dx}}{v^2} = \frac{(x^2+1)\cdot\frac{1}{x} – \ln x \cdot 2x}{(x^2+1)^2}\)
\(= \frac{\frac{x^2+1}{x} – 2x\ln x}{(x^2+1)^2} = \frac{x^2+1 – 2x^2\ln x}{x(x^2+1)^2}\)
Question 4: Find the derivative of \(y = \sin(2x) \cdot \cos(3x)\)
Answer:
Use Product Rule with Chain Rule:
Let \(u = \sin(2x)\), \(v = \cos(3x)\)
\(\frac{du}{dx} = 2\cos(2x)\), \(\frac{dv}{dx} = -3\sin(3x)\)
\(\frac{dy}{dx} = \sin(2x) \cdot (-3\sin(3x)) + \cos(3x) \cdot 2\cos(2x)\)
\(= -3\sin(2x)\sin(3x) + 2\cos(2x)\cos(3x)\)
Question 5: Differentiate \(y = \frac{(x+1)^3}{\sqrt{x}}\)
Answer:
Use Quotient Rule with Chain Rule:
Let \(u = (x+1)^3\), \(v = x^{1/2}\)
\(\frac{du}{dx} = 3(x+1)^2\), \(\frac{dv}{dx} = \frac{1}{2}x^{-1/2}\)
\(\frac{dy}{dx} = \frac{x^{1/2} \cdot 3(x+1)^2 – (x+1)^3 \cdot \frac{1}{2}x^{-1/2}}{x}\)
\(= \frac{3\sqrt{x}(x+1)^2 – \frac{(x+1)^3}{2\sqrt{x}}}{x}\)
Multiply numerator and denominator by \(2\sqrt{x}\):
\(= \frac{6x(x+1)^2 – (x+1)^3}{2x\sqrt{x}} = \frac{(x+1)^2[6x – (x+1)]}{2x\sqrt{x}} = \frac{(x+1)^2(5x-1)}{2x\sqrt{x}}\)

🎯 Key Concepts Summary

  • Chain Rule: For composite functions \(f(g(x))\): \(\frac{dy}{dx} = f'(g(x)) \cdot g'(x)\)
  • Product Rule: For products \(u \cdot v\): \(\frac{d}{dx}(uv) = u’v + uv’\)
  • Quotient Rule: For quotients \(\frac{u}{v}\): \(\frac{d}{dx}\left(\frac{u}{v}\right) = \frac{u’v – uv’}{v^2}\)
  • Common Combinations:
    • Product of composite functions: Product Rule + Chain Rule for each
    • Quotient of composite functions: Quotient Rule + Chain Rule for each
    • Composite function with product inside: Chain Rule + Product Rule for inner
  • Always Simplify: Factor common terms, cancel where possible, write in simplest form
  • Check Your Work: Verify you used the correct rule and didn’t miss any steps
  • CSEC Exam Tips:
    • Write down which rule you’re using
    • Show all steps clearly
    • Simplify your final answer
    • Practice recognizing which rule to use quickly

CSEC Exam Strategy: When differentiating: (1) Identify the structure (composite, product, or quotient), (2) Write the correct rule formula, (3) Identify \(u\) and \(v\) (and inner/outer functions for Chain Rule), (4) Calculate derivatives carefully, (5) Apply the rule, (6) Simplify your answer. Always check if you can simplify further by factoring or canceling common terms.

Scroll to Top