Further Differentiation Techniques
Master the chain rule, product rule, and quotient rule for differentiating complex functions in HSC Advanced Mathematics.
The Chain Rule
The chain rule is used when you need to differentiate a composite function — a function within a function. If y = f(g(x)), then:
dy/dx = f'(g(x)) · g'(x)
Differentiate the outer function, then multiply by the derivative of the inner function.
A useful way to remember the chain rule is: "derivative of the outside times derivative of the inside". For example, to differentiate y = (3x + 1)5, we let u = 3x + 1, so y = u5.
Step 1: Differentiate the outer function: dy/du = 5u4
Step 2: Differentiate the inner function: du/dx = 3
Result: dy/dx = 5(3x + 1)4 × 3 = 15(3x + 1)4
The Product Rule
The product rule is used when differentiating the product of two functions. If y = u(x) · v(x), then:
dy/dx = u'v + uv'
The derivative of the first times the second, plus the first times the derivative of the second.
For example, to differentiate y = x2 · sin(x), we let u = x2 and v = sin(x).
u' = 2x, v' = cos(x)
dy/dx = 2x · sin(x) + x2 · cos(x)
The Quotient Rule
The quotient rule is used to differentiate a function that is the ratio of two functions. If y = u(x) / v(x), then:
dy/dx = u'v − uv'v2
"Low d-high minus high d-low, all over the square of what's below."
For example, to differentiate y = (x + 1) / (x2 − 3), let u = x + 1 and v = x2 − 3.
u' = 1, v' = 2x
dy/dx = 1 · (x2 − 3) − (x + 1) · 2x(x2 − 3)2
= −x2 − 2x − 3(x2 − 3)2
Key Vocabulary
Chain Rule
A rule for differentiating composite functions: differentiate the outer function and multiply by the derivative of the inner function.
Product Rule
A rule for differentiating the product of two functions: u'v + uv'.
Quotient Rule
A rule for differentiating a ratio of two functions: (u'v − uv') / v2.
Composite Function
A function formed by substituting one function into another, e.g. f(g(x)).
Worked Examples
Differentiate y = (2x3 − x)4 using the chain rule.
Step 1: Let u = 2x3 − x, so y = u4.
Step 2: dy/du = 4u3, and du/dx = 6x2 − 1.
Answer: dy/dx = 4(2x3 − x)3(6x2 − 1)
Differentiate y = x3 · ex using the product rule.
Step 1: Let u = x3 and v = ex. Then u' = 3x2 and v' = ex.
Step 2: Apply the product rule: dy/dx = u'v + uv' = 3x2 · ex + x3 · ex.
Answer: dy/dx = ex(3x2 + x3) = x2ex(3 + x)
Differentiate y = sin(x) / x2 using the quotient rule.
Step 1: Let u = sin(x) and v = x2. Then u' = cos(x) and v' = 2x.
Step 2: Apply the quotient rule: dy/dx = (u'v − uv') / v2
Step 3: = (cos(x) · x2 − sin(x) · 2x) / x4
Answer: dy/dx = (x · cos(x) − 2sin(x)) / x3
Knowledge Check
Select the correct answer for each question. Click "Check Answer" to see if you are right.
Question 1
Using the chain rule, find dy/dx if y = (5x + 2)3.
Question 2
Using the product rule, differentiate y = x · ln(x).
Question 3
What is the derivative of y = e3x?
Question 4
Using the quotient rule, differentiate y = x / ex.
Question 5
Differentiate y = sin(x2) using the chain rule.
Key Concepts Summary
- ● The chain rule differentiates composite functions: dy/dx = f'(g(x)) · g'(x).
- ● The product rule differentiates products of two functions: dy/dx = u'v + uv'.
- ● The quotient rule differentiates ratios: dy/dx = (u'v − uv') / v2.
- ● These rules can be combined for more complex expressions (e.g., chain rule within a product rule).
- ● Always simplify your answer by factoring where possible.