Limits at Infinity and Rationalization

The rationalised syllabus stops at finite points and rational functions; JEE adds four standard extensions.

1. Limits at infinity of rational functions. Divide top and bottom by the highest power of xx present. With numerator degree pp and denominator degree qq:

Key Point (Degree comparison): p<qp < q gives limit 0; p=qp = q gives the ratio of leading coefficients; p>qp > q gives no (finite) limit — the expression grows without bound.

So limx3x2+2x+15x24=35\lim_{x \to \infty} \frac{3x^2 + 2x + 1}{5x^2 - 4} = \frac{3}{5}, while x3+1x2+1\frac{x^3 + 1}{x^2 + 1} blows up.

2. Rationalization for 00\frac{0}{0} with surds. Multiply by the conjugate to release the hidden factor:

limx01+x1xx=limx02xx(1+x+1x)=1\lim_{x \to 0} \frac{\sqrt{1+x} - \sqrt{1-x}}{x} = \lim_{x \to 0} \frac{2x}{x(\sqrt{1+x} + \sqrt{1-x})} = 1

The same trick handles \infty - \infty forms: limx(x2+xx)=limxx2+x+x=12\lim_{x \to \infty}(\sqrt{x^2 + x} - x) = \lim \frac{x}{\sqrt{x^2+x} + x} = \frac{1}{2}.

3. Sandwich applications. Anything of the form (bounded) × (vanishing) dies: limx0xsin1x=0\lim_{x \to 0} x\sin\frac{1}{x} = 0 because xxsin1xx-|x| \le x\sin\frac{1}{x} \le |x| — even though sin1x\sin\frac{1}{x} itself oscillates forever and has no limit.

[JEE Tip] At infinity, resist substituting \infty: divide by the top power first and let each 1xk\frac{1}{x^k} term visibly go to 0. The one-line "ratio of leading coefficients" quote is safe only after that habit is solid.

Exponential-Log Limits, Differentiability, and Tangent Applications

4. The exponential-logarithmic standard limits. Four limits power a huge share of JEE Main limit questions:

JEE standard limits for exponential logarithmic and e forms

Key Point: limx0ex1x=1\lim_{x \to 0}\frac{e^x - 1}{x} = 1; limx0ax1x=lna\lim_{x \to 0}\frac{a^x - 1}{x} = \ln a; limx0log(1+x)x=1\lim_{x \to 0}\frac{\log(1+x)}{x} = 1; limx0(1+x)1/x=e=limx(1+1x)x\lim_{x \to 0}(1 + x)^{1/x} = e = \lim_{x \to \infty}\left(1 + \frac{1}{x}\right)^x.

Scaling works exactly as for sinxx\frac{\sin x}{x}: e3x1x=3e3x13x3\frac{e^{3x} - 1}{x} = 3 \cdot \frac{e^{3x} - 1}{3x} \to 3, and axbxx=(ax1)(bx1)xlnalnb=lnab\frac{a^x - b^x}{x} = \frac{(a^x - 1) - (b^x - 1)}{x} \to \ln a - \ln b = \ln\frac{a}{b}.

5. Differentiability is stronger than continuity. f(x)=xf(x) = |x| is continuous at 0, but the one-sided derivative limits disagree: from the right hh=1\frac{|h|}{h} = 1, from the left 1-1. So x|x| is not differentiable at 0 — a corner. Differentiable \Rightarrow continuous, never the converse.

6. The derivative in action. Tangent-slope questions: the slope of y=f(x)y = f(x) at x=ax = a is f(a)f'(a), so "where is the tangent parallel to a given line?" means solving f(x)=mf'(x) = m. Rate questions: if A=πr2A = \pi r^2 then dAdr=2πr\frac{dA}{dr} = 2\pi r — the derivative is the instantaneous rate of one quantity with respect to another, with the falling body's v=dsdtv = \frac{ds}{dt} as the prototype.

[JEE Tip] "lim\lim exists", "continuous", "differentiable" is a strict ladder — each rung implies the ones below it and not above. Exam statements love testing the gaps: x|x| sits exactly one rung short of the top at 0.

JEE-Style Solved Examples

Example 1: Degrees equal

