Tip: Tutorly's full features are available on tablet and desktop.
Tutorly.sg Logo
Topic hub
Start here for the full cluster: A-Level / JC AI Tutor (Singapore)
This helps you move from the big picture to the most relevant supporting guides.
Try Tutorly Free →

A Level Math Shortcuts Singapore: Fast Methods For Tough Exam Questions

Updated April 29, 2026A 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

Free on Tutorly.sg

Practise with step-by-step help — free to start

On Tutorly.sg/app you can practise unlimited Singapore syllabus questions, get instant explanations when you are stuck, and use past-year papers — no sign-up needed to start.

  • ✓ PSLE, O Level, A Level, and more
  • ✓ Step-by-step working when you are stuck
  • ✓ Works on phone and laptop
Start practising on Tutorly.sg/app →

If you’re doing JC Math in Singapore, you already know this:

The A Level H 2 Math paper is not just about knowing formulas. It’s about how fast you can see patterns, choose the right method, and avoid wasting time on long, messy working.

“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 is where smart shortcuts matter.

In this guide, I’ll walk you through A Level math shortcuts that actually help in the exam, not just “nice to know” tricks. We’ll focus on fast methods for tough questions, especially those that usually eat up 10–15 minutes each.

And whenever you want instant, step-by-step solutions aligned to the MOE A Level syllabus, you can use Tutorly.sg, a 24/7 AI tutor website built specifically for Singapore students:

Tutorly.sg has already been used by thousands of students in Singapore, and it’s even been mentioned on CNA (Channel NewsAsia), so you’re not just trying some random overseas tool.

Let’s jump into the shortcuts.


Step-by-step tutorial

In this section, I’ll show you practical shortcuts for common A Level H 2 Math topics:

  1. Differentiation (curve sketching & optimisation)
  2. Integration (especially definite integrals)
  3. AP/GP & summation
  4. Probability & binomial shortcuts
  5. Vectors (fast ways to check perpendicular / parallel / planes)

Each one comes with a step-by-step way to apply the shortcut so you can use it under exam pressure.


1. Differentiation shortcuts: curve sketching & optimisation

Shortcut A: Read the derivative like a story

Instead of blindly differentiating and then staring at 𝑓'(𝑥), train yourself to “read” 𝑓'(𝑥) to see the graph shape quickly.

Example type:
Given 𝑓(𝑥)=(𝑥1)2(𝑥+2)𝑓'(𝑥) = (𝑥-1)^2(𝑥+2), sketch the possible shape of 𝑓(𝑥).

Fast method (no full integration needed):

  1. Find critical points from 𝑓'(𝑥)=0
    𝑓'(𝑥)=0 when (𝑥1)2(𝑥+2)=0(𝑥-1)^2(𝑥+2)=0
    So 𝑥=1 (double root), 𝑥=-2 (simple root).

  2. Use multiplicity to guess turning behaviour

    • Simple root (power 1): graph of 𝑓(𝑥) changes direction (max or min).
    • Double root (power 2): graph touches and turns but doesn’t change sign in 𝑓'(𝑥) (point of inflection with stationary point).

So at:

  • 𝑥=-2: likely a max or min.
  • 𝑥=1: likely a stationary point of inflection.
  1. Check sign of 𝑓'(𝑥) in intervals
    • Choose test points: e.g. 𝑥=-3, 0, 2.
    • You don’t need exact values, just signs.

For 𝑥=-3:
(𝑥1)2>0(𝑥-1)^2 > 0, (𝑥+2) < 0 → 𝑓'(𝑥) < 0 (decreasing)

For 𝑥=0:
(𝑥1)2>0(𝑥-1)^2 > 0, (𝑥+2) > 0 → 𝑓'(𝑥) > 0 (increasing)

For 𝑥=2:
(𝑥1)2>0(𝑥-1)^2 > 0, (𝑥+2) > 0 → 𝑓'(𝑥) > 0 (increasing)

  1. Summarise behaviour quickly
    • From -\infty to -2: decreasing
    • At 𝑥=-2: turning point (min or max?)
    • From -2 to 11: increasing
    • At 𝑥=1: stationary point of inflection (increasing both sides)
    • After 11: still increasing

