Skip to main content

Section 1.2 Algebraic Approach to Limits

The algebraic approach is reliable and specificially helpful if we don't have the graph. It is also more elegant than tables of values (which may be a lot of work as well as misleading).

Polynomials like \(f(x) = x^2\) are built by multiplying powers of \(x\) constants and adding other similar powers of \(x\) (ex: \(3x^2 + 5x^4\)).

Example 1.2.1.
  • \(\displaystyle\lim_{x \to 2} \dfrac{x^2+x-6}{x^2+2x-8}\)

    check: does plugging in work?

  • \(\displaystyle\lim_{x \to 2} \dfrac{4 + 2 - 6}{4 + 4 - 8}\)

    this results in something of the form \(\frac{0}{0}\)

  • we have to factor in this instance

  • \(x^2 + x - 6 = (x-2)(x+3) \)

    \(x^2 + 2x - 8 = (x-2)(x+4) \)

  • \(\displaystyle \displaystyle\lim_{x \to 2}\dfrac{x^2 + x - 6}{x^2 + 2x - 8} = \displaystyle\lim_{x \to 2} \dfrac{x + 3}{x + 5}\)
  • \(\dfrac{\displaystyle\lim_{x \to 2}(x + 3)}{\displaystyle\lim_{x \to 2}(x + 5)} = \frac{5}{6}\)

    Note 1.2.11.
    This only works after removing the common factor.

Example 1.2.2.

Let's try taking the limit of \(\displaystyle\lim_{x \to 4}\dfrac{x+3}{(x-2)(x-4)}\text{.}\) This function is of the form \(\displaystyle\lim_{x \to a}\dfrac{p(x)}{q(x)}\) where \(p(a) \neq 0\) but \(q(a) = 0\text{.}\) The earlier theorem states that the result is DNE -- can we do better? If the one-sided limits agree, we can give a "better" answer.

  • \(\displaystyle\lim_{x \to 4^{-}}\dfrac{x+3}{(x-2)(x-4)}\)

    imagine plugging in numbers a little less than 4

  • \(\displaystyle\lim_{x \to 4^{-}}\dfrac{(x+3)^{(+)}}{(x-2)^{(+)}(x-4)^{(-)}} = - \infty\)

    this is of the form \(x - 4\) factored as \(x \to 4^{-}\)(the negative is from the ratio of signs)

  • \(\displaystyle\lim_{x \to 4^{+}}\dfrac{x+3}{(x-2)(x-4)}\)

    imagine plugging in numbers a little more than 4

  • \(\displaystyle\lim_{x \to 4^{+}}\dfrac{(x+3)^{(+)}}{(x-2)^{(+)}(x-4)^{(+)}} = + \infty\)

    this time the result is positive

Since we know limits of the form \(\dfrac{\mbox{number}}{0}\) give values of \(+ \infty\text{,}\) \(- \infty\text{,}\) and DNE; we are trying to figure out \(+ \infty\) or \(- \infty\) one side at a time. Since the one-sides limits differ, \(\displaystyle\lim_{x \to 4}\dfrac{x+3}{(x-2)(x-4)} = DNE\text{.}\)

Example 1.2.3.

Let's try the limit \(\displaystyle\lim_{x \to 4}\dfrac{x - 4}{\sqrt{x} - 2}\text{.}\) This is of the form \(\frac{0}{0}\text{.}\) We can rationalize the denominator by multiplying by the conjugate.

\begin{align*} \lim_{x \to 4}\dfrac{x - 4}{\sqrt{x} - 2} \amp = \lim_{x \to 4}\dfrac{x - 4}{\sqrt{x} - 2} \cdot \dfrac{\sqrt{x} + 2}{\sqrt{x} + 2} \\ \amp = \lim_{x \to 4}\dfrac{(x - 4)(\sqrt{x} + 2)}{x - 4} \\ \amp = \lim_{x \to 4}\sqrt{x} + 2 \\ \amp = \sqrt{4} + 2 \\ \amp = 4 \end{align*}

Factoring and rationalizing are two ways to deal with limits of the form \(\frac{0}{0}\text{.}\)