Skip to content
spmaddmath.com.my
Tuition

Study

SyllabusFormulasMethodsExam & PapersTools
LocationsPricingBlogOur TeachersContact
EN

Form 5 · Calculus

Differentiation, SPM Additional Mathematics (Form 5)

Differentiation is the calculus of change: it turns a function into its gradient function dydx\frac{dy}{dx} so you can measure how fast yy responds to xx. In Form 5 you learn limits and first principles, the power, chain, product and quotient rules, and how to use derivatives to find tangents and normals, turning points, rates of change and small-change approximations.

What this chapter is

Differentiation is your first serious look at calculus, the mathematics of change. Everything before this chapter describes shapes and quantities as they are; differentiation describes how they move, how a curve steepens, how a volume grows, how a cost responds when you change a price.

The central object is the gradient function dydx\frac{dy}{dx}, which gives the exact slope of a curve at any point rather than the average slope between two points.

The chapter opens with the idea of a limit: what a function value settles towards as its variable creeps towards a target. That single idea makes the whole subject rigorous.

From it you build the first principle of differentiation, then quickly move to shortcut rules, the power rule, chain rule, product rule and quotient rule, that let you differentiate almost any algebraic function in seconds.

The second half is all about using the derivative. You find the gradient of a tangent, write the equations of tangents and normals, locate turning points and decide whether each is a maximum or a minimum, and solve real optimisation problems.

You then connect derivatives through the chain rule to handle rates of change (how quantities change with time) and small changes and approximation. This chapter also sets up the next one, Integration, which reverses everything you do here.

Our teachers treat this chapter as a set of clean, repeatable procedures. Once you can name the structure of a function, is it a power, a chain, a product, a quotient?, the right rule follows automatically, and the working almost writes itself.

Because SPM uses analytic scoring, every correct line of that working earns credit, so a tidy, step-by-step method is worth marks even when the final answer slips.

Before you start, make sure a few Form 4 skills are solid. You need confident function notation, the laws of indices, so you can rewrite 1x2\frac{1}{x^{2}} as x2x^{-2} and x\sqrt{x} as x1/2x^{1/2} before differentiating, and the idea of gradient from coordinate geometry.

It also helps to recognise the two notations you will meet, dydx\frac{dy}{dx} and f(x)f'(x), which mean the same thing. At this level differentiation is limited to algebraic functions; you will not differentiate trigonometric, exponential or logarithmic functions in Form 5 Add Math, so every question reduces to powers of xx combined by the four rules.

Content standards (DSKP)

The DSKP organises Differentiation into four content standards. Here is what each one asks you to master.

CodeContent standardWhat you learn
2.1Limit and its Relation to DifferentiationFind the limit of a function as its variable approaches zero, and find a first derivative from first principles.
2.2The First DerivativeDifferentiate y=axny=ax^{n} with the power rule, then algebraic, composite (chain rule), product and quotient functions.
2.3The Second DerivativeDifferentiate a second time to obtain d2ydx2\frac{d^{2}y}{dx^{2}} for an algebraic function.
2.4Application of DifferentiationTangents and normals, turning points and their nature, maximum and minimum problems, rates of change, and small changes and approximation.

Notice how the standards flow: 2.1 builds the definition, 2.2 and 2.3 build the tools, and 2.4 spends nine learning standards on applications. That weighting tells you where the marks live, the mechanics of differentiating are only worth doing well because 2.4 turns them into problem-solving.

It is worth reading the learning standards under 2.4 in full when you revise, because they name the exact skills examiners draw from: interpreting the gradient of a tangent at different points, writing equations of tangents and normals, finding turning points and their nature, working rates of change for related quantities, and estimating small changes and approximations. Each of those is a recognisable question type, so treating them as a checklist keeps your revision honest.

Key ideas

1. Limits: what a function approaches

A limit asks where a function heads as its input approaches a value, even if the function is not defined exactly there. For gradients we care about the input change δx\delta x shrinking towards zero.

