Skip to main content

Section 4.6 Calculating Sequence Limits

Subsection 4.6.1 Overview

In the previous section, we learned about limits of sequences. Unfortunately, using a table of values to find a limit only allows us to estimate its value. A finite table alone can never clearly show whether a perceived pattern will continue or change after the values shown. It would be helpful to have some rules for finding limits based on the formula rather than numerical patterns.

This section establishes the rules of limits of sequences. Many limits can be calculated by identifying terms that are unbounded in the limit. We learn about how infinity behaves in the context of limit arithmetic. We also learn about indeterminate limit forms.

Subsection 4.6.2 Infinite Limits

In order to compute limits of sequences, we begin with sequences that grow without bound, which is written \(x_n \to \infty\) when the sequence grows in a positive direction or \(x_n \to -\infty\) when the sequence grows in a negative direction. Arithmetic sequences with increments \(\beta \ne 0\) (recall Theorem 13.2.8) must either steadily increase (positive increments \(\beta \gt 0\)) or steadily decrease (negative increments \(\beta \lt 0\)). The special case that \(\beta=0\) is somewhat boring, as this corresponds to a constant sequence so that the limit is just the constant value.

Geometric sequences are a little more complicated, depending on the ratio \(\rho\) (recall Theorem 13.2.10) and the initial value. Repeated multiplication by a number whose magnitude is larger than 1 makes the resulting magnitude increase without bound. Repeated multiplication by a number whose magnitude is smaller than 1 makes the resulting magnitude converge to 0. If the ratio \(\rho\) is negative, then the sign of the sequence values will alternate between positive and negative. This is summarized by another theorem.

Example 4.6.3.

Find the appropriate limits of the following sequences.

  1. \(\displaystyle \lim_{n \to \infty} 3-4n\)
  2. \(\displaystyle \lim_{n \to \infty} 100+0.02n\)
  3. \(\displaystyle \lim_{n \to \infty} -3 \cdot 1.05^n\)
  4. \(\displaystyle \lim_{n \to \infty} 100 \cdot (-0.75)^n\)
  5. \(\displaystyle \lim_{n \to \infty} 5 \cdot (-1.5)^n\)
Solution
  1. The sequence \(x_n = 3-4n\) is recognized as the explicit formula of an arithmetic sequence with increment \(c=-4\text{.}\) Since this is a negative increment, the sequence decreases without bound. So we write

    \begin{equation*} \lim_{n \to \infty} 3-4n = -\infty. \end{equation*}
  2. The sequence \(x_n = 100+0.02n\) is arithmetic with increment \(c=0.02\text{.}\) Since the increment is positive, the sequence increases without bound and we write

    \begin{equation*} \lim_{n \to \infty} 100+0.02n = +\infty. \end{equation*}
  3. The sequence \(x_n=-3 \cdot 1.05^n\) is a geometric sequence with ratio \(\rho=1.05\text{.}\) Because \(\rho \gt 1\text{,}\) the sequence grows without bound. Furthermore, because the terms are all negative, we have a limit

    \begin{equation*} \lim_{n \to \infty} -3 \cdot 1.05^n = -\infty. \end{equation*}
  4. The sequence \(x_n = 100 \cdot (-0.75)^n\) is a geometric sequence with ratio \(\rho=-0.75\text{.}\) Because the ratio is negative, the signs of the terms alternate between positive and negative. However, since \(|\rho|= 0.75 \lt 1\text{,}\) the magnitude of the terms converges to zero so that

    \begin{equation*} \lim_{n \to \infty} 100 \cdot (-0.75)^n = 0. \end{equation*}
  5. The sequence \(x_n = 5 \cdot (-1.5)^n\) has a negative ratio \(\rho=-1.5\text{.}\) Since \(|\rho| \gt 1\text{,}\) the terms have alternating signs but grow in magnitude. Consequently, \(\displaystyle \lim_{n \to \infty} 5 \cdot (-1.5)^n\) does not exist.

