1. Standard Limits
While L'Hôpital's rule is a powerful tool, it's often faster and more efficient to use standard, pre-proven limits. Committing these to memory is crucial for competitive exams.
A. Algebraic Limits
- Polynomial and Rational Functions: If f(x) is a polynomial or rational function and 'a' is in the domain of f, then limx→af(x)=f(a).
- Power Formula:
x→alimx−axn−an=nan−1
where n is any rational number.
B. Trigonometric Limits
- x→0limxsinx=1
- x→0limxtanx=1
- x→0limcosx=1
- x→0limx21−cosx=21
- x→0limxsin−1x=1
- x→0limxtan−1x=1
(Note: For limits involving trigonometric functions, the variable x is assumed to be in radians.)
C. Exponential and Logarithmic Limits
- x→0limxex−1=1
- x→0limxax−1=lna(a>0)
- x→0limxln(1+x)=1
- x→∞lim(1+x1)x=e
- x→0lim(1+x)1/x=e
- x→∞lim(1+xa)x=ea
If a limit is of the form limx→a[f(x)]g(x) and it results in the indeterminate form 1∞ (i.e., limx→af(x)=1 and limx→ag(x)=∞), it can be evaluated using the formula:
x→alim[f(x)]g(x)=elimx→ag(x)[f(x)−1]
2. Method of Series Expansion
For complex limits, especially when x→0, expanding functions into their Maclaurin series can simplify the problem significantly by allowing us to approximate the function with a polynomial.
Key Maclaurin Series Expansions (for x near 0):
- ex=1+x+2!x2+3!x3+…
- ln(1+x)=x−2x2+3x3−…(−1<x≤1)
- sinx=x−3!x3+5!x5−…
- cosx=1−2!x2+4!x4−…
- tanx=x+3x3+152x5+…
- (1+x)n=1+nx+2!n(n−1)x2+…(∣x∣<1)
Strategy: Replace the function with its series expansion, cancel out terms, and then evaluate the limit.
Solved Examples
Example 1: Using Trigonometric Limits
Question: Evaluate limx→0tan(7x)sin(4x).
Solution:
We can rewrite the expression to use the standard limits limu→0usinu=1 and limu→0utanu=1.
x→0limtan(7x)sin(4x)=x→0lim(4xsin(4x)⋅4x)⋅(tan(7x)7x⋅7x1)
Rearranging the terms:
=x→0lim(4xsin(4x))⋅(tan(7x)7x)⋅7x4x
As x→0, 4x→0 and 7x→0. So, the limits of the first two parts are 1.
=(1)⋅(1)⋅74=74
Example 2: Using Exponential and Logarithmic Limits
Question: Evaluate limx→0ln(1+5x)e3x−1.
Solution:
This is a 00 form. We can use the standard limits limu→0ueu−1=1 and limu→0uln(1+u)=1.
Divide the numerator and denominator by x:
x→0lim(ln(1+5x))/x(e3x−1)/x=limx→0xln(1+5x)limx→0xe3x−1
To match the standard form, we adjust the constants:
=limx→05⋅5xln(1+5x)limx→03⋅3xe3x−1=5⋅(1)3⋅(1)=53
Question: Evaluate limx→∞(x+1x+6)x+4.
Solution:
This limit is of the form 1∞. We can manipulate it to fit the standard form limx→∞(1+xa)x=ea.
First, rewrite the base:
x+1x+6=x+1(x+1)+5=1+x+15
So the limit becomes:
x→∞lim(1+x+15)x+4=x→∞lim(1+x+15)x+1⋅(1+x+15)3
As x→∞, let y=x+1, so y→∞. The first part becomes limy→∞(1+y5)y=e5.
The second part becomes limx→∞(1+x+15)3=(1+0)3=1.
Therefore, the final limit is e5⋅1=e5.
Example 4: Using Series Expansion
Question: Evaluate limx→0x2sinxxcosx−sinx.
Solution:
Direct substitution gives 00. L'Hôpital's rule would be lengthy. Let's use series expansions up to x3 for the numerator and denominator.
- cosx=1−2!x2+O(x4)
- sinx=x−3!x3+O(x5)
Numerator: x(1−2x2)−(x−6x3)=x−2x3−x+6x3=−63x3−x3=−62x3=−3x3
Denominator: x2sinx≈x2(x)=x3
Now, the limit is:
x→0limx3−x3/3=−31