Tutorly.sg Logo
Topic hub
Start here for the full cluster: O-Level AI Tutor (Singapore)
This helps you move from the big picture to the most relevant supporting guides.

O Level Amath Differentiation Questions Singapore: A Complete Worksheet Practice Guide

Updated April 29, 2026O Levels
Tutorly.sg editorial team
Singapore-focused study guides aligned to MOE exam formats.
  • Tutorly.sg has been mentioned on Channel NewsAsia (CNA)
  • Tutorly.sg has been used by thousands of users in Singapore

If you’re doing O Level A-Math in Singapore, differentiation is one of those topics that can either pull your grade up… or quietly destroy your paper.

You already know the feeling: you kind of understand the formulas in class, but when it comes to full exam questions — especially those 6–8 mark ones with context — suddenly everything looks unfamiliar.

“Stuck on a question? See simple explanations that help you understand fast.”
👉 Give it a try and turn confusion into clarity in minutes.

Tutorly.sg learning in Singapore

This guide is written for you: a Secondary 3 or 4 student taking A-Math under the MOE syllabus, aiming to handle O Level Amath differentiation questions confidently.

I’ll walk you through:

  • A clear step-by-step tutorial (from basic rules to common exam twists)
  • A practical exam strategy guide whattodointhefirst1020secondsofeachquestionwhat to do in the first 10–20 seconds of each question
  • Worksheet-style practice, including hard variants similar to O Level / prelim standards
  • A breakdown of common mistakes Singapore students make (and how to avoid them)

Along the way, I’ll show you how to use Tutorly.sg — a 24/7 AI tutor website built specifically for Singapore students — to get instant practice and explanations whenever you’re stuck.

Tutorly.sg has already been used by thousands of students in Singapore, and was even mentioned on Channel NewsAsia (CNA), so you’re in good company.

Useful links to keep open while you read:


Step-by-step tutorial

Let’s build from the ground up. I’ll keep examples aligned to typical MOE / O Level style.

1. Core differentiation rules you must memorise

These are non-negotiable. You should be able to write them down from memory in under a minute.

  1. Power rule

If y=xny = x^n, then
dydx=nxn1\frac{dy}{dx} = nx^{n-1}

Examples:

  • y=x3dydx=3x2y = x^3 \Rightarrow \frac{dy}{dx} = 3 x^2
  • y=1x2=x2dydx=2x3=2x3y = \frac{1}{x^2} = x^{-2} \Rightarrow \frac{dy}{dx} = -2 x^{-3} = -\frac{2}{x^3}
  • y=x=x1/2dydx=12x1/2=12xy = \sqrt{x} = x^{1/2} \Rightarrow \frac{dy}{dx} = \frac{1}{2}x^{-1/2} = \frac{1}{2\sqrt{x}}
  1. Constant rule

If y=ky = k (where kk is a constant), then
dydx=0\frac{dy}{dx} = 0

  1. Constant multiple rule

If y=kf(x)y = k f(x), then
dydx=kddx[f(x)]\frac{dy}{dx} = k \frac{d}{dx}[f(x)]

Example: y=7x4dydx=74x3=28x3y = 7 x^4 \Rightarrow \frac{dy}{dx} = 7 \cdot 4 x^3 = 28 x^3

  1. Sum and difference

If y=f(x)+g(x)y = f(x) + g(x), then
dydx=f(x)+g(x)\frac{dy}{dx} = f'(x) + g'(x)

Same idea for subtraction.

  1. Product rule

If y=u(x)v(x)y = u(x)v(x), then
dydx=uv+uv\frac{dy}{dx} = u'v + uv'

  1. Quotient rule

If y=u(x)v(x)y = \dfrac{u(x)}{v(x)}, then
dydx=vuuvv2\frac{dy}{dx} = \frac{v u' - u v'}{v^2}

  1. Chain rule (composite function)

If y=f(g(x))y = f(g(x)), then
dydx=f(g(x))g(x)\frac{dy}{dx} = f'(g(x)) \cdot g'(x)

In O Level A-Math, you usually apply this to things like (3x1)5(3 x - 1)^5, 2x+3\sqrt{2 x+3}, 1x2+1\dfrac{1}{x^2+1} etc.


2. Differentiating standard algebraic expressions

Example 1: Expand then differentiate vs product rule