Subsection 4.6.3 Arithmetic of Infinity

Once we know how to identify when sequences have unbounded terms, we can use that information to find limits of related sequences. We can think of this as the arithmetic of infinity. Infinities can add and multiply but should never be subtracted or divided from one another. The signs of arithmetic involving infinity behave like for numbers, such as having a negative times a positive be negative.

The most important principle to remember is that infinities should never cancel one another. Cases where the formula looks like infinities might cancel are called indeterminate. This includes trying to cancel infinity by multiplying by zero. An indeterminate limit form means that the value of the limit can not be determined without further analysis that resolves the apparent cancellation.

The previous theorem was stated somewhat imprecisely in order to convey the idea of arithmetic of infinities without being bogged down by formal notation relating to limits. Each statement really is about a limit.

As an example, the arithmetic on infinity \(+\infty + +\infty = +\infty\) would more carefully be stated as follows. Suppose that there are two sequences \(x_n\) and \(y_n\) such that \(x_n \to +\infty\) and \(y_n \to +\infty\text{.}\) The sequence defined by \(u_n = x_n + y_n\) has limit

\begin{equation*} \lim_{n \to \infty} x_n + y_n = +\infty. \end{equation*}

The shorthand notation of performing arithmetic with infinity allows this to be simplified as writing

\begin{equation*} \lim_{n \to \infty} x_n + y_n = +\infty + +\infty = +\infty. \end{equation*}

The intermediate step \(+\infty + +\infty\) is not truly arithmetic, but points out that \(x_n \to +\infty\) and \(y_n \to +\infty\text{,}\) and since those sequences were added, the final limit is also \(+\infty\text{.}\) We are substituting limits of individual terms into the formula defining the expression. As long as the arithmetic involves no cancellation of infinities, it will result in a correct statement.

To deal with indeterminate forms, we usually need to try to rewrite the formula in a new way so that the cancellation is avoided. The most common approach for rewriting is to factor out a dominant term. When there are infinities trying to cancel, we identify which of the terms should dominate and we factor that expression from both terms and simplify.

Example 4.6.5.

Determine the following limits, if possible.

  1. \(\displaystyle \lim_{n \to \infty} 3+\frac{5}{2^n}\)
  2. \(\displaystyle \lim_{n \to \infty} \frac{n^2-3n}{5n-1}\)
  3. \(\displaystyle \lim_{n \to \infty} \frac{1+2^n}{3+5^n}\)
