Skip to main content
Limits, Continuity & Differentiability9 min read

Higher-Order Limits: Taylor Expansion & L'Hôpital Mastery

When standard limit formulas hit a wall—typically for \( \frac{0}{0} \) 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...

limitstaylor-serieslhopitalhigher-order-limits

Higher-Order Limits: Taylor Expansion & L'Hôpital Mastery

Introduction

When standard limit formulas hit a wall—typically for 00\frac{0}{0} 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=xx33!+x55!\sin x = x - \frac{x^3}{3!} + \frac{x^5}{5!} - \cdots

cosx=1x22!+x44!\cos x = 1 - \frac{x^2}{2!} + \frac{x^4}{4!} - \cdots

tanx=x+x33+2x515+\tan x = x + \frac{x^3}{3} + \frac{2x^5}{15} + \cdots

ex=1+x+x22!+x33!+e^x = 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + \cdots

ln(1+x)=xx22+x33(x1,x1)\ln(1+x) = x - \frac{x^2}{2} + \frac{x^3}{3} - \cdots \quad (|x| \leq 1, x \neq -1)

(1+x)n=1+nx+n(n1)2!x2+(x<1)(1+x)^n = 1 + nx + \frac{n(n-1)}{2!}x^2 + \cdots \quad (|x| < 1)

Derived Series (Used Frequently)

sin1x=x+x36+,tan1x=xx33+\sin^{-1} x = x + \frac{x^3}{6} + \cdots, \qquad \tan^{-1} x = x - \frac{x^3}{3} + \cdots

sinhx=x+x33!+,coshx=1+x22!+\sinh x = x + \frac{x^3}{3!} + \cdots, \qquad \cosh x = 1 + \frac{x^2}{2!} + \cdots


2. The Taylor Series Method for Limits

When to Use

Use Taylor expansion when:

  • The limit has the form 00\frac{0}{0} 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/00/0).

Step 4: The ratio of the next surviving terms gives the limit.

Determining the Required Order

The order needed equals the power of xx in the denominator. If the denominator is x3x^3, expand everything to at least the x3x^3 term.


3. L'Hôpital's Rule: Precise Statement

The Rule