Question: Differentiate y=(x2+3x)(2x1)y = (x^2 + 3 x)(2 x - 1) with respect to xx.

Method A: Expand first (common in O Level)

  1. Expand:
    (x2+3x)(2x1)=2x3x2+6x23x=2x3+5x23x(x^2 + 3 x)(2 x - 1) = 2 x^3 - x^2 + 6 x^2 - 3 x = 2 x^3 + 5 x^2 - 3 x

  2. Differentiate term by term:
    dydx=6x2+10x3\frac{dy}{dx} = 6 x^2 + 10 x - 3

Method B: Product rule

Let u=x2+3xu = x^2 + 3 x, v=2x1v = 2 x - 1
Then u=2x+3u' = 2 x + 3, v=2v' = 2

Using product rule:
dydx=uv+uv=(2x+3)(2x1)+(x2+3x)(2)\frac{dy}{dx} = u'v + uv' = (2 x + 3)(2 x - 1) + (x^2 + 3 x)(2)

You can expand and simplify to get the same final answer.

Tip for exams:
If it’s easy to expand, expand first. Product rule is safer when expansion becomes messy or involves surds/fractions.


3. Chain rule in O Level style

You’ll see many expressions of the form (ax+b)n(ax + b)^n, ax+b\sqrt{ax + b}, 1ax2+b\dfrac{1}{ax^2 + b}.

Example 2: (3x2)4(3 x - 2)^4

Let y=(3x2)4y = (3 x - 2)^4.

Think of u=3x2u = 3 x - 2, so y=u4y = u^4.

  • dydu=4u3\dfrac{dy}{du} = 4 u^3
  • dudx=3\dfrac{du}{dx} = 3

By chain rule:
dydx=dydududx=4(3x2)33=12(3x2)3\frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx} = 4(3 x - 2)^3 \cdot 3 = 12(3 x - 2)^3

In practice, you can do this mentally:
“Power comes down, reduce power by 1, then multiply by derivative of inside.”


4. Product and quotient rule with chain rule combined

This is where many O Level differentiation questions start to feel “tricky”.

Example 3: Quotient with inner function

Question: Differentiate y=3x+2(x2+1)2y = \dfrac{3 x + 2}{(x^2 + 1)^2}.

Let u=3x+2u = 3 x + 2, v=(x2+1)2v = (x^2 + 1)^2.

  • u=3u' = 3
  • For vv: use chain rule. Let w=x2+1w = x^2 + 1, so v=w2v = w^2
    • dvdw=2w\dfrac{dv}{dw} = 2 w
    • dwdx=2x\dfrac{dw}{dx} = 2 x
    • So dvdx=2(x2+1)2x=4x(x2+1)\dfrac{dv}{dx} = 2(x^2 + 1)\cdot 2 x = 4 x(x^2 + 1)

Now use quotient rule:
dydx=vuuvv2=(x2+1)2(3)(3x+2)4x(x2+1)(x2+1)4\frac{dy}{dx} = \frac{v u' - u v'}{v^2} = \frac{(x^2 + 1)^2(3) - (3 x + 2)\cdot 4 x(x^2 + 1)}{(x^2 + 1)^4}

You can simplify by cancelling (x2+1)(x^2 + 1) factors, but in O Level marking schemes, partial simplification is usually accepted as long as it’s correct.


5. Tangents, normals, and gradient interpretation

This is heavily tested in O Levels, often combined with coordinate geometry.

Key ideas

  • Gradient of curve at point: value of dydx\dfrac{dy}{dx} at that xx-value
  • Equation of tangent at point (x1,y1)(x_1, y_1):
    yy1=m(xx1)y - y_1 = m(x - x_1)
    where m=dydxx=x1m = \left.\dfrac{dy}{dx}\right|_{x=x_1}
  • Normal line is perpendicular to tangent:
    mnormal=1mtangentm_{\text{normal}} = -\frac{1}{m_{\text{tangent}}}

Example 4: Equation of tangent