Solution
  1. The sequence \(x_n = 3 + \frac{5}{2^n}\) is the sum of terms \(3\) and \(\frac{5}{2^n}\text{.}\) The constant sequence has a limit \(3 \to 3\) (since it never changes). The geometric sequence \(\frac{5}{2^n} = 5 \cdot (\frac{1}{2})^n\) has a ratio \(|\rho| \lt 1\) so that \(\frac{5}{2^n} \to 0\text{.}\) The form of the limit (using the terms) is

    \begin{equation*} \lim_{n \to \infty} 3 + \frac{5}{2^n} = 3 + 0, \end{equation*}

    and since this does not involve any cancelation of infinities, will give the correct limit,

    \begin{equation*} \lim_{n \to \infty} 3+\frac{5}{2^n} = 3+0 = 3. \end{equation*}
  2. The sequence \(\displaystyle u_n = \frac{n^2-3n}{5n-1}\) is a quotient of terms \(n^2-3n\) and \(5n-1\text{.}\) To find the limit, we explore the terms individually first.

    Because \(n^2 = n \cdot n\text{,}\) we know \(n^2 \to +\infty \cdot +\infty = +\infty\text{.}\) Similarly, the arithmetic sequence \(3n \to +\infty\text{.}\) However, the difference \(n^2 - 3n\) would have a limit of the form \(+\infty - \infty\text{,}\) which is a cancellation of infinities. As written, \(n^2-3n\) is an indeterminate form.

    Our strategy will be to rewrite this as a product, and the best practice is to factor out (divide out) the greatest power of \(n\) (dominant term),

    \begin{equation*} n^2-3n = n^2(\frac{n^2}{n^2} - \frac{3n}{n^2}) = n^2 (1 - \frac{3}{n}). \end{equation*}

    From this, we find

    \begin{equation*} \frac{3}{n} \to \frac{3}{+\infty} = 0 \quad \Rightarrow \quad 1-\frac{3}{n} \to 1-0 = 1. \end{equation*}

    Since we already know \(n^2 \to +\infty\text{,}\) we have the limit of the numerator

    \begin{equation*} \lim_{n \to \infty} n^2-3n = \lim_{n \to \infty} n^2(1-\frac{3}{n}) = +\infty \cdot 1 = +\infty. \end{equation*}

    The term in the denominator \(5n-1\) is an arithmetic sequence (linear function) with increment (slope) \(c=5\text{.}\) We know

    \begin{equation*} \lim_{n \to \infty} 5n-1 = +\infty. \end{equation*}

    Unfortunately, that means our limit form as a quotient is itself an indeterminate form,

    \begin{equation*} \lim_{n \to \infty} \frac{n^2-3n}{5n-1} = \frac{+\infty}{+\infty}. \end{equation*}

    We can not cancel infinities, so we must rewrite our formula.

    For this example, I worked out the numerator separately to make a point about that term itself being an indeterminate form. In practice, our strategy will be to apply that factoring principle to the entire formula at one step. This is illustrated below.

    The problem can be solved up if we just factor out from the numerator and denominator the dominant term (greatest power) and simplify as needed.

    \begin{align*} \lim_{n \to \infty} \frac{n^2-3n}{5n-1} & = \lim_{n \to \infty} \frac{n^2(1-\frac{3}{n})}{n(5-\frac{1}{n})} \\ & = \lim_{n \to \infty} \frac{n(1-\frac{3}{n})}{5-\frac{1}{n}} \\ & = \frac{+\infty \cdot(1-\frac{3}{\infty})}{5-\frac{1}{\infty}}\\ & = \frac{+\infty\cdot 1}{5} = +\infty. \end{align*}
  3. The sequence \(\displaystyle w_n = \frac{1+2^n}{3+5^n}\text{,}\) by quick inspection, involves the geometric sequences \(2^n\) and \(5^n\text{,}\) both of which grow exponentially so that \(w_n \to \frac{+\infty}{+\infty}\text{.}\) This indeterminate form involves canceling infinities, so we must rewrite the formula. Following the method of the previous example, we factor out the dominant term, in this case the geometrically growing powers.

    \begin{align*} \lim_{n \to \infty} \frac{1+2^n}{3+5^n} & = \lim_{n \to \infty} \frac{2^n(\frac{1}{2^n} + \frac{2^n}{2^n})}{5^n(\frac{3}{5^n}+\frac{5^n}{5^n})} \\ & = \lim_{n \to \infty} \frac{2^n(\frac{1}{2^n}+1)}{5^n(\frac{3}{5^n}+1)} \end{align*}

    This is still indeterminate form \(\frac{+\infty}{+\infty}\text{,}\) so we rewrite \(\displaystyle \frac{2^n}{5^n} = ({\textstyle \frac{2}{5}})^n\text{,}\) which is a geometric sequence with ratio \(\rho=\frac{2}{5}\) satisfying \(|\rho| \lt 1\text{.}\)

    \begin{align*} \lim_{n \to \infty} \frac{1+2^n}{3+5^n} & = \lim_{n \to \infty} \frac{2^n(\frac{1}{2^n}+1)}{5^n(\frac{3}{5^n}+1)}\\ & = \lim_{n \to \infty} \frac{(\frac{2}{5})^n(\frac{1}{2^n}+1)}{\frac{3}{5^n}+1}\\ & = \frac{0 \cdot (0+1)}{0+1} = \frac{0}{1} = 0 \end{align*}

