PYQ Vault

MHT-CET Maths · Limits

Limits — Existence, One-Sided Limits and Limits at Infinity

A limit is where a function is heading, not where it is — so it can fail to exist when the two sides disagree, and it can be asked as x runs off to infinity.

Why this matters

This is the foundation block: 9 PYQs at 44% HARD, the gentlest page of the chapter, but every later page assumes it. Two question types recur almost verbatim across sittings — a modulus or greatest-integer expression near 0 where the left and right sides must be compared, and a ratio at infinity that is settled by the leading powers alone. Learn the one-sided habit here, because the continuity pages use it on every question.

Concept 1 of 6

What a Limit Says

Intuition

lim⁡x→af(x)=L\lim_{x\to a} f(x) = L is a statement about the approach, not the arrival: as xx gets close to aa — from either side, never equal to aa — the values f(x)f(x) get close to LL. Whether f(a)f(a) exists, or what it equals, is a separate question.

Definition

  • lim⁡x→af(x)=L\lim_{x\to a} f(x) = L means f(x)f(x) can be made as close to LL as we like by taking xx close enough to aa, with x≠ax \neq a.
  • The value f(a)f(a) plays no part: it may be different from LL, or not exist at all.
  • Algebra of limits: limits of sums, differences, products and quotients are the sums, differences, products and quotients of the limits — provided each limit exists and a quotient's denominator limit is not 00.
  • Direct substitution is legal wherever it makes sense: polynomials everywhere, rational functions where the denominator is non-zero, sin⁡\sin, cos⁡\cos, exe^x, log⁡\log and roots at any point of their domain.
  • The whole chapter is about the cases where substitution fails — 0/00/0, ∞/∞\infty/\infty, ∞−∞\infty-\infty, 1∞1^\infty — and the tools that resolve each.

Algebra of limits

lim⁡(f±g)=lim⁡f±lim⁡glim⁡(fg)=lim⁡f⋅lim⁡glim⁡fg=lim⁡flim⁡g  (lim⁡g≠0)\lim (f \pm g) = \lim f \pm \lim g \qquad \lim (fg) = \lim f \cdot \lim g \qquad \lim \frac{f}{g} = \frac{\lim f}{\lim g}\ \ (\lim g \neq 0)
  • lim⁡\limall limits taken as x→ax \to a, each assumed to exist

Worked example

Evaluate lim⁡x→2x3−3x+1x+3\lim_{x\to 2} \dfrac{x^3 - 3x + 1}{x + 3}.
Practice this concept4 quick reps

The value at the point is not the limit

f(x)=x2xf(x) = \dfrac{x^2}{x} has no value at x=0x = 0, yet lim⁡x→0f(x)=0\lim_{x\to 0} f(x) = 0. Conversely a function can be defined at a point with a value that has nothing to do with its limit there. Keep the two questions separate — continuity is precisely the case where they agree.

Concept 2 of 6

One-Sided Limits and When a Limit Exists

Intuition

Walk towards aa from the left and from the right. If the two walks arrive at the same height, that height is the limit; if not, there is no limit at all. A modulus is the usual reason the two walks differ, because ∣x∣|x| means xx on one side of 00 and −x-x on the other.

Definition

  • Left-hand limit lim⁡x→a−f(x)\lim_{x\to a^-} f(x): the approach through values x<ax < a. Right-hand limit lim⁡x→a+f(x)\lim_{x\to a^+} f(x): through values x>ax > a.
  • The limit exists exactly when both one-sided limits exist and are equal; their common value is the limit.
  • Near 00: ∣x∣=x|x| = x for x>0x > 0 and ∣x∣=−x|x| = -x for x<0x < 0. Near aa: ∣x−a∣=x−a|x - a| = x - a on the right of aa and −(x−a)-(x - a) on the left.
  • Method: whenever a stem contains ∣⋅∣|\cdot|, [⋅][\cdot], a piecewise definition or a square root of something that changes sign, compute the two sides separately before saying anything.

Existence of a limit

lim⁡x→af(x)=L  ⟺  lim⁡x→a−f(x)=lim⁡x→a+f(x)=L\lim_{x\to a} f(x) = L \iff \lim_{x\to a^-} f(x) = \lim_{x\to a^+} f(x) = L
LHLRHLx = a : LHL ≠ RHL → limit DNE

Worked example

