NDA Maths · Limits & Continuity

One-Sided, Greatest-Integer & Modulus Limits

When the function behaves differently on the two sides of a point — a modulus, a greatest-integer step, or a piecewise rule — you must compute the left and right limits separately.

Why this matters

These are where 'the limit doesn't exist' answers come from. The greatest-integer and modulus functions are the NDA's favourite trap: the two sides genuinely disagree, so blindly substituting gives the wrong answer.

Concept 1 of 3

Left-hand and right-hand limits

Intuition

Approach the point from below (xax\to a^-) and from above (xa+x\to a^+) separately. If the two agree, the limit is that common value; if they differ, the two-sided limit does not exist. Essential whenever the rule changes at the point.

Definition

LHL =limxaf(x)=\lim_{x\to a^-}f(x), RHL =limxa+f(x)=\lim_{x\to a^+}f(x). The limit exists iff LHL == RHL. For a piecewise ff, use the piece valid on each side; for a product/quotient of one-sided-sensitive parts, evaluate each side end-to-end.

LHLRHLx = a : LHL ≠ RHL → limit DNE

Worked example

For f(x)={x+1,x<0x2,x0f(x)=\begin{cases}x+1,&x<0\\ x^2,&x\ge 0\end{cases}, find limx0f(x)\lim_{x\to 0}f(x).
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 1Limits & ContinuityMODERATE
Let f(x)=axx+1+b, x<1f(x)=\frac{ax}{x+1}+b,\ x<1 and x1, 1x2\sqrt{x-1},\ 1\leq x\leq2.
What is limx0f(x)\lim_{x\to0}f(x) equal to?

[Q64 · Sep · 2023]

One-sided limits must AGREE for the limit to exist

If LHL =2=2 and RHL =2=2 the limit is 22; but if LHL \neq RHL — say 11 and 1-1 — the two-sided limit does not exist. Don't average them or pick one side: disagreement means DNE.

Concept 2 of 3

Limits of the greatest-integer function

Intuition

The greatest-integer function x\lfloor x\rfloor jumps at every integer: just below nn it equals n1n-1, at and just above nn it equals nn. So at an integer the one-sided limits differ by 1 — almost every x\lfloor x\rfloor limit is a one-sided question in disguise.

Definition

At an integer nn: limxnx=n1\lim_{x\to n^-}\lfloor x\rfloor=n-1, limxn+x=n\lim_{x\to n^+}\lfloor x\rfloor=n — so limxnx\lim_{x\to n}\lfloor x\rfloor does not exist. Between integers x\lfloor x\rfloor is constant. For g(x)\lfloor g(x)\rfloor, track which integers gg crosses near the point (e.g. x2\lfloor x^2\rfloor near x=0x=0).

Worked example

Find limx2x\lim_{x\to 2}\lfloor x\rfloor (if it exists).
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 2Limits & ContinuityEASY
If f(x)=[x]xf(x)=\frac{[x]}{|x|}, x0x\ne0, where [][\cdot] denotes the greatest integer function, then what is the right-hand limit of f(x)f(x) at x=1x=1?

[Q77 · Sep · 2021]

⌊x⌋ jumps at integers — the limit there does NOT exist

Approaching an integer nn: limxnx=n1\lim_{x\to n^-}\lfloor x\rfloor=n-1 while limxn+x=n\lim_{x\to n^+}\lfloor x\rfloor=n. The off-by-one is the trap — just below 33, x=2\lfloor x\rfloor=2, not 33. Between integers x\lfloor x\rfloor is constant, so the limit exists only at non-integers.

Concept 3 of 3

Limits involving the modulus

Intuition

A modulus splits at its zero: x=x|x|=x for x0x\ge 0 and x-x for x<0x<0. Near that split the sign flips, so x/xx/|x| and similar ratios have different one-sided values. Watch for hidden moduli from square roots like 1cosθ=2sinθ2\sqrt{1-\cos\theta}=\sqrt2\,|\sin\tfrac\theta2|.

Definition

Replace g(x)|g(x)| by +g+g on the side where g>0g>0 and g-g where g<0g<0, then take each one-sided limit. xx\dfrac{x}{|x|} is +1+1 for x>0x>0 and 1-1 for x<0x<0. A surd hides a modulus: A2=A\sqrt{A^2}=|A|, which is sign-sensitive.

Worked example

Find limx55xx5\lim_{x\to 5}\dfrac{5-x}{|x-5|} (if it exists).
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 3Limits & ContinuityEASY
What is limx55xx5\lim_{x\to5}\dfrac{5-x}{|x-5|} equal to?

[Q99 · Apr · 2023]

x / |x| is +1 on the right, −1 on the left

Because x=x|x|=x for x>0x>0 and x-x for x<0x<0, xx=+1\dfrac{x}{|x|}=+1 as x0+x\to0^+ and 1-1 as x0x\to0^-. The two-sided limx0xx\lim_{x\to0}\dfrac{x}{|x|} therefore does not exist — it is never 00 or 11.

A square root hides a modulus

A2=A\sqrt{A^2}=|A|, not AA. So 1cosθ=2sinθ2\sqrt{1-\cos\theta}=\sqrt2\,\bigl|\sin\tfrac\theta2\bigr|, which is sign-sensitive — the right and left limits of 1cosθθ\dfrac{\sqrt{1-\cos\theta}}{\theta} come out ±12\pm\tfrac{1}{\sqrt2}.

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.

Watch out for (4)

Drill every past-year question on this subtopic

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

Related notes