The Limit Laws: Learn It 2

Evaluating Limits Cont.

More Limit Evaluation Techniques

Calculating limits is straightforward for polynomials and some rational functions using direct substitution. However, when direct substitution results in an undefined form, such as [latex]\frac{0}{0}[/latex], further techniques are needed.

Consider the function [latex]\frac{x^2-1}{x-1}[/latex].

Direct substitution for [latex]x=1[/latex] would yield the indeterminate form [latex]\frac{0}{0}[/latex].

By factoring [latex]f(x)[/latex] to its simplest form,

[latex]\begin{array}{ccc}\hfill f(x)& =\dfrac{x^2-1}{x-1}\hfill \\ & =\dfrac{(x-1)(x+1)}{x-1}\hfill \\ & = x+1\hfill \end{array}[/latex]

we see that except for [latex]x=1,[/latex] where the function is not defined, the limit as [latex]x[/latex] approaches [latex]1[/latex] is the same as the value of [latex]g(x)=x+1[/latex] at that point, which is [latex]2[/latex].

[latex]\begin{array}{cc}\hfill \underset{x\to 1}{\lim}\dfrac{x^2-1}{x-1}& =\underset{x\to 1}{\lim}\dfrac{(x-1)(x+1)}{x-1}\hfill \\ & =\underset{x\to 1}{\lim}(x+1)\hfill \\ & =2\hfill \end{array}[/latex]

The graphs of these two functions are shown in Figure 1.

Two graphs side by side. The first is a graph of g(x) = x + 1, a linear function with y intercept at (0,1) and x intercept at (-1,0). The second is a graph of f(x) = (x^2 – 1) / (x – 1). This graph is identical to the first for all x not equal to 1, as there is an open circle at (1,2) in the second graph.
Figure 1. The graphs of [latex]f(x)[/latex] and [latex]g(x)[/latex] are identical for all [latex]x\ne 1[/latex]. Their limits at 1 are equal.

This shows how simplification can reveal a continuous limit where direct substitution fails.

When the function assumes the form [latex]\frac{0}{0}[/latex] upon direct substitution, it’s an indeterminate form.

indeterminate form in limits

When direct substitution in a function yields [latex]\frac{0}{0}[/latex], it indicates an indeterminate form requiring further analysis to calculate the limit.

How To: Solve Indeterminate [latex]\frac{0}{0}[/latex] Limits

  1. Verify the function has the appropriate form and cannot be evaluated immediately using the limit laws.
  2. Find an equivalent function [latex]h(x)=f(x)/g(x)[/latex] valid for all [latex]x[/latex] near the point of interest, except at the point itself. To do this, we may need to try one or more of the following steps:
    1. Factor and simplify polynomials to cancel common terms.
    2. For square roots, use conjugates to rationalize.
    3. Simplify complex fractions.
  3. Apply the limit laws to the simplified expression to find the limit.

Evaluate a Limit by Factoring and Simplifying Polynomials

A key step in resolving indeterminate limits involves factoring and simplifying polynomials to cancel out common terms. By extracting the GCF, applying special product formulas for polynomials, and using grouping techniques for trinomials, we can often simplify the expressions and resolve the indeterminate forms.

How To: Evaluate a Limit by Factoring and Simplifying Polynomials

  1. Factor the GCF out from the polynomial terms to reduce complexity.
  2. Apply factoring rules for difference of squares, perfect square trinomials, and sum/difference of cubes to break down terms further.
  3. For trinomials, utilize grouping for efficient factorization.
  4. After simplification, re-evaluate the limit with the new, simplified expression.

[latex]\begin{array}{ll} \text{difference of squares} & a^2 - b^2 = (a+b)(a-b) \\ \text{perfect square trinomial} & a^2 + 2ab + b^2 = (a+b)^2 \\ \text{sum of cubes} & a^3 + b^3 = (a+b)(a^2 - ab + b^2) \\ \text{difference of cubes} & a^3 - b^3 = (a-b)(a^2 + ab + b^2) \end{array}[/latex]

Evaluate [latex]\underset{x\to 3}{\lim}\dfrac{x^2-3x}{2x^2-5x-3}[/latex]


Evaluating a Limit by Multiplying by a Conjugate

To tackle the limit involving a square root, we’ll utilize the method of multiplying by a conjugate. This means if we have a term like [latex]\sqrt{x}+a[/latex], we multiply by [latex]\sqrt{x}+-[/latex] to rationalize and simplify the expression. This technique often resolves indeterminate forms by eliminating the radical in the denominator, allowing us to find the limit using algebraic simplification.

How To: Rationalize a Limit Involving Square Roots

  1. Identify the term with the square root in the limit expression.
  2. Multiply the expression by the conjugate of the term with the square root, both in the numerator and denominator.
  3. Expand the product to eliminate the square root.
  4. Simplify the resulting expression by combining like terms and canceling where possible.
  5. Apply limit laws to the simplified expression to evaluate the limit.

Evaluate [latex]\underset{x\to -1}{\lim}\dfrac{\sqrt{x+2}-1}{x+1}[/latex]

Evaluating a Limit by Simplifying Complex Fractions

When tasked with solving the limit of a function involving a complex fraction, mastering simplification techniques becomes crucial. This process entails combining and reducing fractions within the limit expression, which often leads to a form where the limit laws can be applied.

How To: Simplify Complex Fractions in Limits

  1. Locate the LCD (Least Common Denominator) to combine rational expressions.
  2. Factor numerators and denominators as needed.
  3. Reduce the fraction to its simplest form.
  4. With the simplified expression, apply limit laws to find the limit.

Evaluate [latex]\underset{x\to 1}{\lim}\dfrac{\frac{1}{x+1}-\frac{1}{2}}{x-1}[/latex]

The example below does not fall neatly into any of the patterns established in the previous examples. However, with a little creativity, we can still use these same techniques.

Evaluate [latex]\underset{x\to 0}{\lim}\left(\dfrac{1}{x}+\dfrac{5}{x(x-5)}\right)[/latex]