Evaluation Techniques of Limits
L'Hospital's Rule
L'Hospital's Rule applies to indeterminate forms such as 00 or ∞∞. If we have:
x→alimg(x)f(x)=00orx→alimg(x)f(x)=∞∞
then we can evaluate this limit by taking the derivative of the numerator and the derivative of the denominator:
x→alimg(x)f(x)=x→alimg′(x)f′(x)
provided that the result is not another indeterminate form.
Polynomials at Infinity
To evaluate the limit at infinity of a ratio of polynomials p(x) and q(x):
- Factor the largest power of x out of q(x).
- Simplify the expression.
- Compute the limit of the simplified expression as x approaches infinity.
Example:
x→∞lim5x−2x23x2−4=x→∞limx2(x5−23−x24)=x→∞limx5−23−x24=23
Rationalize Numerator/Denominator
For limits involving square roots, rationalize either the numerator or the denominator to facilitate the limit evaluation.
Example:
x→9limx−93−x=x→9lim(x−9)(3+x)(3−x)(3+x)=x→9lim(x−9)(3+x)9−x=−1081
Piecewise Function
For piecewise functions, compute the limit from both sides if necessary.
Example:
Let
g(x)={x2+51−3xx<−2x≥−2
Compute two one-sided limits:
x→−2−limg(x)=x2+5=9
x→−2+limg(x)=1−3x=7
Combine Rational Expressions
To evaluate limits involving rational expressions where variables approach zero:
- Combine the rational expressions into a single fraction.
- Factor and simplify if possible.
- Substitute the approaching value and evaluate the limit.
Example:
h→0lim(x+h1−x1)=h→0limx(x+h)x−(x+h)=h→0limx(x+h)−h.
Simplify and evaluate the limit:
h→0limx(x+h)−1=x2−1.
These techniques streamline the evaluation process for different types of limit problems.
References