Higher-Order Limits: Taylor Expansion & L'Hôpital Mastery
Introduction
When standard limit formulas hit a wall—typically for 00 forms where the leading terms cancel—you need to go to the next order. Taylor (Maclaurin) series expansion and L'Hôpital's rule are your two power tools for this. JEE Main features 20–25 such "higher-order" limit problems over the past six years. This article teaches you when to use which tool and how to execute both flawlessly.
1. Essential Taylor (Maclaurin) Series
Memorize these expansions up to the order shown—this is sufficient for 99% of JEE problems.
The Big Six
sinx=x−3!x3+5!x5−⋯
cosx=1−2!x2+4!x4−⋯
tanx=x+3x3+152x5+⋯
ex=1+x+2!x2+3!x3+⋯
ln(1+x)=x−2x2+3x3−⋯(∣x∣≤1,x=−1)
(1+x)n=1+nx+2!n(n−1)x2+⋯(∣x∣<1)
Derived Series (Used Frequently)
sin−1x=x+6x3+⋯,tan−1x=x−3x3+⋯
sinhx=x+3!x3+⋯,coshx=1+2!x2+⋯
2. The Taylor Series Method for Limits
When to Use
Use Taylor expansion when:
- The limit has the form 00 after standard limit results fail.
- The numerator and denominator have matching leading terms that cancel, and you need the next-order term.
- L'Hôpital would require 2+ rounds of differentiation (Taylor is faster).
The Technique
Step 1: Expand each function in the expression up to the required order.
Step 2: Substitute the expansions and simplify (combine like terms).
Step 3: Cancel the lowest-order terms (they give 0/0).
Step 4: The ratio of the next surviving terms gives the limit.
Determining the Required Order
The order needed equals the power of x in the denominator. If the denominator is x3, expand everything to at least the x3 term.
3. L'Hôpital's Rule: Precise Statement
The Rule
If limx→af(x)=limx→ag(x)=0 (or both ±∞), and g′(x)=0 near a, then:
limx→ag(x)f(x)=limx→ag′(x)f′(x)
provided the right-hand limit exists (or is ±∞).
When to Use
Use L'Hôpital when:
- The expression naturally has a simple derivative.
- Only one application is needed.
- Taylor expansions would be messier (rare, but happens with compositions).
When NOT to Use
- When the limit is not in 00 or ∞∞ form.
- When standard limits or algebraic manipulation work faster.
- When it leads to a circular application (e.g., proving limxsinx=1 using L'Hôpital requires knowing (sinx)′=cosx, which itself depends on this limit).
4. Worked Examples
Example 1 (Taylor — Second-Order Cancellation)
Evaluate x→0limx2ex−1−x.
Solution (Taylor):
Denominator is x2, so expand ex to the x2 term:
ex=1+x+2x2+⋯
x2ex−1−x=x22x2+O(x3)=21.
Solution (L'Hôpital): Apply twice:
2xex−1→2ex=21.
Both methods give 21, but Taylor was faster (one step vs. two).
Example 2 (Taylor — Third-Order)
Evaluate x→0limx5sinx−x+6x3.
Solution:
Expand sinx to the x5 term:
sinx=x−6x3+120x5−⋯
sinx−x+6x3=120x5−⋯
x5120x5=1201.
Using L'Hôpital here would require 5 rounds of differentiation—clearly impractical.
Example 3 (Taylor — Trig Combination)
Evaluate x→0limx3tanx−sinx.
Solution:
tanx−sinx=(x+3x3+⋯)−(x−6x3+⋯)=3x3+6x3+⋯=2x3+⋯
lim=21.
Example 4 (L'Hôpital — Clean Single Application)
Evaluate x→0limx2tanxx−sinx.
Solution:
This is 00. However, let's simplify first:
x2tanxx−sinx=x3x−sinx⋅tanxx.
tanxx→1. For x3x−sinx, use Taylor:
x−sinx=6x3+⋯⇒x3x−sinx→61.
Answer: 61.
Example 5 (Taylor — Logarithmic)
Evaluate x→0limx2x−ln(1+x).
Solution:
ln(1+x)=x−2x2+3x3−⋯
x−ln(1+x)=2x2−3x3+⋯
x2x−ln(1+x)→21.
Example 6 (Taylor — Two-Variable Cancellation)
Evaluate x→0limx−sinxex−esinx.
Solution:
Let u=x−sinx→0. Write:
ex−esinx=esinx(ex−sinx−1).
uesinx(eu−1)→e0⋅1=1.
5. Previous Year JEE Problems
Problem 1 (JEE Main 2023)
x→0limx3exsinx−x−x2= ?
Solution:
Expand:
exsinx=(1+x+2x2+6x3+⋯)(x−6x3+⋯).
Multiply term by term (keeping up to x3):
=x+x2+2x3−6x3+6x3+⋯=x+x2+2x3−6x3+6x3+⋯
Let me be more careful:
exsinx=1⋅x+x⋅x+2x2⋅x+1⋅(−6x3)+⋯
=x+x2+2x3−6x3+⋯=x+x2+3x3+⋯
So:
x3exsinx−x−x2=x33x3+⋯→31.
Problem 2 (JEE Main 2021)
x→0limx−sinxx(cosx−1)= ?
Solution:
Numerator: x(cosx−1)=x(−2x2+24x4−⋯)=−2x3+O(x5).
Denominator: x−sinx=6x3−O(x5).
x3/6−x3/2=1/6−1/2=−3.
Problem 3 (JEE Main 2024)
x→0limx2sin2xx2−sin2x= ?
Solution:
sin2x=x2−3x4+⋯ (from sinx=x−x3/6+⋯, squaring).
Numerator: x2−sin2x=x2−x2+3x4−⋯=3x4+⋯.
Denominator: x2sin2x=x2⋅(x2−3x4+⋯)=x4−⋯.
x4x4/3=31.
6. Taylor vs. L'Hôpital: Decision Guide
| Scenario | Recommended Method | Why |
|---|
| Denominator is xn, n≤2 | Either works | Both are fast |
| Denominator is xn, n≥3 | Taylor | L'Hôpital needs n rounds |
| Product of functions (e.g., exsinx) | Taylor | Multiply series term by term |
| Simple quotient (e.g., xex−1) | Standard limits | Fastest |
| f(x)/g(x) with easy derivatives | L'Hôpital | One clean application |
| Nested composition (e.g., esinx) | Taylor | Substitute series into series |
7. Common Higher-Order Limit Results (Memorize!)
| Expression | Limit | Expansion Used |
|---|
| x3sinx−x | −61 | sinx≈x−6x3 |
| x3x−tan−1x | 31 | tan−1x≈x−3x3 |
| x3tanx−x | 31 | tanx≈x+3x3 |
| x2ex−1−x | 21 | ex≈1+x+2x2 |
| x2x−ln(1+x) | 21 | ln(1+x)≈x−2x2 |
| x3tanx−sinx | 21 | Difference of series |
| x3xcosx−sinx | −31 | Both to x3 |
| x3exsinx−x−x2 | 31 | Product of series |
8. Tips for JEE Aspirants
- Taylor first, L'Hôpital second. For JEE, Taylor expansion is almost always the faster and safer choice.
- Match the order to the denominator. If the denominator is xk, expand everything to the xk term.
- Memorize the Big Six expansions to at least the x3 term. For sinx and ex, go to x5 and x4 respectively.
- Product of series: multiply term by term and collect powers. Don't expand fully—stop at the required order.
- Don't apply L'Hôpital blindly. Check that the form is indeed 00 or ∞∞ before and after each application.
- Cross-check with standard results. If you know x3sinx−x=−61, use it directly—no need to re-derive.
9. Quick-Reference Summary
| Step | Action |
|---|
| 1 | Confirm the limit is 00 or ∞∞. |
| 2 | Determine the order of the denominator (xk). |
| 3 | Expand all functions in the expression to order k. |
| 4 | Substitute, simplify, and cancel leading terms. |
| 5 | The coefficient of the surviving lowest-order term gives the answer. |
The Taylor expansion method is arguably the single most powerful technique for JEE limits. It converts every higher-order indeterminate form into a routine algebraic simplification. Invest time in memorizing the key series—it pays dividends across Limits, Differentiability, and even Definite Integration.