NDA Maths · Limits & Continuity

Evaluating Limits — Factor, Rationalise, Standard Forms

The core toolkit for a 0/0 limit: direct substitution first, then factor-and-cancel, rationalise a surd, apply a standard limit, use L'Hôpital, or handle the 1^∞ form via the exponential trick.

Why this matters

Most limit questions are a single recognition: which tool clears the indeterminate form. Get the standard limits cold and the 0/0 questions become one or two lines.

Concept 1 of 5

What a limit is — and when it exists

Intuition

A limit describes the value a function approaches, not necessarily its value at the point. It exists only when both sides agree — the left-hand limit equals the right-hand limit. Always try direct substitution first; only if that gives an indeterminate form (0/0, ∞/∞, 1^∞, …) do you need a technique.

Definition

limxaf(x)=L\lim_{x\to a}f(x)=L means f(x)f(x) gets arbitrarily close to LL as xax\to a. It exists iff LHL == RHL. Algebra of limits: limits distribute over sums, products, and quotients (when denominators are non-zero). For nn\to\infty ratios, the dominant term decides (e.g. an+bnan\dfrac{a^n+b^n}{a^{n}}\to the larger base's contribution).

Worked example

Evaluate limx2(x2+3x1)\lim_{x\to 2}(x^2+3x-1).
Practice this conceptself-check · 4 quick reps

Concept 2 of 5

0/0 by factoring, cancelling, and rationalising

Intuition

When substitution gives 0/0, the zero factor is shared by numerator and denominator. Factor and cancel it (often via xnanx^n-a^n), or — when surds are involved — rationalise by multiplying by the conjugate to expose the cancelling factor.

Definition

  • Factor/cancel: use xnan=(xa)(xn1++an1)x^n-a^n=(x-a)(x^{n-1}+\cdots+a^{n-1}); the standard result limxaxnanxa=nan1\lim_{x\to a}\dfrac{x^n-a^n}{x-a}=n\,a^{n-1}.
  • Rationalise: multiply numerator and denominator by the conjugate of the surd to turn AB\sqrt{A}-\sqrt{B} into ABA-B, then cancel.

The x^n − a^n standard limit

limxaxnanxa=nan1\lim_{x\to a}\dfrac{x^n-a^n}{x-a}=n\,a^{n-1}

Worked example

Evaluate limx2x24x2\lim_{x\to 2}\dfrac{x^2-4}{x-2}.
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 2Limits & ContinuityEASY
What is limx1x91x31\lim_{x\to1}\dfrac{x^{9}-1}{x^{3}-1} equal to?

[Q100 · Apr · 2023]

Concept 3 of 5

The standard limits to memorise

Intuition

A fixed list of limits resolves most trigonometric, exponential, and logarithmic 0/0 forms instantly. Reduce the problem to one of these (often by multiplying/dividing by the right variable) and read off the value.

Definition

Each holds as x0x\to 0 (angles in radians). For a scaled argument, the factor scales too — e.g. limx0sinaxx=a\lim_{x\to0}\dfrac{\sin ax}{x}=a.

Limit (as x → 0)Value
sin x / x1
tan x / x1
(1 − cos x) / x²1/2
log(1 + x) / x1
(eˣ − 1) / x1
(aˣ − 1) / xln a
(1 + x)^(1/x)e
Radians only. Scale the argument and the value scales: sin(ax)/x → a.
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 3Limits & ContinuityEASY
What is limx010sinx1tanx\lim_{x\to0}\dfrac{10^{\sin x}-1}{\tan x} equal to?

[Q73 · Apr · 2026]

sin x / x → 1 only as x → 0

The standard limit sinxx1\dfrac{\sin x}{x}\to 1 holds only as x0x\to 0. As xπx\to\pi, sinxx\dfrac{\sin x}{x} is just sinππ=0\dfrac{\sin\pi}{\pi}=0 by direct substitution — there is no indeterminate form, so the standard result does not apply.

Scale the argument, scale the value

sinaxxa\dfrac{\sin ax}{x}\to a, not 11 — and sinaxbxab\dfrac{\sin ax}{bx}\to\dfrac{a}{b}. Forgetting the multiplier is the most common slip: sin5xx5\dfrac{\sin 5x}{x}\to 5, and tan3xsin2x32\dfrac{\tan 3x}{\sin 2x}\to\dfrac{3}{2}.

Concept 4 of 5

L'Hôpital's rule for 0/0 and ∞/∞

Intuition

When a limit is genuinely 0/0 or ∞/∞ and factoring is awkward, differentiate the top and bottom separately and try the limit again. Repeat if it's still indeterminate.

Definition

If limfg\lim\dfrac{f}{g} is 00\tfrac00 or \tfrac{\infty}{\infty} and f,gf,g are differentiable, then limfg=limfg\lim\dfrac{f}{g}=\lim\dfrac{f'}{g'} (provided the latter exists). Only apply it to a true indeterminate form — never to a determinate one. Series expansion (ex=1+x+x22+e^x=1+x+\tfrac{x^2}{2}+\cdots, sinx=xx36+\sin x=x-\tfrac{x^3}{6}+\cdots) often does the same job faster.

Worked example

Evaluate limx0sinxxx3\lim_{x\to 0}\dfrac{\sin x - x}{x^3}.
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 4Limits & ContinuityEASY
What is limx0ex(1+x)x2\lim_{x\to 0}\dfrac{e^x-(1+x)}{x^2} equal to?

[Q71 · Apr · 2017]

L'Hôpital only on indeterminate forms

Differentiating top and bottom is valid only when the limit is genuinely 00\tfrac00 or \tfrac{\infty}{\infty}. Applying it to a determinate form like 23\dfrac{2}{3} or sinxx+1\dfrac{\sin x}{x+1} at x=0x=0 (which is 01=0\tfrac01=0) gives a WRONG answer.

Differentiate top and bottom separately — not the quotient

L'Hôpital replaces fg\dfrac{f}{g} by fg\dfrac{f'}{g'} — you do NOT apply the quotient rule. Differentiating fg\dfrac{f}{g} as a single function via the quotient rule is a different (and wrong) operation here.

Concept 5 of 5

The 1^∞ form

Intuition

A limit of the shape [f(x)]g(x)[f(x)]^{g(x)} where f1f\to 1 and gg\to\infty is the indeterminate 11^\infty. Take logs (or use the standard shortcut) to convert it to a 0·∞ product, which becomes an ordinary limit in the exponent.

Definition

If f(x)1f(x)\to 1 and g(x)g(x)\to\infty, then lim[f(x)]g(x)=elimg(x)[f(x)1]\lim [f(x)]^{g(x)}=e^{\,\lim\, g(x)\,[f(x)-1]}. Equivalently, L=elimglnfL=e^{\lim g\ln f} — take ln\ln, evaluate the resulting product, then exponentiate.

The 1^∞ shortcut

lim[f(x)]g(x)=elimg(x)[f(x)1](f1, g)\lim [f(x)]^{g(x)} = e^{\,\lim\, g(x)\,[f(x)-1]}\quad (f\to 1,\ g\to\infty)

Worked example

Evaluate limx0(1+2x)1/x\lim_{x\to 0}(1+2x)^{1/x}.
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 5Limits & ContinuityHARD
Let f(x)=ax1+bx12f(x)=\dfrac{a^{x-1}+b^{x-1}}{2} and g(x)=x1g(x)=x-1.
What is limx1f(x)1/g(x)\lim_{x\to1}f(x)^{1/g(x)} equal to?

[Q54 · Sep · 2023]

Summary — formulas & gotchas at a glance

A revision cheat-sheet for the formulas and gotchas above. Click any concept name to jump back to its full explanation.

Formulas (2)

  • 0/0 by factoring, cancelling, and rationalising

    The x^n − a^n standard limit

    limxaxnanxa=nan1\lim_{x\to a}\dfrac{x^n-a^n}{x-a}=n\,a^{n-1}
  • The 1^∞ form

    The 1^∞ shortcut

    lim[f(x)]g(x)=elimg(x)[f(x)1](f1, g)\lim [f(x)]^{g(x)} = e^{\,\lim\, g(x)\,[f(x)-1]}\quad (f\to 1,\ g\to\infty)

Reference tables (1)

The standard limits to memorise7 rows
Limit (as x → 0)Value
sin x / x1
tan x / x1
(1 − cos x) / x²1/2
log(1 + x) / x1
(eˣ − 1) / x1
(aˣ − 1) / xln a
(1 + x)^(1/x)e
Radians only. Scale the argument and the value scales: sin(ax)/x → a.

Watch out for (4)

Drill every past-year question on this subtopic

31 questions from the bank — paginated, with cart and Word-export support.

Related notes