Knowing how to find limits of sequences with explicit formulas, we can also find limits for recursive sequences whose explicit formulas are known.

Example 4.6.6.

Find the limit of a recursive sequence \(u\) defined by

\begin{equation*} u_{n} = 0.8 u_{n-1} + 20 \end{equation*}

and initial value \(u_0 = 50\text{.}\)

Solution

A sequence that has a linear projection function, involving both multiplication by a ratio and the addition of an increment, has a shifted geometric sequence as its explicit formula. The equilibrium value is found by solving the fixed point equation.

\begin{gather*} 0.8x + 20 = x\\ 20 = 0.2x\\ 100 = x \end{gather*}

Thus, the equilibrium value is \(u^* = 100\text{.}\)

The explicit formula is a geometric sequence with ratio \(\alpha=0.8\) shifted by the equilibrium,

\begin{align*} u_n &= u^* + (u_0-u^*) (0.8)^n\\ &= 100 + (50-100) (0.8)^n\\ &= 100 + -50 (0.8)^n \end{align*}

Be careful not to violate the order of operations by adding the \(100\) and \(-50\) or multiplying the \(-50\) and \(0.8\text{,}\)

Using this explicit formula, we can find the limit of the sequence. The geometric sequence has a limit 0 because the ratio has magnitude smaller than 1.

\begin{equation*} \lim_{n \to \infty} u_n = 100 + (-50)(0) = 100 \end{equation*}

That is, the sequence converges to the equilibrium value.

Example 4.6.7.

Find the limit of the sequence defined by the recursive equation

\begin{equation*} x_{n+1} = 1.05 x_n - 20 \end{equation*}

and initial value \(x_0=300\text{.}\)

Solution

Find the fixed point by solving the equation \(x=1.05x - 20\text{.}\)

\begin{gather*} x=1.05x-20\\ -0.05x = -20\\ x=400 \end{gather*}

Using the fixed point \(x^*=400\) and the growth factor \(\alpha=1.05\text{,}\) we can write down the explicit formula,

\begin{align*} x_n &= x^* + (x_0-x^*)\alpha^n \\ &= 400+(300-400)1.05^n \\ &= 400-100 \cdot 1.05^n \end{align*}

The geometric term with ratio \(\alpha=1.05\) grows without bound. The limit of the sequence can be found:

\begin{align*} \lim_{n \to \infty} x_n &= \lim_{n \to \infty} 400-100 \cdot 1.05^n\\ & = 400 - 100 \cdot +\infty\\ & = 400 - \infty\\ &= - \infty. \end{align*}

The sequence will decrease without bound.

Subsection 4.6.4 Limit Applications to Modeling

With these tools, we can analyze sequences associated with physically meaningful models. Limits tell us about the long-term behavior. As time progresses, the sequence will progressively get closer and closer to the limit.

For example, the concentration of a drug in a patient taking repeated doses can be modeled by a sequence. A limit of this sequence can tell us something about what will happen to that concentration if the dosing continues for an extended amount of time.

Example 4.6.8.

Suppose a patient begins taking 500 mg of a drug every four hours. However, the body metabolizes 60% of the drug in the body every four hours. Find a formula for the amount of drug in the body immediately after each dose and then determine the limiting value.

Solution

The patient's body starts with no drug. Immediately after the first dose, there are 500 mg. Four hours later, 60% has been removed and then another dose is added in. If we let \(D_n\) be the sequence of drug mass in the body as a function of the number of doses \(n\text{,}\) then this is modeled recursively by the equation

\begin{equation*} D_{n+1} = D_n - 0.6 D_n + 500, \end{equation*}

with initial value \(D_1 = 500\text{.}\)

This model has a linear projection function \(f(x) = 0.4x+500\) and corresponding fixed point