Curve: y=x32x2+1y = x^3 - 2 x^2 + 1
Find the equation of the tangent at x=1x = 1.

  1. Find yy-coordinate:
    y=132(1)2+1=12+1=0y = 1^3 - 2(1)^2 + 1 = 1 - 2 + 1 = 0
    So point is (1,0)(1, 0).

  2. Differentiate:
    dydx=3x24x\frac{dy}{dx} = 3 x^2 - 4 x

  3. Gradient at x=1x = 1:
    m=3(1)24(1)=34=1m = 3(1)^2 - 4(1) = 3 - 4 = -1

  4. Equation of tangent:
    y0=1(x1)y=x+1y - 0 = -1(x - 1) \Rightarrow y = -x + 1


6. Stationary points and nature (max/min)

This is another major O Level A-Math differentiation topic.

Steps to find stationary points

  1. Differentiate yy to get dydx\dfrac{dy}{dx}.
  2. Set dydx=0\dfrac{dy}{dx} = 0 and solve for xx (gives stationary points).
  3. Find corresponding yy-values.
  4. Use second derivative or gradient sign change to determine max/min.

Example 5: Stationary points

Curve: y=x36x2+9xy = x^3 - 6 x^2 + 9 x

  1. Differentiate:
    dydx=3x212x+9\frac{dy}{dx} = 3 x^2 - 12 x + 9

  2. Solve dydx=0\dfrac{dy}{dx} = 0:
    3x212x+9=0x24x+3=03 x^2 - 12 x + 9 = 0 \Rightarrow x^2 - 4 x + 3 = 0
    (x1)(x3)=0x=1 or x=3(x - 1)(x - 3) = 0 \Rightarrow x = 1 \text{ or } x = 3

  3. Find yy-values:

    • At x=1x = 1: y=16+9=4y = 1 - 6 + 9 = 4(1,4)(1, 4)
    • At x=3x = 3: y=2754+27=0y = 27 - 54 + 27 = 0(3,0)(3, 0)
  4. Second derivative:
    d2ydx2=6x12\frac{d^2 y}{dx^2} = 6 x - 12

    • At x=1x = 1: 6(1)12=66(1) - 12 = -6 (negative)maximum
    • At x=3x = 3: 6(3)12=66(3) - 12 = 6 (positive)minimum

So (1,4)(1, 4) is a maximum point, (3,0)(3, 0) is a minimum point.


Exam strategy guide

You don’t just need to know differentiation; you need to perform under exam conditions — PSLE is over, this is O Level A-Math now.

“Access more than 1000+ past year papers to practice”
👉 Start a paper today and test yourself like it’s the real exam.

Study smarter with Tutorly.sg

Here’s how to approach differentiation questions in your Paper 1 and Paper 2.

1. First 10 seconds: classify the question

Before you start differentiating, quickly ask:

  • Is this basic differentiation (just find dydx\dfrac{dy}{dx})?
  • Is it about tangent/normal?
  • Is it about stationary points?
  • Is it a rate of change word problem?
  • Is there a quotient/product/chain rule involved?

This 10-second check helps you recall the correct formula and prevents you from blindly expanding or differentiating wrongly.


2. Highlight the “with respect to” variable

In many O Level questions, especially rate of change, you’ll see:

  • “Find dydx\dfrac{dy}{dx}
  • “Find dAdt\dfrac{dA}{dt}
  • “Given that xx and tt are related…”

Always underline/box the variable you’re differentiating with respect to.
This is crucial for questions involving dydt\dfrac{dy}{dt} and dxdt\dfrac{dx}{dt}.

Example: If you know yx\dfrac{y}{x} relation and dxdt\dfrac{dx}{dt}, you might need chain rule:
dydt=dydxdxdt\frac{dy}{dt} = \frac{dy}{dx} \cdot \frac{dx}{dt}


3. Choose your method wisely

  • If the expression is simple to expand, expand then differentiate.
  • If it has multiple brackets, surds, or powers, consider product/quotient + chain rule.
  • If it’s in a fraction, check if you can simplify before applying quotient rule.

This decision can save you from heavy algebra mistakes.


4. Show clear working and structure

Markers in Singapore are used to our style of working. A good structure:

  1. Write the original function clearly.
  2. State the derivative rule if it’s a longer question (e.g. “Using quotient rule: …”).
  3. Show intermediate steps neatly, especially when using product/quotient rule.
  4. Box your final answer.

Even if your final answer is slightly off due to algebra, clear working can still earn method marks.


5. For tangent/normal questions: follow a fixed template