So likely: local minimum at 𝑥=-2, then graph rises, flattens at 𝑥=1, and continues rising.

Why this is a shortcut:
You skip integrating 𝑓'(𝑥) completely. In the A Level exam, if the question only needs you to describe the shape, this method is much faster.


Shortcut B: Optimisation – differentiate the right variable

In many JC questions, the time-killer is setting up the wrong variable or having too many variables.

Example type:
A rectangle is inscribed under the curve 𝑦=12𝑥2𝑦 = 12 - 𝑥^2 in the first quadrant, with one vertex at the origin and the opposite vertex on the curve. Find the maximum area.

Fast method:

  1. Choose one variable only
    Let the top-right vertex be (𝑥, 𝑦) on the curve in the first quadrant.
    So 𝑦=12𝑥2𝑦 = 12 - 𝑥^2, with 𝑥 > 0.

  2. Express area in terms of 𝑥 only
    Rectangle has width 𝑥 and height 𝑦.
    𝐴=𝑥𝑦=𝑥(12𝑥2)=12𝑥𝑥3𝐴 = 𝑥 \cdot 𝑦 = 𝑥(12 - 𝑥^2) = 12𝑥 - 𝑥^3

  3. Differentiate once and solve 𝐴'(𝑥)=0
    𝐴(𝑥)=123𝑥2𝐴'(𝑥) = 12 - 3𝑥^2
    Set to zero:
    123𝑥2=0𝑥2=4𝑥=2 (since 𝑥>0)12 - 3𝑥^2 = 0 \Rightarrow 𝑥^2 = 4 \Rightarrow 𝑥=2 \ (\text{since } 𝑥>0)

  4. Check that it’s a maximum (quick 2nd derivative test)
    𝐴(𝑥)=6𝑥𝐴''(𝑥) = -6𝑥
    At 𝑥=2, 𝐴''(2) = -12 < 0 → maximum.

  5. Find maximum area
    𝐴max=12(2)23=248=16𝐴_{\max} = 12(2) - 2^3 = 24 - 8 = 16

Shortcut mindset:
Always try to:

  • Express the quantity to optimise (area, volume, cost) in one variable.
  • Differentiate once, solve, and use 2nd derivative test quickly.

If you’re stuck, you can throw the expression into Tutorly.sg at https://tutorly.sg/app and ask it to show you the full step-by-step differentiation and reasoning for the maximum.


2. Integration shortcuts: spotting patterns quickly

Shortcut C: Use symmetry for definite integrals

For many A Level questions, especially with even/odd functions, you can save a lot of time.

Key facts:

  • A function is even if 𝑓(-𝑥) = 𝑓(𝑥) → graph symmetric about the 𝑦-axis.
  • A function is odd if 𝑓(-𝑥) = -𝑓(𝑥) → symmetric about the origin.

Shortcuts:

  1. If 𝑓(𝑥) is odd, then
    𝑎𝑎𝑓(𝑥)dx=0\int_{-𝑎}^{𝑎} 𝑓(𝑥)\,dx = 0

  2. If 𝑓(𝑥) is even, then
    𝑎𝑎𝑓(𝑥)dx=20𝑎𝑓(𝑥)dx\int_{-𝑎}^{𝑎} 𝑓(𝑥)\,dx = 2\int_{0}^{𝑎} 𝑓(𝑥)\,dx

Example:
Evaluate 22𝑥3cos𝑥dx\displaystyle \int_{-2}^{2} 𝑥^3\cos 𝑥 \, dx.

  • 𝑥3𝑥^3 is odd, cos𝑥\cos 𝑥 is even → product of odd and even is odd.
  • So 𝑓(𝑥)=𝑥3cos𝑥𝑓(𝑥) = 𝑥^3\cos 𝑥 is odd.
  • Therefore 22𝑥3cos𝑥dx=0\displaystyle \int_{-2}^{2} 𝑥^3\cos 𝑥 \, dx = 0.

No integration by parts needed. Instant 1–2 marks.


Shortcut D: Substitution spotting

A lot of tough-looking integrals are just chain rule in reverse.

Pattern to look for:
If you see something like 𝑓(𝑥)[𝑓(𝑥)]𝑛𝑓'(𝑥) \cdot [𝑓(𝑥)]^𝑛 or 𝑓(𝑥)𝑔(𝑓(𝑥))𝑓'(𝑥)\cdot 𝑔(𝑓(𝑥)), think substitution.

