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.

A Level Math Practice Questions in Singapore: JC-Level Worksheet Practice With Step‑By‑Step Solutions

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

If you’re in JC right now, you already know this: A Level math is not just about “being good at math”. It’s about:

  • Handling weird question twists
  • Working fast under time pressure
  • Avoiding small but deadly mistakes

“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

And the only way to really get there? Targeted practice with proper solutions, not just staring at your lecture notes.

This guide is for JC 1 and JC 2 students in Singapore doing H 2 Math andH1whererelevantand H 1 where relevant, following the MOE A Level syllabus. I’ll walk you through:

  • A step‑by‑step way to attack typical A Level style questions
  • Concrete worksheet‑style practice questions with full solutions
  • Harder exam‑style variants thekindthatappearinPaper2the kind that appear in Paper 2
  • Common mistakes Singapore students keep making in A Level math
  • How to use Tutorly.sg as your 24/7 AI tutor for instant practice and solutions

By the way, Tutorly.sg is a Singapore‑built AI tutor website (not an app) that’s aligned to the MOE syllabus from Primary to JC. It’s already been used by thousands of students in Singapore, and has even been mentioned on Channel NewsAsia (CNA) — so you’re not experimenting on something random.


Step-by-step tutorial

Let’s go through a few core A Level topics with worked examples, the way a tutor would guide you. I’ll keep the questions realistic for JC exam standards.

We’ll cover:

  1. Differentiation (application)
  2. Integration (including substitution)
  3. Binomial expansion & series
  4. Vectors 3Dgeometry3 D geometry

You can treat each as a mini‑worksheet.


1. Differentiation Application: Optimisation

Question 1 (Standard JC 1/H 2 style)
A rectangular field is to be fenced on three sides with wire, with the fourth side along an existing wall that does not need fencing. The total length of fencing available is 80 m.

Let the side perpendicular to the wall be xx m.

  1. Express the area AA of the field in terms of xx.
  2. Find the value of xx that maximises the area.
  3. Find the maximum area.

Step-by-step solution

Step 1: Set up the expression

Let the dimensions be:

  • Width (perpendicular to wall): xx
  • Length (along the wall): yy

Fencing is used on two widths + one length:
2x+y=80y=802x2 x + y = 80 \Rightarrow y = 80 - 2 x

Area:
A=xy=x(802x)=80x2x2A = xy = x(80 - 2 x) = 80 x - 2 x^2

Answer (1): A=80x2x2A = 80 x - 2 x^2


Step 2: Differentiate and find stationary point

dAdx=804x\frac{dA}{dx} = 80 - 4 x

Set derivative to zero:
804x=0x=2080 - 4 x = 0 \Rightarrow x = 20


Step 3: Check it’s a maximum

d2Adx2=4<0\frac{d^2 A}{dx^2} = -4 < 0
So x=20x = 20 gives a maximum.


Step 4: Find maximum area

Amax=80(20)2(20)2=1600800=800 m2A_{\max} = 80(20) - 2(20)^2 = 1600 - 800 = 800 \text{ m}^2

Final answers:

  1. A=80x2x2A = 80 x - 2 x^2
  2. x=20x = 20 m
  3. Maximum area =800 m2= 800\ \text{m}^2

2. Integration: Substitution & Definite Integral

Question 2 (JC 2/H 2 style)
Evaluate the integral:
0ln4ex1+exdx\int_0^{\ln 4} e^x \sqrt{1 + e^x} \, dx

Step-by-step solution

This screams substitution because of exe^x and 1+ex\sqrt{1 + e^x}.

Step 1: Let substitution

Let
u=1+exdudx=exdu=exdxu = 1 + e^x \Rightarrow \frac{du}{dx} = e^x \Rightarrow du = e^x\,dx

Our integral becomes:
0ln4ex1+exdx=udu\int_0^{\ln 4} e^x \sqrt{1 + e^x} \, dx = \int \sqrt{u} \, du

But we need to change limits.


Step 2: Change the limits

When x=0x = 0:
u=1+e0=2u = 1 + e^0 = 2

When x=ln4x = \ln 4:
u=1+eln4=1+4=5u = 1 + e^{\ln 4} = 1 + 4 = 5

So:
0ln4ex1+exdx=25udu\int_0^{\ln 4} e^x \sqrt{1 + e^x} \, dx = \int_2^5 \sqrt{u} \, du


Step 3: Integrate

udu=u1/2du=23u3/2+C\int \sqrt{u} \, du = \int u^{1/2}\,du = \frac{2}{3}u^{3/2} + C

Apply limits 2 to 5:
25udu=[23u3/2]25=23(53/223/2)\int_2^5 \sqrt{u} \, du = \left[\frac{2}{3}u^{3/2}\right]_2^5 = \frac{2}{3}\left(5^{3/2} - 2^{3/2}\right)

