AP CALCULUS AB • CONTEXTUAL APPLICATIONS OF DIFFERENTIATION

Using L'Hôpital's Rule for Determining Limits of Indeterminate Forms

Transform stubborn indeterminate limits into solvable problems by differentiating the numerator and denominator separately.

Historical Context & Motivation

When you first encounter limits in calculus, many can be evaluated through direct substitution, factoring, or algebraic simplification. However, certain limits stubbornly resist these techniques—substituting the limiting value into both the numerator and denominator yields expressions like 0/0 or ∞/∞, which convey no information about the limit's actual value. These are called indeterminate forms, and they have challenged mathematicians since the earliest days of infinitesimal calculus. The story of how this challenge was resolved involves two remarkable figures of the late seventeenth century and a mathematical bargain that has intrigued historians ever since.

1655
Early Limit Methods
John Wallis and other predecessors of Newton and Leibniz develop ad hoc methods for evaluating ratios that tend toward 0/0, but no general technique exists.
1694
Bernoulli's Private Tutoring
Johann Bernoulli, one of the era's most brilliant analysts, privately tutors the Marquis Guillaume de L'Hôpital in the new Leibnizian calculus under a paid agreement.
1696
Publication of the Rule
L'Hôpital publishes Analyse des Infiniment Petits, the first calculus textbook, which contains the rule that bears his name—though the proof was largely Bernoulli's work.
1922
Bernoulli's Authorship Confirmed
A manuscript from Bernoulli's correspondence is discovered, confirming that Bernoulli originally derived the result. The name 'L'Hôpital's Rule' persists by convention.

The fundamental question that motivated this rule remains central to AP Calculus AB: when direct substitution into a quotient yields an indeterminate form, how can we systematically determine whether the limit exists, and if so, what its value is? L'Hôpital's Rule provides an elegant answer—by converting the limit of a quotient of functions into a limit of the quotient of their derivatives, it exploits the local linear behavior of differentiable functions near the point of indeterminacy.

Core Principles & Definitions

Before applying L'Hôpital's Rule, you must understand what makes a form indeterminate, what conditions the rule requires, and how the rule transforms the problem. The following foundational ideas establish the logical framework you need.

1

Indeterminate Forms

An expression like 0/0 or ∞/∞ is indeterminate because it does not determine a unique limit value. The ratio could converge to any real number, diverge to infinity, or fail to exist entirely—you need more information to decide.
2

Differentiability Requirement

L'Hôpital's Rule requires that both f and g be differentiable on an open interval containing the limit point (except possibly at the point itself), and that g'(x) ≠ 0 near that point.
3

Not a Quotient Rule

A critical distinction: you differentiate the numerator and denominator separately, not as a single quotient. You are not computing d/dx [f(x)/g(x)] but rather forming the new quotient f'(x)/g'(x).
4

Iterative Application

If the new limit f'(x)/g'(x) is itself an indeterminate form and the hypotheses still hold, you may apply the rule again. Repeat until you reach a determinate form or recognize that the rule does not resolve the limit.
5

Verification of Hypotheses

Every application of L'Hôpital's Rule must begin by confirming the indeterminate form. Applying the rule to a non-indeterminate quotient produces incorrect results—this is the most common student error on the AP exam.
KEY TAKEAWAY
Think of L'Hôpital's Rule like zooming into a satellite image. When two functions both approach zero (or both blow up), their ratio at that scale is ambiguous—like trying to compare two cities from outer space. By differentiating, you effectively zoom into the rates at which the functions approach their common value, revealing which function 'wins the race' to zero or infinity. The ratio of slopes provides the fine-grained comparison that the original ratio could not.

Visual Explanation

The geometric intuition behind L'Hôpital's Rule becomes clear when you graph two functions f(x) and g(x) that both pass through zero at the same point. Near that shared root, each function is well-approximated by its tangent line—so the ratio f(x)/g(x) behaves like the ratio of the tangent line slopes, which is precisely f'(a)/g'(a).

Both f(x) (cyan) and g(x) (violet) pass through the origin at x = a. Near this shared root, each curve is approximated by its tangent line. The ratio of the tangent slopes equals f'(a)/g'(a), which is precisely what L'Hôpital's Rule computes.

The diagram above captures the heart of the matter. Because f(a) = g(a) = 0, both functions vanish at the shared root, making the ratio 0/0 at x = a. However, the linear approximation of each function near x = a replaces f(x) with f'(a)(x − a) and g(x) with g'(a)(x − a). The common factor (x − a) cancels, leaving the ratio of derivatives as the limit. This geometric reasoning is exactly why L'Hôpital's Rule works for the 0/0 case, and an analogous argument extends to the ∞/∞ case by considering reciprocals.

Mathematical Framework

L'Hôpital's Rule can be stated precisely as a theorem. Understanding the formal statement ensures you know exactly when the rule applies and, just as importantly, when it does not.