Example:
Evaluate 3𝑥2(1+𝑥3)4dx\displaystyle \int 3𝑥^2(1+𝑥^3)^4 \, dx.

  1. Spot the inner function: 1+𝑥31 + 𝑥^3
    Its derivative is 3𝑥23𝑥^2 → already present outside.

  2. Substitute:
    Let 𝑢=1+𝑥3du=3𝑥2dx𝑢 = 1 + 𝑥^3 \Rightarrow du = 3𝑥^2 dx.

  3. Integral becomes:
    𝑢4du=𝑢55+𝐶=(1+𝑥3)55+𝐶.\int 𝑢^4 \, du = \frac{𝑢^5}{5} + 𝐶 = \frac{(1+𝑥^3)^5}{5} + 𝐶.

In the exam, once you see this pattern enough times, you can almost do it mentally.

If you’re not sure what substitution to use, you can ask Tutorly.sg to “show substitution method for this integral” and it will walk you through the steps.


3. AP/GP & summation shortcuts

Shortcut E: Use the formula that cancels fastest

Instead of always writing everything out, try to choose the formula that cancels nicely.

Example type (GP):
Find the sum of the first 𝑛 terms of a GP with first term 𝑎 and common ratio 𝑟1𝑟 \neq 1.

You might know both forms:

  1. 𝑆𝑛=𝑎(𝑟𝑛1)𝑟1𝑆_𝑛 = \frac{𝑎(𝑟^𝑛 - 1)}{𝑟 - 1}
  2. 𝑆𝑛=𝑎(1𝑟𝑛)1𝑟𝑆_𝑛 = \frac{𝑎(1 - 𝑟^𝑛)}{1 - 𝑟}

Shortcut:
Use the version that avoids negative signs or awkward denominators.

  • If 0 < 𝑟 < 1, I usually use 𝑆𝑛=𝑎(1𝑟𝑛)1𝑟𝑆_𝑛 = \dfrac{𝑎(1 - 𝑟^𝑛)}{1 - 𝑟}.
  • If 𝑟 > 1, I often use 𝑆𝑛=𝑎(𝑟𝑛1)𝑟1𝑆_𝑛 = \dfrac{𝑎(𝑟^𝑛 - 1)}{𝑟 - 1}.

It’s the same formula, but in algebra-heavy questions, this saves time and reduces sign mistakes.


Shortcut F: Sum to infinity – think “ratio only”

If |𝑟|<1, then 𝑆=𝑎1𝑟𝑆_\infty = \dfrac{𝑎}{1 - 𝑟}.

Fast thinking:
When you see multiple GPs in one question, quickly focus on the ratio and first term only.

Example:
An infinite GP has first term 5 and sum to infinity 20. Find 𝑟.

Use 𝑆=𝑎1𝑟𝑆_\infty = \dfrac{𝑎}{1 - 𝑟}.
So 20=51𝑟1𝑟=520=1420 = \dfrac{5}{1 - 𝑟} \Rightarrow 1 - 𝑟 = \dfrac{5}{20} = \dfrac{1}{4}
𝑟=114=34\Rightarrow 𝑟 = 1 - \dfrac{1}{4} = \dfrac{3}{4}.

No need to think about 𝑛 at all.


4. Probability & binomial shortcuts

Shortcut G: Use complement when “at least” or “at most” is messy

Pattern:
If you see “at least 1”, “at least 2”, etc., and the direct method gives many terms, try the complement.

Example:
𝑋Bin(𝑛=10,𝑝=0.2)𝑋 \sim \text{Bin}(𝑛=10, 𝑝=0.2), find 𝑃(𝑋1)𝑃(𝑋 \ge 1).

Instead of summing 𝑃(𝑋=1)+𝑃(𝑋=2)++𝑃(𝑋=10)𝑃(𝑋=1)+𝑃(𝑋=2)+\dots+𝑃(𝑋=10), use:

𝑃(𝑋1)=1𝑃(𝑋=0)𝑃(𝑋 \ge 1) = 1 - 𝑃(𝑋=0)
𝑃(𝑋=0)=(100)(0.2)0(0.8)10=(0.8)10𝑃(𝑋=0) = \binom{10}{0}(0.2)^0(0.8)^{10} = (0.8)^{10}
So 𝑃(𝑋1)=1(0.8)10𝑃(𝑋 \ge 1) = 1 - (0.8)^{10}.

One term instead of ten.


Shortcut H: Mean and variance of binomial – don’t expand

You should know these by heart:

  • If 𝑋Bin(𝑛,𝑝)𝑋 \sim \text{Bin}(𝑛, 𝑝),
    • 𝐸(𝑋) = np
    • Var(𝑋)=np(1𝑝)\text{Var}(𝑋) = np(1-𝑝)

In many A Level questions, they ask for mean and variance first, then use them later for approximations or comparisons. Don’t start expanding the whole distribution.


5. Vectors shortcuts

Shortcut I: Use dot product to check perpendicular quickly

If two vectors 𝑎\vec{𝑎} and 𝑏\vec{𝑏} are perpendicular, then 𝑎𝑏=0\vec{𝑎} \cdot \vec{𝑏} = 0.

In the exam, instead of drawing or overthinking geometry, quickly compute dot product.

Example:
Check if 𝑎=(121)\vec{𝑎} = \begin{pmatrix}1\\2\\-1\end{pmatrix} is perpendicular to 𝑏=(210)\vec{𝑏} = \begin{pmatrix}2\\-1\\0\end{pmatrix}.

Free on Tutorly.sg

Practise with step-by-step help — free to start

On Tutorly.sg/app you can practise unlimited Singapore syllabus questions, get instant explanations when you are stuck, and use past-year papers — no sign-up needed to start.

  • ✓ PSLE, O Level, A Level, and more
  • ✓ Step-by-step working when you are stuck
  • ✓ Works on phone and laptop
Start practising on Tutorly.sg/app →

𝑎𝑏=12+2(1)+(1)0=22+0=0\vec{𝑎} \cdot \vec{𝑏} = 1\cdot2 + 2\cdot(-1) + (-1)\cdot 0 = 2 - 2 + 0 = 0

So they are perpendicular.


Shortcut J: Line–plane intersection – plug and solve

To find where a line meets a plane, the fastest method is usually:

  1. Write the line in parametric form (if not already).
  2. Substitute 𝑥, 𝑦, 𝑧 into plane equation.
  3. Solve for parameter (e.g. λ\lambda), then substitute back.

Example:
Line 𝑙:𝑟=(123)+λ(211)𝑙: \vec{𝑟} = \begin{pmatrix}1\\2\\3\end{pmatrix} + \lambda \begin{pmatrix}2\\1\\-1\end{pmatrix}
Plane π:𝑥+𝑦+𝑧=6\pi: 𝑥 + 𝑦 + 𝑧 = 6.
Find point of intersection.

  1. Parametric form:
    𝑥=1+2λ𝑥 = 1 + 2\lambda
    𝑦=2+λ𝑦 = 2 + \lambda
    𝑧=3λ𝑧 = 3 - \lambda

  2. Substitute into plane:
    (1+2λ)+(2+λ)+(3λ)=6(1 + 2\lambda) + (2 + \lambda) + (3 - \lambda) = 6
    1+2+3+(2λ+λλ)=61+2+3 + (2\lambda + \lambda - \lambda) = 6
    6+2λ=62λ=0λ=06 + 2\lambda = 6 \Rightarrow 2\lambda = 0 \Rightarrow \lambda = 0.

  3. Substitute λ=0\lambda=0 back into line:
    (𝑥, 𝑦, 𝑧) = (1, 2, 3).

No need for fancy vector geometry; just plug and solve.


Exam strategy guide

Shortcuts are powerful only if you know when to use them. Here’s how to structure your A Level H 2 Math exam strategy around speed and accuracy.

“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


1. First 10 minutes: scan and mark

When you get the paper:

  1. Flip through all questions quickly.
  2. Put a small mark:
    • ✔ for “I can do this confidently”
    • ? for “I think I can, but need time”
    • ! for “Looks tough / unfamiliar”

This helps you:

  • Secure easy marks first.
  • Avoid getting trapped in a 15-mark question too early.

2. Do “guaranteed” questions first