\begin{equation*} 0.4x+500=x \quad \Leftrightarrow \quad x=\frac{500}{0.6} = \frac{2500}{3}. \end{equation*}

The explicit formula, using Theorem 4.3.7, is given by

\begin{equation*} D_n = \frac{2500}{3} + (500 - \frac{2500}{3}) \cdot 0.4^{n-1} = \frac{2500}{3} - \frac{1000}{3} \cdot 0.4^{n-1}. \end{equation*}

Because the slope of the projection function \(\alpha = 0.4\) has magnitude less than 1, the limiting value is the fixed point \(x^* = \frac{2500}{3} \approx 833.33\text{.}\) Thus, if the patient continues to take the drug, the amount in the body immediately after each dose will be approximately 833.33 mg. (Immediately before the dose, it must have been approximately 333.33 mg.)

In the coming chapters, we will learn about the definite integral. The calculation of an integral is as a limit of a summation. The following example illustrates how such calculations are performed.

Example 4.6.9.

Find \(\displaystyle \lim_{n \to \infty} \sum_{k=1}^{n} \Big(1+\frac{3k}{n}\Big) \cdot \frac{3}{n}\text{.}\)

Solution

There are two major steps needed for this problem: (i) find an explicit formula for the summation that depends only on \(n\) and (ii) compute the limit of that explicit formula.

To compute the explicit formula for the summation, we need to remember that the variable \(n\) is a constant with respect to the summation index \(k\text{.}\) We will rewrite the formula of the sequence in summation to be a sum so that we can use the linearity property.

\begin{align*} \sum_{k=1}^{n} \Big(1+\frac{3k}{n}\Big) \cdot \frac{3}{n} &= \sum_{k=1}^{n} \frac{3}{n} + \frac{9k}{n^2}\\ &= \frac{3}{n} \cdot \sum_{k=1}^{n} 1 + \frac{9}{n^2} \cdot \sum_{k=1}^{n} k\\ &= \frac{3}{n} \cdot n + \frac{9}{n^2} \cdot \frac{n(n+1)}{2}\\ &= 3 + \frac{9(n+1)}{2n}\\ &= 3 + \frac{9n+9}{2n} \end{align*}

We see that the summation is itself a sequence involving an index \(n\text{.}\) We find the limit of that sequence. The fraction \(\displaystyle \frac{9n+9}{2n}\) will be indeterminate form \(\frac{\infty}{\infty}\text{,}\) so we will factor out the dominant term of \(n\) from top and bottom.

\begin{align*} \lim_{n \to \infty} \sum_{k=1}^{n} \Big(1+\frac{3k}{n}\Big) \cdot \frac{3}{n} &= \lim_{n \to \infty} 3 + \frac{9n+9}{2n}\\ &= \lim_{n \to \infty} 3 + \frac{n(9+\frac{9}{n})}{2n}\\ &= \lim_{n \to \infty} 3 + \frac{9}{2}+\frac{9}{2n}\\ &= 3 + \frac{9}{2}+\frac{9}{\infty}\\ &= 3 + \frac{9}{2}+0 \\ &= \frac{15}{2} = 7 \frac{1}{2} \end{align*}

Subsection 4.6.5 Summary

  • Arithmetic sequences with non-zero increments are unbounded. Geometric sequences are unbounded when the ratio has magnitude greater than 1 and converge to zero when the ratio has magnitude less than 1.

  • Sequence limits obey the standard rules of arithmetic, including for infinite limits, with the exception that any formula that would cancel infinity are indeterminate. (See Theorem 4.6.4) Indeterminate means the limit can not be determined from simple arithmetic but requires rewriting in another form.

    • \(\infty-\infty\text{:}\) rewrite by factoring out dominant term
    • \(\displaystyle \frac{\infty}{\infty}\text{:}\) factor out dominant term in numerator and denominator, look to simplify
    • \(\displaystyle \frac{0}{0}\text{:}\) try to factor and simplify
    • \(\displaystyle 0 \cdot \infty\text{:}\) use negative powers to rewrite as fraction, then treat as \(\frac{0}{0}\) or \(\frac{\infty}{\infty}\)

    Look for terms in the limit that vanish: \(\displaystyle \frac{1}{\infty}=0\text{.}\)