L'HÔPITAL'S RULE (0/0 FORM)
If lim(x→a) f(x) = 0 and lim(x→a) g(x) = 0, and lim(x→a) [f'(x)/g'(x)] exists (or equals ±∞), then lim(x→a) [f(x)/g(x)] = lim(x→a) [f'(x)/g'(x)]
Here a may be a finite number, +∞, or −∞. Both f and g must be differentiable on an open interval containing a (except possibly at a), and g'(x) ≠ 0 on that interval (except possibly at a).
L'HÔPITAL'S RULE (∞/∞ FORM)
If lim(x→a) |f(x)| = ∞ and lim(x→a) |g(x)| = ∞, and lim(x→a) [f'(x)/g'(x)] exists (or equals ±∞), then lim(x→a) [f(x)/g(x)] = lim(x→a) [f'(x)/g'(x)]
The same differentiability and non-vanishing-derivative conditions apply. The ∞/∞ form arises frequently with limits at infinity involving exponential, logarithmic, and polynomial functions.

Common Indeterminate Forms on the AP Exam

The AP Calculus AB exam focuses on the two primary indeterminate forms to which L'Hôpital's Rule applies directly: 0/0 and ∞/∞. Other indeterminate forms such as 0 · ∞, ∞ − ∞, 0⁰, 1^∞, and ∞⁰ can sometimes be rearranged algebraically or transformed via logarithms into one of these two quotient forms, at which point the rule applies. Always begin by confirming the indeterminate form through direct substitution before proceeding to differentiate.

ALGEBRAIC REARRANGEMENT STRATEGY
0 · ∞ form: rewrite f(x) · g(x) as f(x) / [1/g(x)] to produce 0/0, or as g(x) / [1/f(x)] to produce ∞/∞
Choose whichever rearrangement yields simpler derivatives. This technique extends L'Hôpital's Rule to product-type indeterminate forms.

Indeterminate vs. Determinate Forms

One of the most frequent errors on the AP exam is applying L'Hôpital's Rule to a form that is not actually indeterminate. A clear understanding of which forms are indeterminate and which are determinate is essential. The following classification diagram and table provide a comprehensive reference.

This flowchart summarizes the decision process for applying L'Hôpital's Rule. The key checkpoint—confirming the indeterminate form—must precede every application, including repeated applications.
Classification of common limit forms encountered in AP Calculus AB
FormTypeApply L'Hôpital's Directly?Strategy
0/0IndeterminateYesApply the rule directly
∞/∞IndeterminateYesApply the rule directly
0 · ∞IndeterminateAfter rewritingRewrite as quotient: f/(1/g) or g/(1/f)
c/0 (c ≠ 0)DeterminateNoLimit is ±∞ or DNE; analyze sign
0/∞DeterminateNoLimit equals 0

Worked Example

Let us work through a complete application of L'Hôpital's Rule, carefully verifying hypotheses at each stage. This mirrors the level of rigor expected on free-response questions.

Evaluate lim(x→0) [sin(x) − x] / x³
1
Step 1 — Verify the Indeterminate FormSubstitute x = 0 into the numerator: sin(0) − 0 = 0. Substitute into the denominator: 0³ = 0. The direct substitution yields 0/0, which is indeterminate. L'Hôpital's Rule may be applied.
Indeterminate form: 0/0 ✓
2
Step 2 — First Application of L'Hôpital's RuleDifferentiate the numerator: d/dx [sin(x) − x] = cos(x) − 1. Differentiate the denominator: d/dx [x³] = 3x². The limit becomes lim(x→0) [cos(x) − 1] / [3x²]. Substituting x = 0 gives (1 − 1)/(0) = 0/0, which is still indeterminate.
Still 0/0 → apply L'Hôpital's Rule again
3
Step 3 — Second ApplicationDifferentiate the numerator: d/dx [cos(x) − 1] = −sin(x). Differentiate the denominator: d/dx [3x²] = 6x. The limit becomes lim(x→0) [−sin(x)] / [6x]. Substituting x = 0 gives 0/0 once more.
Still 0/0 → apply L'Hôpital's Rule a third time
4
Step 4 — Third ApplicationDifferentiate the numerator: d/dx [−sin(x)] = −cos(x). Differentiate the denominator: d/dx [6x] = 6. The limit becomes lim(x→0) [−cos(x)] / 6. Substituting x = 0 gives −cos(0)/6 = −1/6. This is a determinate form—the process terminates.
lim(x→0) [sin(x) − x] / x³ = −1/6
📝 AP Exam Tip
On free-response questions, you must explicitly state the indeterminate form before each application of L'Hôpital's Rule. Omitting this verification—even if your final answer is correct—will cost you points. Write something like "Since the limit has the form 0/0, L'Hôpital's Rule applies" before each differentiation step.

Common Pitfalls & Exam Strategies

L'Hôpital's Rule is deceptively simple to state, which can lead students to over-apply it or apply it incorrectly. The table below catalogs the most common errors and their corrections, followed by strategic guidance for the AP exam.