Start with the ✔ questions:

  • Standard differentiation/integration
  • Straightforward AP/GP
  • Routine probability questions
  • Simple vectors (dot product, basic line/plane)

Your goal is to build momentum and confidence, and lock in marks early.

Use shortcuts here to move even faster:

  • Symmetry in integrals
  • Complement rule in binomial
  • Dot product for perpendicularity
  • Direct formulas for mean/variance

3. For tough questions: recognise the pattern first, don’t brute-force

When you face a ? or ! question, pause for 20–30 seconds and ask:

  • Is this a standard type? (e.g. optimisation, show-that inequality, area under curve)
  • Which topic is it really testing? (e.g. substitution, partial fractions, conditional probability)

Once you identify the pattern, choose the matching shortcut:

  • Optimisation → express in 1 variable, differentiate once
  • Definite integral with symmetry → check even/odd
  • Probability “at least” → try complement
  • Vectors with angles → dot product, not geometry

If after 2–3 minutes you still can’t see the path, move on and come back later. Don’t let one question destroy your timing.


4. Time budgeting (realistic for Singapore A Levels)

For H 2 Math Paper 1 or 2 (3 hours, 100 marks), a rough guide:

  • First 30–40 min: clear as many short, straightforward parts as possible.
  • Next 1.5 hours: tackle medium and long questions systematically.
  • Last 30–40 min:
    • Return to stuck questions.
    • Double-check answers where you know you’re weak (e.g. algebraic manipulation, sign errors).

You don’t need to be perfect, but you must not leave many blank parts that you could have attempted with a bit more time.

Shortcuts are not about skipping working; they’re about choosing the fastest valid method.


5. How to practise shortcuts effectively (not just memorise)

If you want these methods to be automatic:

  1. Pick 1 topic per day (e.g. binomial, vectors, optimisation).
  2. Do 3–5 exam-style questions focusing on using the shortcut.
  3. After each question, reflect:
    • Did I spot the shortcut early?
    • If not, what clue did I miss?

You can use Tutorly.sg to generate more questions of the same type and difficulty:

  • Go to https://tutorly.sg/ai-tutor-singapore
  • Select your level and subject (e.g. JC 2 H 2 Math).
  • Ask for:
    “Give me 5 A Level style optimisation questions with increasing difficulty and show full worked solutions.”

Tutorly will give you questions plus step-by-step solutions, so you can compare your method with the faster method.


Worksheet practice

Let’s go through some practice questions, including hard variants similar to what you might see in A Level prelims or the actual exam.

Try them on your own first, then use these as model solutions or ask Tutorly.sg to generate similar ones.


Practice Set 1: Differentiation & optimisation

Q 1 (Medium)

The curve 𝑦=𝑥36𝑥2+9𝑥𝑦 = 𝑥^3 - 6𝑥^2 + 9𝑥.

  1. Find the coordinates of the stationary points.
  2. Determine the nature of each stationary point.

Outline of shortcut solution:

  1. Differentiate:
    dydx=3𝑥212𝑥+9=3(𝑥24𝑥+3)=3(𝑥1)(𝑥3).\frac{dy}{dx} = 3𝑥^2 - 12𝑥 + 9 = 3(𝑥^2 - 4𝑥 + 3) = 3(𝑥-1)(𝑥-3).
    Set dydx=0\dfrac{dy}{dx} = 0 → 𝑥=1 or 𝑥=3.

“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/blog-images/middle 2.png)

  1. Find 𝑦-coordinates:

    • At 𝑥=1: 𝑦=1 - 6 + 9 = 4.
    • At 𝑥=3: 𝑦=27 - 54 + 27 = 0.
      So stationary points: (1,4) and (3,0).
  2. Use sign chart (fast):
    For 𝑥<1, choose 𝑥=0: (𝑥-1)(𝑥-3) = (-)(-) = + → increasing.
    Between 1 and 3, pick 𝑥=2: (+)(-) = - → decreasing.
    For 𝑥>3, pick 𝑥=4: (+)(+) = + → increasing.

So:

  • (1,4): increasing → decreasing → local maximum
  • (3,0): decreasing → increasing → local minimum

Q 2 (Harder optimisation)

