L'Hospital's rule is one of the most recognisable techniques in the AP Calculus syllabus, and for good reason: it converts an otherwise stubborn limit problem into a routine derivative evaluation. AP students meet it formally in Unit 4 of AP Calculus AB and revisit it across the BC syllabus wherever improper integrals and indeterminate sequences appear. Used carefully, it collapses a hard question into a clean computation. Used carelessly, it produces a confidently wrong answer that the College Board readers will mark down without hesitation. The rule itself is short — if a limit of f(x)/g(x) produces the indeterminate form 0/0 or ±∞/±∞ and the derivatives are well-behaved near the point in question, then the original limit equals the limit of f'(x)/g'(x), provided that second limit exists or is infinite. Everything else is judgement.
Why L'Hospital's rule sits at the centre of AP Calculus scoring
Across released AP Calculus AB and BC free-response sets, limit questions appear in nearly every exam sitting, and the limit questions that are not pure algebraic or trigonometric simplification tasks almost always hinge on L'Hospital's rule. The College Board has signalled, both through course descriptions and through the wording of released items, that students are expected to recognise indeterminate forms, justify the application of the rule, and execute the derivative step without algebraic slippage. The rule is therefore not a side technique to memorise at the end of a unit. It is a load-bearing skill that influences scores on both the multiple-choice section and the free-response section.
For students preparing under time pressure, the practical implication is that L'Hospital's rule deserves a disproportionate share of deliberate practice. A candidate who can identify 0/0 and ∞/∞ instantly, write the limit of f'(x)/g'(x) without restating the form, and finish with a clean numerical or symbolic answer will recover a significant share of points on what is otherwise a feared topic. The reverse is also true: candidates who reach for L'Hospital's rule on every limit problem, including those that are perfectly well-defined at the point in question, throw away points. The skill is less about knowing the rule and more about knowing when it does not apply.
A useful frame for AP students is to treat L'Hospital's rule as a special-purpose tool with three checks: indeterminate form, differentiability of numerator and denominator in a deleted neighbourhood of the point, and a derivative limit that actually exists. A student who can run those three checks in under thirty seconds has the foundation. Everything else is fluency.
The two indeterminate forms you must recognise instantly
AP Calculus readers expect students to distinguish between limits that are indeterminate and limits that are merely difficult. The two forms that unlock L'Hospital's rule are 0/0 and ±∞/±∞, and the test writers design items so that substitution is the only way to see them. A typical exam item will present a quotient such as (sin x − x)/x³ as x → 0. Substituting gives 0/0, the canonical signal. A second family uses exponential growth, where substitution yields ∞/∞, for instance (ln x)/(x − 1) as x → ∞, which actually gives 0/0 on substitution but can be rewritten, or (e^x)/(x² + 1) as x → ∞, which gives ∞/∞ directly.
The other forms, including 1^∞, 0⁰, ∞⁰, 0·∞, and ∞ − ∞, do not directly qualify. They must first be transformed into a 0/0 or ∞/∞ shape through logarithms, algebraic manipulation, or factoring. This is where most AP candidates lose points: they apply L'Hospital's rule to a form that the rule does not cover, then compound the error by differentiating a function whose derivative has nothing to do with the original limit's behaviour. The result is an answer that looks clean, is fully differentiated, and is nonetheless wrong.
A quick recognition checklist for AP free-response items
- Substitute the target value or behaviour. If the result is 0/0 or ±∞/±∞, L'Hospital's rule is in play.
- If the result is any other form, stop. Rewrite the expression first, then recheck.
- Confirm that the numerator and denominator are differentiable in a deleted interval around the target, not merely at the point itself.
- Compute the derivative limit. If it exists or diverges to ±∞, you have the answer; if it is another 0/0, repeat the rule after simplifying.
The checklist is short, but AP scoring rewards candidates who show it explicitly. A free-response answer that begins with a substitution line and a clear statement of the form — for example, "As x → 0, sin x − x → 0 and x³ → 0, so the form is 0/0" — gives the reader a hook for the first method point. Without that line, the rest of the work is harder to award credit to, even if the final numerical answer is correct.
Applying the rule cleanly: a worked template for the AP free-response section
The cleanest way to write a L'Hospital's rule solution on the AP exam is to follow a four-line template. First, substitute and name the form. Second, write the derivative of the numerator over the derivative of the denominator. Third, simplify the new quotient before taking the limit. Fourth, take the limit and write the answer with units or context where the prompt requires it. Each line is a potential scoring point on a free-response item, and candidates who skip the simplification step often leave a derivative limit that is itself indeterminate, which costs more than the time saved.
Consider the limit of (1 − cos x)/x² as x → 0. Substitution gives 0/0. The derivative of 1 − cos x is sin x, and the derivative of x² is 2x, so the rule gives the limit of sin x / (2x). This quotient is itself 0/0 and would, if left there, demand a second application. The simplification step resolves it: sin x / (2x) is (1/2)·(sin x / x), and sin x / x → 1, so the limit is 1/2. A candidate who writes only the first derivative quotient and stops has shown the technique but left the answer as 0/0, which the reader cannot credit as a final value.
For a BC-level example, evaluate the limit of (e^x − e^(−x)) / (x − sin x) as x → 0. Substitution gives 0/0. Differentiating gives (e^x + e^(−x)) / (1 − cos x), which on substitution becomes 2/0. The form is not indeterminate in the sense the rule needs, and the limit diverges to +∞ from the right and −∞ from the left. A clean AP solution would say, "The denominator approaches 0 from the right while the numerator approaches 2, so the two-sided limit does not exist," rather than pressing the rule a second time. Recognising when the rule no longer applies is itself a scoring point.
Three checks before you write the derivative line
- Is the form still 0/0 or ±∞/±∞ after each application? If not, stop applying the rule.
- Have you simplified the new quotient using a known limit, factoring, or cancellation? Skipping this is the most common reason for an indeterminate second round.
- Does the new denominator's derivative vanish at the target point? If so, the rule's hypotheses break, and a different technique is required.
Forms that are NOT indeterminate, and how the exam tests them
AP readers will deliberately write items where the limit is not indeterminate, and a candidate who reflexively applies L'Hospital's rule will lose points. A standard trap is the limit of (x² + 3)/(2x + 1) as x → −1/2. Substitution gives 0/0? No — it gives (1/4) / 0, which is undefined but not indeterminate. The two-sided limit does not exist, because the denominator approaches 0 from the left and right with different signs and the numerator is positive. Writing "by L'Hospital's rule, the limit is 0" would be marked wrong on every AP scoring guide that addresses this family. The correct answer is that the limit does not exist, with a one-line justification based on sign analysis.
A second family of non-indeterminate traps uses bounded functions. The limit of sin x / x as x → 0 is 0/0, and L'Hospital's rule gives the limit of cos x / 1, which is 1 — correct, but inefficient. The standard AP solution is to invoke the known limit sin x / x → 1. Candidates who use L'Hospital's rule here are not wrong, but they are spending time on a problem that the rubric is happy to credit through the known-limit path. The exam rewards fluency, and using the heavy tool when the light one is faster signals poor pacing to the test taker themselves, even when the score is unaffected.
Beyond these, the most common non-indeterminate failure is the limit of (x − a)·g(x) as x → a when g(x) is continuous. Substitution gives 0·g(a), which is not the 0/0 or ∞/∞ form the rule requires. The limit is simply 0, by continuity of the product. Applying L'Hospital's rule after rewriting the product as (x − a)/[1/g(x)] does produce a 0/0, but only because the rewrite has manufactured one, and the derivation is unnecessary on the exam.