If limxaf(x)=limxag(x)=0\lim_{x \to a} f(x) = \lim_{x \to a} g(x) = 0 (or both ±\pm\infty), and g(x)0g'(x) \neq 0 near aa, then: limxaf(x)g(x)=limxaf(x)g(x)\lim_{x \to a} \frac{f(x)}{g(x)} = \lim_{x \to a} \frac{f'(x)}{g'(x)} provided the right-hand limit exists (or is ±\pm\infty).

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\frac{0}{0} or \frac{\infty}{\infty} form.
  • When standard limits or algebraic manipulation work faster.
  • When it leads to a circular application (e.g., proving limsinxx=1\lim \frac{\sin x}{x} = 1 using L'Hôpital requires knowing (sinx)=cosx(\sin x)' = \cos x, which itself depends on this limit).

4. Worked Examples

Example 1 (Taylor — Second-Order Cancellation)

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

Solution (Taylor):

Denominator is x2x^2, so expand exe^x to the x2x^2 term: ex=1+x+x22+e^x = 1 + x + \frac{x^2}{2} + \cdots ex1xx2=x22+O(x3)x2=12.\frac{e^x - 1 - x}{x^2} = \frac{\frac{x^2}{2} + O(x^3)}{x^2} = \frac{1}{2}.

Solution (L'Hôpital): Apply twice: ex12xex2=12.\frac{e^x - 1}{2x} \to \frac{e^x}{2} = \frac{1}{2}.

Both methods give 12\frac{1}{2}, but Taylor was faster (one step vs. two).


Example 2 (Taylor — Third-Order)

Evaluate limx0sinxx+x36x5\displaystyle \lim_{x \to 0} \frac{\sin x - x + \frac{x^3}{6}}{x^5}.

Solution:

Expand sinx\sin x to the x5x^5 term: sinx=xx36+x5120\sin x = x - \frac{x^3}{6} + \frac{x^5}{120} - \cdots sinxx+x36=x5120\sin x - x + \frac{x^3}{6} = \frac{x^5}{120} - \cdots x5120x5=1120.\frac{\frac{x^5}{120}}{x^5} = \frac{1}{120}.

Using L'Hôpital here would require 5 rounds of differentiation—clearly impractical.


Example 3 (Taylor — Trig Combination)

Evaluate limx0tanxsinxx3\displaystyle \lim_{x \to 0} \frac{\tan x - \sin x}{x^3}.

Solution:

tanxsinx=(x+x33+)(xx36+)=x33+x36+=x32+\tan x - \sin x = \left(x + \frac{x^3}{3} + \cdots\right) - \left(x - \frac{x^3}{6} + \cdots\right) = \frac{x^3}{3} + \frac{x^3}{6} + \cdots = \frac{x^3}{2} + \cdots lim=12.\lim = \frac{1}{2}.


Example 4 (L'Hôpital — Clean Single Application)

Evaluate limx0xsinxx2tanx\displaystyle \lim_{x \to 0} \frac{x - \sin x}{x^2 \tan x}.

Solution:

This is 00\frac{0}{0}. However, let's simplify first: xsinxx2tanx=xsinxx3xtanx.\frac{x - \sin x}{x^2 \tan x} = \frac{x - \sin x}{x^3} \cdot \frac{x}{\tan x}.

xtanx1\frac{x}{\tan x} \to 1. For xsinxx3\frac{x - \sin x}{x^3}, use Taylor: xsinx=x36+xsinxx316.x - \sin x = \frac{x^3}{6} + \cdots \Rightarrow \frac{x - \sin x}{x^3} \to \frac{1}{6}.

Answer: 16\frac{1}{6}.


Example 5 (Taylor — Logarithmic)

Evaluate limx0xln(1+x)x2\displaystyle \lim_{x \to 0} \frac{x - \ln(1+x)}{x^2}.

Solution:

ln(1+x)=xx22+x33\ln(1+x) = x - \frac{x^2}{2} + \frac{x^3}{3} - \cdots xln(1+x)=x22x33+x - \ln(1+x) = \frac{x^2}{2} - \frac{x^3}{3} + \cdots xln(1+x)x212.\frac{x - \ln(1+x)}{x^2} \to \frac{1}{2}.


Example 6 (Taylor — Two-Variable Cancellation)

Evaluate limx0exesinxxsinx\displaystyle \lim_{x \to 0} \frac{e^x - e^{\sin x}}{x - \sin x}.

Solution:

Let u=xsinx0u = x - \sin x \to 0. Write: exesinx=esinx(exsinx1).e^x - e^{\sin x} = e^{\sin x}(e^{x - \sin x} - 1). esinx(eu1)ue01=1.\frac{e^{\sin x}(e^u - 1)}{u} \to e^0 \cdot 1 = 1.


5. Previous Year JEE Problems

Problem 1 (JEE Main 2023)

limx0exsinxxx2x3=\displaystyle \lim_{x \to 0} \frac{e^x \sin x - x - x^2}{x^3} = ?

Solution:

Expand: exsinx=(1+x+x22+x36+)(xx36+).e^x \sin x = \left(1 + x + \frac{x^2}{2} + \frac{x^3}{6} + \cdots\right)\left(x - \frac{x^3}{6} + \cdots\right). Multiply term by term (keeping up to x3x^3): =x+x2+x32x36+x36+=x+x2+x32x36+x36+= x + x^2 + \frac{x^3}{2} - \frac{x^3}{6} + \frac{x^3}{6} + \cdots = x + x^2 + \frac{x^3}{2} - \frac{x^3}{6} + \frac{x^3}{6} + \cdots

Let me be more careful: exsinx=1x+xx+x22x+1(x36)+e^x \sin x = 1 \cdot x + x \cdot x + \frac{x^2}{2} \cdot x + 1 \cdot \left(-\frac{x^3}{6}\right) + \cdots =x+x2+x32x36+=x+x2+x33+= x + x^2 + \frac{x^3}{2} - \frac{x^3}{6} + \cdots = x + x^2 + \frac{x^3}{3} + \cdots

So: exsinxxx2x3=x33+x313.\frac{e^x \sin x - x - x^2}{x^3} = \frac{\frac{x^3}{3} + \cdots}{x^3} \to \frac{1}{3}.


Problem 2 (JEE Main 2021)

limx0x(cosx1)xsinx=\displaystyle \lim_{x \to 0} \frac{x(\cos x - 1)}{x - \sin x} = ?

Solution:

Numerator: x(cosx1)=x(x22+x424)=x32+O(x5)x(\cos x - 1) = x\left(-\frac{x^2}{2} + \frac{x^4}{24} - \cdots\right) = -\frac{x^3}{2} + O(x^5).

Denominator: xsinx=x36O(x5)x - \sin x = \frac{x^3}{6} - O(x^5).

x3/2x3/6=1/21/6=3.\frac{-x^3/2}{x^3/6} = \frac{-1/2}{1/6} = -3.


Problem 3 (JEE Main 2024)

limx0x2sin2xx2sin2x=\displaystyle \lim_{x \to 0} \frac{x^2 - \sin^2 x}{x^2 \sin^2 x} = ?

Solution:

sin2x=x2x43+\sin^2 x = x^2 - \frac{x^4}{3} + \cdots (from sinx=xx3/6+\sin x = x - x^3/6 + \cdots, squaring).

Numerator: x2sin2x=x2x2+x43=x43+x^2 - \sin^2 x = x^2 - x^2 + \frac{x^4}{3} - \cdots = \frac{x^4}{3} + \cdots.

Denominator: x2sin2x=x2(x2x43+)=x4x^2 \sin^2 x = x^2 \cdot (x^2 - \frac{x^4}{3} + \cdots) = x^4 - \cdots.

x4/3x4=13.\frac{x^4/3}{x^4} = \frac{1}{3}.


6. Taylor vs. L'Hôpital: Decision Guide

ScenarioRecommended MethodWhy
Denominator is xnx^n, n2n \leq 2Either worksBoth are fast
Denominator is xnx^n, n3n \geq 3TaylorL'Hôpital needs nn rounds
Product of functions (e.g., exsinxe^x \sin x)TaylorMultiply series term by term
Simple quotient (e.g., ex1x\frac{e^x - 1}{x})Standard limitsFastest
f(x)/g(x)f(x)/g(x) with easy derivativesL'HôpitalOne clean application
Nested composition (e.g., esinxe^{\sin x})TaylorSubstitute series into series

7. Common Higher-Order Limit Results (Memorize!)

ExpressionLimitExpansion Used
sinxxx3\dfrac{\sin x - x}{x^3}16-\dfrac{1}{6}sinxxx36\sin x \approx x - \frac{x^3}{6}
xtan1xx3\dfrac{x - \tan^{-1} x}{x^3}13\dfrac{1}{3}tan1xxx33\tan^{-1}x \approx x - \frac{x^3}{3}
tanxxx3\dfrac{\tan x - x}{x^3}13\dfrac{1}{3}tanxx+x33\tan x \approx x + \frac{x^3}{3}
ex1xx2\dfrac{e^x - 1 - x}{x^2}12\dfrac{1}{2}ex1+x+x22e^x \approx 1 + x + \frac{x^2}{2}
xln(1+x)x2\dfrac{x - \ln(1+x)}{x^2}12\dfrac{1}{2}ln(1+x)xx22\ln(1+x) \approx x - \frac{x^2}{2}
tanxsinxx3\dfrac{\tan x - \sin x}{x^3}12\dfrac{1}{2}Difference of series
xcosxsinxx3\dfrac{x\cos x - \sin x}{x^3}13-\dfrac{1}{3}Both to x3x^3
exsinxxx2x3\dfrac{e^x \sin x - x - x^2}{x^3}13\dfrac{1}{3}Product of series

8. Tips for JEE Aspirants

  1. Taylor first, L'Hôpital second. For JEE, Taylor expansion is almost always the faster and safer choice.
  2. Match the order to the denominator. If the denominator is xkx^k, expand everything to the xkx^k term.
  3. Memorize the Big Six expansions to at least the x3x^3 term. For sinx\sin x and exe^x, go to x5x^5 and x4x^4 respectively.
  4. Product of series: multiply term by term and collect powers. Don't expand fully—stop at the required order.
  5. Don't apply L'Hôpital blindly. Check that the form is indeed 00\frac{0}{0} or \frac{\infty}{\infty} before and after each application.
  6. Cross-check with standard results. If you know sinxxx3=16\frac{\sin x - x}{x^3} = -\frac{1}{6}, use it directly—no need to re-derive.

9. Quick-Reference Summary

StepAction
1Confirm the limit is 00\frac{0}{0} or \frac{\infty}{\infty}.
2Determine the order of the denominator (xkx^k).
3Expand all functions in the expression to order kk.
4Substitute, simplify, and cancel leading terms.
5The 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.

Ready to Apply These Techniques?

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

Practice Limits, Continuity & Differentiability PYQs