Differentiation: Measuring How a Function Changes Now
A derivative is not merely a rule that lowers a power. It measures instantaneous change: geometrically as a tangent gradient and dynamically as a rate of change.
Differentiation is one of the major transitions in Additional Mathematics. Earlier algebra usually asks for values, roots, factors or relationships. Calculus asks how those relationships change. If y = f(x), the derivative tells us how rapidly y is changing as x changes at a particular point. On a graph, that is the gradient of the tangent. In a motion problem, it can become velocity. In a growth model, it becomes an instantaneous growth rate.
This guide builds differentiation as a connected system: meaning first, notation second, standard derivatives third, then product, quotient and chain rules. The objective is not to memorise three named rules in isolation. It is to recognise the structure of the function before differentiating and choose the rule that matches that structure.
AI Extraction Box: The Core Map
- Derivative meaning: gradient of the tangent to y=f(x) and instantaneous rate of change.
- Notation: f′(x), dy/dx, d/dx[f(x)], with f″(x) and d²y/dx² for second derivative.
- Power rule: d/dx(xⁿ)=nxⁿ⁻¹ for rational n in the syllabus domain.
- d/dx(sin x)=cos x.
- d/dx(cos x)=−sin x.
- d/dx(tan x)=sec²x.
- d/dx(eˣ)=eˣ.
- d/dx(ln x)=1/x, for x>0 in the real logarithmic setting.
- Product rule: (uv)′=u′v+uv′.
- Quotient rule: (u/v)′=(vu′−uv′)/v².
- Chain rule: derivative of outside × derivative of inside.
- Tangent gradient: evaluate dy/dx at the point.
- Normal gradient: negative reciprocal of tangent gradient when both are finite and non-zero.
Average Change Versus Instantaneous Change
Between two points on a curve, the gradient of the secant line gives an average rate of change:
average gradient = Δy/Δx.
But a curved graph does not have one fixed gradient. As the second point moves closer to the first, the secant line approaches the tangent. The derivative captures the limiting gradient at that point.
This distinction matters in applications. A car may average 50 km/h over a journey but be travelling at 70 km/h at one instant. A population may increase by an average amount over a year but have a different instantaneous growth rate at a particular time.
Average rate uses an interval. Derivative uses a point.
Derivative Notation Is a Language of Dependency
If y=f(x), the notations f′(x) and dy/dx refer to the derivative with respect to x. The notation dy/dx is especially useful because it reminds us which variable depends on which and which variable is changing independently.
The second derivative can be written:
f″(x) or d²y/dx².
The second derivative measures how the first derivative changes. Later it helps distinguish maxima from minima and describes acceleration when the first derivative is velocity.
The Power Rule
For a power xⁿ:
d/dx(xⁿ)=nxⁿ⁻¹.
Examples:
- d/dx(x⁵)=5x⁴;
- d/dx(x⁻²)=−2x⁻³;
- d/dx(√x)=d/dx(x¹ᐟ²)=1/2 x⁻¹ᐟ²=1/(2√x);
- d/dx(7x³)=21x²;
- d/dx(4)=0.
Fractional and negative powers are easier when rewritten in index notation before differentiating. A student who leaves 1/x² or √x in radical/fraction form can still differentiate, but the structure is less visible.
Worked Example 1: Polynomial Differentiation
Differentiate:
y=3x⁴−5x²+7x−9.
Differentiate term by term:
dy/dx=12x³−10x+7.
The constant disappears because a horizontal constant function has zero gradient everywhere.
Standard Trigonometric, Exponential and Logarithmic Derivatives
For angles measured in radians in calculus:
d/dx(sin x)=cos x
d/dx(cos x)=−sin x
d/dx(tan x)=sec²x
d/dx(eˣ)=eˣ
d/dx(ln x)=1/x.
The radians condition is important. The elegant standard derivatives of sine and cosine take these forms when the angle is measured in radians. This is one reason radians become the natural angle unit in calculus.
These standard derivatives can be combined with constants, sums and differences just like the power rule.
Worked Example 2: Mixed Standard Functions
Differentiate:
y=4eˣ−3sin x+2ln x.
Then:
dy/dx=4eˣ−3cos x+2/x.
The sign on the sine derivative stays positive for cos, while differentiating cos introduces a negative sign. This asymmetry is worth checking explicitly.
The Product Rule
If y=u(x)v(x), differentiating each factor separately and multiplying the answers is generally wrong. The correct rule is:
dy/dx=u′v+uv′.
A useful spoken version is:
differentiate the first, keep the second + keep the first, differentiate the second.
But the spoken version should remain tied to the algebraic structure. The rule applies because the function is genuinely a product of two changing functions.
Worked Example 3: Product Rule
Differentiate:
y=x²eˣ.
Let u=x² and v=eˣ. Then u′=2x and v′=eˣ.
dy/dx=(2x)eˣ+x²eˣ
=eˣ(2x+x²).
Factoring eˣ at the end often makes later equation solving easier because eˣ is never zero.
The Quotient Rule
If y=u/v:
dy/dx=(vu′−uv′)/v².
The order in the numerator matters. A useful pattern is “bottom × derivative of top − top × derivative of bottom, over bottom squared”.
Before using the quotient rule, check whether algebra can simplify the expression into powers instead. For example, (x²+3x)/x can be rewritten x+3, which differentiates immediately. Method selection can remove the need for a more complicated rule.
Worked Example 4: Quotient Rule
Differentiate:
y=(x²+1)/(x+2).
Let u=x²+1, so u′=2x. Let v=x+2, so v′=1.
dy/dx=[(x+2)(2x)−(x²+1)(1)]/(x+2)²
=[2x²+4x−x²−1]/(x+2)²
=(x²+4x−1)/(x+2)².
The denominator restriction x≠−2 belongs to the original function and remains relevant.
The Chain Rule: Functions Inside Functions
The chain rule applies to composite functions. If y=f(g(x)), then:
dy/dx=f′(g(x))·g′(x).
A practical version is:
differentiate the outside function while keeping the inside unchanged, then multiply by the derivative of the inside.
For y=(3x+1)⁵, the outside is “power 5” and the inside is 3x+1. Therefore:
dy/dx=5(3x+1)⁴·3=15(3x+1)⁴.
The missing inner derivative is one of the most common calculus errors.
Worked Example 5: Chain Rule Across Function Families
Differentiate y=sin(4x−1).
dy/dx=cos(4x−1)·4=4cos(4x−1).
Differentiate y=e^(2x+3).
dy/dx=e^(2x+3)·2=2e^(2x+3).
Differentiate y=ln(5x−2).
dy/dx=[1/(5x−2)]·5=5/(5x−2).
The chain rule is therefore not one isolated chapter rule. It attaches to powers, trigonometric functions, exponentials and logarithms whenever one function is nested inside another.
Nested Structure Can Require More Than One Rule
Consider:
y=x²sin(3x).
The whole expression is a product, so use the product rule. Inside the sine factor is 3x, so differentiating that factor also requires the chain rule:
dy/dx=2x sin(3x)+x²·3cos(3x).
Therefore:
dy/dx=2x sin(3x)+3x²cos(3x).
Strong differentiation begins by reading the expression tree: what operation is outermost, and what functions are nested inside each component?
A Rule-Selection Decision Tree
- Can the expression simplify first? Simplify before invoking a heavy rule.
- Sum or difference? Differentiate term by term.
- Constant multiple? Keep the constant and differentiate the function.
- Product of changing functions? Product rule.
- Quotient of changing functions? Quotient rule unless rewriting as powers is cleaner.
- Function inside a function? Chain rule.
- Nested product/quotient? Use the outer structural rule, then chain rule inside components as needed.
Do not decide from visual length. A long expression may simplify before differentiation. A short expression such as sin(5x) still requires chain rule.
Tangent Gradient from the Derivative
If y=f(x), then f′(a) is the gradient of the tangent at x=a. To find the tangent equation:
- Find the point by evaluating y=f(a).
- Differentiate to get f′(x).
- Evaluate f′(a) to get tangent gradient m.
- Use point-gradient form y−y₁=m(x−x₁).
The derivative gives a gradient field; evaluation selects the gradient at the particular point.
Worked Example 6: Tangent Equation
Find the tangent to y=x³−2x at x=2.
Point:
y=8−4=4, so the point is (2,4).
Derivative:
dy/dx=3x²−2.
At x=2:
m=3(4)−2=10.
Tangent:
y−4=10(x−2).
Normal Lines
A normal is perpendicular to the tangent. If the tangent gradient is m and m is finite and non-zero, the normal gradient is:
mnormal=−1/m.
For the previous example, tangent gradient = 10, so normal gradient = −1/10. The normal through (2,4) is:
y−4=−(1/10)(x−2).
This reconnects calculus with coordinate geometry: perpendicular-line reasoning remains the same; calculus supplies the tangent gradient.
Second Derivatives
Differentiating again gives the second derivative. If:
y=x⁴−3x²,
then:
dy/dx=4x³−6x,
d²y/dx²=12x²−6.
The second derivative becomes important in stationary-point classification and motion. At this stage, the key idea is that derivatives themselves are functions and can therefore be differentiated.
Differentiation as a Rate-of-Change Language
If a quantity y depends on time t, then dy/dt measures its instantaneous rate of change with time. If distance s depends on time, ds/dt is velocity. If velocity v depends on time, dv/dt is acceleration.
Units travel through the derivative. If y is measured in metres and t in seconds, dy/dt is metres per second. If that rate is differentiated again with respect to time, the units become metres per second squared.
The derivative has meaning and units. It is not only symbolic output.
Common Failure Modes
| Visible error | Underlying issue | Repair |
|---|---|---|
| d/dx[(3x+1)⁵]=5(3x+1)⁴ | Inner derivative missing | Apply chain rule and multiply by 3 |
| (uv)′=u′v′ | Product rule misunderstood | Use u′v+uv′ |
| Quotient numerator sign reversed | Order not controlled | Write vu′−uv′ before substitution |
| d/dx(cos x)=sin x | Standard derivative sign forgotten | Remember cosine differentiates to negative sine |
| Uses quotient rule on simplifiable expression | No pre-differentiation algebra check | Simplify first |
| Tangent line uses f′(x) as y-coordinate | Function and derivative roles confused | Point comes from f(a); gradient comes from f′(a) |
| Normal gradient copied from tangent | Perpendicular condition forgotten | Use negative reciprocal where applicable |
Transfer Set
Question A
Differentiate y=5x³−4/x.
Answer: rewrite −4/x as −4x⁻¹. Then dy/dx=15x²+4x⁻².
Question B
Differentiate y=(2x−1)⁶.
Answer: 12(2x−1)⁵.
Question C
Differentiate y=x e²ˣ.
Answer: product plus chain rule gives e²ˣ+2xe²ˣ=e²ˣ(1+2x).
Question D
Differentiate y=ln(3x+4).
Answer: 3/(3x+4).
Question E
For y=x²+3x, find the tangent gradient at x=2.
Answer: dy/dx=2x+3, so gradient = 7.
A 50-Minute Differentiation Repair Session
- 6 minutes: retrieve standard derivatives and rewrite fractional/radical powers in index form.
- 8 minutes: differentiate six sums and constant multiples.
- 8 minutes: complete two product-rule questions.
- 8 minutes: complete two quotient-rule questions, simplifying first where possible.
- 8 minutes: complete four chain-rule questions across powers, trig, eˣ and ln x.
- 7 minutes: find a tangent and normal equation at a specified point.
- 5 minutes: classify each error by rule selection, algebra, inner derivative, sign or evaluation.
What Mastery Looks Like
- The learner can explain derivative as tangent gradient and instantaneous rate.
- The learner rewrites functions to expose powers and simplify structure before differentiating.
- The learner selects product, quotient and chain rules from the function structure rather than from memorised visual cues.
- The learner combines rules when functions are nested.
- The learner differentiates trig, exponential and logarithmic functions accurately.
- The learner evaluates a derivative at a point and uses it to build tangent and normal equations.
- The learner understands that second derivatives are derivatives of derivatives and prepares for stationary-point and motion applications.
Syllabus Alignment
This guide aligns with the differentiation component of the 2027 Singapore-Cambridge SEC G3 Additional Mathematics syllabus C1: derivative as tangent gradient and rate of change; standard derivative notation; derivatives of rational powers, sin x, cos x, tan x, eˣ and ln x; constant multiples, sums and differences; product and quotient rules; Chain Rule; and application to gradients, tangents and normals. Further applications to stationary points, connected rates and optimisation are developed in the next guide.
Official SEAB 2027 G3 syllabus index
Return to the Additional Mathematics Learning Hub
Additional Mathematics Learning Hub | Secondary 3–4 A-Math Guides
Continue with Stationary Points, Optimisation and Connected Rates of Change.