Skip to main content
Limits, Continuity & Differentiability8 min read

Standard Limits and Indeterminate Forms: The Complete Toolkit

Every year, JEE Main features 8–12 problems that boil down to evaluating limits involving \( \frac{0}{0} \), \( \frac{\infty}{\infty} \), or \( 0 \cdot \infty \) indeterminate forms. The secret to speed is not L'Hôpital's rule (which is slow and error-prone under pressure) but a toolkit of standard...

limitsstandard-limitsindeterminate-formstechniques

Standard Limits and Indeterminate Forms: The Complete Toolkit

Introduction

Every year, JEE Main features 8–12 problems that boil down to evaluating limits involving 00\frac{0}{0}, \frac{\infty}{\infty}, or 00 \cdot \infty indeterminate forms. The secret to speed is not L'Hôpital's rule (which is slow and error-prone under pressure) but a toolkit of standard limit results that you can apply by inspection. This article catalogues every standard limit you need, shows how to combine them, and drills you through JEE-level examples.


1. The Core Standard Limits

Group A: Algebraic

limxaxnanxa=nan1(nR)\boxed{\lim_{x \to a} \frac{x^n - a^n}{x - a} = na^{n-1}} \quad (n \in \mathbb{R})

Group B: Trigonometric

limx0sinxx=1,limx0tanxx=1,limx01cosxx2=12\lim_{x \to 0} \frac{\sin x}{x} = 1, \quad \lim_{x \to 0} \frac{\tan x}{x} = 1, \quad \lim_{x \to 0} \frac{1 - \cos x}{x^2} = \frac{1}{2}

Group C: Exponential and Logarithmic

limx0ex1x=1,limx0ax1x=lna,limx0ln(1+x)x=1\lim_{x \to 0} \frac{e^x - 1}{x} = 1, \quad \lim_{x \to 0} \frac{a^x - 1}{x} = \ln a, \quad \lim_{x \to 0} \frac{\ln(1+x)}{x} = 1

Group D: Binomial Approximation

limx0(1+x)n1x=n(nR)\lim_{x \to 0} \frac{(1+x)^n - 1}{x} = n \quad (n \in \mathbb{R})

Group E: The "e" Limit

limx0(1+x)1/x=e,limn(1+1n)n=e\lim_{x \to 0} (1 + x)^{1/x} = e, \quad \lim_{n \to \infty} \left(1 + \frac{1}{n}\right)^n = e


2. The Combination Principle

The power of standard limits lies in composition. Any 00\frac{0}{0} limit can be broken into a product of standard forms:

limx0f(x)g(x)=limx0f(x)xkxkg(x)\lim_{x \to 0} \frac{f(x)}{g(x)} = \lim_{x \to 0} \frac{f(x)}{x^k} \cdot \frac{x^k}{g(x)}

where kk is chosen so that each factor converges to a finite nonzero limit.

Key technique: Multiply and divide by the "bridge" expression. For instance: limx0sin3xtan5x=limx0sin3x3x5xtan5x35=1135=35.\lim_{x \to 0} \frac{\sin 3x}{\tan 5x} = \lim_{x \to 0} \frac{\sin 3x}{3x} \cdot \frac{5x}{\tan 5x} \cdot \frac{3}{5} = 1 \cdot 1 \cdot \frac{3}{5} = \frac{3}{5}.


3. Worked Examples

Example 1 (Mixed Trig-Exponential)

Evaluate limx0esinx1sinxsin2x\displaystyle \lim_{x \to 0} \frac{e^{\sin x} - 1 - \sin x}{\sin^2 x}.

Solution:

Let t=sinxt = \sin x. As x0x \to 0, t0t \to 0, and sin2x=t2\sin^2 x = t^2. limt0et1tt2.\lim_{t \to 0} \frac{e^t - 1 - t}{t^2}. Using Taylor: et=1+t+t22+e^t = 1 + t + \frac{t^2}{2} + \cdots, so numerator =t22+= \frac{t^2}{2} + \cdots =12.= \frac{1}{2}.


Example 2 (Algebraic xnanx^n - a^n Form)

Evaluate limx2x101024x532\displaystyle \lim_{x \to 2} \frac{x^{10} - 1024}{x^5 - 32}.

Solution:

Note 210=10242^{10} = 1024 and 25=322^5 = 32. Using the standard result: x10210x525=x10210x2x525x21029524=10512516=512080=64.\frac{x^{10} - 2^{10}}{x^5 - 2^5} = \frac{\frac{x^{10}-2^{10}}{x-2}}{\frac{x^5-2^5}{x-2}} \to \frac{10 \cdot 2^9}{5 \cdot 2^4} = \frac{10 \cdot 512}{5 \cdot 16} = \frac{5120}{80} = 64.


