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
If \(y = f(g(x))\), where \(u = g(x)\) is the inner function and \(y = f(u)\) is the outer function, then:
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.”
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
Differentiate \(y = (2x^3 + 5)^4\)
Differentiate \(y = \sin(3x^2)\)
Part 2: The Product Rule – Multiplying Functions
Differentiating Products of Functions
If \(y = u(x) \cdot v(x)\), where both \(u\) and \(v\) are functions of \(x\), then:
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).
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.
Differentiate \(y = x^3 \cdot \sin x\)
Differentiate \(y = e^x \cdot (x^2 + 4)\)
Part 3: The Quotient Rule – Dividing Functions
Differentiating Quotients of Functions
If \(y = \frac{u(x)}{v(x)}\), where both \(u\) and \(v\) are functions of \(x\), then:
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.”
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
Differentiate \(y = \frac{x^2 + 3}{x – 1}\)
Differentiate \(y = \frac{\sin x}{x^2}\)
Part 4: Combining Rules – Multiple Techniques
Using Multiple Rules in One Problem
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)\) |
Differentiate \(y = (2x+1)^3 \cdot \cos(3x)\)
Differentiate \(y = \frac{e^{2x}}{(x^2 + 1)^2}\)
Part 5: Decision Tree & CSEC Past Paper Questions
Which Rule to Use? + Past Paper Examples
Differentiation Rule Decision Tree
Given \(y = \frac{x^2 + 1}{\sqrt{x}}\), find \(\frac{dy}{dx}\).
Differentiate \(y = (2x – 1)^3(3x + 2)^2\) with respect to \(x\).
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
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\)
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)\)
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}\)
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)\)
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.