Evaluate limx3x2+2x+15x24\lim_{x \to \infty} \frac{3x^2 + 2x + 1}{5x^2 - 4}.

Solution:

Step 1 — Divide by the top power x2x^2. 3+2x+1x254x2\frac{3 + \frac{2}{x} + \frac{1}{x^2}}{5 - \frac{4}{x^2}}.

Step 2 — Let each reciprocal die. 1x,1x20\frac{1}{x}, \frac{1}{x^2} \to 0.

Step 3 — Read off. 35\frac{3}{5} — the ratio of leading coefficients, as the equal degrees promise.

Takeaway: Divide-by-top-power makes the "leading coefficients" shortcut VISIBLE — do it until the shortcut is reflex, then quote it.

Example 2: An \infty - \infty rationalization

Evaluate limx(x2+xx)\lim_{x \to \infty} \left(\sqrt{x^2 + x} - x\right).

Solution:

Step 1 — Multiply by the conjugate. (x2+x)x2x2+x+x=xx2+x+x\frac{(x^2 + x) - x^2}{\sqrt{x^2+x} + x} = \frac{x}{\sqrt{x^2+x} + x}.

Step 2 — Divide by xx. 11+1x+1\frac{1}{\sqrt{1 + \frac{1}{x}} + 1}.

Step 3 — Limit. 11+1=12\frac{1}{1 + 1} = \frac{1}{2}.

Takeaway: Never subtract infinities — rationalise so the difference becomes a ratio, then divide by the top power.

Example 3: A double-surd rationalization

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

Solution:

Step 1 — Conjugate. (1+x)(1x)x(1+x+1x)=2xx(1+x+1x)\frac{(1+x) - (1-x)}{x(\sqrt{1+x} + \sqrt{1-x})} = \frac{2x}{x(\sqrt{1+x} + \sqrt{1-x})}.

Step 2 — Cancel xx. 21+x+1x\frac{2}{\sqrt{1+x} + \sqrt{1-x}}.

Step 3 — Substitute. 21+1=1\frac{2}{1 + 1} = 1.

Takeaway: The conjugate releases the hidden factor of xx — a 00\frac{0}{0} with surds is a factoring problem wearing a disguise.

Example 4: Exponential scaling

Evaluate limx0e3x1x\lim_{x \to 0} \frac{e^{3x} - 1}{x}.

Solution:

Step 1 — Match the argument. e3x1x=e3x13x3\frac{e^{3x} - 1}{x} = \frac{e^{3x} - 1}{3x} \cdot 3.

Step 2 — Standard limit. e3x13x1\frac{e^{3x} - 1}{3x} \to 1.

Step 3 — Conclude. 1×3=31 \times 3 = 3.

Takeaway: ekx1xk\frac{e^{kx} - 1}{x} \to k — the exponential scales exactly like sinkxx\frac{\sin kx}{x}.

Example 5: Two exponentials

Evaluate limx0axbxx\lim_{x \to 0} \frac{a^x - b^x}{x} (a,b>0a, b > 0).

Solution:

Step 1 — Add and subtract 1. (ax1)(bx1)x\frac{(a^x - 1) - (b^x - 1)}{x}.

Step 2 — Split. ax1xbx1xlnalnb\frac{a^x - 1}{x} - \frac{b^x - 1}{x} \to \ln a - \ln b.

Step 3 — Combine. lnab\ln\frac{a}{b}.

Takeaway: "Insert ±1\pm 1" converts any axbxa^x - b^x into two standard limits — a two-second manoeuvre worth automating.

Example 6: A log limit

Evaluate limx0log(1+4x)x\lim_{x \to 0} \frac{\log(1 + 4x)}{x}.

Solution:

Step 1 — Match the argument. log(1+4x)4x4\frac{\log(1+4x)}{4x} \cdot 4.

Step 2 — Standard limit. log(1+4x)4x1\frac{\log(1+4x)}{4x} \to 1.

Step 3 — Conclude. 44.

Takeaway: log(1+kx)xk\frac{\log(1 + kx)}{x} \to k — same scaling law, third family.

Example 7: The 11^\infty form

Evaluate limx(1+2x)x\lim_{x \to \infty} \left(1 + \frac{2}{x}\right)^x.

