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 1∞ Form: The Complete Shortcut
Introduction
The 1∞ 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∞ 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 1∞ Indeterminate?
Consider f(x)g(x) where f(x)→1 and g(x)→∞. The result is not necessarily 1:
(1+n1)n→e≈2.718
(1+n2)n→e2
(1+n21)n→1
The competition between "base approaching 1" and "exponent approaching infinity" determines the outcome.
The Universal Formula
If limx→af(x)=1 and limx→ag(x)=∞, then:
x→alimf(x)g(x)=ex→alimg(x)[f(x)−1]
Proof sketch: Write f(x)g(x)=[1+(f(x)−1)]g(x). Let h=f(x)−1→0. Then:
[1+h]g(x)=[(1+h)1/h]h⋅g(x)→elimh⋅g(x).
The Three-Step Recipe
Step 1: Confirm the form is 1∞ (base →1, exponent →∞).
Step 2: Compute L=limx→ag(x)⋅[f(x)−1].
Step 3: The answer is eL.
2. Common Disguises
The 1∞ form often appears in disguise. Watch for these patterns:
Expression
Base →
Exponent →
(1+nk)n
1
∞
(cosx)1/x2
1
∞
(x+bx+a)x
1
∞
(sinx/x)1/x2
1
∞
(f(x))g(x) where f→1,g→∞
1
∞
3. Worked Examples
Example 1 (Classic Template)
Evaluate n→∞lim(1+n3)2n.
Solution:
Base →1, exponent →∞. Apply the formula:
L=limn→∞2n⋅n3=6.
Answer: e6.
Example 2 (Trigonometric Base)
Evaluate x→0lim(cosx)1/x2.
Solution:
Base =cosx→1, exponent =1/x2→∞. So:
L=limx→0x21(cosx−1)=limx→0x2−2sin2(x/2)=limx→0x2−2⋅x2/4=−21.
Answer: e−1/2=e1.
Example 3 (Rational Base, x→∞)
Evaluate x→∞lim(x−1x+3)x+1.
Solution:
Base =x−1x+3=1+x−14→1. Exponent =x+1→∞.
L=limx→∞(x+1)⋅x−14=4limx→∞x−1x+1=4.
Answer: e4.
Example 4 (Log-based Exponent)
Evaluate x→0lim(1+sinx)cotx.
Solution:
Base =1+sinx→1. Exponent =cotx=sinxcosx→∞.
L=limx→0cotx⋅sinx=limx→0cosx=1.
Answer: e1=e.
Example 5 (sinx/x Base)
Evaluate x→0lim(xsinx)1/x2.
Solution:
Base →1, exponent →∞.
L=limx→0x21(xsinx−1)=limx→0x3sinx−x.
Using sinx=x−6x3+⋯:
L=limx→0x3−x3/6=−61.
Answer: e−1/6.
Example 6 (Double Application)
Evaluate x→0lim(xtanx)1/x2.
Solution:
Base →1, exponent →∞.
L=limx→0x21(xtanx−1)=limx→0x3tanx−x.
Using tanx=x+3x3+⋯:
L=31.
Answer: e1/3.
4. Previous Year JEE Problems
Problem 1 (JEE Main 2021)
n→∞lim(n−1n+1)n= ?
Solution:
Base =1+n−12→1. Exponent =n→∞.
L=limn→∞n⋅n−12=limn→∞n−12n=2.
Answer: e2.
Problem 2 (JEE Main 2023)
If x→0lim(3e2x+ex+1)1/(2x)=ek, find k.
Solution:
Check base: At x=0, 31+1+1=1. Exponent =2x1→∞. Confirmed 1∞.
L=limx→02x1(3e2x+ex+1−1)=limx→06xe2x+ex+1−3.=limx→06x(e2x−1)+(ex−1)=62+1=21.
So k=21.
Problem 3 (JEE Main 2024)
x→0lim(1+sinx1+tanx)1/x3= ?
Solution:
Base →1. Exponent →∞. This is a 1∞ form requiring series expansion.
L=limx→0x31(1+sinx1+tanx−1)=limx→0x31⋅1+sinxtanx−sinx.
Since 1+sinx→1, we focus on:
L=limx→0x3tanx−sinx.
Using tanx−sinx=sinx(cosx1−1)=cosxsinx(1−cosx).
Approximating for x→0: sinx≈x, 1−cosx≈x2/2, cosx→1:
L=limx→0x3x⋅(x2/2)=21.
Answer: e1/2=e.
5. Common 1∞ Results to Memorize
Expression
Limit
Exponent in eL
(1+nk)n
ek
k
(cosx)1/x2
e−1/2
−1/2
(xsinx)1/x2
e−1/6
−1/6
(xtanx)1/x2
e1/3
1/3
(1+sinx)cotx
e
1
(1+x)1/x
e
1
(x+bx+a)x as x→∞
ea−b
a−b
6. Tips for JEE Aspirants
One formula to rule them all:elimg(x)[f(x)−1]. Memorize this and you can solve any 1∞ problem.
Always confirm the form. Check that the base really tends to 1 and the exponent really tends to infinity.
When computing f(x)−1, simplify the fraction to a single expression first, then evaluate the limit with g(x).
Use Taylor expansions when f(x)−1 produces another 0/0 form. Usually 2 terms suffice.
Watch for the sign of the exponent L—a negative value gives a result less than 1 (like 1/e).
Don't take logs unnecessarily. The direct formula avoids the log-antilog two-step.
7. Quick-Reference Summary
Step
Action
1
Identify: base f(x)→1, exponent g(x)→∞.
2
Compute f(x)−1 (simplify if it's a fraction).
3
Find L=limg(x)⋅[f(x)−1].
4
Answer = eL.
The 1∞ 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.