We now state some useful limit formulas and rules. These will give us a means of breaking down the limit computation of a complicated function into limits of simpler functions. Technically speaking we must prove the validity of each of these rules and formulas; however this would be a foolβs errand until we have a rigorous definition of the limit to work with! Such a definition will be provided in the near future, though even then we will not concern ourselves overly with proofs; we are more interested in learning how to make valid use of the rules.
Our first theorem gives us two simple formulas for computing the limits of particular types of functions: constant functions, and the identity function.
Theorem1.12.1.Constant and identity function formulas.
Constant function formula.
Fix a real number \(c\in \R\) and let \(h\colon \R\rightarrow \R\) be the constant function defined as \(h(x)=c\) for all \(x\in \R\text{.}\) Given any \(a\in \R\) we have
In contrast to the last theorem, our next theorem does not provide any formulas per se, but rather gives us rules governing how limits interact with various function operations like addition, multiplication, etc..
Let \(f\) and \(g\) be functions, and suppose \(\lim\limits_{x\to a}f(x)\) and \(\lim\limits_{x\to a}g(x)\) exist for the real number \(a\in \R\text{.}\)
\(\lim\limits_{x\to a}\sqrt[n]{f(x)}=\sqrt[n]{\lim\limits_{x\to a}f(x)}\) for all positive integers \(n\text{,}\) where we must assume \(\lim\limits_{x\to a}f(x)\) is positive if \(n\) is even.
If \(h\) is a function satisfying \(h(x)=f(x)\) for all \(x\ne a\) in an open interval about \(a\text{,}\) then \(\lim\limits_{x\to a}f(x)=\lim\limits_{x\to a}h(x)\text{.}\)
It is useful to think of TheoremΒ 1.12.2 as giving us a bunch of algebraic rules for computing limits of functions defined using addition, subtraction, multiplication, etc. For the most part these rules tell us that we can βbring the limit intoβ various operations: for example, the first two rules tell us that we can bring the limit into sums and differences of functions. Or better, using plain English, they tell us that the limit of a sum (of functions) is the sum of the limits, and that the limit of a difference (of functions) is the difference of the limits.
In fact most of the rules in TheoremΒ 1.12.2 can be nicely summarized in plain English (e.g., βthe limit of a product is the product of the limitsβ, βthe limit of an \(n\)-th power is the \(n\)-th power of the limitβ), and these summaries are helpful for remembering how the limit interacts with function operations.
Assume as in TheoremΒ 1.12.2 that \(\lim_{x\to a}f(x)\) and \(\lim_{x\to a}g(x)\) exist and consider the limit \(\lim_{x\to a}\frac{f(x)}{g(x)}\text{.}\) Mark well that we can only make use of the quotient rule if \(\lim_{x\to a}g(x)\ne 0\text{,}\) in which case we can conclude that the limit of the quotient is the quotient of the limits.
Note further that in the case where \(\lim_{x\to a}g(x)=0\text{,}\) we cannot automatically conclude that the limit \(\lim_{x\to a}\frac{f(x)}{g(x)}\) does not exist; it simply the case that we cannot make use of the quotient rule to evaluate this limit. When this happens, we must look to other means for investigating the limit. See ExampleΒ 1.13.1.
You may have noticed in the last example that although we had to apply several limit rules before we could compute \(\lim\limits_{x\to -2}x^3-4x+8\text{,}\) when in the end the value of that limit was simply the result of evaluating the polynomial \(p(x)=x^3-4x+8\) at \(x=-2\text{:}\) i.e., in the end we found that
Using the integer power rule, scalar multiplication rule, and sum rule in sequence, it is easy to see that the same is true for any polynomial \(p(x)=\anpoly\text{.}\) This is the fundamental idea behind the polynomial evaluation formula (1.71) in the theorem below. Throwing the quotient rule into the mix, we can immediately generalize this result to rational functions, since these are just quotients of polynomials. Indeed, give a rational function
as long as \(q(a)\ne 0\text{.}\) This shows how the rational function evaluation formula (1.72) follows from the polynomial evaluation formula (1.71). We make these two evaluation formulas official in the form of a theorem.
is a rational function, and since the denominator polynomial \(q(y)=y^2+5y+6\) satisfies \(q(2)\ne 0\text{,}\) we may apply the rational function evaluation formula:
As useful as TheoremΒ 1.12.6 is, mark well the restriction on its application: we can only use this evaluation rule (currently) on polynomials \(p(x)=\anpoly\) and rational functions
at \(x=-2\text{,}\) we currently have no evaluation rule that allows us to do so directly. We had to use limit rules to simplify the limit expression to a point where we could apply the polynomial evaluation formula.
It is useful to distinguish between limit rules and limit formulas. The various limit rules given in TheoremΒ 1.12.2 gives us a means of reducing a complicated limit computation to a sequence of simpler limit computations. At some point, however, we have to be able to compute these limits!
This is where our limit formulas come into play. Currently the polynomial and rational function evaluation formulas are our most powerful means of computing limits. Notice that these formulas subsume the formulas for constant functions and identity functions given in TheoremΒ 1.12.1, as constant functions and the identity function \(f(x)=x\) are both examples of polynomials (of degree 0 and 1, respectively).
These formulas instruct us to compute the limit \(\lim\limits_{x\to a}f(x)\) simply by computing \(f(a)\) evaluating the function \(f\) at \(a\text{:}\) that is, by evaluating the function \(f\) at the limit point \(a\text{.}\) Currently we only have evaluation formulas for polynomials and rational functions, but soon we will be able to extend this to a vastly larger class of functions: namely, to all continuous functions. Stay tuned.
We end this section with one more limit rule related to the absolute value function. The proof of this result serves as another example of using limit rules.