Master powerful techniques for evaluating limits and approximating functions: L'Hospital's rule for indeterminate forms and Taylor's theorem for polynomial approximations.
Suppose , and near . If exists (or is ), then:
The same conclusion holds when .
Evaluate .
This is form. Apply L'Hospital's rule:
Evaluate ( form).
Rewrite as ( form):
Using Cauchy's Mean Value Theorem:
For , there exists between and such that:
Since :
As , , so if exists, the limit equals .
L'Hospital's rule applies directly to:
For exponential forms , , , take logarithms first.
Problem: Evaluate .
Solution:
This is . Apply L'Hospital's three times:
Problem: Evaluate .
Solution:
Combine fractions: (now )
Problem: Evaluate .
Solution:
Let . Then .
Therefore .
Problem: Evaluate .
Solution:
Let . Then .
We showed earlier.
Therefore .
Be careful! L'Hospital's rule can fail when:
Classic Failure Example:
The correct answer is 1 (divide by ).
Problem: Evaluate .
Solution:
This is . Apply L'Hospital's:
This shows: polynomials grow faster than logarithms.
Problem: Evaluate for any .
Solution:
Apply L'Hospital's times:
This shows: exponentials grow faster than any polynomial.
Problem: Evaluate .
Solution:
Let . Then .
Therefore .
As , growth rates from slowest to fastest:
Here means .
Problem: Evaluate .
Solution:
This is form. Let .
As : . Apply L'Hospital:
Therefore .
Problem: Evaluate .
Solution:
Both numerator and denominator as .
Still . Apply again:
At : numerator . Continue or use Taylor:
Using Taylor:
And . So limit = 1.
If has derivatives at , then:
If , then for any , there exists between and :
Under the same conditions, there exists :
We prove by induction. For :
Assume true for . Define .
We need to show .
Apply L'Hospital's rule:
Since is the -th Taylor remainder of , by induction, this limit is 0.
Peano Remainder
Best for limits; local behavior only
Lagrange Remainder
Best for error bounds
Cauchy Remainder
Useful for special cases
The n-th Taylor polynomial of centered at is:
When , this is called the Maclaurin polynomial.
Problem: Find the 4th-degree Taylor polynomial of at .
Solution:
For , all derivatives equal , so for all .
Problem: Find the 5th-degree Maclaurin polynomial of .
Solution:
Derivatives at 0: , , , , ...
Taylor's theorem tells us that smooth functions can be locally approximated by polynomials.
Key insight: The polynomial matches at in:
Problem: Approximate using the 3rd-degree Taylor polynomial and bound the error.
Solution:
, so .
Lagrange remainder:
Since : .
If is any polynomial of degree such that , then .
Problem: Approximate using and bound the error.
Solution:
for .
Lagrange remainder with :
Actual:
Use Peano When:
Use Lagrange When:
Problem: Find for and estimate the error at .
Solution:
At :
Error bound using :
Actual: . True error .
Define and consider the auxiliary function:
and .
By Rolle's theorem, between and : .
Computing and evaluating at gives:
as means for some constant near .
as means .
Example: means is bounded by a constant times .
Evaluate .
Using :
Estimate with error less than .
Using where .
For : .
You can derive new Taylor expansions by:
Problem: Find the Maclaurin expansion of .
Solution:
Start with
Substitute :
Problem: Find the expansion of .
Solution:
Start with
Differentiate both sides:
Problem: Find the expansion of .
Solution:
Note that .
Expand
Integrate term by term:
Problem: Evaluate .
Solution:
Using :
Memorize these expansions:
Problem: Find the Maclaurin expansions of and .
Solution:
Using and :
Note: These are like and but without alternating signs!
Problem: Find the first few terms of the Maclaurin series for .
Solution:
Using with long division or derivatives:
The coefficients involve Bernoulli numbers. Converges for .
Infinite Radius:
Radius = 1:
Problem: Expand up to .
Solution:
Let .
Then
Even functions () have only even powers in their Maclaurin series.
Odd functions () have only odd powers.
Examples: is even; is odd.
Problem: Use Taylor expansion to approximate .
Solution:
Write .
Using with , :
Note: This converges slowly. Better to expand around using .
Problem: Find the coefficient of in the expansion of .
Solution:
Multiply the series:
Coefficient of :
For limit problems, Taylor expansion is often faster and cleaner than L'Hospital's rule:
Use Taylor when:
Use L'Hospital when:
Problem: Find the Taylor expansion of around .
Solution:
, , ,
At :
Application: For small angles, (in radians).
From Taylor:
For rad (5.7°):
This approximation is fundamental in physics for pendulums, optics, etc.
Application: Use to compute .
From the expansion :
Note: This converges very slowly! Better formulas exist (Machin's formula).
Problem: Evaluate .
Solution:
Using Taylor expansions:
Therefore:
Application: Approximate .
Using :
Actual value: . Error < 0.5%.
Problem: Find the behavior of as .
Solution:
Using :
The difference is approximately for small .
If and have Taylor expansions and , then:
Substitute the expansion of and collect terms by degree.
Insight: Taylor expansions lead to Euler's formula .
Expanding and grouping real/imaginary parts:
Problem: Estimate .
Solution:
Using :
When to use each method:
| Situation | Best Method |
|---|---|
| Simple 0/0 or ∞/∞ | L'Hospital (1-2 applications) |
| Higher-order limits | Taylor (more efficient) |
| Numerical approximation | Taylor with error bound |
| Proving inequalities | Taylor with Lagrange remainder |
Problem: Evaluate .
Solution:
Expand each term:
Numerator:
L'Hospital's Rule (1696): Named after Guillaume de l'Hôpital, though actually discovered by Johann Bernoulli.
Taylor's Theorem (1715): Brook Taylor published this result, though earlier forms were known to Gregory and Newton.
Maclaurin Series (1742): Colin Maclaurin popularized the special case of Taylor series centered at 0.
When the conditions aren't met (not 0/0 or ∞/∞), when the limit of derivatives doesn't exist, or when applying it creates a more complex form.
Peano remainder R_n = o((x-x₀)ⁿ) only describes behavior as x → x₀. Lagrange remainder gives an explicit formula with ξ, useful for error bounds.
Use the expansion centered at the point where you're evaluating (usually x₀ = 0 for Maclaurin). Keep enough terms so the remainder is negligible.
Yes! Often Taylor expansion is faster and more insightful. For limits like (sin x - x)/x³, one Taylor expansion gives the answer directly.
Keep enough terms so the highest power in the numerator matches or exceeds the power in the denominator. For limits, stop when you can determine the leading behavior.
(1+x)^α = Σ C(α,n)x^n where C(α,n) = α(α-1)...(α-n+1)/n!. This converges for |x| < 1.
Yes! The series may only converge in a limited radius. For example, ln(1+x) only converges for -1 < x ≤ 1.
Substitute u = 1/x and let u → 0. Then apply standard Maclaurin expansions.
You can always compute Taylor coefficients directly: f^(n)(x₀)/n!. Or try L'Hospital's rule as an alternative.
Because sin is an odd function: sin(-x) = -sin(x). Odd functions have only odd powers in their Taylor series centered at 0.
For 0/0 or ∞/∞ forms
First check if it's 0/0 or ∞/∞. If not, convert using algebra or logarithms. Apply the rule, but verify the new limit exists.
For complex limits, Taylor is often faster. Expand to the order of the denominator, then simplify and take the limit.
Know , , , , and by heart. Derive others from these.
Use Lagrange remainder for numerical estimates. Bound over the interval to get the maximum error.
Applying L'Hospital without checking form
Only use for 0/0 or ∞/∞. Other forms need conversion first.
Keeping too few Taylor terms
Make sure numerator order matches or exceeds denominator order.
Circular application of L'Hospital
Sometimes applying the rule leads back to the original limit.
Confusing Peano and Lagrange remainders
Use Peano for limits, Lagrange for error bounds.
In the next module, you will learn about Applications of Derivatives: using derivatives to analyze functions, find extrema, and solve optimization problems.
This module covered powerful techniques for evaluating limits and approximating functions: