Study Guide

L'Hopital's Rule for Indeterminate Forms

AP Calculus AB· AP Calculus AB CED — Contextual Applications of Differentiation· 14 min read

1. Core Concept: Indeterminate Forms and L'Hopital's Rule★★☆☆☆⏱ 3 min

L'Hopital's Rule is a differentiation-based technique for evaluating limits that result in indeterminate forms—expressions with no well-defined value that cannot be evaluated via direct substitution or basic algebra. This topic makes up 3-6% of your total AP Calculus AB exam score, appearing in both multiple-choice and free-response sections.

📘 Definition

Indeterminate Form

An expression whose limit cannot be determined from the limits of its individual parts, because the combination of values does not give a unique result. Common indeterminate forms on AP Calculus AB are , , , and .

Example:

can approach any real number or infinity, so it is indeterminate, while , which is determinate.

Basic algebraic techniques like factoring or rationalizing only work for simple cases, and fail for complex limits involving transcendental functions (exponentials, logarithms, trigonometric functions). L'Hopital's Rule relates the limit of a ratio of functions to the limit of the ratio of their derivatives, which is almost always easier to evaluate.

Exam tip:

On the AP exam, you will always need to justify why you can apply L'Hopital's Rule for full credit on FRQs.

2. Applying L'Hopital's Rule to 0/0 Indeterminate Forms★★☆☆☆⏱ 4 min

The most common indeterminate form tested on the AP exam is 0/0, which occurs when both the numerator and denominator of a ratio approach 0 as approaches the limit point.

📘 Definition

L'Hopital's Rule (0/0 Case)

If , , and are differentiable near (except possibly at ), and near , 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)}

The rule can be applied repeatedly if the new limit after the first application is still an indeterminate 0/0 form.

📐 Worked Example

Evaluate

  1. 1

    First confirm the indeterminate form: substitute to check. Numerator: , denominator: , so we have a valid 0/0 indeterminate form for L'Hopital's Rule.

  2. 2

    Differentiate the numerator and denominator separately:

  3. 3
    f(x)=3e3x3,g(x)=2xf'(x) = 3e^{3x} - 3, \quad g'(x) = 2x
  4. 4

    The new limit is . Substituting still gives 0/0, so we apply L'Hopital's Rule a second time.

  5. 5

    Differentiate again:

  6. 6
    f(x)=9e3x,g(x)=2f''(x) = 9e^{3x}, \quad g''(x) = 2
  7. 7

    Evaluate the final limit:

  8. 8
    limx09e3x2=9e02=92\lim_{x \to 0} \frac{9e^{3x}}{2} = \frac{9e^0}{2} = \frac{9}{2}

Exam tip:

Always explicitly confirm you have an indeterminate 0/0 or ∞/∞ form before applying L'Hopital's Rule on an FRQ. AP readers require this justification for full points, even if your final answer is correct.

3. Applying L'Hopital's Rule to ∞/∞ Indeterminate Forms★★★☆☆⏱ 4 min

The second core indeterminate form that fits directly into L'Hopital's Rule is ∞/∞, which occurs when both the numerator and denominator approach positive or negative infinity as approaches the limit point. The conditions and formula for the rule are identical to the 0/0 case.

📘 Definition

L'Hopital's Rule (∞/∞ Case)

If , , with the same differentiability and non-zero derivative conditions as the 0/0 case, 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)}

This form is commonly used to find limits at infinity for ratios of transcendental functions, and to find horizontal asymptotes of complex functions. Like the 0/0 form, it can be applied repeatedly.

📐 Worked Example

Evaluate

  1. 1

    Check the indeterminate form: as , numerator and denominator , so we have a valid ∞/∞ form for L'Hopital's Rule.

  2. 2

    Differentiate numerator and denominator separately:

  3. 3
    f(x)=12x22,g(x)=4e4xf'(x) = 12x^2 - 2, \quad g'(x) = 4e^{4x}
  4. 4

    Simplify the new limit: , which is still ∞/∞, so we apply L'Hopital's again.

  5. 5

    Differentiate again: , . The new limit is still ∞/∞, so we apply L'Hopital's a third time.

  6. 6

    Differentiate a third time:

  7. 7
    f(x)=6,g(x)=16e4xf'''(x) = 6, \quad g'''(x) = 16e^{4x}
  8. 8

    Evaluate the final limit: .

Exam tip:

For limits at infinity, remember that positive exponential functions grow faster than any polynomial, and logarithmic functions grow slower than any positive power of . This lets you predict results of repeated applications quickly on multiple-choice questions.

4. Converting Non-Standard Indeterminate Forms★★★☆☆⏱ 3 min

Not all indeterminate forms are directly 0/0 or ∞/∞, but they can almost always be rewritten algebraically to fit L'Hopital's Rule. The two non-standard indeterminate forms tested on AP Calculus AB are 0·∞ (product of a function approaching 0 and a function approaching infinity) and ∞−∞ (difference of two functions both approaching infinity).

For 0·∞, rewrite the product as a ratio by moving one term to the denominator: , which becomes 0/0 or ∞/∞. For ∞−∞, the most common conversion is to get a common denominator, which turns the difference into a single ratio that is usually 0/0.

📐 Worked Example

Evaluate

  1. 1

    Identify the form: as , and , so this is an indeterminate form that needs conversion.

  2. 2

    Rewrite as a ratio, moving to the denominator to get a form that is easy to differentiate:

  3. 3
    limx0+4lnxx1\lim_{x \to 0^+} \frac{4 \ln x}{x^{-1}}
  4. 4

    This is now a valid indeterminate form for L'Hopital's Rule. Differentiate numerator and denominator separately:

  5. 5
    ddx(4lnx)=4x,ddx(x1)=x2=1x2\frac{d}{dx}(4 \ln x) = \frac{4}{x}, \quad \frac{d}{dx}(x^{-1}) = -x^{-2} = -\frac{1}{x^2}
  6. 6

    Simplify the ratio of derivatives:

  7. 7
    4/x1/x2=4x(x2)=4x\frac{4/x}{-1/x^2} = \frac{4}{x} \cdot (-x^2) = -4x
  8. 8

    Evaluate the limit: .

Exam tip:

When converting 0·∞, never put the logarithmic or exponential term in the denominator. This will always result in a much more complicated derivative that leads to unnecessary algebraic errors. Keep simpler transcendental terms in the numerator.

5. Common Pitfalls

Wrong move:

Differentiating the entire ratio using the quotient rule instead of differentiating numerator and denominator separately.

Why:

Students associate L'Hopital's Rule with differentiation, so they confuse the derivative of a ratio with L'Hopital's ratio of derivatives.

Correct move:

Always label as the numerator and as the denominator, compute and separately, then form the new ratio before taking the limit.

Wrong move:

Applying L'Hopital's Rule to a determinate limit, for example evaluating as 2 instead of the correct value 1.

Why:

Students get into the habit of using L'Hopital's for all limits and skip checking the indeterminate form.

Correct move:

Always substitute the limit point into the numerator and denominator first, and confirm you have an indeterminate form before applying L'Hopital's Rule.

Wrong move:

Forgetting the chain rule when differentiating composite functions, for example differentiating to get instead of .

Why:

Students rush differentiation after confirming the indeterminate form, and miss the inner derivative.

Correct move:

After writing derivatives of the numerator and denominator, pause to check every composite function for a chain rule factor before proceeding.

Wrong move:

Stopping after one application of L'Hopital's Rule when the new limit is still indeterminate, and incorrectly concluding the limit does not exist.

Why:

Students forget the rule can be applied repeatedly.

Correct move:

After each application, check the form again. If it is still 0/0 or ∞/∞, apply the rule again; only stop when you get a determinate form.

Wrong move:

Misclassifying as indeterminate and applying L'Hopital's Rule, resulting in an incorrect value.

Why:

Students think all combinations of infinity are indeterminate.

Correct move:

Remember only 0·∞ is indeterminate; ∞·∞, ∞ + ∞, and 0·0 are all determinate, so no L'Hopital's Rule is needed.

6. Quick Reference Cheatsheet

Category

Formula/Rule

Notes

0/0 Indeterminate L'Hopital's Rule

Applies when and ; can be finite or infinite; near required.

∞/∞ Indeterminate L'Hopital's Rule

Applies when and ; same conditions as 0/0 form.

0·∞ Indeterminate Conversion

Convert to 0/0 or ∞/∞; place the simpler-to-differentiate term in the numerator to avoid messy algebra.

∞−∞ Indeterminate Conversion

after common denominator

Most easily solved by getting a common denominator to convert to a 0/0 form before applying L'Hopital's Rule.

Repeated Applications of L'Hopital's Rule

Can be applied any number of times

Only re-apply if the new limit after the last step is still an indeterminate 0/0 or ∞/∞ form.

Determinate vs Indeterminate

N/A

Indeterminate (need L'Hopital): 0/0, ∞/∞, 0·∞, ∞−∞. Determinate (no L'Hopital): , , , .

When this came up on past exams

AI-estimated based on syllabus patterns — cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 · MCQ

    Evaluate 0/0 indeterminate limit

  • 2022 · FRQ

    Find horizontal asymptote via L'Hopital's

What's Next

L'Hopital's Rule is a foundational tool for analyzing the end behavior of functions and evaluating complex limits, required for all remaining topics in Unit 4 Contextual Applications of Differentiation, and later for improper integration in Unit 8. Without correctly applying L'Hopital's Rule to evaluate indeterminate limits, you will not be able to find horizontal asymptotes for transcendental functions or evaluate improper integrals, both common, high-weight topics on the AP exam. The rule also reinforces the core connection between derivatives and limits that forms the foundation of all differential calculus, and simplifies evaluating limits for complex real-world models that cannot be solved with basic algebra alone.