Does lim⁡x→2∣x−2∣x−2\lim_{x\to 2}\dfrac{|x - 2|}{x - 2} exist?
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 2LimitsMODERATE
The value of lim⁡x→0x∣x∣+x2\lim_{x \to 0} \dfrac{x}{|x| + x^2} is

[Q103 · 2nd May Shift 1 · 2023]

Not every modulus makes the limit fail

x∣x∣+x2\dfrac{x}{|x| + x^2} tends to +1+1 from the right and −1-1 from the left — no limit. But ∣x∣∣x∣+x2\dfrac{|x|}{|x| + x^2} tends to 11 from BOTH sides, because the sign that flips upstairs also flips downstairs. Both versions have been set in the same paper series; the answer is decided by working the two sides, not by spotting a modulus.

Concept 3 of 6

Greatest-Integer and Sign Functions Near a Point

Intuition

[x][x] is a staircase: flat between integers, with a step of height 11 at each integer. Approaching an integer nn from the left you are on the lower stair n−1n - 1; from the right, on the stair nn itself. Away from the integers there is no step, so the limit is simply the stair you are standing on.

Definition

  • [x][x] = the greatest integer ≤x\le x. So [2.7]=2[2.7] = 2, [5]=5[5] = 5, and — the one students get wrong — [−0.3]=−1[-0.3] = -1, because −1-1 is the largest integer not exceeding −0.3-0.3.
  • At an integer nn: lim⁡x→n−[x]=n−1\lim_{x\to n^-}[x] = n - 1 and lim⁡x→n+[x]=n\lim_{x\to n^+}[x] = n. The two-sided limit does not exist.
  • At a non-integer aa: lim⁡x→a[x]=[a]\lim_{x\to a}[x] = [a], because [x][x] is constant on an interval around aa.
  • Near 00 from the left: [x]=−1[x] = -1 and ∣x∣=−x|x| = -x. Substitute these as constants and the expression usually collapses.
  • The sign function x∣x∣\dfrac{x}{|x|} (also written sgn⁡x\operatorname{sgn} x) is +1+1 for x>0x > 0 and −1-1 for x<0x < 0: a two-step staircase with its single step at 00.

Greatest integer at an integer

lim⁡x→n−[x]=n−1,lim⁡x→n+[x]=n(n∈Z)\lim_{x\to n^-}[x] = n - 1, \qquad \lim_{x\to n^+}[x] = n \qquad (n \in \mathbb{Z})

Worked example

Evaluate lim⁡x→2−[x]+xx\lim_{x\to 2^-}\dfrac{[x] + x}{x}.
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 3LimitsHARD
For each x∈Rx\in\mathbb{R}, let [x][x] represent greatest integer function, then lim⁡x→0−x([x]+∣x∣)sin⁡[x]∣x∣\lim_{x\to0^{-}}\frac{x([x]+|x|)\sin[x]}{|x|} is equal to

[Q138 · 3rd May Shift 2 · 2023]

[x] for a small negative x is −1, not 0

[−0.001]=−1[-0.001] = -1. Writing 00 here turns a −sin⁡1-\sin 1 answer into 00, which is always one of the options. On the left of any integer nn, [x][x] is n−1n - 1 — including n=0n = 0.

Concept 4 of 6

Limits at Infinity — Compare the Leading Powers

Intuition

When xx is enormous, x50x^{50} dwarfs x49x^{49}, and a constant is invisible next to either. So only the highest power on top and the highest power below matter, and the limit is decided by comparing those two.

Definition

  • Ratio of polynomials: divide numerator and denominator by the highest power of xx present. Every term with a lower power becomes cxk→0\dfrac{c}{x^k} \to 0.
  • Degree on top smaller → limit 00. Degrees equal → ratio of leading coefficients. Degree on top larger → ±∞\pm\infty, no finite limit.
  • (2x+k)50(2x + k)^{50} and (2x)50(2x)^{50} have the same leading term, so their ratio →1\to 1 whatever the constant kk — a sum of a hundred such terms over (2x)50(2x)^{50} therefore tends to 100100.
  • A finite sum inside the limit (1+8+27+⋯+n31 + 8 + 27 + \dots + n^3) must be replaced by its closed form first ((n(n+1)2)2\left(\frac{n(n+1)}{2}\right)^2); only then can leading powers be compared.
  • e−x→0e^{-x} \to 0, a−x→0a^{-x} \to 0 for a>1a > 1, and ex−1ex+1→1\dfrac{e^{x} - 1}{e^{x} + 1} \to 1: divide by the dominant exponential exactly as you would by the dominant power.