For instance, x29x3\frac{x^{2}-9}{x-3} has no value at x=3x=3, yet factorising the numerator into (x+3)(x3)(x+3)(x-3) and cancelling shows the expression approaches 6. Learning to evaluate limδx0\lim_{\delta x \to 0}, that factorise-cancel-then-substitute move, is the foundation everything else rests on.

2. The first principle

The gradient at a point is the limit of the gradient of a chord as the second point slides in. You form f(x+δx)f(x)δx\frac{f(x+\delta x)-f(x)}{\delta x}, expand and simplify until the δx\delta x in the denominator cancels, then let δx0\delta x \to 0.

This definition is what the shortcut rules secretly stand on, and SPM can ask you to differentiate a simple function directly from it.

First principle of differentiationMust memorise
dydx=limδx0f(x+δx)f(x)δx\frac{dy}{dx} = \lim_{\delta x \to 0} \frac{f(x+\delta x) - f(x)}{\delta x}
Not on the SPM formula list, you must know it.

3. The power rule

For any term of the form axnax^{n}, differentiate by multiplying by the power and reducing the power by one. So y=4x3y=4x^{3} gives dydx=12x2\frac{dy}{dx}=12x^{2}, any constant term differentiates to zero, and after rewriting, y=2x=2x1y=\frac{2}{x}=2x^{-1} gives 2x2-2x^{-2}.

This is the workhorse of the whole chapter, and it also handles negative and fractional indices once you rewrite roots and fractions as powers first, then apply one clean rule.

Power ruleMust memorise
y=axn    dydx=naxn1y = ax^{n} \;\Rightarrow\; \frac{dy}{dx} = n\,ax^{\,n-1}
Must be memorised, not supplied in the exam.

4. The chain rule (composite functions)

When a function sits inside another, such as (3x1)5(3x-1)^{5}, differentiate the outer function and multiply by the derivative of the inner function. Treating the bracket as uu, the outer derivative is 5u45u^{4} and the inner derivative is 33, giving 15(3x1)415(3x-1)^{4}.

Missing that inner derivative is the single most common differentiation error in the chapter.

Chain ruleMust memorise
y=f(u),  u=g(x)    dydx=dydu×dudxy = f(u),\; u = g(x) \;\Rightarrow\; \frac{dy}{dx} = \frac{dy}{du} \times \frac{du}{dx}

5. The product and quotient rules

For a product uvuv of two expressions, and for a quotient uv\frac{u}{v}, you cannot simply multiply or divide the separate derivatives. Set out uu, vv, dudx\frac{du}{dx} and dvdx\frac{dv}{dx} in a small table first, then substitute into the formula, that habit alone removes most sign and ordering slips.

Sometimes an expression can instead be expanded and differentiated term by term, which is quicker, so reach for the product rule only when expanding is awkward.

Product rule and quotient ruleMust memorise
ddx(uv)=udvdx+vdudx,ddx ⁣(uv)=vdudxudvdxv2\frac{d}{dx}(uv) = u\frac{dv}{dx} + v\frac{du}{dx}, \qquad \frac{d}{dx}\!\left(\frac{u}{v}\right) = \frac{v\frac{du}{dx} - u\frac{dv}{dx}}{v^{2}}

6. The second derivative

Differentiate a second time to get d2ydx2\frac{d^{2}y}{dx^{2}}. Its sign classifies turning points quickly: negative means a maximum, positive means a minimum.

It is also the neatest way to decide the nature of a stationary point without a sign table. Watch the notation, d2ydx2\frac{d^{2}y}{dx^{2}} means differentiate dydx\frac{dy}{dx} once more, and it is not the same as (dydx)2\left(\frac{dy}{dx}\right)^{2}.

7. Tangents and normals

The value of dydx\frac{dy}{dx} at a point is the gradient of the tangent there. The normal is perpendicular, so its gradient is the negative reciprocal, 1m-\frac{1}{m}.

From a point and a gradient you write each line with yy1=m(xx1)y-y_1=m(x-x_1). A reliable routine is: differentiate, substitute the xx-value to get the tangent gradient, take the negative reciprocal for the normal, then use the point-gradient form for whichever line is asked.

