Skip to main content
Limits, Continuity & Differentiability7 min read

The \( 1^\infty \) Form: The Complete Shortcut

The \( 1^\infty \) indeterminate form appears in 25–30 JEE Main questions over the past six years, making it one of the most reliably tested limit types. Despite looking intimidating, every \( 1^\infty \) problem can be solved with a single universal formula. Master this shortcut and you convert a...

limitsone-infinityexponentialshortcuts

The 11^\infty Form: The Complete Shortcut

Introduction

The 11^\infty indeterminate form appears in 25–30 JEE Main questions over the past six years, making it one of the most reliably tested limit types. Despite looking intimidating, every 11^\infty problem can be solved with a single universal formula. Master this shortcut and you convert a potentially complex problem into a 60-second calculation.


1. Fundamental Principle

Why is 11^\infty Indeterminate?

Consider f(x)g(x)f(x)^{g(x)} where f(x)1f(x) \to 1 and g(x)g(x) \to \infty. The result is not necessarily 1:

  • (1+1n)ne2.718\left(1 + \frac{1}{n}\right)^n \to e \approx 2.718
  • (1+2n)ne2\left(1 + \frac{2}{n}\right)^n \to e^2
  • (1+1n2)n1\left(1 + \frac{1}{n^2}\right)^n \to 1

The competition between "base approaching 1" and "exponent approaching infinity" determines the outcome.

The Universal Formula

If limxaf(x)=1\lim_{x \to a} f(x) = 1 and limxag(x)=\lim_{x \to a} g(x) = \infty, then:

limxaf(x)g(x)=elimxag(x)[f(x)1]\boxed{\lim_{x \to a} f(x)^{g(x)} = e^{\displaystyle \lim_{x \to a} g(x)[f(x) - 1]}}

Proof sketch: Write f(x)g(x)=[1+(f(x)1)]g(x)f(x)^{g(x)} = \left[1 + (f(x)-1)\right]^{g(x)}. Let h=f(x)10h = f(x) - 1 \to 0. Then: [1+h]g(x)=[(1+h)1/h]hg(x)elimhg(x).[1+h]^{g(x)} = \left[(1+h)^{1/h}\right]^{h \cdot g(x)} \to e^{\lim h \cdot g(x)}.

The Three-Step Recipe

Step 1: Confirm the form is 11^\infty (base 1\to 1, exponent \to \infty).

Step 2: Compute L=limxag(x)[f(x)1]L = \lim_{x \to a} g(x) \cdot [f(x) - 1].

Step 3: The answer is eLe^L.


2. Common Disguises

The 11^\infty form often appears in disguise. Watch for these patterns:

ExpressionBase \toExponent \to
(1+kn)n\left(1 + \frac{k}{n}\right)^n1\infty
(cosx)1/x2(\cos x)^{1/x^2}1\infty
(x+ax+b)x\left(\frac{x+a}{x+b}\right)^{x}1\infty
(sinx/x)1/x2(\sin x / x)^{1/x^2}1\infty
(f(x))g(x)(f(x))^{g(x)} where f1,gf \to 1, g \to \infty1\infty

3. Worked Examples

Example 1 (Classic Template)

Evaluate limn(1+3n)2n\displaystyle \lim_{n \to \infty} \left(1 + \frac{3}{n}\right)^{2n}.

Solution:

Base 1\to 1, exponent \to \infty. Apply the formula: L=limn2n3n=6.L = \lim_{n \to \infty} 2n \cdot \frac{3}{n} = 6. Answer: e6e^6.


Example 2 (Trigonometric Base)

Evaluate limx0(cosx)1/x2\displaystyle \lim_{x \to 0} (\cos x)^{1/x^2}.

Solution:

Base =cosx1= \cos x \to 1, exponent =1/x2= 1/x^2 \to \infty. So: L=limx01x2(cosx1)=limx02sin2(x/2)x2=limx02x2/4x2=12.L = \lim_{x \to 0} \frac{1}{x^2}(\cos x - 1) = \lim_{x \to 0} \frac{-2\sin^2(x/2)}{x^2} = \lim_{x \to 0} \frac{-2 \cdot x^2/4}{x^2} = -\frac{1}{2}.