We can leave it in surd form.

Final answer:
23(53/223/2)\frac{2}{3}\left(5^{3/2} - 2^{3/2}\right)


3. Binomial Expansion & Series

Question 3 (H 2 style)
Given that (1+2x)n(1 + 2 x)^n is expanded in ascending powers of xx, the coefficient of xx is 80 and the coefficient of x2x^2 is 720. Find the value of nn.

Step-by-step solution

General term:
Tk+1=(nk)(1)nk(2x)k=(nk)2kxkT_{k+1} = \binom{n}{k}(1)^{n-k}(2 x)^k = \binom{n}{k}2^k x^k

So:

  • Coefficient of xx (when k=1k=1): (n1)21=2n\binom{n}{1}2^1 = 2 n
  • Coefficient of x2x^2 (when k=2k=2): (n2)22=4(n2)\binom{n}{2}2^2 = 4\binom{n}{2}

We’re told:
2n=80n=402 n = 80 \Rightarrow n = 40

Check with x2x^2:

(402)=40392=780\binom{40}{2} = \frac{40 \cdot 39}{2} = 780

Coefficient of x2x^2:
4×780=31207204 \times 780 = 3120 \neq 720

So n40n \neq 40. That means we cannot just use the first equation; we must set up two equations.

Let:

  1. 2n=80n=402 n = 80 \Rightarrow n = 40 (from coefficient of xx)
  2. 4(n2)=7204\binom{n}{2} = 720 (from coefficient of x2x^2)

Work with 22:

4(n2)=720(n2)=1804\binom{n}{2} = 720 \Rightarrow \binom{n}{2} = 180

But:
(n2)=n(n1)2=180n(n1)=360\binom{n}{2} = \frac{n(n-1)}{2} = 180 \Rightarrow n(n-1) = 360

Solve:
n2n360=0n^2 - n - 360 = 0

Factor:
(n20)(n+18)=0(n - 20)(n + 18) = 0

So n=20n = 20 or n=18n = -18 (reject 18-18 since nn is a positive integer).

Check with coefficient of xx:

If n=20n = 20:
2n=40802 n = 40 \neq 80

So something is inconsistent. This tells us: the original numbers (80 and 720) cannot both come from (1+2x)n(1+2 x)^n. This is a good example of how exam questions can test your ability to notice inconsistency.

To turn this into a proper, consistent practice question, let’s fix the numbers.


Corrected version (for your practice)

Let’s say:

The coefficient of xx is 40 and the coefficient of x2x^2 is 720.

Now:

  1. 2n=40n=202 n = 40 \Rightarrow n = 20
  2. Check x2x^2:

(202)=20192=190\binom{20}{2} = \frac{20 \cdot 19}{2} = 190
Coefficient of x2x^2:
4×190=7607204 \times 190 = 760 \neq 720

Still off — so let’s instead start from a chosen nn and compute the coefficients, which is what you should do when building your own practice.

Take n=9n = 9:

  • Coefficient of xx: 2n=182 n = 18
  • Coefficient of x2x^2: 4(92)=4×36=1444\binom{9}{2} = 4 \times 36 = 144

So a realistic, clean question would be:

In the expansion of (1+2x)n(1+2 x)^n, the coefficient of xx is 18 and the coefficient of x2x^2 is 144. Find nn.

Then:

  1. 2n=18n=92 n = 18 \Rightarrow n = 9
  2. Check x2x^2: 4(92)=4×36=1444\binom{9}{2} = 4 \times 36 = 144

Takeaway for you:
When you practice on your own (or using a tool like Tutorly.sg), use binomial questions to train:

  • Writing the general term correctly
  • Setting up equations from coefficients
  • Checking for consistency

4. Vectors: 3 D Geometry

Question 4 (JC 2/H 2 standard)
In 3 D space, points AA, BB, and CC have position vectors (relative to origin OO):

  • OA=(123)\vec{OA} = \begin{pmatrix}1 \\ 2 \\ 3\end{pmatrix}
  • OB=(369)\vec{OB} = \begin{pmatrix}3 \\ 6 \\ 9\end{pmatrix}
  • OC=(412)\vec{OC} = \begin{pmatrix}4 \\ -1 \\ 2\end{pmatrix}
  1. Show that points AA and BB are collinear with OO.
  2. Find the vector equation of line OCOC.
  3. Find the acute angle between lines OAOA and OCOC.

Step-by-step solution

(1) Collinearity

If AA, BB, and OO are collinear, then OB\vec{OB} should be a scalar multiple of OA\vec{OA}.