Exercises 4.6.6 Exercises

Use limit arithmetic to find the exact value for each limit. If the limit does not exist, explain why.

1.

\(\displaystyle \lim_{n \to \infty} 3-4n \)

2.

\(\displaystyle \lim_{n \to \infty} -5+\frac{n}{200} \)

3.

\(\displaystyle \lim_{n \to \infty} 3 \cdot ({\textstyle \frac{2}{5}})^n \)

4.

\(\displaystyle \lim_{n \to \infty} -3 \cdot (-0.8)^n \)

5.

\(\displaystyle \lim_{n \to \infty} 4 - 5 \cdot (1.05)^n \)

6.

\(\displaystyle \lim_{n \to \infty} 5 - (-1.5)^n \)

7.

\(\displaystyle \lim_{n \to \infty} \frac{5+3n}{5-n^2} \)

8.

\(\displaystyle \lim_{n \to \infty} \frac{5+3n^2}{5-n^2} \)

9.

\(\displaystyle \lim_{n \to \infty} \frac{5+3n^3}{5-n^2} \)

10.

\(\displaystyle \lim_{n \to \infty} \frac{2^n-3^n}{7+2 \cdot 3^n} \)

11.

\(\displaystyle \lim_{n \to \infty} \frac{3 \cdot 2^n- 5 \cdot 3^n}{1+2 \cdot 5^n} \)

Find an explicit formula for each sequence. Then determine the limit of the sequence.

12.

\(x_{t} = 1.05 x_{t-1} - 10\) with \(x_0 = 500\text{.}\)

13.

\(x_{k+1} = 0.8 x_k + 12\) with \(x_1 = 5\text{.}\)

14.

\(y_{n} = -1.5 y_{n-1} + 5\) with \(y_0 = 2\text{.}\)

Use the properties and elementary formulas for summation to find a formula for the summation in order to compute the limit.

15.

\(\displaystyle \lim_{n \to \infty} \sum_{k=1}^{n} \frac{5k}{n^2}\)

16.

\(\displaystyle \lim_{n \to \infty} \sum_{k=1}^{n} \frac{k^2}{n^3}\)

17.

\(\displaystyle \lim_{n \to \infty} \sum_{k=1}^{n} \left(2+\frac{3k}{n}\right) \cdot \frac{3}{n}\)

18.

\(\displaystyle \lim_{n \to \infty} \sum_{k=1}^{n} \left(1+\frac{2k}{n}\right)^2 \cdot \frac{2}{n}\)

Applications of sequences.

19.

When a patient starts taking a drug, there is no drug in the blood. The prescription is to take 250 mg every six hours. Then, during the six hours between doses, the body metabolizes 20% of whatever drug is in the body.

Find a recursive formula using a linear projection function for the sequence of drug levels with an index counting the total number of doses. Clearly state the initial value. Find an explicit formula for the sequence and determine the limit. Is there a steady state amount of drug in the body?

20.

A pond has been polluted by a stream. The pond holds 12,000 gallons of water and the stream replaces 900 gallons per day. The stream has been carrying the chemical pollutant at a concentration of 0.4 ggal and now the pond has that same pollution level. With stream cleanup, the chemical pollutant in the stream has just been reduced to a concentration of 0.1 ggal.

Find a recursive formula using a linear projection function for the sequence of pollutant levels (total mass) in the pond with an index counting the number of days since the cleanup occurred. Clearly state the initial value. Find an explicit formula for the sequence and determine the limit. On what day will the total amount of pollutant in the pond be reduced to half of the pollution level prior to cleanup? Is there a steady state amount of pollutant in the pond?