8. Turning points and their nature

At a turning point the curve is momentarily flat, so dydx=0\frac{dy}{dx}=0. Solving that equation gives the coordinates; the second-derivative test (or a sign table of the first derivative) then tells you whether each is a maximum, a minimum, or a point of inflection.

In an optimisation problem you first build the quantity to be maximised as a function of a single variable using a given constraint, then differentiate, set the derivative to zero, and confirm the nature before you state the maximum or minimum value.

9. Rates of change

When two quantities are linked and both change with time, connect their rates with the chain rule: dAdt=dAdr×drdt\frac{dA}{dt} = \frac{dA}{dr} \times \frac{dr}{dt}. A typical set-up tells you how fast a radius grows and asks how fast the area or volume grows: differentiate the area or volume formula with respect to the radius, then multiply by the given rate.

These questions are pure comprehension once you identify which rate is given and which is wanted.

10. Small changes and approximation

For a small change in xx, the change in yy is estimated by δydydxδx\delta y \approx \frac{dy}{dx}\,\delta x. To approximate 25.1\sqrt{25.1}, for example, take y=xy=\sqrt{x} near x=25x=25 with δx=0.1\delta x = 0.1, and add dydxδx\frac{dy}{dx}\,\delta x to the known value 5.

This lets you approximate a new value or estimate a percentage change without recomputing the function from scratch, the DSKP limits these to two variables.

How it is examined

Differentiation is a Calculus chapter, and calculus is a heavy scorer across both SPM Additional Mathematics papers. You meet it in two paper environments, and because the topic supplies both quick technique questions and full application problems, it can appear anywhere from the most routine items right through to the harder problem-solving items on either paper.

Paper 1 (3472/1) runs for 2 hours and carries 80 marks in two sections. Section A has 12 questions worth 64 marks and you answer all of them; Section B has 3 questions worth 16 marks and you answer 2.

Here differentiation typically appears as short, structured items: differentiate a function, find a gradient, write a tangent, or locate a turning point, clean technique under time pressure.

Paper 2 (3472/2) runs for 2 hours 30 minutes and carries 100 marks in three sections: Section A (7 questions, 50 marks, answer all), Section B (4 questions, 30 marks, answer 3) and Section C (4 questions, 20 marks, answer 2). The longer format suits full application problems, optimisation, rates of change and connected reasoning, where you must set up the model, differentiate, and interpret the answer.

Across the papers, items are spread by difficulty in a Low : Medium : High ratio of 5 : 3 : 2, so most differentiation marks come from routine technique that anyone who has drilled the rules can secure. The items are limited-response subjective and structured limited-response subjective questions, you write out full working rather than choosing from options, which is exactly why a clear method pays off.

You are allowed a non-programmable scientific calculator, and the papers use analytic scoring, every valid step of working is credited, which rewards showing your method line by line.

Method marks are real marks

Because SPM uses analytic scoring, write the rule you are applying, then each step. If you set dydx=0\frac{dy}{dx}=0 and solve correctly but slip in the final arithmetic, you still keep the method marks.

Never erase working, draw a single line through anything you replace.

Common mistakes

These are the errors we correct most often when students first meet Differentiation.

1. Forgetting the inner derivative in the chain rule

Writing ddx(3x1)5=5(3x1)4\frac{d}{dx}(3x-1)^{5}=5(3x-1)^{4} and stopping loses the factor of 3. Always multiply by the derivative of the inside, so the answer is 15(3x1)415(3x-1)^{4}.

2. Multiplying derivatives instead of using the product rule

The derivative of uvuv is not dudxdvdx\frac{du}{dx}\cdot\frac{dv}{dx}. Use udvdx+vdudxu\frac{dv}{dx}+v\frac{du}{dx}, and label which factor is uu and which is vv before you start.

3. Mishandling negative and fractional powers

Rewrite 1x\frac{1}{x} as x1x^{-1} and x\sqrt{x} as x1/2x^{1/2} before differentiating. Reducing the power by one on a negative index gives a more negative index, e.g. x1x2x^{-1}\to -x^{-2}; this is where signs go wrong.