\vec{OB} = \begin{pmatrix}3 \\ 6 \\ 9\end{pmatrix} = 3\begin{pmatrix}1 \\ 2 \\ 3\end{pmatrix} = 3\vec{OA}$$ So $O$, $A$, and $B$ are collinear. --- **(2) Vector equation of line $OC$** Line through $O$ and $C$: - Position vector of a point on line: $\vec{r}$ - Direction vector: $\vec{OC} = \begin{pmatrix}4 \\ -1 \\ 2\end{pmatrix}$ So: $$\vec{r} = \lambda \begin{pmatrix}4 \\ -1 \\ 2\end{pmatrix},\quad \lambda \in \mathbb{R}$$ --- **(3) Angle between $OA$ and $OC$** Angle $\theta$ between two vectors $\vec{a}$ and $\vec{c}$: $$\cos \theta = \frac{\vec{a} \cdot \vec{c}}{|\vec{a}||\vec{c}|}$$ Let: $$\vec{a} = \vec{OA} = \begin{pmatrix}1 \\ 2 \\ 3\end{pmatrix},\quad \vec{c} = \vec{OC} = \begin{pmatrix}4 \\ -1 \\ 2\end{pmatrix}$$ Dot product: $$\vec{a} \cdot \vec{c} = 1\cdot 4 + 2\cdot(-1) + 3\cdot 2 = 4 - 2 + 6 = 8$$ Magnitudes: $$|\vec{a}| = \sqrt{1^2 + 2^2 + 3^2} = \sqrt{14}$$ $$|\vec{c}| = \sqrt{4^2 + (-1)^2 + 2^2} = \sqrt{16 + 1 + 4} = \sqrt{21}$$ So: $$\cos \theta = \frac{8}{\sqrt{14}\sqrt{21}} = \frac{8}{\sqrt{294}}$$ Angle: $$\theta = \cos^{-1}\left(\frac{8}{\sqrt{294}}\right)$$ This is an **acute** angle since the cosine is positive. --- ## Exam strategy guide A Level math in Singapore (especially **H 2 Math**) is more about **exam technique** than just content. Here’s how you can train using practice questions and worksheets effectively. > “Access more than 1000+ past year papers to practice” > [👉 Start a paper today and test yourself like it’s the real exam.](https://tutorly.sg/app) ![Study smarter with Tutorly.sg](/app/blog-images/middle.png) --- ### 1. Train by paper, not just by topic In JC, a lot of students keep doing “differentiation worksheets”, “vectors worksheets” and so on. That’s useful in JC 1, but for A Levels you must also train **full-paper stamina**: - For H 2 Math: - Paper 1: Pure math, more straightforward - Paper 2: Mix of topics, often harder, with application questions **How to practice:** - Once a week (JC 2 especially), do: - 1 full Paper 1 (under timed conditions) OR - 1 full Paper 2 - Mark strictly using the scheme (or detailed solutions from a site like **[Tutorly.sg](https://tutorly.sg/app)**). On **[Tutorly.sg](https://tutorly.sg/app)**, you can: - Ask for “A Level H 2 Math vector exam-style question” - Get a fresh question + solution - Then ask for “one more but slightly harder” This way you simulate the variety you see in real papers, not just school tutorial questions. --- ### 2. Use “3-pass” timing in the exam When you sit for the actual A Level paper, don’t go question by question in order like it’s homework. Use a **3-pass strategy**: 1. **Pass 1 (easy marks)** - Do all the questions you find straightforward. - Aim to clear these in about 40–50% of the paper time. - Skip any part you’re stuck on for more than ~2 minutes. 2. **Pass 2 (medium difficulty)** - Go back to the ones you skipped. - Try the next part even if you didn’t fully complete the previous one (sometimes they’re independent). - Write something for each part — even a correct method with incomplete answer can get method marks. 3. **Pass 3 (hard or time-consuming)** - Now tackle the toughest questions or long application parts. - Even partial progress can give you marks. To train this, when you do **worksheet practice** at home: - Put a timer (e.g. 10–15 minutes per long question). - Force yourself to move on when time is up, just like in the exam. --- ### 3. Always write down your method clearly The A Level marker is not your school teacher who knows your style. They only see your script. For calculation-heavy questions: - Show the **formula** you’re using (e.g. $\text{Var}(X) = E(X^2) - [E(X)]^2$) - Don’t skip too many algebra steps when rearranging - Clearly label answers: e.g. “Maximum value of $y$ is 5 when $x = 2$” When you practice using **[Tutorly.sg](https://tutorly.sg/app)**: - After you attempt a question, compare your steps with the **step-by-step solution** it gives. - Even though Tutorly only checks your final answer, the worked solution lets you see if your method is too “jumpy” or unclear. Over time, you’ll learn what a **marker-friendly solution** looks like. --- ### 4. Rotate between “comfort topics” and “pain topics” Every JC student has: - Comfort topics: e.g. differentiation, AP/GP - Pain topics: e.g. vectors, complex numbers, probability If you only do questions you like, you’ll feel productive but your actual grade won’t move. **Weekly plan idea (for JC 2):** - 2 sessions on comfort topics (to secure your A/B range marks) - 2 sessions on pain topics (to close the gap) - 1 full-paper or mixed-topic session On **[Tutorly.sg](https://tutorly.sg/app)**, you can be very specific: - “Give me a hard H 2 math vector question involving line-plane intersection” - “Give me a medium-difficulty complex number locus problem” This lets you **target your weak spots** without spending time hunting through 10-year-series books. --- ## Worksheet practice Now let’s dive into **actual practice questions** you can try. I’ll include: - A mix of medium and hard questions - Full worked solutions - Comments on where students usually slip Try each question on your own first before reading the solution. --- ### Worksheet Set A – Medium difficulty #### Question A 1: Logarithms & Graphs (H 2 / JC 1–JC 2 crossover) The function $f$ is defined for $x > 0$ by $$f(x) = \ln x + \frac{4}{x}$$ 1. Show that $f'(x) = \frac{x - 4}{x^2}$. 2. Hence, find the coordinates of the stationary point and determine its nature. 3. State the range of $f$. --- #### Solution A 1 **(1) Differentiate** $$f(x) = \ln x + 4 x^{-1}$$ $$f'(x) = \frac{1}{x} - 4 x^{-2} = \frac{x}{x^2} - \frac{4}{x^2} = \frac{x - 4}{x^2}$$ --- **(2) Stationary point** Set $f'(x) = 0$: $$\frac{x - 4}{x^2} = 0 \Rightarrow x - 4 = 0 \Rightarrow x = 4$$ Find $f(4)$: $$f(4) = \ln 4 + \frac{4}{4} = \ln 4 + 1$$ So stationary point is $(4, \ln 4 + 1)$. Determine nature using second derivative: $$f'(x) = \frac{x - 4}{x^2}$$ > “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.](https://tutorly.sg/app) ![Secondary Science topics you can practise on Tutorly.sg](/app/blog-images/middle 2.png) Differentiate again (quotient rule or product rule): Write $f'(x) = (x - 4)x^{-2}$. Then: $$f''(x) = 1 \cdot x^{-2} + (x - 4)(-2)x^{-3} = x^{-2} - 2(x - 4)x^{-3}$$ $$= \frac{1}{x^2} - \frac{2(x - 4)}{x^3} = \frac{x - 2(x - 4)}{x^3} = \frac{x - 2 x + 8}{x^3} = \frac{8 - x}{x^3}$$ At $x = 4$: $$f''(4) = \frac{8 - 4}{4^3} = \frac{4}{64} = \frac{1}{16} > 0$$ So it’s a **minimum** point. --- **(3) Range of $f$** For $x > 0$, $f(x)$ has a **minimum value** at $x = 4$ of $f(4) = \ln 4 + 1$. As $x \to 0^+$: - $\ln x \to -\infty$ - $\frac{4}{x} \to +\infty$ The $\frac{4}{x}$ term dominates, so $f(x) \to +\infty$. As $x \to \infty$: - $\ln x \to +\infty$ - $\frac{4}{x} \to 0$ So $f(x) \to +\infty$. Thus $f(x)$ has a **minimum** and goes to $+\infty$ on both sides. **Range:** $f(x) \ge \ln 4 + 1$ --- #### Question A 2: Probability (H 2) A box contains 5 red balls and 3 blue balls. Three balls are drawn at random **without replacement**. 1. Find the probability that exactly two of the balls drawn are red. 2. Given that at least one of the balls is blue, find the probability that exactly one is blue. --- #### Solution A 2 Total number of ways to choose 3 balls from 8: $$\binom{8}{3} = 56$$ --- **(1) Exactly 2 red** Choose 2 red from 5 and 1 blue from 3: $$\binom{5}{2}\binom{3}{1} = 10 \times 3 = 30$$ So: $$P(\text{exactly 2 red}) = \frac{30}{56} = \frac{15}{28}$$ --- **(2) Conditional probability** Let: - $A$: “exactly one blue” - $B$: “at least one blue” We want $P(A \mid B) = \dfrac{P(A \cap B)}{P(B)}$. But if there is exactly one blue, that automatically means at least one blue, so $A \subseteq B$. Thus: $$P(A \cap B) = P(A)$$ First compute $P(A)$: Exactly one blue $\Rightarrow$ 1 blue from 3 and 2 red from 5: $$\binom{3}{1}\binom{5}{2} = 3 \times 10 = 30$$ So:

P(A) = \frac{30}{56} = \frac{


Try Tutorly.sg (Singapore)

Start here: AI Tutor Singapore

Try Tutorly on the website nosignupno sign-up: https://tutorly.sg/app


“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