When you see “tangent” or “normal”, your brain should auto-run this:

  1. Find the yy-coordinate of the point (if not given).
  2. Differentiate to get dydx\dfrac{dy}{dx}.
  3. Substitute xx-value to get gradient mm.
  4. If normal, use mnormal=1mm_{\text{normal}} = -\dfrac{1}{m}.
  5. Use point-slope form: yy1=m(xx1)y - y_1 = m(x - x_1).
  6. Simplify to required form.

Write the steps in this order; it reduces careless mistakes.


6. Time management for long differentiation questions

Some A-Math questions combine:

  • Differentiation
  • Stationary points
  • Nature of points
  • Sketching or interpreting graph

For a 6–8 mark question:

  • Spend 1–2 minutes getting dydx\dfrac{dy}{dx} and solving for stationary points.
  • Spend 1 minute checking your algebra.
  • Spend the remaining time on interpretation max/min,coordinates,sketchmax/min, coordinates, sketch.

If you’re stuck on the derivative for more than 3 minutes, move on first and come back later. Don’t let one messy quotient rule eat your whole Paper 2.


Worksheet practice

Here’s where you actually practise. Treat this section like a mini A-Math worksheet.

Try each question on your own first. After that, you can go to
https://tutorly.sg/app, choose your level and A-Math differentiation, and ask Tutorly to:

“Give me step-by-step solutions for similar O Level A-Math differentiation questions.”

Tutorly doesn’t read your working line-by-line, but it checks your final answer and then shows you how to get there step-by-step, so you can compare and learn.


A. Core skills practice (warm-up)

Q 1. Basic differentiation

Differentiate each of the following with respect to xx:

  1. y=5x34x2+7x3y = 5 x^3 - 4 x^2 + 7 x - 3
  2. y=2x3xy = \dfrac{2}{x^3} - \sqrt{x}
  3. y=(3x1)4y = (3 x - 1)^4

Hints (not full solutions):

  1. Use power rule term by term.
  2. Rewrite as 2x3x1/22 x^{-3} - x^{1/2} first.
  3. Use chain rule: outer ()4(\cdot)^4, inner (3x1)(3 x - 1).

Q 2. Product and quotient rule

  1. y=(x2+1)(2x3)y = (x^2 + 1)(2 x - 3)
  2. y=4x5x2+2y = \dfrac{4 x - 5}{x^2 + 2}

Hints:

  • For 11, either expand or use product rule.
  • For 22, use quotient rule with u=4x5u = 4 x - 5, v=x2+2v = x^2 + 2.

B. Tangents and normals (O Level style)

Q 3. Tangent to a curve

The curve y=x33x2+2y = x^3 - 3 x^2 + 2 passes through the point P(2,2)P(2, 2).

(a) Find dydx\dfrac{dy}{dx}.
(b) Find the gradient of the tangent to the curve at PP.
(c) Hence find the equation of the tangent at PP.

Hint: Follow the fixed template from the exam strategy section.


Q 4. Normal to a curve

The curve y=6x+xy = \dfrac{6}{x} + x intersects the xx-axis at the point AA.

(a) Find the coordinates of AA.
(b) Find dydx\dfrac{dy}{dx}.
(c) Find the equation of the normal to the curve at AA.

Hint: For (a), set y=0y = 0 and solve for xx.


C. Stationary points and nature

Q 5. Stationary points

The curve y=2x39x2+12x+1y = 2 x^3 - 9 x^2 + 12 x + 1.

“Doing Secondary Science? Pick a topic and practise like it’s a real exam — with clear answers right after.”
👉 Try Tutorly now and start a Science topic in seconds.

![Secondary Science topics you can practise on Tutorly.sg]/app/blogimages/middle2.png/app/blog-images/middle 2.png

(a) Find dydx\dfrac{dy}{dx}.
(b) Find the coordinates of the stationary points.
(c) Determine the nature of each stationary point.

Hint:

  • For (b), solve dydx=0\dfrac{dy}{dx} = 0.
  • For (c), use the second derivative test.

D. Hard exam variants (prelim / O Level standard)

Now for the more challenging ones that often appear in school prelims in Singapore.

Q 6. Mixed quotient + chain rule + stationary point

The curve is given by
y=2x1(x+1)2.y = \frac{2 x - 1}{(x + 1)^2}.