4. Confusing the second-derivative test for maximum and minimum

A negative second derivative marks a maximum and a positive one a minimum, the opposite of what many students first assume. Write the test out each time rather than trusting memory under pressure.

5. Using the tangent gradient for the normal

The normal is perpendicular to the tangent, so its gradient is 1m-\frac{1}{m}, not mm. A common slip is to write the normal with the tangent's gradient.

6. Not linking rates through the chain rule

In rates-of-change problems, connect the quantities with dVdt=dVdr×drdt\frac{dV}{dt}=\frac{dV}{dr}\times\frac{dr}{dt}. Trying to jump straight from one rate to another without the connecting derivative is the usual reason these questions collapse.

7. Differentiating before simplifying

Some expressions are far easier once they are tidied first. A quotient like x3+2xx\frac{x^{3}+2x}{x} splits into x2+2x^{2}+2 and differentiates in a single line, so you never need the quotient rule at all; likewise, expand a product of simple brackets before differentiating term by term.

Always ask whether a quick simplification avoids a longer rule and its extra chances to slip.

How to study this chapter

A reliable order of attack, each stage builds on the one before, so resist skipping ahead. Most students who struggle here have not skipped the concepts; they have skipped the repetition that makes the four rules automatic, so they lose time deciding which rule to use instead of using it.

Volume of clean practice, more than anything clever, is what turns this chapter into reliable marks.

  1. 1

    Ground the definition

    Evaluate a few limits by factorising, then differentiate one or two simple functions from first principles so the shortcut rules make sense rather than feeling arbitrary.

  2. 2

    Drill the four rules to automatic

    Practise the power, chain, product and quotient rules until you can identify a function's structure at a glance and reach for the right rule without hesitating.

  3. 3

    Master the Paper 1 applications

    Work tangents, normals, turning points and their nature until the procedure is second nature, these are your fast, dependable marks.

  4. 4

    Build up to Paper 2 problems

    Move on to optimisation, rates of change, and small changes and approximation, where you must model the situation before you differentiate.

  5. 5

    Rehearse under timed conditions

    Do mixed sets against the clock with only a non-programmable scientific calculator, writing every method line so analytic scoring works in your favour.

Use these companion resources for this chapter:

Get 1-to-1 help.

Book a Trial Class

Frequently asked questions

Do I need to know differentiation from first principles for SPM?

Yes. Content standard 2.1 asks you to find a first derivative using the first principle, so you should be able to differentiate a simple function such as y=x2y=x^{2} directly from dydx=limδx0f(x+δx)f(x)δx\frac{dy}{dx}=\lim_{\delta x \to 0}\frac{f(x+\delta x)-f(x)}{\delta x}.

For most other questions you then use the shortcut rules.

Are any differentiation formulae given in the exam?

No. The power, chain, product and quotient rules are not on the SPM formula list, so you must memorise them.

The list mainly supplies algebra, statistics, trigonometry and geometry formulae, nothing from calculus.

How do I decide if a turning point is a maximum or a minimum?

Set dydx=0\frac{dy}{dx}=0 to find the point, then test the second derivative: a negative d2ydx2\frac{d^{2}y}{dx^{2}} means a maximum and a positive value means a minimum. If it is zero, use a sign table of the first derivative to check for a point of inflection.

How does differentiation connect to the next chapter, Integration?

Integration reverses differentiation, it recovers a function from its gradient function. Content standard 3.1 explicitly builds on the relationship, so a strong grasp of the four rules here makes the whole of Integration far easier.

Can my calculator do the differentiation for me?

No. SPM allows only a non-programmable scientific calculator, so you differentiate by hand and use the calculator only for the arithmetic once your expression is set up.

That is another reason the four rules need to be second nature before the exam.

Source:SRC-DSKP-ENSRC-FORMAT

Written by the spmaddmath.com.my editorial team.· Last updated 5 September 2026

Ready to get started?

Book a Trial Classfrom RM50/hr · One-hour paid trial · Same-day reply
Book a Trial ClassOne-hour paid trial · Same-day reply