Common errors and corrections when using L'Hôpital's Rule
Common MistakeWhy It's WrongCorrect Approach
Applying the rule to a non-indeterminate formThe theorem's hypothesis is not met; the derivative ratio may yield a completely different valueAlways substitute first. If the form is determinate (e.g., 5/0, 0/∞, 3/7), evaluate directly.
Using the Quotient Rule instead of differentiating separatelyThe Quotient Rule computes d/dx [f/g], which is a completely different expression from f'/g'Differentiate numerator alone, differentiate denominator alone, then form a new fraction.
Applying the rule infinitely in a cycleSome limits cycle under repeated differentiation (e.g., eˣ/eˣ remains ∞/∞ forever)If the form doesn't simplify after one or two applications, try algebraic simplification, factoring, or substitution instead.
Forgetting to verify the form before a second applicationThe new quotient f'/g' might not be indeterminate, even if the original wasRe-check the indeterminate form every time you apply the rule. State this explicitly on the FRQ.
🎯 EXAM STRATEGY
L'Hôpital's Rule should be your second resort, not your first. Many 0/0 limits on the AP exam can be resolved more quickly by factoring and canceling, rationalizing, or recognizing a derivative definition. For instance, lim(x→3) (x² − 9)/(x − 3) is most efficiently evaluated by factoring rather than differentiating. Reserve L'Hôpital's Rule for limits where algebraic simplification is impractical.

Connections to Advanced Topics

L'Hôpital's Rule connects naturally to several other topics you encounter in AP Calculus AB and beyond. Understanding these connections deepens your conceptual toolkit and reveals the rule as part of a larger mathematical framework rather than an isolated trick.

How L'Hôpital's Rule connects to other calculus concepts
AP Calculus AB TopicConnection to L'Hôpital's Rule
Definition of the DerivativeThe limit definition f'(a) = lim(h→0) [f(a+h) − f(a)]/h is itself a 0/0 form. L'Hôpital's Rule provides an alternative way to evaluate such limits, though it creates a circular argument if used to define the derivative.
Local Linear ApproximationL'Hôpital's Rule rests on the idea that near the limit point, a differentiable function behaves like its tangent line. This is the same principle underlying linearization and differentials.
Relative Growth RatesEvaluating limits like lim(x→∞) eˣ/x² via L'Hôpital's Rule demonstrates that exponential growth dominates polynomial growth—a key result used in analyzing long-term behavior of models.
Taylor/Maclaurin Series (BC)In AP Calculus BC, Taylor series provide an alternative to repeated applications of L'Hôpital's Rule: expand both numerator and denominator, cancel common powers, and read off the limit directly.

If you continue to AP Calculus BC or college analysis courses, you will encounter Taylor series as an even more powerful tool for evaluating indeterminate limits. Series expansions can resolve limits that require many iterations of L'Hôpital's Rule in a single algebraic step. The conceptual bridge is local linear approximation: L'Hôpital's Rule uses the first-order (tangent line) approximation, while Taylor series extend this to higher-order polynomial approximations around a point.

Practice Problems

1
A student claims that lim(x→0) (eˣ)/(x + 1) can be evaluated using L'Hôpital's Rule because 'there's a fraction with x in it.' Which of the following best explains why the student's reasoning is incorrect?
2
Evaluate lim(x→0) sin(5x) / (3x).
3
Evaluate lim(x→∞) (3x² + 2x) / (eˣ).
PROBLEM 4APPLIED
A particle moves along the x-axis. For t > 0, the position of the particle is given by x(t) = (t² − 4t + 4)/(t − 2) for t ≠ 2, and the position at t = 2 is defined to make x(t) continuous. A second particle has position y(t) = (ln(t − 1))/(t − 2) for t ≠ 2. (a) Find the position of the first particle at t = 2. (b) Determine lim(t→2) y(t) using L'Hôpital's Rule. State the indeterminate form before applying the rule. (c) If the first particle's position at t = 2 equals the limit found in (b), verify or disprove this claim. (d) Explain why the limit in (b) represents the instantaneous rate of change of a specific function at a specific point.
PROBLEM 5CRITICAL THINKING
Consider two differentiable functions f and g such that f(3) = 0, g(3) = 0, f'(3) = 4, and g'(3) = 0, g''(3) = 2. (a) Explain why a single application of L'Hôpital's Rule to lim(x→3) f(x)/g(x) does not yield a finite limit. (b) Explain why a second application of L'Hôpital's Rule is not valid in this situation without additional information. (c) Describe what additional conditions on f would be needed for a second application to be valid, and under those conditions, find the limit.

Lesson Summary

L'Hôpital's Rule provides a systematic method for evaluating limits that produce the indeterminate forms 0/0 or ∞/∞ upon direct substitution. The rule states that if the limit of f(x)/g(x) yields such a form and both functions are differentiable near the limit point, then the original limit equals the limit of f'(x)/g'(x) (the ratio of separate derivatives, not the Quotient Rule). The geometric intuition rests on local linear approximation: near a shared root, the ratio of two functions approximates the ratio of their tangent-line slopes.

On the AP exam, always verify the indeterminate form before every application, differentiate the numerator and denominator separately, and remember that the rule can be applied iteratively if the resulting limit is again indeterminate. Distinguish indeterminate forms (where the rule applies) from determinate forms (where it does not), and consider algebraic simplification before invoking the rule for maximum efficiency.

Varsity Tutors • AP Calculus AB • Using L'Hôpital's Rule for Determining Limits of Indeterminate Forms