A cylindrical container without a lid is to have a volume of 500 cm3500\ \text{cm}^3. The base radius is 𝑟 cm and the height is 𝑕 cm. The material for the base costs twice as much per cm2\text{cm}^2 as the material for the curved surface. Find the value of 𝑟 and 𝑕 that minimise the total cost.

Outline of shortcut approach:

  1. Volume: 𝑉=π𝑟2𝑕=500𝑕=500π𝑟2𝑉 = \pi 𝑟^2 𝑕 = 500 \Rightarrow 𝑕 = \dfrac{500}{\pi 𝑟^2}.

  2. Cost:

    • Base area: π𝑟2\pi 𝑟^2 (cost factor 2𝑘 per cm2\text{cm}^2).
    • Curved surface area: 2π𝑟𝑕2\pi 𝑟 𝑕 (cost factor 𝑘 per cm2\text{cm}^2).
      Total cost 𝐶 (in units of 𝑘):
      𝐶=2(π𝑟2)+1(2π𝑟𝑕)=2π𝑟2+2π𝑟𝑕.𝐶 = 2(\pi 𝑟^2) + 1(2\pi 𝑟 𝑕) = 2\pi 𝑟^2 + 2\pi 𝑟 𝑕.
  3. Substitute 𝑕:
    𝐶(𝑟)=2π𝑟2+2π𝑟500π𝑟2=2π𝑟2+1000𝑟.𝐶(𝑟) = 2\pi 𝑟^2 + 2\pi 𝑟 \cdot \frac{500}{\pi 𝑟^2} = 2\pi 𝑟^2 + \frac{1000}{𝑟}.

  4. Differentiate and set to zero:
    𝐶(𝑟)=4π𝑟1000𝑟2.𝐶'(𝑟) = 4\pi 𝑟 - 1000𝑟^{-2}.
    Set 𝐶'(𝑟)=0:
    4π𝑟1000𝑟2=04π𝑟3=1000𝑟3=250π.4\pi 𝑟 - \frac{1000}{𝑟^2} = 0 \Rightarrow 4\pi 𝑟^3 = 1000 \Rightarrow 𝑟^3 = \frac{250}{\pi}.

So 𝑟=(250π)1/3𝑟 = \left(\dfrac{250}{\pi}\right)^{1/3}.

  1. Find 𝑕:
    𝑕=500π𝑟2=500π(250π)2/3=(simplify if needed).𝑕 = \frac{500}{\pi 𝑟^2} = \frac{500}{\pi \left(\dfrac{250}{\pi}\right)^{2/3}} = \text{(simplify if needed)}.

  2. 2nd derivative test (quick):
    $$𝐶''(𝑟) = 4\pi + 2000𝑟^{-3} > 0forr>0 for r>0 → minimum.

This is exactly the kind of question where setting up the expression in one variable and differentiating once is your main shortcut.


Practice Set 2: Integration

Q3 (Medium with symmetry)

Evaluate 33(𝑥54𝑥3+2𝑥)dx\displaystyle \int_{-3}^{3} (𝑥^5 - 4𝑥^3 + 2𝑥)\,dx.

Shortcut solution:

All terms are odd powers of 𝑥, so the whole integrand is an odd function.

Therefore,
33(𝑥54𝑥3+2𝑥)dx=0.\int_{-3}^{3} (𝑥^5 - 4𝑥^3 + 2𝑥)\,dx = 0.


Q 4 (Harder substitution)

Evaluate 016𝑥(1+3𝑥2)2dx\displaystyle \int_{0}^{1} \frac{6𝑥}{(1+3𝑥^2)^2}\,dx.

Shortcut solution:

  1. Spot inner function: 1+3𝑥21+3𝑥^2; derivative is 6𝑥.

  2. Substitute:
    Let $u = 1 + 3 x


“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, no sign-up), try Tutorly here:


Related Articles

Free on Tutorly.sg

Practise with step-by-step help — free to start

On Tutorly.sg/app you can practise unlimited Singapore syllabus questions, get instant explanations when you are stuck, and use past-year papers — no sign-up needed to start.

  • ✓ PSLE, O Level, A Level, and more
  • ✓ Step-by-step working when you are stuck
  • ✓ Works on phone and laptop
Start practising on Tutorly.sg/app →

More free resources