4.7 Using L'HĂ´pital's Rule for Determining Limits in Indeterminate Forms
Welcome to the last key topic of unit 4! đĽł
You may recall from Unit 1 that sometimes the limits of functions evaluate to or which are indeterminate forms. Now, instead of looking for another way to manipulate the equation to try and find an answer that is not in indeterminate form, we can use our knowledge of derivatives to help us! Specifically, we can use LâHopitalâs Rule. â

đ LâHopitalâs Rule
LâHopitalâs Rule states that if or ,
Basically, the rule states that we can evaluate the limits of indeterminate forms using their derivatives!
đ It is important to note that this is different from quotient rule! It cannot replace quotient rule and cannot be used on problems other than these specific limits. It is called LâHopitalâs Rule!
âď¸ LâHopitalâs Rule: Walkthrough
Letâs try a practice problem together! Evaluate the following limit.
Plugging into results in the indeterminate form . This signals to us that we should use LâHopitalâs Rule.
When completing a free-response question on the AP exam, it is important to show the limits of , the numerator, and , the denominator, are separately equal to the needed parameters. Letâs go ahead and do that now!
Since and , LâHopitalâs Rule can be applied. Be sure to write this statement out before actually applying this rule.
Now, we can take the derivatives and get into LâHopitalâs Rule.
In conclusion, we know that this limitâŚ
Great work! Doesnât LâHopitalâs Rule save so much time? đ
đ Practicing LâHopitalâs Rule
Here are some problems you can practice applying LâHopitalâs Rule on!
âLâHopitalâs Rule: Practice Problems
Evaluate the following limits. Imagine these are free-response questions and you have to check conditions!
Question 1: LâHopitalâs Rule
Question 2: LâHopitalâs Rule
â Â LâHopitalâs Rule: Answers and Solutions
Question 1: LâHopitalâs Rule
Plugging into results in the indeterminate form . Since the expression involves mixed function types, it is not possible to manipulate it algebraically in any way to find the limits. Therefore, we should use LâHopitalâs Rule.
But first, show that the limits are separately equal to 0.
Since and , LâHopitalâs Rule can be applied.
In conclusionâŚ
Question 2: LâHopitalâs Rule
Plugging into results in the indeterminate form . Therefore, we should use LâHopitalâs Rule.
Since and , LâHopitalâs Rule can be applied.
ThereforeâŚ
đŤ Closing
Remember, L'Hopital's Rule provides a powerful method for evaluating limits involving indeterminate forms. By taking derivatives of the numerator and denominator, it helps simplify complex limits, leading to easier evaluation.
Happy calculus studying! đ
Vocabulary
The following words are mentioned explicitly in the College Board Course and Exam Description for this topic.Term | Definition |
|---|---|
indeterminate forms | Limit expressions that do not have a determinate value without further analysis, such as 0/0 or â/â. |
L'Hospital's Rule | A method for evaluating limits of indeterminate forms by taking the derivative of the numerator and denominator separately. |
Frequently Asked Questions
How do I know when to use L'Hospital's Rule?
Use LâHospitalâs Rule only when the limit of a quotient gives an indeterminate form 0/0 or â/â after direct substitution. Before you apply it, check these CED conditions: the numerator and denominator are differentiable near the point (except possibly at the point), and the derivative of the denominator isnât zero in a neighborhood (so the new quotient is defined). Then you can replace lim f(x)/g(x) with lim fâ˛(x)/gâ˛(x). You may need to apply it more than once if the result is still 0/0 or â/â. Always try algebraic simplification (factor, expand, divide out common factors, or use dominant-term/series reasoning at infinity) before LâHospitalâsometimes thatâs enough and faster. Note AP exams only assess 0/0 and â/â cases (other indeterminate forms like âââ arenât tested on AB/BC per the CED). For review and examples, see the Topic 4.7 study guide (https://library.fiveable.me/ap-calculus/unit-4/using-lhopitals-rule-for-determining-limits-indeterminate-forms/study-guide/8TvE04DRvJ3Z5PG2indM). For extra practice, check the unit overview (https://library.fiveable.me/ap-calculus/unit-4) and the AP practice pool (https://library.fiveable.me/practice/ap-calculus).
What's the formula for L'Hospital's Rule and when does it work?
LâHospitalâs Rule (informal formula): If lim_{xâa} f(x) = 0 and lim_{xâa} g(x) = 0 (0/0), or both â Âąâ (â/â), and f and g are differentiable on an open interval around a (except maybe at a) with gâ˛(x) â 0 nearby, then lim_{xâa} f(x)/g(x) = lim_{xâa} fâ˛(x)/gâ˛(x), provided the right-hand limit exists (finite or Âąâ). You can apply the rule repeatedly if fâ˛/gⲠstill gives 0/0 or â/â. It works for limits as xâa or xâÂąâ. Important cautions (from the CED): only use it for the indeterminate forms 0/0 or â/â, verify differentiability and that gⲠâ 0 near the point, and check the derivative-limit exists. For AP review and examples, see the Topic 4.7 study guide (https://library.fiveable.me/ap-calculus/unit-4/using-lhopitals-rule-for-determining-limits-indeterminate-forms/study-guide/8TvE04DRvJ3Z5PG2indM) and Unit 4 overview (https://library.fiveable.me/ap-calculus/unit-4). For extra practice, try problems at (https://library.fiveable.me/practice/ap-calculus).
I'm confused about indeterminate forms - what does 0/0 even mean?
0/0 is called an indeterminate formâit doesnât mean the limit is 0 or undefined in a simple way. It just tells you that both numerator and denominator are going to 0, so you canât tell the limitâs value by direct substitution. The limit might be 0, a finite nonzero number, â, or fail to exist. How you resolve it: - Try algebraic simplification (factor/cancel) first. Example: lim_{xâ1} (x^2â1)/(xâ1) â cancel (xâ1) â limit = 2. - If simplification doesnât help and the functions meet the differentiability conditions, use LâHospitalâs Rule: replace lim f/g with lim fâ˛/gⲠ(can repeat if still indeterminate). Remember the CED requirement: LâHospital applies for 0/0 or â/â when numerator and denominator are differentiable near the point (except possibly at the point itself). For extra practice and AP-aligned examples, check the Topic 4.7 study guide (https://library.fiveable.me/ap-calculus/unit-4/using-lhopitals-rule-for-determining-limits-indeterminate-forms/study-guide/8TvE04DRvJ3Z5PG2indM) and plenty of practice problems (https://library.fiveable.me/practice/ap-calculus).
When I get infinity over infinity can I use L'Hospital's Rule for that too?
Yesâinfinity over infinity is an indeterminate form you can use LâHĂ´pitalâs Rule on. The CED explicitly lists 0/0 and â/â as indeterminate forms that may be evaluated with LâHĂ´pitalâs Rule (LIM-4.A.1â2). Conditions you must check first: - As x â a (or Âąâ) the numerator and denominator both tend to â (or both to 0). - Both functions are differentiable on a neighborhood (except possibly at a) and the derivative of the denominator is not 0 near that point. If those hold, then lim f(x)/g(x) = lim fâ˛(x)/gâ˛(x), provided the right-hand limit exists (or is Âąâ). You can apply the rule repeatedly if the new quotient is still 0/0 or â/â. Quick example: lim_{xââ} x / e^x â both â, differentiate once to get lim_{xââ} 1 / e^x = 0. For AP: the exam asks you to recognize and use LâHĂ´pital for 0/0 and â/â (Topic 4.7). For more examples and a short study guide, see the Topic 4.7 study guide (https://library.fiveable.me/ap-calculus/unit-4/using-lhopitals-rule-for-determining-limits-indeterminate-forms/study-guide/8TvE04DRvJ3Z5PG2indM). For lots of practice problems, check the practice page (https://library.fiveable.me/practice/ap-calculus).
How do I solve limits that give me 0/0 using L'Hospital's Rule step by step?
Step-by-step for a 0/0 limit using LâHĂ´pitalâs Rule: 1. Confirm indeterminate: plug in the limit point. If you get 0/0 (or â/â), LâHĂ´pital can apply; otherwise donât use it. (CED: LIM-4.A.1) 2. Check conditions: numerator and denominator must be differentiable near the point (except maybe at the point itself). (CED: differentiability requirement) 3. Differentiate top and bottom separately: replace f(x)/g(x) by fâ˛(x)/gâ˛(x). Donât use the quotient rule on the whole fractionâdifferentiate numerator and denominator individually. (CED: LIM-4.A.2) 4. Evaluate the new limit. If it gives a finite number or Âąâ, thatâs your answer. 5. If you still get 0/0 (or â/â), repeat LâHĂ´pitalâyou may need higher-order derivatives. Stop when you get a determinate form or an answer that diverges. 6. Always consider algebraic simplification first (factoring, conjugates)âsometimes simplification avoids calculus. This is what AP expects: verify indeterminate form, ensure differentiability, apply derivatives, repeat as needed. For extra practice and examples see the Topic 4.7 study guide (https://library.fiveable.me/ap-calculus/unit-4/using-lhopitals-rule-for-determining-limits-indeterminate-forms/study-guide/8TvE04DRvJ3Z5PG2indM) and the Unit 4 overview (https://library.fiveable.me/ap-calculus/unit-4). For many practice problems, try (https://library.fiveable.me/practice/ap-calculus).
What's the difference between using L'Hospital's Rule and just plugging in the number?
Plugging in a number is the first thing you should try: if direct substitution gives a finite value (like 5 or â2 or â in an obvious non-indeterminate way), thatâs the limit. LâHĂ´pitalâs Rule only applies when substitution yields an indeterminate quotient 0/0 or â/â (CED LIM-4.A.1). In those cases you can replace lim f(x)/g(x) by lim fâ˛(x)/gâ˛(x) provided f and g are differentiable near the point (CED LIM-4.A.2). Key practical points: - Step 1: substitute. If you get a number, youâre done. - Step 2: if you get 0/0 or â/â, use LâHĂ´pitalâs Rule (maybe more than once) or try algebraic simplification firstâsometimes factoring or conjugates is simpler and faster. - Remember the differentiability requirement and that LâHĂ´pital doesnât apply to other indeterminate forms (CED exclusion). For more examples and AP-style practice, check the Topic 4.7 study guide (https://library.fiveable.me/ap-calculus/unit-4/using-lhopitals-rule-for-determining-limits-indeterminate-forms/study-guide/8TvE04DRvJ3Z5PG2indM) and Unit 4 resources (https://library.fiveable.me/ap-calculus/unit-4). For lots of practice problems, see (https://library.fiveable.me/practice/ap-calculus).
Can someone explain why 0/0 is indeterminate but 5/0 is just undefined?
Think of a limit as asking âwhat number does this fraction get close to as x approaches a value?â - 5/0 (numerator nonzero, denominator â 0) is undefined because the fraction blows upâit doesnât approach a finite number. Depending on the sign of the denominator it goes to +â or ââ (or doesnât settle), so thereâs no finite limit. This is not an indeterminate form used with LâHĂ´pital. - 0/0 is indeterminate because both numerator and denominator are vanishing, and different functions that give 0/0 can have different limiting values. Example: lim (xâ0) x/x = 1, but lim (xâ0) x^2/x = 0, and lim (xâ0) x/(|x|) does not exist. So knowing you have 0/0 gives no information about the limitâs valueâitâs âindeterminate.â Thatâs why the CED/LIM-4.A says LâHĂ´pitalâs Rule applies when a limit gives 0/0 or â/â: those forms let you differentiate numerator and denominator to try to resolve the ambiguity (see the Topic 4.7 study guide for examples: https://library.fiveable.me/ap-calculus/unit-4/using-lhopitals-rule-for-determining-limits-indeterminate-forms/study-guide/8TvE04DRvJ3Z5PG2indM). For more practice, use the AP Calc practice bank (https://library.fiveable.me/practice/ap-calculus).
I keep getting the wrong answer with L'Hospital's Rule - do I take the derivative of the whole fraction or just top and bottom separately?
Take the derivative of the numerator and the derivative of the denominator separatelyâyou do NOT differentiate the whole fraction as one object. LâHĂ´pitalâs Rule says: if as x â a the quotient f(x)/g(x) gives the indeterminate form 0/0 or â/â (CED LIM-4.A.1â4.A.2), then provided f and g are differentiable near a and gâ˛(x) â 0, you may replace the original limit with lim xâa fâ˛(x)/gâ˛(x). If that new limit is still indeterminate, you can apply the rule again (repeated application/higher-order derivatives). Always check the conditions first (forms and differentiability) and simplify/algebra first if possible. For AP-specific review and examples see the Topic 4.7 study guide (https://library.fiveable.me/ap-calculus/unit-4/using-lhopitals-rule-for-determining-limits-indeterminate-forms/study-guide/8TvE04DRvJ3Z5PG2indM) and try extra practice at (https://library.fiveable.me/practice/ap-calculus).
When do I stop using L'Hospital's Rule - like how many times can I apply it?
You can apply LâHospitalâs Rule as many times as neededâbut only while the conditions hold and the limit stays in an indeterminate 0/0 or â/â form. Each time you apply it you must check: - Condition: numerator and denominator both approach 0 or both approach Âąâ at the same limit point (CED LIM-4.A.1). - Differentiability: both functions are differentiable near the point (CED: derivative requirement). - New form: after taking derivatives, evaluate the new limit. If itâs still 0/0 or â/â, you may apply LâHospital again (CED keywords: repeated application, higher-order derivatives). - Stop when the limit evaluates to a finite number or Âąâ, or when the form is no longer 0/0 or â/â. If repeated differentiation doesnât resolve the indeterminacy, try algebraic simplification, series expansion, or substitution instead. On the AP exam you wonât be asked other indeterminate forms (like âââ) for scoring, but teachers may include them. For a focused review, see the Topic 4.7 study guide (https://library.fiveable.me/ap-calculus/unit-4/using-lhopitals-rule-for-determining-limits-indeterminate-forms/study-guide/8TvE04DRvJ3Z5PG2indM) and more unit resources (https://library.fiveable.me/ap-calculus/unit-4). For lots of practice, try the AP problems at (https://library.fiveable.me/practice/ap-calculus).
What happens if I use L'Hospital's Rule when the limit isn't 0/0 or infinity/infinity?
You must only apply LâHĂ´pitalâs Rule when the limit gives the indeterminate forms 0/0 or â/â (CED LIM-4.A.1â4.A.2). If the expression is NOT one of those: - If numerator â nonzero finite and denominator â 0, the limit is infinite (Âąâ) or does not existâLâHĂ´pital doesnât apply. - If numerator â finite a and denominator â finite b with b â 0, the limit is a/bâno need for LâHĂ´pital. - If numerator â â and denominator â finite nonzero, the limit is Âąââagain LâHĂ´pital is inappropriate. - If you get another indeterminate form (â â â, 0¡â, 0^0, etc.), you must first algebraically rewrite it into 0/0 or â/â (or use another test); note the CED excludes many of those from exam assessment. Also check hypotheses: the functions must be differentiable near the point and denominatorâs derivative shouldnât be zero everywhere. Only repeat LâHĂ´pital when the quotient of derivatives still yields 0/0 or â/â. For more AP-aligned review, see the Topic 4.7 study guide (https://library.fiveable.me/ap-calculus/unit-4/using-lhopitals-rule-for-determining-limits-indeterminate-forms/study-guide/8TvE04DRvJ3Z5PG2indM) and try practice problems (https://library.fiveable.me/practice/ap-calculus).
How do I find the limit of (sin x)/x as x approaches 0 using L'Hospital's Rule?
You check that direct substitution gives 0/0, so itâs an indeterminate form (LIM-4.A.1). LâHospitalâs Rule (LIM-4.A.2) applies because numerator and denominator are differentiable near 0 and the limit of their ratio is 0/0. Differentiate top and bottom: d/dx[sin x] = cos x, d/dx[x] = 1. So by LâHospital, lim_{xâ0} (sin x)/x = lim_{xâ0} (cos x)/1 = cos 0 = 1. Thatâs all you need for the AP: identify the 0/0 form, verify differentiability, apply LâHospital once, and evaluate the resulting limit. For more on LâHospital problems and AP-style practice, see the Topic 4.7 study guide (https://library.fiveable.me/ap-calculus/unit-4/using-lhopitals-rule-for-determining-limits-indeterminate-forms/study-guide/8TvE04DRvJ3Z5PG2indM) and extra practice (https://library.fiveable.me/practice/ap-calculus).
I don't understand when a limit is indeterminate vs when it just doesn't exist - what's the difference?
Short answer: an indeterminate form is a specific algebraic signal (like 0/0 or â/â) that tells you substitution didn't give the limitâit doesnât tell you the limitâs value. âDoesnât existâ (DNE) is the actual outcome when a limit has no finite value or left/right limits disagree. Why it matters: - Indeterminate (0/0 or â/â): you must do more work (algebraic simplification, factoring, series, or LâHĂ´pitalâs Ruleâand remember the derivative conditions) because the limit could be any finite number, 0, or Âąâ. Example: lim xâ0 (sin x)/x -> substitution gives 0/0 (indeterminate) but the limit = 1. AP exams only test 0/0 and â/â for LâHĂ´pital (CED LIM-4.A). - DNE: either left and right limits differ, or it truly blows up (e.g., lim xâ0 1/x â Âąâ or two-sided limits unequal). No amount of LâHĂ´pital will turn a clearly divergent one-sided mismatch into a finite limit. If you want step-by-step examples and practice (important for the AP), check the Topic 4.7 study guide (https://library.fiveable.me/ap-calculus/unit-4/using-lhopitals-rule-for-determining-limits-indeterminate-forms/study-guide/8TvE04DRvJ3Z5PG2indM) and practice problems (https://library.fiveable.me/practice/ap-calculus).
Do I need to check that I have an indeterminate form before using L'Hospital's Rule every time?
Short answer: yesâyou should always check that the limit gives an indeterminate form 0/0 or â/â before applying LâHĂ´pitalâs Rule. Why: LâHĂ´pitalâs Rule (CED LIM-4.A.2) only guarantees that lim f/g = lim fâ˛/gⲠwhen the original ratio tends to 0/0 or â/â and f and g are differentiable near the point (except possibly at the point itself). If the limit is a finite nonzero number, or simply â, or another non-indeterminate form, LâHĂ´pital doesnât apply and using it can give wrong answers. Also check differentiability of numerator and denominator near the limit and consider one-sided limits (if the problem asks). If you get 0/0 or â/â after the first application you may repeat LâHĂ´pitalâs Rule (repeated application/higher-order derivatives). If algebraic simplification or substitution removes the indeterminate form first, do thatâitâs often quicker on the AP. For a quick refresher, see the Topic 4.7 study guide (https://library.fiveable.me/ap-calculus/unit-4/using-lhopitals-rule-for-determining-limits-indeterminate-forms/study-guide/8TvE04DRvJ3Z5PG2indM). For more practice, check the Unit 4 overview (https://library.fiveable.me/ap-calculus/unit-4) and the AP practice problems (https://library.fiveable.me/practice/ap-calculus).
Can I use L'Hospital's Rule on limits that approach infinity instead of just approaching a number?
YesâLâHĂ´pitalâs Rule works when the limit is as x â â (or x â ââ), not just when x â a finite number. The CEDâs LIM-4.A covers both indeterminate forms 0/0 and â/ââthose can occur as x â a or as x â Âąâ. Requirements: the original limit must produce 0/0 or â/â, the numerator and denominator are differentiable on an open interval (except possibly at the point/infinite end), and the limit of fâ'(x)/gâ'(x) exists (or you can repeat the rule). If that derivative-limit exists (finite or Âąâ), it equals the original limitâuseful for finding horizontal asymptotes. On the AP exam, show the indeterminate form, state LâHĂ´pitalâs conditions, differentiate numerator and denominator, and justify any repeated application. For a quick refresher and examples from Unit 4.7, see the Topic 4.7 study guide (https://library.fiveable.me/ap-calculus/unit-4/using-lhopitals-rule-for-determining-limits-indeterminate-forms/study-guide/8TvE04DRvJ3Z5PG2indM). For extra practice, try problems at Fiveableâs practice page (https://library.fiveable.me/practice/ap-calculus).
Why does my calculator give me an error when I try to evaluate 0/0 but L'Hospital's Rule still works?
Your calculator shows an error because itâs doing a direct numeric operation: 0/0 is undefined arithmeticly, so the device canât give a number. But in limit language 0/0 is an indeterminate formâit tells you more work is needed, not the final answer. LâHĂ´pitalâs Rule (CED LIM-4.A) lets you replace the original limit of f(x)/g(x) (when both â 0 or both â â) by the limit of fâ˛(x)/gâ˛(x), provided the derivatives exist near the point and that latter limit exists (or you can apply the rule again). That analytic process finds the behavior of the ratio as x approaches the point; a calculator doing plain substitution canât do that reasoning. For more on when and how to apply LâHĂ´pital (including repeated application and differentiability requirements), see the Topic 4.7 study guide (https://library.fiveable.me/ap-calculus/unit-4/using-lhopitals-rule-for-determining-limits-indeterminate-forms/study-guide/8TvE04DRvJ3Z5PG2indM). For extra practice, check the Unit 4 review (https://library.fiveable.me/ap-calculus/unit-4) and the practice bank (https://library.fiveable.me/practice/ap-calculus).