Skip to main content

Evaluation Techniques of Limits

L'Hospital's Rule

L'Hospital's Rule applies to indeterminate forms such as 00\frac{0}{0} or \frac{\infty}{\infty}. If we have:

limxaf(x)g(x)=00orlimxaf(x)g(x)=\lim_{{x \to a}} \frac{f(x)}{g(x)} = \frac{0}{0} \quad \text{or} \quad \lim_{{x \to a}} \frac{f(x)}{g(x)} = \frac{\infty}{\infty}

then we can evaluate this limit by taking the derivative of the numerator and the derivative of the denominator:

limxaf(x)g(x)=limxaf(x)g(x)\lim_{{x \to a}} \frac{f(x)}{g(x)} = \lim_{{x \to a}} \frac{f'(x)}{g'(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)p(x) and q(x)q(x):

  1. Factor the largest power of xx out of q(x)q(x).
  2. Simplify the expression.
  3. Compute the limit of the simplified expression as xx approaches infinity.

Example:

limx3x245x2x2=limxx2(34x25x2)=limx34x25x2=32\lim_{{x \to \infty}} \frac{3x^2 - 4}{5x - 2x^2} = \lim_{{x \to \infty}} x^2 \left( \frac{3 - \frac{4}{x^2}}{\frac{5}{x} - 2} \right) = \lim_{{x \to \infty}} \frac{3 - \frac{4}{x^2}}{\frac{5}{x} - 2} = \frac{3}{2}

Rationalize Numerator/Denominator

For limits involving square roots, rationalize either the numerator or the denominator to facilitate the limit evaluation.

Example:

limx93xx9=limx9(3x)(3+x)(x9)(3+x)=limx99x(x9)(3+x)=1108\lim_{{x \to 9}} \frac{3 - \sqrt{x}}{x - 9} = \lim_{{x \to 9}} \frac{(3 - \sqrt{x})(3 + \sqrt{x})}{(x - 9)(3 + \sqrt{x})} = \lim_{{x \to 9}} \frac{9 - x}{(x - 9)(3 + \sqrt{x})} = -\frac{1}{108}

Piecewise Function

For piecewise functions, compute the limit from both sides if necessary.

Example:

Let

g(x)={x2+5x<213xx2g(x) = \left\{ \begin{array}{ll} x^2 + 5 & \quad x < -2 \\ 1 - 3x & \quad x \geq -2 \end{array} \right.

Compute two one-sided limits:

limx2g(x)=x2+5=9\lim_{{x \to -2^-}} g(x) = x^2 + 5 = 9 limx2+g(x)=13x=7\lim_{{x \to -2^+}} g(x) = 1 - 3x = 7

Combine Rational Expressions

To evaluate limits involving rational expressions where variables approach zero:

  1. Combine the rational expressions into a single fraction.
  2. Factor and simplify if possible.
  3. Substitute the approaching value and evaluate the limit.

Example:

limh0(1x+h1x)=limh0x(x+h)x(x+h)=limh0hx(x+h).\lim_{{h \to 0}} \left( \frac{1}{x + h} - \frac{1}{x} \right) = \lim_{{h \to 0}} \frac{x - (x + h)}{x(x + h)} = \lim_{{h \to 0}} \frac{-h}{x(x + h)}.

Simplify and evaluate the limit:

limh01x(x+h)=1x2.\lim_{{h \to 0}} \frac{-1}{x(x + h)} = \frac{-1}{x^2}.

These techniques streamline the evaluation process for different types of limit problems.

References