Compute limits using algebraic techniques.
1 Limit laws
In section 1.2, Numerical Limits, we briefly discussed “plugging in” to compute limits. The example we investigated was
The reason plugging in worked in the previous example is a direct consequence of the limit laws presented below.
In each of the following laws, all of the limits are assumed to exist.
- 1.
- The limit of a constant is the constant:
- 2.
- The next law is self-evident:
- 3.
- The limit of a multiple of a function is the multiple of the limit:
- 4.
- The limit of a sum is the sum of the limits:
- 5.
- The limit of a difference is the difference of the limits:
- 6.
- The limit of a product is the product of the limits:
- 7.
- The limit of a quotient is the quotient of the limits: provided that the limit in the denominator is not equal to zero.
- 8.
- Limits can be moved inside of radicals:
Each of the above limit laws is valid if or .
2 Factor and cancel
Plugging in the terminal value, , yields the indeterminate form . To find this limit analytically, we will factor the numerator and denominator and simplify the fraction. In the numerator we have a difference of squares, and such a form always factors in the following way: Applying this general formula to our example, we get Next, in the denominator, we can factor out a common factor of from each of the terms: With these factorizations, we can simplify the fraction and find the limit:
\begin{align*} \lim _{x \to 4} \frac{x^2 - 16}{x^2 - 4x} &= \lim _{x \to 4} \frac{(x+4)(x-4)}{x(x-4)} \enspace & \text{(factoring)} \\[.4 em] &= \lim _{x \to 4} \frac{x+4}{x} & \text{(canceling)} \\[.4 em] &= \frac 84 & \\[.4 em] &= 2. & \end{align*}
Hence, This example uses the factor and cancel method.
Plugging in the terminal value yields the indeterminate form . The numerator factors by finding two numbers which multiply to give and add to give . The two numbers are and , hence the factorization is In the denominator, we have a difference of cubes, and we use the formula: Applying this to our example gives With these factorizations, we can simplify the fraction and find the limit:
\begin{align*} \lim _{x \to 2} \frac{x^2 + 3x - 10}{x^3 - 8} &= \lim _{x \to 2}\frac{(x-2)(x+5)}{(x-2)(x^2 + 2x + 4)} \enspace & \text{(factoring)} \\[.4 em] &= \lim _{x \to 2} \frac{x+5}{x^2 + 2x + 4} & \text{(canceling)} \\[.4 em] &= \frac{2+5}{2^2 + (2\cdot 2) + 4} & \text{(plugging in)} \\[.4 em] &= \frac{7}{12}. \end{align*}
Hence,
The value of the limit is
Plugging in the terminal value yields the indeterminate form . To factor the numerator and denominator in this case, we will use the important fact that for a polynomial and a number , And once we know one factor of a polynomial, it is usually much easier to find the other. Since plugging in gave in both the numerator and the denominator, both polynomials have as a factor. In the numerator, the factorization is and in the denominator, the factorization is .
With these factorizations, we can simplify the fraction and find the limit:
\begin{align*} \lim _{x \to 4} \frac{4x^2 - 19x + 12}{6x^2 -19x -20} &= \lim _{x \to 4}\frac{(x-4)(4x-3)}{(x-4)(6x + 5)} \enspace & \text{(factoring)} \\[.4 em] &= \lim _{x \to 4} \frac{4x-3}{6x + 5} & \text{(canceling)} \\[.4 em] &= \frac{16-3}{24+5} & \text{(plugging in)}\\[.4 em] &= \frac{13}{29}. \end{align*}
Hence,
3 Conjugate radicals
The expressions are called conjugate radicals. When we multiply conjugate radicals using the difference of squares formula, , we get an expression that is free of radicals:
We will now take advantage of this to find limits.
To solve this limit problem, we will use the conjugate radical of the numerator, which is . In order to maintain the value of the expression given in the problem, we multiply by one in the form of the conjugate radical over itself:
\begin{align*} \lim _{x \to 4} \frac{\sqrt{x}- 2}{x-4} &= \lim _{x \to 4} \frac{\sqrt{x} -2}{x-4}\cdot \frac{\sqrt{x} +2}{\sqrt{x}+2} \\[.4 em] &= \lim _{x \to 4} \frac{x-4}{(x-4)(\sqrt{x}+2)} \\[.4 em] &= \lim _{x \to 4}\frac{1}{\sqrt{x}+2} \\[.4 em] &= \frac 14. \end{align*}
In the last step, we plugged in the terminal value to get the final answer .
To solve this limit problem, we will use the conjugate radical of the numerator, which is . In order to not change the value of the expression given in the problem, we multiply by one in the form of the conjugate radical divided by itself:
\begin{align*} \lim _{h \to 0} \frac{\sqrt{9+h}-3}{h} &= \lim _{h \to 0} \frac{\sqrt{9+h}-3}{h}\cdot \frac{\sqrt{9+h}+3}{\sqrt{9+h}+3} \\[.4 em] &= \lim _{h \to 0} \frac{(9+h) - 9}{h(\sqrt{9+h} + 3)} \\[.4 em] &= \lim _{h \to 0} \frac{h}{h(\sqrt{9+h} + 3)} \\[.4 em] &= \lim _{h \to 0}\frac{1}{\sqrt{9+h} + 3} \\[.4 em] &= \frac 16. \end{align*}
In the last step, we plugged in the terminal value to get the final answer .
If we plug in , the numerator and denominator are both 0. The conjugate of the radical expression in the denominator is To simplify our calculations a little bit, let’s multiply the conjugates together separately: With this in mind, we have:
\begin{align*} \lim _{x \to -3} \frac{x^2 - 9}{4 - \sqrt{13 -x}} &= \lim _{x \to -3} \left (\frac{x^2 - 9}{4 - \sqrt{13 -x}}\right ) \cdot \left (\frac{4 + \sqrt{13 -x}}{4 + \sqrt{13 -x}}\right ) \\[.4 em] &=\lim _{x \to -3} \frac{(x^2 - 9)\left (4 + \sqrt{13 -x}\right )}{x+3}\\[.4 em] &=\lim _{x \to -3} \frac{(x+3)(x-3)\left (4 + \sqrt{13 -x}\right )}{x+3} \\[.4 em] &= \lim _{x \to -3} (x-3)\left (4 + \sqrt{13 -x}\right )\\[.4 em] &= (-3-3)\left (4 + \sqrt{13- (-3)}\right ) \\[.4 em] &= (-6)(4 + 4) \\[.4 em] &= -48. \end{align*}
4 Complex fractions
We now consider examples involving fractions within fractions, called complex fractions.
Plugging in yields the familiar indeterminate form. The algebra skills necessary to transform the function in the problem to one which allows plugging in involve subtraction and division of fractions. The rules are summarized as: Applying these to our problem, we get
\begin{align*} \lim _{x \to 4} \frac{\frac{1}{x} - \frac{1}{4}}{x-4} &= \lim _{x \to 4} \frac{\frac{4-x}{4x}}{x-4}\\[.4 em] &=\lim _{x \to 4} \frac{4-x}{4x(x-4)}\\[.4 em] &= \lim _{x \to 4} -\frac{1}{4x} \\[.4 em] &= -\frac{1}{16}. \end{align*}
It is important to note that and are opposites which cancel, leaving : The ratio of opposites is .
Now back to the original problem: \begin{align*} \lim _{x \to -2} \frac{\frac{2}{x-3} + \frac{x+4}{5}}{x^2 + 5x + 6} &= \lim _{x \to -2} \frac{\frac{(x-1)(x+2)}{5(x-3)}}{(x+2)(x+3)}\\[.4 em] &= \lim _{x \to -2} \frac{(x-1)(x+2)}{5(x-3)(x+2)(x+3)} \\[.4 em] &= \lim _{x \to -2} \frac{(x-1)}{5(x-3)(x+3)}\\[.4 em] &= \frac{-3}{5(-5)(1)} = \frac{3}{25}. \end{align*}
5 Absolute values
The definition of the absolute value is:
To calculate a limit involving an absolute value, we will need to remove the absolute value bars. To do this correctly, we can see from the definition that it is necessary to know whether the quantity in the absolute value bars is positive or negative.
Plugging in gives the indeterminate form . To resolve this limit, we will do a sign analysis on the quantity in the absolute value bars, .
Since , we have and hence . Since the quantity in the absolute value bars is negative, we can compute its absolute value as follows:
Using this in the limit, we get
\begin{align*} \lim _{x \to 3^-} \frac{|x-3|}{x-3} &= \lim _{x \to 3^-} \frac{-(x-3)}{x-3} \\[.4 em] &= \lim _{x \to 3^-} (-1) \\ &= -1. \end{align*}