(a) Show that
dydx=2x(x+1)3.\frac{dy}{dx} = \frac{-2 x}{(x + 1)^3}.

(b) Hence, or otherwise, find the coordinates of the stationary point of the curve.
(c) Determine whether this stationary point is a maximum or a minimum.

Suggested approach:

  • For (a), use quotient rule carefully. Try to simplify your answer to match the given form.
  • For (b), set dydx=0\dfrac{dy}{dx} = 0 and solve for xx.
  • For (c), use second derivative or test sign change.

After you attempt, go to https://tutorly.sg/app and ask:

“Explain step-by-step how to differentiate y=2x1(x+1)2y = \dfrac{2 x - 1}{(x + 1)^2} and find its stationary point, O Level A-Math style.”

You’ll get a full breakdown similar to what your teacher would write on the board.


Q 7. Tangent with a condition (harder algebra)

The curve y=x3+ax2+bx+4y = x^3 + ax^2 + bx + 4 has a tangent with gradient 55 at the point where x=1x = 1.

(a) Find dydx\dfrac{dy}{dx} in terms of xx, aa and bb.
(b) Use the information given to form an equation relating aa and bb.
(c) Given that the curve passes through the point (2,6)(2, 6), find the values of aa and bb.

Why this is hard:
You’re not just differentiating — you’re using gradients and coordinates to form equations in unknown constants.

Hint outline:

  • (a) Differentiate: dydx=3x2+2ax+b\dfrac{dy}{dx} = 3 x^2 + 2ax + b.
  • (b) At x=1x = 1, gradient is 55:
    3(1)2+2a(1)+b=53+2a+b=53(1)^2 + 2 a(1) + b = 5 \Rightarrow 3 + 2 a + b = 5
  • (c) Substitute (2,6)(2, 6) into original curve to get a second equation in aa and bb. Solve simultaneously.

Q 8. Rate of change (classic O Level context)

The length xx cm of a square is increasing at a constant rate of 0.50.5 cm/s. The area of the square is AA cm2^2.

(a) Express AA in terms of xx.
(b) Find dAdx\dfrac{dA}{dx}.
(c) Hence find the rate of change of the area when x=10x = 10 cm.

Now a slightly harder twist (common in school exams):

A cube has side length xx cm, and its volume is VV cm3^3. The side length is increasing at a rate of 0.20.2 cm/s.

(d) Express VV in terms of xx.
(e) Find dVdx\dfrac{dV}{dx}.
(f) Hence find dVdt\dfrac{dV}{dt} when x=5x = 5 cm.

Key idea: Use chain rule for rates:
dVdt=dVdxdxdt.\frac{dV}{dt} = \frac{dV}{dx} \cdot \frac{dx}{dt}.

Again, after trying, you can ask Tutorly at https://tutorly.sg/app to walk you through the rate-of-change logic step-by-step.


Q 9. Combined skills: stationary point + tangent

The curve y=x34x+1y = x^3 - 4 x + 1 intersects the xx-axis at point AA and has a stationary point at BB.

(a) Find the coordinates of AA.
(b) Show that the xx-coordinate of BB is x=23x = \dfrac{2}{\sqrt{3}}.
(c) Find the equation of the normal to the curve at BB.

This type of question combines:

  • Solving cubic equation (at least one root is usually simple, e.g. x=1x = 1 or x=1x = -1)
  • Differentiation for stationary point
  • Tangent/normal equation

Try to write your working as if you’re in an actual exam — neat, step-by-step, no skipping.


How to turn these into daily practice (without burning out)

You don’t need to do 50 questions a day. Instead, aim for:

  • 10–15 minutes a day on differentiation, consistently
  • Mix of basic and hard questions each session
  • Always review your mistakes — don’t just mark wrong and move on

A simple routine using Tutorly.sg:

  1. Go to https://tutorly.sg/app on your laptop or tablet.
  2. Choose your level Sec3/4Sec 3/4 and subject AMathA-Math.

“Practice PSLE Science questions and get clear, step-by-step answers instantly.”
👉 Try a question now and see how fast you can improve.

Try Tutorly.sg on the website

Ready to practise?

If you want a Singapore-focused AI tutor you can use immediately website,nosignupwebsite, no sign-up, try Tutorly here:


Related Articles