Solution:

Step 1 — Force the ee-shape. (1+2x)x=[(1+2x)x/2]2\left(1 + \frac{2}{x}\right)^x = \left[\left(1 + \frac{2}{x}\right)^{x/2}\right]^2.

Step 2 — Inner limit. With t=x2t = \frac{x}{2} \to \infty: (1+1t)te\left(1 + \frac{1}{t}\right)^t \to e.

Step 3 — Conclude. e2e^2.

Takeaway: (1+kx)xek\left(1 + \frac{k}{x}\right)^x \to e^k — the exponent collects whatever the fraction carries.

Example 8: Bounded times vanishing

Show that limx0xsin1x=0\lim_{x \to 0} x\sin\frac{1}{x} = 0, although limx0sin1x\lim_{x \to 0} \sin\frac{1}{x} does not exist.

Solution:

Step 1 — Bound. sin1x1\left|\sin\frac{1}{x}\right| \le 1 gives xxsin1xx-|x| \le x\sin\frac{1}{x} \le |x|.

Step 2 — Squeeze. Both bounds 0\to 0: the product 0\to 0. ∎

Step 3 — Contrast. Alone, sin1x\sin\frac{1}{x} sweeps [1,1][-1, 1] infinitely often near 0 — no limit; the vanishing factor xx is what tames it.

Takeaway: Bounded × vanishing → 0, by sandwich — and neither factor needs a limit of its own for the product to have one.

Example 9: A corner point

Show that f(x)=xf(x) = |x| is continuous but not differentiable at 0.

Solution:

Step 1 — Continuity. LHL =limx0(x)=0= \lim_{x \to 0^-}(-x) = 0; RHL =limx0+x=0= \lim_{x \to 0^+} x = 0; f(0)=0f(0) = 0 — all agree ✓.

Step 2 — The derivative quotient. f(0+h)f(0)h=hh\frac{f(0+h) - f(0)}{h} = \frac{|h|}{h}: from the right +1+1, from the left 1-1.

Step 3 — Conclude. The one-sided limits disagree: f(0)f'(0) does not exist — a corner. ∎

Takeaway: Differentiable \Rightarrow continuous, never conversely — x|x| is the one-line counterexample every JEE statement question expects you to know.

Example 10: Where is the tangent parallel to a line?

Find the point on y=x23x+2y = x^2 - 3x + 2 where the tangent has slope 1.

Solution:

Step 1 — Differentiate. y=2x3y' = 2x - 3.

Step 2 — Set the slope. 2x3=12x - 3 = 1: x=2x = 2.

Step 3 — Find the point. y(2)=46+2=0y(2) = 4 - 6 + 2 = 0: the point is (2,0)(2, 0).

Takeaway: A "tangent parallel to a given line" question always means: differentiate, equate slopes, solve, then substitute BACK for the point.

Example 11: A rate of change

The area of a circle is A=πr2A = \pi r^2. Find the rate of change of AA with respect to rr at r=3r = 3.

Solution:

Step 1 — Differentiate with respect to rr. dAdr=2πr\frac{dA}{dr} = 2\pi r.

Step 2 — Evaluate. At r=3r = 3: 6π6\pi.

Step 3 — Interpret. 2πr2\pi r is the circumference — growing a disc adds a rim, so area's rate IS the boundary length.

Takeaway: Derivatives against any variable work the same way — and good rate answers admit a geometric reading.

Example 12: Mixing families

Evaluate limx03x11+x1\lim_{x \to 0} \frac{3^x - 1}{\sqrt{1 + x} - 1}.

Solution:

Step 1 — Divide top and bottom by xx. (3x1)/x(1+x1)/x\frac{(3^x - 1)/x}{(\sqrt{1+x} - 1)/x}.

Step 2 — Limit each family. Top ln3\to \ln 3 (exponential standard); bottom 12\to \frac{1}{2} (workhorse with n=12n = \frac{1}{2}).

Step 3 — Divide. ln31/2=2ln3\frac{\ln 3}{1/2} = 2\ln 3.

Takeaway: Divide-by-xx is the universal splitter — each family contributes its standard constant, and the answer is their ratio.