Ratio of polynomials at infinity

lim⁡x→∞anxn+⋯+a0bmxm+⋯+b0={0,n<manbm,n=m±∞,n>m\lim_{x\to\infty}\frac{a_n x^n + \dots + a_0}{b_m x^m + \dots + b_0} = \begin{cases} 0, & n < m \\[2pt] \dfrac{a_n}{b_m}, & n = m \\[2pt] \pm\infty, & n > m \end{cases}
  • n,mn, mdegrees of numerator and denominator
  • an,bma_n, b_mtheir leading coefficients

Worked example

Evaluate lim⁡x→∞3x2−5x+12x2+7\lim_{x\to\infty}\dfrac{3x^2 - 5x + 1}{2x^2 + 7}.
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 4LimitsHARD
lim⁡x→∞(2x+1)50+(2x+2)50+(2x+3)50+...+(2x+100)50(2x)50+(10)50=\lim_{x\rightarrow \infty} \frac{(2x+ 1)^{50}+ (2x+ 2)^{50}+ (2x+ 3)^{50}+ ... + (2x+ 100)^{50}}{(2x)^{50}+ (10)^{50}}=

[Q140 · 26 April Shift I · 2025]

A sum of n terms is not 'n copies of the biggest term'

1+8+27+⋯+n31−n4\dfrac{1 + 8 + 27 + \dots + n^3}{1 - n^4} is NOT n⋅n3−n4=−1\dfrac{n \cdot n^3}{-n^4} = -1. The sum is (n(n+1)2)2∼n44\left(\frac{n(n+1)}{2}\right)^2 \sim \frac{n^4}{4}, so the limit is −14-\dfrac{1}{4}. Always write the closed form of a sum before comparing powers.

Concept 5 of 6

A Finite Limit at Infinity Forces the Divergent Part to Vanish

Intuition

If x2+x+1x+1−ax−b\dfrac{x^2 + x + 1}{x + 1} - ax - b is to settle down to a number as xx grows, the piece that grows like xx must be cancelled exactly by axax. That single observation fixes aa; only then does bb come into view.

Definition

  • Divide the rational function: p(x)q(x)=(quotient)+r(x)q(x)\dfrac{p(x)}{q(x)} = (\text{quotient}) + \dfrac{r(x)}{q(x)}, with deg⁡r<deg⁡q\deg r < \deg q, so the remainder term →0\to 0.
  • For the limit of p(x)q(x)−ax−b\dfrac{p(x)}{q(x)} - ax - b to be finite, the coefficient of xx in (quotient −ax−b- ax - b) must be zero — this determines aa.
  • The limit is then the constant left over, which determines bb.
  • Geometrically y=ax+by = ax + b is the oblique asymptote of the curve; the question is asking for it in disguise.

Finite limit at infinity

p(x)q(x)=αx+β+r(x)q(x) ⇒ lim⁡x→∞(p(x)q(x)−ax−b) finite  ⟺  a=α, and the limit is β−b\frac{p(x)}{q(x)} = \alpha x + \beta + \frac{r(x)}{q(x)} \ \Rightarrow\ \lim_{x\to\infty}\left(\frac{p(x)}{q(x)} - ax - b\right) \text{ finite} \iff a = \alpha,\ \text{and the limit is } \beta - b

Worked example

If lim⁡x→∞(x2+2x+3x+1−ax−b)=0\lim_{x\to\infty}\left(\dfrac{x^2 + 2x + 3}{x + 1} - ax - b\right) = 0, find aa and bb.
Practice this conceptself-check

From the bank · past-year question

Example 5LimitsHARD
If lim⁡x→∞(x2+x+1x+1−ax−b)=4\lim_{x\to\infty}\left(\frac{x^2+x+1}{x+1} - ax - b\right) = 4 then

[Q115 · 9th May Shift 1 · 2023]

Solving for b before a

There is no equation for bb until aa has killed the growing term. Students who 'compare constants' first get bb from the wrong expression. Order: divide → set the xx-coefficient to zero → read off the constant.

Concept 6 of 6

Infinity Minus Infinity — Rationalise at Infinity

Intuition

x2+4x−x\sqrt{x^2 + 4x} - x is a huge number minus a huge number, and the difference could be anything. Multiplying by the conjugate turns the subtraction into a division, where the leading powers can be compared as usual.

Definition

  • ∞−∞\infty - \infty is indeterminate: it is never 00 by inspection.
  • With square roots, multiply and divide by the conjugate: A−B=A−BA+B\sqrt{A} - \sqrt{B} = \dfrac{A - B}{\sqrt{A} + \sqrt{B}}. The numerator usually drops to a lower degree; then divide by the highest power.
  • Nested roots need the trick twice — once for the outer difference, once more for the inner 1+x4−x2\sqrt{1 + x^4} - x^2 that appears.
  • For large xx, x2+ax+b≈x+a2\sqrt{x^2 + ax + b} \approx x + \dfrac{a}{2}: a shortcut worth remembering, and the reason the standard result below holds.

Root minus its leading term

lim⁡x→∞(x2+ax+b−x)=a2\lim_{x\to\infty}\left(\sqrt{x^2 + ax + b} - x\right) = \frac{a}{2}

Worked example

Evaluate lim⁡x→∞(x2+4x−x)\lim_{x\to\infty}\left(\sqrt{x^2 + 4x} - x\right).
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 6LimitsHARD
lim⁡x→∞x3{x2+1+x4−x2}=\lim_{x\to\infty}x^3\left\{\sqrt{x^2+\sqrt{1+x^4}}-x\sqrt2\right\}=

[Q101 · 14th May Shift 1 · 2024]

Subtracting infinities term by term

Writing x2+4x−x≈x−x=0\sqrt{x^2 + 4x} - x \approx x - x = 0 is wrong; the answer is 22. The lower-order terms under the root are exactly what survives after the leading parts cancel, so they cannot be dropped before rationalising.

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 (6)

  • What a Limit Says

    Algebra of limits

    lim⁡(f±g)=lim⁡f±lim⁡glim⁡(fg)=lim⁡f⋅lim⁡glim⁡fg=lim⁡flim⁡g  (lim⁡g≠0)\lim (f \pm g) = \lim f \pm \lim g \qquad \lim (fg) = \lim f \cdot \lim g \qquad \lim \frac{f}{g} = \frac{\lim f}{\lim g}\ \ (\lim g \neq 0)
  • One-Sided Limits and When a Limit Exists

    Existence of a limit

    lim⁡x→af(x)=L  ⟺  lim⁡x→a−f(x)=lim⁡x→a+f(x)=L\lim_{x\to a} f(x) = L \iff \lim_{x\to a^-} f(x) = \lim_{x\to a^+} f(x) = L
  • Greatest-Integer and Sign Functions Near a Point

    Greatest integer at an integer

    lim⁡x→n−[x]=n−1,lim⁡x→n+[x]=n(n∈Z)\lim_{x\to n^-}[x] = n - 1, \qquad \lim_{x\to n^+}[x] = n \qquad (n \in \mathbb{Z})
  • Limits at Infinity — Compare the Leading Powers

    Ratio of polynomials at infinity

    lim⁡x→∞anxn+⋯+a0bmxm+⋯+b0={0,n<manbm,n=m±∞,n>m\lim_{x\to\infty}\frac{a_n x^n + \dots + a_0}{b_m x^m + \dots + b_0} = \begin{cases} 0, & n < m \\[2pt] \dfrac{a_n}{b_m}, & n = m \\[2pt] \pm\infty, & n > m \end{cases}
  • A Finite Limit at Infinity Forces the Divergent Part to Vanish

    Finite limit at infinity

    p(x)q(x)=αx+β+r(x)q(x) ⇒ lim⁡x→∞(p(x)q(x)−ax−b) finite  ⟺  a=α, and the limit is β−b\frac{p(x)}{q(x)} = \alpha x + \beta + \frac{r(x)}{q(x)} \ \Rightarrow\ \lim_{x\to\infty}\left(\frac{p(x)}{q(x)} - ax - b\right) \text{ finite} \iff a = \alpha,\ \text{and the limit is } \beta - b
  • Infinity Minus Infinity — Rationalise at Infinity

    Root minus its leading term

    lim⁡x→∞(x2+ax+b−x)=a2\lim_{x\to\infty}\left(\sqrt{x^2 + ax + b} - x\right) = \frac{a}{2}

Watch out for (6)

Drill every past-year question on this subtopic

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

Related notes