The Rule
If limx→ag(x)f(x) gives an indeterminate form 00 or ∞∞, then:
limx→ag(x)f(x)=limx→ag′(x)f′(x)
provided the limit on the right exists (or is ±∞).
Indeterminate Forms
Forms where L'Hôpital's applies directly:
- 00
- ∞∞
Other indeterminate forms (require rewriting):
- 0⋅∞ → rewrite as 1/∞0 or 1/0∞
- ∞−∞ → combine into single fraction
- 00, 1∞, ∞0 → use logarithms
Important Notes
- Only use when you have an indeterminate form
- Take derivatives of numerator and denominator separately (not quotient rule!)
- May need to apply multiple times
- Works for x→a, x→a+, x→a−, x→∞, x→−∞
Examples
Example 1: Basic 0/0
limx→0xsinx=limx→01cos(x)=1
Example 2: Basic ∞/∞
limx→∞exx2=limx→∞ex2x=limx→∞ex2=0
Example 3: Multiple applications
limx→0x21−cosx
=limx→02xsin(x)(still 00)
=limx→02cos(x)=21
Example 4: Form 0 · ∞
limx→0+x⋅ln(x)
Rewrite as:
limx→0+1/xln(x)(form ∞−∞)
=limx→0+−1/x21/x
=limx→0+(−x)=0
Example 5: Form ∞ - ∞
limx→0(sinx1−x1)
=limx→0xsinxx−sinx(form 00)
=limx→0sinx+xcosx1−cosx(still 00)
=limx→0cosx+cosx−xsinxsinx
=1+1−00=0
Example 6: Form 1^∞
limx→∞(1+x1)x
Let y=(1+x1)x, so lny=x⋅ln(1+x1)
limx→∞lny=limx→∞x⋅ln(1+x1)=limx→∞1/xln(1+x1)
(form 00)
=limx→∞−1/x21+1/x−1/x2
=limx→∞1+1/x1=1
Therefore: limx→∞y=e1=e
Example 7: Form 0^0
limx→0+xx
Let y=xx, so lny=xlnx
From Example 4: limx→0+xlnx=0
Therefore: limx→0+y=e0=1
When L'Hôpital's Fails
Don't use L'Hôpital's when:
- The limit is not indeterminate (e.g., 01=∞, not indeterminate)
- You can simplify algebraically first (often easier)
- It leads to an infinite loop