Answer: e1/2=1ee^{-1/2} = \dfrac{1}{\sqrt{e}}.


Example 3 (Rational Base, xx \to \infty)

Evaluate limx(x+3x1)x+1\displaystyle \lim_{x \to \infty} \left(\frac{x+3}{x-1}\right)^{x+1}.

Solution:

Base =x+3x1=1+4x11= \frac{x+3}{x-1} = 1 + \frac{4}{x-1} \to 1. Exponent =x+1= x + 1 \to \infty. L=limx(x+1)4x1=4limxx+1x1=4.L = \lim_{x \to \infty} (x+1) \cdot \frac{4}{x-1} = 4 \lim_{x \to \infty} \frac{x+1}{x-1} = 4.

Answer: e4e^4.


Example 4 (Log-based Exponent)

Evaluate limx0(1+sinx)cotx\displaystyle \lim_{x \to 0} (1 + \sin x)^{\cot x}.

Solution:

Base =1+sinx1= 1 + \sin x \to 1. Exponent =cotx=cosxsinx= \cot x = \frac{\cos x}{\sin x} \to \infty. L=limx0cotxsinx=limx0cosx=1.L = \lim_{x \to 0} \cot x \cdot \sin x = \lim_{x \to 0} \cos x = 1.

Answer: e1=ee^1 = e.


Example 5 (sinx/x\sin x / x Base)

Evaluate limx0(sinxx)1/x2\displaystyle \lim_{x \to 0} \left(\frac{\sin x}{x}\right)^{1/x^2}.

Solution:

Base 1\to 1, exponent \to \infty. L=limx01x2(sinxx1)=limx0sinxxx3.L = \lim_{x \to 0} \frac{1}{x^2} \left(\frac{\sin x}{x} - 1\right) = \lim_{x \to 0} \frac{\sin x - x}{x^3}. Using sinx=xx36+\sin x = x - \frac{x^3}{6} + \cdots: L=limx0x3/6x3=16.L = \lim_{x \to 0} \frac{-x^3/6}{x^3} = -\frac{1}{6}.

Answer: e1/6e^{-1/6}.


Example 6 (Double Application)

Evaluate limx0(tanxx)1/x2\displaystyle \lim_{x \to 0} \left(\frac{\tan x}{x}\right)^{1/x^2}.

Solution:

Base 1\to 1, exponent \to \infty. L=limx01x2(tanxx1)=limx0tanxxx3.L = \lim_{x \to 0} \frac{1}{x^2} \left(\frac{\tan x}{x} - 1\right) = \lim_{x \to 0} \frac{\tan x - x}{x^3}. Using tanx=x+x33+\tan x = x + \frac{x^3}{3} + \cdots: L=13.L = \frac{1}{3}.

Answer: e1/3e^{1/3}.


4. Previous Year JEE Problems

Problem 1 (JEE Main 2021)

limn(n+1n1)n=\displaystyle \lim_{n \to \infty} \left(\frac{n+1}{n-1}\right)^{n} = ?

Solution:

Base =1+2n11= 1 + \frac{2}{n-1} \to 1. Exponent =n= n \to \infty. L=limnn2n1=limn2nn1=2.L = \lim_{n \to \infty} n \cdot \frac{2}{n-1} = \lim_{n \to \infty} \frac{2n}{n-1} = 2.

Answer: e2e^2.


Problem 2 (JEE Main 2023)

If limx0(e2x+ex+13)1/(2x)=ek\displaystyle \lim_{x \to 0} \left(\frac{e^{2x} + e^x + 1}{3}\right)^{1/(2x)} = e^k, find kk.

Solution:

Check base: At x=0x = 0, 1+1+13=1\frac{1+1+1}{3} = 1. Exponent =12x= \frac{1}{2x} \to \infty. Confirmed 11^\infty. L=limx012x(e2x+ex+131)=limx0e2x+ex+136x.L = \lim_{x \to 0} \frac{1}{2x} \left(\frac{e^{2x}+e^x+1}{3} - 1\right) = \lim_{x \to 0} \frac{e^{2x}+e^x+1-3}{6x}. =limx0(e2x1)+(ex1)6x=2+16=12.= \lim_{x \to 0} \frac{(e^{2x}-1)+(e^x-1)}{6x} = \frac{2+1}{6} = \frac{1}{2}.

So k=12k = \dfrac{1}{2}.


Problem 3 (JEE Main 2024)

limx0(1+tanx1+sinx)1/x3=\displaystyle \lim_{x \to 0} \left(\frac{1 + \tan x}{1 + \sin x}\right)^{1/x^3} = ?

Solution:

Base 1\to 1. Exponent \to \infty. This is a 11^\infty form requiring series expansion. L=limx01x3(1+tanx1+sinx1)=limx01x3tanxsinx1+sinx.L = \lim_{x \to 0} \frac{1}{x^3} \left(\frac{1+\tan x}{1+\sin x} - 1\right) = \lim_{x \to 0} \frac{1}{x^3} \cdot \frac{\tan x - \sin x}{1+\sin x}. Since 1+sinx11 + \sin x \to 1, we focus on: L=limx0tanxsinxx3.L = \lim_{x \to 0} \frac{\tan x - \sin x}{x^3}. Using tanxsinx=sinx(1cosx1)=sinx(1cosx)cosx\tan x - \sin x = \sin x\left(\frac{1}{\cos x} - 1\right) = \frac{\sin x(1-\cos x)}{\cos x}.

Approximating for x0x \to 0: sinxx\sin x \approx x, 1cosxx2/21-\cos x \approx x^2/2, cosx1\cos x \to 1: L=limx0x(x2/2)x3=12.L = \lim_{x \to 0} \frac{x \cdot (x^2/2)}{x^3} = \frac{1}{2}.

Answer: e1/2=ee^{1/2} = \sqrt{e}.


5. Common 11^\infty Results to Memorize

ExpressionLimitExponent in eLe^L
(1+kn)n\left(1+\frac{k}{n}\right)^neke^kkk
(cosx)1/x2(\cos x)^{1/x^2}e1/2e^{-1/2}1/2-1/2
(sinxx)1/x2\left(\frac{\sin x}{x}\right)^{1/x^2}e1/6e^{-1/6}1/6-1/6
(tanxx)1/x2\left(\frac{\tan x}{x}\right)^{1/x^2}e1/3e^{1/3}1/31/3
(1+sinx)cotx(1+\sin x)^{\cot x}ee1
(1+x)1/x(1 + x)^{1/x}ee1
(x+ax+b)x\left(\frac{x+a}{x+b}\right)^x as xx \to \inftyeabe^{a-b}aba-b

6. Tips for JEE Aspirants

  1. One formula to rule them all: elimg(x)[f(x)1]e^{\lim g(x)[f(x)-1]}. Memorize this and you can solve any 11^\infty problem.
  2. Always confirm the form. Check that the base really tends to 1 and the exponent really tends to infinity.
  3. When computing f(x)1f(x) - 1, simplify the fraction to a single expression first, then evaluate the limit with g(x)g(x).
  4. Use Taylor expansions when f(x)1f(x) - 1 produces another 0/00/0 form. Usually 2 terms suffice.
  5. Watch for the sign of the exponent LL—a negative value gives a result less than 1 (like 1/e1/\sqrt{e}).
  6. Don't take logs unnecessarily. The direct formula avoids the log-antilog two-step.

7. Quick-Reference Summary

StepAction
1Identify: base f(x)1f(x) \to 1, exponent g(x)g(x) \to \infty.
2Compute f(x)1f(x) - 1 (simplify if it's a fraction).
3Find L=limg(x)[f(x)1]L = \lim g(x) \cdot [f(x) - 1].
4Answer = eLe^L.

The 11^\infty form is a JEE favourite precisely because the formula is simple but students forget it under pressure. Drill 10–15 problems and the pattern becomes automatic.

Ready to Apply These Techniques?

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

Practice Limits, Continuity & Differentiability PYQs