BUKIT TIMAH TUTOR · ADDITIONAL MATHEMATICS SYNTHESIS GUIDE 25
The difficult part of differentiation is often not carrying out a rule. It is recognising which structure should be differentiated first — and whether the expression should be simplified before any rule is used.
A-Math calculus becomes much more reliable when the learner sees expressions as structures: a power, a product, a quotient, a composition, or a mixture of these. The derivative rule is then chosen because of the structure actually present, not because one rule was recently taught.
This guide develops that decision process. It connects rational powers, chain rule, product rule and quotient rule to algebraic simplification, tangents, stationary points and verification. The main discipline is to keep the original domain visible and to check whether a simpler equivalent form can reduce the calculus load before differentiating.
Read the structure → simplify if useful → choose the outer rule → differentiate inner structure → combine → verify.
1. Rule selection begins before the derivative symbol
Consider three expressions:
- x³(x+1)
- (x³)/(x+1)
- (x³+1)⁵
The surface symbols are similar, but their outer structures are different: product, quotient and composition. A reliable learner identifies the outermost operation before differentiating.
The question is not “Which rule do I remember?” It is “What operation joins the largest pieces of this expression?”
2. The power rule extends to rational powers
For powers where the expression is defined,
d(xⁿ)/dx = nxⁿ⁻¹.
Examples:
- d(x5/2)/dx = (5/2)x3/2
- d(x−3)/dx = −3x−4
- d(√x)/dx = d(x1/2)/dx = 1/(2√x), for x>0
Writing radicals and reciprocals as powers can expose the rule immediately.
3. Algebraic simplification can remove an unnecessary quotient rule
Differentiate
f(x)=(x³+2x)/x, x≠0.
Before using the quotient rule, simplify:
f(x)=x²+2, x≠0.
Therefore
f′(x)=2x
on the original domain x≠0.
The derivative formula 2x does not restore x=0 to the original function’s domain. Simplifying reduced the computational load without changing the domain history.
4. The chain rule follows nested dependence
If y=f(u) and u=g(x), then
dy/dx=(dy/du)(du/dx).
For
y=(3x−1)⁵,
the outer function is u⁵ and the inner function is u=3x−1. Thus
dy/dx=5(3x−1)⁴·3=15(3x−1)⁴.
5. Rational powers need the chain rule too
Differentiate
y=(2x+5)3/2.
Then
dy/dx=(3/2)(2x+5)1/2·2=3√(2x+5).
For the real-valued original function, 2x+5≥0. Where the derivative is interpreted as an ordinary real derivative through the power form, the interior point condition matters.
6. The product rule preserves one factor at a time
If y=uv, then
y′=u′v+uv′.
For
y=x²(x+3)⁴,
take u=x² and v=(x+3)⁴:
y′=2x(x+3)⁴+x²·4(x+3)³.
Factor common structure:
y′=2x(x+3)³[(x+3)+2x]=6x(x+3)³(x+1).
Factoring after differentiation often makes stationary-point analysis far easier.
7. Expanding first can be better than the product rule
Differentiate
(x+1)(x−2).
The product rule works, but expansion gives
x²−x−2
and therefore derivative
2x−1.
Use the representation that makes the next step cheaper. Calculus does not reward using the most complicated valid rule.
8. But expanding can destroy useful structure
For y=x²(x+3)⁴, fully expanding creates a sixth-degree polynomial with many terms. The product-plus-chain structure is much more economical.
A good pre-differentiation question is:
Will expansion simplify the derivative, or merely make the expression longer?
9. The quotient rule
If y=u/v with v≠0, then
y′=(u′v−uv′)/v².
The order in the numerator matters: derivative of numerator times denominator, minus numerator times derivative of denominator.
For
y=(x²+1)/(x−1), x≠1,
we obtain
y′=[2x(x−1)−(x²+1)]/(x−1)²
=(x²−2x−1)/(x−1)².
10. Polynomial division may simplify a rational function first
For the same function,
(x²+1)/(x−1)=x+1+2/(x−1).
Differentiate:
y′=1−2/(x−1)².
Putting over a common denominator gives
[(x−1)²−2]/(x−1)²=(x²−2x−1)/(x−1)²,
matching the quotient rule. Two routes provide mutual verification.
11. Product and chain rule together
Differentiate
y=(x²+1)(2x−3)⁵.
Product rule is the outer structure:
y′=2x(2x−3)⁵+(x²+1)·10(2x−3)⁴.
Factor:
y′=2(2x−3)⁴[x(2x−3)+5(x²+1)].
The chain rule occurs inside the second product-rule term. Rule combinations are nested because the function structure is nested.
12. Quotient and chain rule together
Differentiate
y=(x+1)/(x²+4)².
Using quotient rule directly:
y′=[1·(x²+4)²−(x+1)·4x(x²+4)]/(x²+4)⁴.
Factor (x²+4):
y′=[(x²+4)−4x(x+1)]/(x²+4)³.
An alternative is y=(x+1)(x²+4)−2, then use product plus chain rule. Both should agree.
13. Choose a form that helps the next question
If the next task is to solve y′=0, a factorised derivative is usually more useful than an expanded one. If the next task is to evaluate y′ at one x-value, a partially unexpanded form may be cheapest.
Differentiation is not complete merely when a correct derivative appears. The derivative should be prepared for the mathematical job that follows.
14. Stationary points after a product derivative
Recall
y=x²(x+3)⁴
with
y′=6x(x+3)³(x+1).
Stationary x-values are
x=0, −3, −1.
The factorised derivative reveals all three without solving a high-degree expanded polynomial.
15. Tangent and normal require the original point
For y=(x²+1)/(x−1), find the tangent at x=2.
Original function value:
y=(4+1)/(1)=5.
Derivative value:
y′(2)=1−2/(1)²=−1.
Tangent:
y−5=−(x−2).
Normal gradient is 1, so normal:
y−5=x−2.
16. Second derivative can inherit rule structure
If y=(3x−1)⁵, then
y′=15(3x−1)⁴
and
y″=180(3x−1)³.
The chain rule remains active at each differentiation stage. Repeated differentiation does not remove the inner function unless the power eventually reduces it away.
17. Domain can change what a derivative statement means
For f(x)=√(x−1), the original real domain is x≥1. The derivative
f′(x)=1/[2√(x−1)]
is defined only for x>1.
The endpoint x=1 belongs to the function but not to this finite derivative expression. A derivative is a new function with its own domain, constrained by the differentiability of the original.
18. A derivative can be checked numerically
If f′(2) is claimed to be −1, compare a small secant slope near x=2:
[f(2.001)−f(2)]/0.001.
A close numerical value supports the local gradient calculation. It is not a proof, but it is a useful calculator-state and algebra check.
19. Differentiate after rewriting radicals and reciprocals
Differentiate
y=3√x+4/x².
Rewrite:
y=3x1/2+4x−2.
Then
y′=(3/2)x−1/2−8x−3
=3/(2√x)−8/x³.
For the original real expression, x>0 because both √x and 1/x² appear.
20. A composite quotient can sometimes be rewritten as a power
For
y=1/(2x+1)³,
the quotient rule is valid but unnecessary. Write
y=(2x+1)−3.
Then
y′=−6(2x+1)−4=−6/(2x+1)⁴.
Recognising a quotient as a negative power turns quotient rule into chain rule.
21. Common failure patterns
- Choosing a rule from the latest chapter rather than the expression’s outer structure.
- Forgetting the inner derivative in a chain-rule expression.
- Multiplying derivatives instead of using the product rule.
- Reversing the two numerator terms in the quotient rule.
- Expanding a high-power product and creating unnecessary algebra.
- Using the quotient rule where cancellation or polynomial division gives a much simpler form.
- Solving y′=0 from an unnecessarily expanded derivative.
- Forgetting the original domain after algebraic simplification.
22. A reliable rule-selection routine
- Record the domain if radicals or denominators create restrictions.
- Ask whether algebraic simplification will reduce the calculus load.
- Identify the outermost operation: sum, power/composition, product or quotient.
- Apply the corresponding outer rule.
- Differentiate each inner component, using chain rule where needed.
- Factor or simplify the derivative for the next task.
- Check a special value, equivalent form or numerical gradient where useful.
- Return to the original function for point coordinates and interpretation.
23. Practice set
- Differentiate x7/2.
- Differentiate x−4.
- Differentiate (3x+2)⁶.
- Differentiate √(5x−1).
- Differentiate x³(x−2)⁴.
- Differentiate (x²+1)(x+1)³.
- Differentiate (x²+3)/(x−2).
- Differentiate 1/(4x−1)² using a negative power.
- Differentiate (x+2)/(x²+1).
- Simplify then differentiate (x³−x)/x, x≠0.
- Find the tangent to y=(2x+1)³ at x=0.
- Find the normal to y=x²(x+1) at x=1.
- Find stationary x-values of y=x²(x−3)².
- Differentiate 3√x+2/x.
- State the real domain of the derivative of √(x+4).
- Explain why the quotient rule is unnecessary for 1/(x+2)⁵.
- Differentiate (x²−1)⁴ and factor the result.
- Differentiate x/(x+1)² using product with a negative power.
- Give one independent way to check a quotient-rule derivative.
- Why should the derivative often be factorised before solving stationary points?
Answers
- (7/2)x5/2.
- −4x−5.
- 18(3x+2)⁵.
- 5/[2√(5x−1)].
- 3x²(x−2)⁴+4x³(x−2)³ = x²(x−2)³(7x−6).
- 2x(x+1)³+3(x²+1)(x+1)² = (x+1)²[2x(x+1)+3(x²+1)].
- [2x(x−2)−(x²+3)]/(x−2)² = (x²−4x−3)/(x−2)².
- −8/(4x−1)³.
- [(x²+1)−2x(x+2)]/(x²+1)² = (1−x²−4x)/(x²+1)².
- x²−1, x≠0; derivative 2x on the original domain.
- Point (0,1), derivative 6(2x+1)², slope 6; y−1=6x.
- y=x³+x²; y(1)=2, y′=3x²+2x so slope 5; normal slope −1/5: y−2=−(1/5)(x−1).
- y′=2x(x−3)²+2x²(x−3)=2x(x−3)(2x−3), so x=0,3,3/2.
- 3/(2√x)−2/x², x>0.
- x>−4.
- Rewrite as (x+2)−5 and use chain rule.
- 8x(x²−1)³.
- y=x(x+1)−2; y′=(x+1)−2−2x(x+1)−3=(1−x)/(x+1)³.
- Rewrite the function by division/negative powers if possible and differentiate again, or compare a numerical secant slope near a test point.
- Factorisation exposes the zero-producing factors directly and reduces the chance of missing roots.
24. What mastery looks like
Mastery means the learner sees derivative rules as consequences of function structure, simplifies before differentiating when that reduces complexity, combines rules correctly when structures are nested, keeps domains intact and prepares the derivative for the next job instead of stopping at the first correct-looking expression.
The transfer test is to mix several forms without naming the rule. If the learner can decide whether to expand, divide, rewrite as a negative power, or apply product/quotient/chain rules based on the expression itself, calculus rule selection has become independent.
Continue through Batch 07
- Guide 26: Connected Rates of Change — Geometry, Variables, Units and Constraints
- Guide 27: Partial Fractions — Repeated Linear Factors, Quadratic Factors and Reconstruction
- Guide 28: Principal Values, Inverse Trigonometric Functions, Graphs, Symmetry and Interval Solutions
- Additional Mathematics Directory
- BTT Mathematics Hub