Example 3 (Rationalization Required)

Evaluate limx01+x1xx\displaystyle \lim_{x \to 0} \frac{\sqrt{1 + x} - \sqrt{1 - x}}{x}.

Solution:

Rationalize: =limx0(1+x)(1x)x(1+x+1x)=limx02xx(1+x+1x)=22=1.= \lim_{x \to 0} \frac{(1+x)-(1-x)}{x(\sqrt{1+x}+\sqrt{1-x})} = \lim_{x \to 0} \frac{2x}{x(\sqrt{1+x}+\sqrt{1-x})} = \frac{2}{2} = 1.


Example 4 (\frac{\infty}{\infty} Form — Polynomial Ratio)

Evaluate limx3x3+2x275x3x+4\displaystyle \lim_{x \to \infty} \frac{3x^3 + 2x^2 - 7}{5x^3 - x + 4}.

Solution:

Divide numerator and denominator by x3x^3: limx3+2x7x351x2+4x3=35.\lim_{x \to \infty} \frac{3 + \frac{2}{x} - \frac{7}{x^3}}{5 - \frac{1}{x^2} + \frac{4}{x^3}} = \frac{3}{5}.

Quick rule: For axn+bxn+\frac{ax^n + \cdots}{bx^n + \cdots}, the limit is ab\frac{a}{b} when degrees are equal; 0 if numerator degree < denominator degree; ±\pm\infty if numerator degree > denominator degree.


Example 5 (00 \cdot \infty Form Conversion)

Evaluate limx0+xlnx\displaystyle \lim_{x \to 0^+} x \ln x.

Solution:

Rewrite as \frac{\infty}{\infty}: limx0+lnx1/x.\lim_{x \to 0^+} \frac{\ln x}{1/x}. Apply L'Hôpital: =limx0+1/x1/x2=limx0+(x)=0.= \lim_{x \to 0^+} \frac{1/x}{-1/x^2} = \lim_{x \to 0^+} (-x) = 0.


Example 6 (Composite Standard Limits)

Evaluate limx0e3xe2xx\displaystyle \lim_{x \to 0} \frac{e^{3x} - e^{2x}}{x}.

Solution:

=limx0e3x1(e2x1)x=limx0(e3x1xe2x1x)=32=1.= \lim_{x \to 0} \frac{e^{3x} - 1 - (e^{2x} - 1)}{x} = \lim_{x \to 0} \left( \frac{e^{3x}-1}{x} - \frac{e^{2x}-1}{x} \right) = 3 - 2 = 1.


4. Previous Year JEE Problems

Problem 1 (JEE Main 2023)

limx0(sinxx)(ex1)xsin3x=\displaystyle \lim_{x \to 0} \frac{(\sin x - x)(e^x - 1)}{x \sin^3 x} = ?

Solution:

Split the expression into standard forms: =limx0sinxxx3ex1xx4xsin3x.= \lim_{x \to 0} \frac{\sin x - x}{x^3} \cdot \frac{e^x - 1}{x} \cdot \frac{x^4}{x \sin^3 x}.

Analyze each part:

  1. sinxxx316\frac{\sin x - x}{x^3} \to -\frac{1}{6} (using Taylor: sinxxx36\sin x \approx x - \frac{x^3}{6}).
  2. ex1x1\frac{e^x - 1}{x} \to 1.
  3. x4xsin3x=(xsinx)31\frac{x^4}{x \sin^3 x} = \left(\frac{x}{\sin x}\right)^3 \to 1.

Multiplying: (16)(1)(1)=16.\left(-\frac{1}{6}\right) \cdot (1) \cdot (1) = -\frac{1}{6}.

Answer: 16-\dfrac{1}{6}.


Problem 2 (JEE Main 2021)

limx0sin2x21+cosx=\displaystyle \lim_{x \to 0} \frac{\sin^2 x}{\sqrt{2} - \sqrt{1 + \cos x}} = ?

Solution:

Use 1+cosx=2cos2(x/2)1 + \cos x = 2\cos^2(x/2). Since x0x \to 0, cos(x/2)>0\cos(x/2) > 0, so 1+cosx=2cos(x/2)\sqrt{1+\cos x} = \sqrt{2}\cos(x/2).

The denominator becomes: 22cos(x/2)=2(1cos(x/2))=22sin2(x/4)=22sin2(x/4).\sqrt{2} - \sqrt{2}\cos(x/2) = \sqrt{2}(1 - \cos(x/2)) = \sqrt{2} \cdot 2\sin^2(x/4) = 2\sqrt{2}\sin^2(x/4).

