Fatskills
Practice. Master. Repeat.
Study Guide: How to Solve: Limits (L’Hôpital’s Rule, Series Expansion, Sandwich Theorem) – IIT JEE Guide
Source: https://www.fatskills.com/iit-jee-math/chapter/how-to-solve-limits-lh%C3%B4pitals-rule-series-expansion-sandwich-theorem-iit-jee-guide

How to Solve: Limits (L’Hôpital’s Rule, Series Expansion, Sandwich Theorem) – IIT JEE Guide

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~6 min read

How to Solve: Limits (L’Hôpital’s Rule, Series Expansion, Sandwich Theorem) – IIT JEE Guide


Introduction

Mastering limits with L’Hôpital’s Rule, series expansion, and the Sandwich Theorem can boost your IIT JEE score by 10-15 marks—because these techniques turn impossible-looking limits into easy, solvable problems. Whether it’s a 0/0, ∞/∞, or a tricky trigonometric limit, this guide will make you fast, accurate, and exam-ready.


What You Need To Know First

Before diving in, you must already understand: 1. Basic limit evaluation (direct substitution, factoring, rationalization). 2. Differentiation rules (product rule, quotient rule, chain rule). 3. Taylor/Maclaurin series expansions (for common functions like sin x, cos x, eˣ, ln(1+x)).

If any of these are shaky, stop now and review them first.


Key Vocabulary

Term Plain-English Definition Quick Example
Indeterminate Form A limit that doesn’t give a clear answer (like 0/0 or ∞/∞). lim(x→0) (sin x)/x = 0/0 → indeterminate.
L’Hôpital’s Rule A shortcut to evaluate limits by differentiating numerator and denominator. lim(x→0) (sin x)/x = lim(x→0) cos x / 1 = 1.
Series Expansion Writing a function as an infinite sum of terms (like Taylor series). eˣ ≈ 1 + x + x²/2! + x³/3! + …
Sandwich Theorem If a function is "squeezed" between two others that have the same limit, it must have that limit too. -x² ≤ x sin(1/x) ≤ x² → lim(x→0) x sin(1/x) = 0.
Order of Magnitude Comparing how fast functions grow (e.g., eˣ grows faster than xⁿ). lim(x→∞) x⁵ / eˣ = 0 (eˣ dominates).
Convergence Whether a series or limit approaches a finite value. lim(n→∞) (1 + 1/n)ⁿ = e (converges).

Formulas To Know

1. L’Hôpital’s Rule

Formula: If lim(x→a) f(x)/g(x) = 0/0 or ∞/∞, then: lim(x→a) f(x)/g(x) = lim(x→a) f’(x)/g’(x) (Apply repeatedly if needed.)

Variables: - f(x), g(x) = differentiable functions. - a = point where limit is evaluated (can be ±∞).

MEMORISE THIS (not always given on exam sheet).


2. Common Series Expansions (Maclaurin Series)

MEMORISE THESE (given on JEE Advanced sheet, but know them cold):

Function Series Expansion (around x=0) Valid for
1 + x + x²/2! + x³/3! + … All x
sin x x - x³/3! + x⁵/5! - x⁷/7! + … All x
cos x 1 - x²/2! + x⁴/4! - x⁶/6! + … All x
ln(1 + x) x - x²/2 + x³/3 - x⁴/4 + … -1 < x ≤ 1
(1 + x)ⁿ 1 + nx + n(n-1)x²/2! + n(n-1)(n-2)x³/3! + … |x| < 1
tan⁻¹ x x - x³/3 + x⁵/5 - x⁷/7 + … |x| ≤ 1

When to use: When the limit has a 0/0 or ∞/∞ form and L’Hôpital’s Rule leads to messy derivatives.


3. Sandwich Theorem (Squeeze Theorem)

Formula: If g(x) ≤ f(x) ≤ h(x) for all x near a (except possibly at a), and: lim(x→a) g(x) = lim(x→a) h(x) = L, then lim(x→a) f(x) = L.

MEMORISE THIS (not always given).


Step-by-Step Method

Step 1: Check for Direct Substitution

  • Plug in the value. If you get a number, you’re done.
  • If you get 0/0, ∞/∞, 0×∞, ∞-∞, 1^∞, 0⁰, ∞⁰, it’s indeterminate → move to Step 2.

Step 2: Try Algebraic Simplification

  • Factor, rationalize, or combine fractions.
  • Example: lim(x→2) (x² - 4)/(x - 2) → factor to (x+2)(x-2)/(x-2) → x+2 → 4.

Step 3: Apply L’Hôpital’s Rule (if 0/0 or ∞/∞)

  • Differentiate numerator and denominator separately.
  • Re-evaluate the limit.
  • Repeat if still indeterminate.

Step 4: Use Series Expansion (if L’Hôpital’s is messy)

  • Replace functions with their series expansions (keep enough terms to cancel the indeterminate part).
  • Simplify and evaluate.

Step 5: Apply Sandwich Theorem (for oscillating or bounded functions)

  • Find two functions that "squeeze" your function and have the same limit.
  • Example: lim(x→0) x sin(1/x) → -|x| ≤ x sin(1/x) ≤ |x| → limit = 0.

Step 6: Check for Special Cases (1^∞, 0⁰, ∞⁰)

  • Take natural log, rewrite as e^(lim ln f(x)), then apply L’Hôpital’s or series.

Worked Examples

Example 1 – Basic (L’Hôpital’s Rule)

Problem: Evaluate lim(x→0) (eˣ - 1 - x)/x²

Step 1: Direct substitution → (1 - 1 - 0)/0 = 0/0 → indeterminate. Step 2: No obvious algebraic simplification → apply L’Hôpital’s. Step 3: Differentiate numerator and denominator: - Numerator: d/dx (eˣ - 1 - x) = eˣ - 1 - Denominator: d/dx (x²) = 2x - New limit: lim(x→0) (eˣ - 1)/2x → still 0/0 → apply L’Hôpital’s again. Step 4: Differentiate again: - Numerator: d/dx (eˣ - 1) = eˣ - Denominator: d/dx (2x) = 2 - New limit: lim(x→0) eˣ / 2 = 1/2.

Answer: 1/2

What we did and why: - Used L’Hôpital’s twice because the first application still gave 0/0. - Stopped when we got a determinate form (1/2).


Example 2 – Medium (Series Expansion)

Problem: Evaluate lim(x→0) (sin x - x + x³/6)/x⁵

Step 1: Direct substitution → (0 - 0 + 0)/0 = 0/0 → indeterminate. Step 2: No algebraic simplification → try series expansion. Step 3: Replace sin x with its series: sin x = x - x³/3! + x⁵/5! - x⁷/7! + … - Numerator: (x - x³/6 + x⁵/120 - …) - x + x³/6 = x⁵/120 - x⁷/5040 + … - Denominator: x⁵ - Simplified: (x⁵/120 - x⁷/5040 + …)/x⁵ = 1/120 - x²/5040 + … Step 4: Take limit as x→0 → 1/120.

Answer: 1/120

What we did and why: - Used series expansion because L’Hôpital’s would require 5 derivatives (messy!). - Kept terms up to x⁵ to match the denominator.


Example 3 – Exam-Style (Sandwich Theorem + Trig)

Problem: Evaluate lim(x→∞) (x + sin x)/x

Step 1: Direct substitution → ∞/∞ → indeterminate. Step 2: No algebraic simplification → try Sandwich Theorem. Step 3: Note that -1 ≤ sin x ≤ 1 → -1 ≤ sin x/x ≤ 1 for x > 0. - Rewrite numerator: (x + sin x)/x = 1 + sin x/x. - Since -1/x ≤ sin x/x ≤ 1/x, and lim(x→∞) 1/x = 0, the "sin x/x" term vanishes. Step 4: By Sandwich Theorem, lim(x→∞) sin x/x = 0. - Thus, lim(x→∞) (1 + sin x/x) = 1 + 0 = 1.

Answer: 1

What we did and why: - Recognized that sin x oscillates but is bounded, so Sandwich Theorem applies. - Avoided L’Hôpital’s (which would give cos x/1 → oscillates, no limit).


Common Mistakes

Mistake Why it Happens Correct Approach
Applying L’Hôpital’s to non-0/0 or ∞/∞ forms. Student forgets to check if the limit is indeterminate. Always substitute first. If not 0/0 or ∞/∞, L’Hôpital’s doesn’t apply.
Differentiating numerator and denominator together. Confusing quotient rule with L’Hôpital’s. Differentiate numerator and denominator separately.
Stopping L’Hôpital’s too early. Student stops after one application even if still indeterminate. Keep applying until you get a determinate form.
Using wrong series expansion. Mixing up sin x and cos x series. Memorize the first 3-4 terms of key series.
Ignoring convergence of series. Using ln(1+x) series for x > 1. Check the valid range for each series.

Exam Traps

Trap How to Spot it How to Avoid it
Disguised 1^∞ form. Limit looks like (1 + f(x))^g(x) where f(x)→0 and g(x)→∞. Take natural log, rewrite as e^(lim g(x) ln(1+f(x))), then use series or L’Hôpital’s.
Oscillating functions (e.g., sin(1/x)). Limit involves sin(1/x) or cos(1/x) as x→0. Use Sandwich Theorem (bound between -1 and 1).
Higher-order terms in series. Problem requires more terms than you remember. Write out terms until the indeterminate part cancels.

1-Minute Recap

"Listen up—this is your last-minute limit survival guide. First, always plug in the value. If you get 0/0 or ∞/∞, try L’Hôpital’s: differentiate top and bottom, then plug in again. If that’s messy, use series expansions—replace sin x, eˣ, etc., with their first few terms. For oscillating functions like sin(1/x), squeeze them between two functions that go to the same limit. And watch out for 1^∞—take the natural log first! Memorize the key series, and you’ll crack 90% of limit problems in under 2 minutes. Now go practice—your 15 marks are waiting!



⚡ Recently practiced quizzes in this class

ADVERTISEMENT