For the numerator, use sinx=2sin(x/2)cos(x/2)\sin x = 2\sin(x/2)\cos(x/2): sin2x=4sin2(x/2)cos2(x/2).\sin^2 x = 4\sin^2(x/2)\cos^2(x/2).

Now substitute and use sin(x/2)=2sin(x/4)cos(x/4)\sin(x/2) = 2\sin(x/4)\cos(x/4): 4sin2(x/2)cos2(x/2)22sin2(x/4)=44sin2(x/4)cos2(x/4)cos2(x/2)22sin2(x/4)=8cos2(x/4)cos2(x/2)2.\frac{4\sin^2(x/2)\cos^2(x/2)}{2\sqrt{2}\sin^2(x/4)} = \frac{4 \cdot 4\sin^2(x/4)\cos^2(x/4) \cdot \cos^2(x/2)}{2\sqrt{2}\sin^2(x/4)} = \frac{8\cos^2(x/4)\cos^2(x/2)}{\sqrt{2}}. As x0x \to 0, all cosines 1\to 1: =82=42.= \frac{8}{\sqrt{2}} = 4\sqrt{2}.


Problem 3 (JEE Main 2024)

limx03tanx3sinxx3=\displaystyle \lim_{x \to 0} \frac{3\tan x - 3\sin x}{x^3} = ?

Solution:

=3limx0tanxsinxx3=3limx0sinx(1cosx)x3cosx.= 3 \lim_{x \to 0} \frac{\tan x - \sin x}{x^3} = 3 \lim_{x \to 0} \frac{\sin x(1 - \cos x)}{x^3 \cos x}. =3sinxx1cosxx21cosx=31121=32.= 3 \cdot \frac{\sin x}{x} \cdot \frac{1-\cos x}{x^2} \cdot \frac{1}{\cos x} = 3 \cdot 1 \cdot \frac{1}{2} \cdot 1 = \frac{3}{2}.


5. Master Table of Standard Limits

ExpressionLimitCondition
sinkxx\dfrac{\sin kx}{x}kkx0x \to 0
tankxx\dfrac{\tan kx}{x}kkx0x \to 0
1coskxx2\dfrac{1 - \cos kx}{x^2}k22\dfrac{k^2}{2}x0x \to 0
ekx1x\dfrac{e^{kx} - 1}{x}kkx0x \to 0
ax1x\dfrac{a^x - 1}{x}lna\ln ax0x \to 0
ln(1+kx)x\dfrac{\ln(1 + kx)}{x}kkx0x \to 0
(1+x)n1x\dfrac{(1+x)^n - 1}{x}nnx0x \to 0
xnanxa\dfrac{x^n - a^n}{x - a}nan1na^{n-1}xax \to a
sin1xx\dfrac{\sin^{-1} x}{x}1x0x \to 0
tan1xx\dfrac{\tan^{-1} x}{x}1x0x \to 0
xsin ⁣(1x)x \sin\!\left(\dfrac{1}{x}\right)0x0x \to 0
xxx^x1x0+x \to 0^+

6. Tips for JEE Aspirants

  1. Standard limits first, L'Hôpital last. Using the table above is 3–4x faster than differentiating.
  2. Multiply and divide by the "bridge" variable (usually xx or kxkx) to decompose complex fractions into products of standard forms.
  3. Rationalize whenever you see AB\sqrt{A} - \sqrt{B}. This eliminates the 0/00/0 form instantly.
  4. Taylor expansions for higher-order limits: sinxxx3/6\sin x \approx x - x^3/6, cosx1x2/2\cos x \approx 1 - x^2/2, ex1+x+x2/2e^x \approx 1 + x + x^2/2, ln(1+x)xx2/2\ln(1+x) \approx x - x^2/2.
  5. Factor and cancel before attempting any sophisticated method.
  6. Degree comparison for xx \to \infty: immediately compare leading degrees of numerator and denominator.

7. Quick-Reference Summary

StepAction
1Identify the indeterminate form: 00\frac{0}{0}, \frac{\infty}{\infty}, 00 \cdot \infty, etc.
2Try direct substitution first.
3Apply algebraic simplification: factor, rationalize, or divide by highest power.
4Decompose into products of standard limits using multiply-divide.
5If needed, use Taylor expansion (1–2 terms usually suffice).
6Use L'Hôpital only as a last resort.

Standard limits are the sharpest tool in your JEE toolkit. Memorize the table, practice the combination technique, and most limit problems become 30-second exercises.

Ready to Apply These Techniques?

Practice with real JEE Main questions and see these methods in action.

Practice Limits, Continuity & Differentiability PYQs