Skip to main content
\(\newcommand{\dollar}{\$} \DeclareMathOperator{\erf}{erf} \DeclareMathOperator{\arctanh}{arctanh} \newcommand{\lt}{<} \newcommand{\gt}{>} \newcommand{\amp}{&} \)

Section7.2Geometric Series

Motivating Questions
  • What is a geometric series?

  • What is a partial sum of a geometric series? What is a simplified form of the \(n\)th partial sum of a geometric series?

  • Under what conditions does a geometric series converge? What is the sum of a convergent geometric series?

Many important sequences are generated by addition. In Example7.12, we see an example of a sequence that is connected to a sum.

Example7.12

Warfarin is an anticoagulant that prevents blood clotting; often it is prescribed to stroke victims in order to help ensure blood flow. The level of warfarin has to reach a certain concentration in the blood in order to be effective.

Suppose warfarin is taken by a particular patient in a 5 mg dose each day. The drug is absorbed by the body and some is excreted from the system between doses. Assume that at the end of a 24 hour period, 8% of the drug remains in the body. Let \(Q(n)\) be the amount (in mg) of warfarin in the body before the \((n+1)\)st dose of the drug is administered.

  1. Explain why \(Q(1) = 5 \times 0.08\) mg.

  2. Explain why \(Q(2) = (5+Q(1)) \times 0.08\) mg. Then show that

    \begin{equation*} Q(2) = (5 \times 0.08)\left(1+0.08\right) \text{mg}\text{.} \end{equation*}
  3. Explain why \(Q(3) = (5+Q(2)) \times 0.08\) mg. Then show that

    \begin{equation*} Q(3) = (5 \times 0.08)\left(1+0.08+0.08^2\right) \text{mg}\text{.} \end{equation*}
  4. Explain why \(Q(4) = (5+Q(3)) \times 0.08\) mg. Then show that

    \begin{equation*} Q(4) = (5 \times 0.08)\left(1+0.08+0.08^2+0.08^3\right) \text{mg}\text{.} \end{equation*}
  5. There is a pattern that you should see emerging. Use this pattern to find a formula for \(Q(n)\text{,}\) where \(n\) is an arbitrary positive integer.

  6. Complete Table7.13 with values of \(Q(n)\) for the provided \(n\)-values (reporting \(Q(n)\) to 10 decimal places). What appears to be happening to the sequence \(Q(n)\) as \(n\) increases?

    \(n\) \(1\) \(2\) \(3\) \(4\) \(5\) \(6\) \(7\) \(8\) \(9\) \(10\)
    \(Q(n)\) \(0.40\)
    Table7.13Values of \(Q(n)\) for selected values of \(n\)
Solution
  1. After the first dose and just before the second dose, \(8\%\) of the first 5 mg dose remains. Thus, \(Q(1)=5 \rtimes 0.08 \) mg.

  2. When the second dose is adminstered, the amount of drug in the body is the new 5 mg in addition to the residual amount remaining from the first dose, or \(5 + Q(1)\) mg. After 24 hours, the remaining amount is \(8\%\) of this total amount. So

    \begin{equation*} Q(2)=(5+Q(1))(0.08) \end{equation*}

    Now plugging in \(Q(1)\) from part a., we have

    \begin{align*} Q(2) \amp =(5+Q(1))(0.08) \\ \amp = (5+5(0.08))(0.08) \\ \amp = 5(0.08)+5(0.08)^2 \\ \amp = 5(0.08)(1+0.08) \end{align*}

    where in the last line, we factor out 5(0.08) from each term.

  3. Similarly, just before the third dose, the amount in the body is \(8/%\) of the total from the previous day, which is \(Q(2)+5\text{.}\) We can use similar algebra to the previous part:

    \begin{align*} Q(3)\amp=(5+Q(2))(0.08) \\ \amp=(5+5(0.08)(1+0.08))(0.08)\\ \amp=5(0.08) + 5(0.08)(0.08+0.08^2)\\ \amp=5(0.08)(1+0.08+0.08^2) \end{align*}
  4. Use a similar process again to the previous part.

  5. Using the pattern, we can see that in general,

    \begin{equation*} Q(n)=5(0.08)(1+0.08+0.08^2+0.08^3+\cdots+0.08^{n-1}) \end{equation*}
  6. \(n\) \(Q(n)\)
    \(1\) \(0.40\)
    \(2\) \(0.432\)
    \(3\) \(0.43456\)
    \(4\) \(0.4347648\)
    \(5\) \(0.434781184\)
    \(6\) \(0.4347824947\)
    \(7\) \(0.4347825996\)
    \(8\) \(0.4347826080\)
    \(9\) \(0.4347826086\)
    \(10\) \(0.4347826087\)
    Table7.14Values of \(Q(n)\) for selected values of \(n\)

    It appears that the sequence \(Q(n)\) is getting closer and closer to a specific number.

SubsectionGeometric Series

In Example7.12 we encountered the sum

\begin{equation*} (5 \times 0.08)\left(1+0.08+0.08^2+0.08^3+ \cdots + 0.08^{n-1}\right) \end{equation*}

for the long-term level of Warfarin in the patient's system. This sum has the form

\begin{equation} a+ar+ar^2+ \cdots + ar^{n-1}\label{eq-8-2-part-sum-geometric-1}\tag{7.1} \end{equation}

where \(a=5 \times 0.08\) and \(r=0.08\text{.}\) Such a sum is called a finite geometric series with ratio \(r\text{.}\)

Example7.15

Let \(a\) and \(r\) be real numbers (with \(r \ne 1\)) and let

\begin{equation*} S_n = a+ar+ar^2 + \cdots + ar^{n-1}\text{.} \end{equation*}

In this example we will find a shortcut formula for \(S_n\) that does not involve a sum of \(n\) terms.

  1. Multiply \(S_n\) by \(r\text{.}\) What does the resulting sum look like?

  2. Subtract \(rS_n\) from \(S_n\) and explain why

    \begin{equation} S_n - rS_n = a - ar^n\text{.}\label{eq-8-2-1-partial-geometric-sum}\tag{7.2} \end{equation}
  3. Solve equation (7.2) for \(S_n\) to find a simple formula for \(S_n\) that does not involve adding \(n\) terms.

Hint
  1. Distribute the factor of \(r\text{.}\)

  2. Look for common terms in the two expressions being subtracted.

  3. Observe that you can remove a factor of \(S_n\) from \(S_n - rS_n\text{.}\)

Answer
  1. \(rS_n = ar+ar^2+ar^3 + \cdots + ar^n \text{.}\)

  2. \(S_n - rS_n = a - ar^n\text{.}\)

  3. \(S_n = a\frac{1-r^n}{1-r}\text{.}\)

Solution
  1. Note that

    \begin{equation*} rS_n = ar+ar^2+ar^3 + \cdots + ar^n\text{.} \end{equation*}
  2. When we subtract \(rS_n\) from \(S_n\) the middle terms all cancel and we are left with

    \begin{align*} S_n - rS_n \amp = \left(a+ar+ar^2 + \cdots + ar^{n-1}\right)\\ \amp\phantom{={}}{}- \left(ar+ar^2+ar^3 + \cdots + ar^n\right)\\ \amp =a + (ar-ar) + \left(ar^2-ar^2\right) + \cdots + \left(ar^{n-1}-ar^{n-1}\right) - ar^n\\ \amp = a - ar^n\text{.} \end{align*}
  3. Factoring \(S_n\) from left hand side and dividing gives us a formula for \(S_n\text{:}\)

    \begin{align*} S_n(1-r) \amp = a - ar^n\\ S_n \amp = a\frac{1-r^n}{1-r}\text{.} \end{align*}

The sum of the terms of a sequence is called a series. We summarize the result of Example7.15 in the following way.

Finite Geometric Series

A finite geometric series \(S_n\) is a sum of the form

\begin{equation} S_n = a + ar + ar^2 + \cdots + ar^{n-1}\text{,}\label{eq-8-2-geometric-sum}\tag{7.3} \end{equation}

where \(a\) and \(r\) are real numbers such that \(r \ne 1\text{.}\) The finite geometric series \(S_n\) can be written more simply as

\begin{equation} S_n = a+ar+ar^2+ \cdots + ar^{n-1} = \frac{a(1-r^n)}{1-r}\text{.}\label{eq-8-2-part-sum-geometric}\tag{7.4} \end{equation}

We now apply Equation (7.4) to the example involving Warfarin from Example7.12. Recall that

\begin{equation*} Q(n)=(5 \times 0.08)\left(1+0.08+0.08^2+0.08^3+ \cdots + 0.08^{n-1}\right) \text{mg}\text{,} \end{equation*}

so \(Q(n)\) is a geometric series with \(a=5 \times 0.08 = 0.4\) and \(r = 0.08\text{.}\) Thus,

\begin{equation*} Q(n) = 0.4\left(\frac{1-0.08^n}{1-0.08}\right) = \frac{1}{2.3} \left(1-0.08^n\right)\text{.} \end{equation*}

Notice that as \(n\) goes to infinity, the value of \(0.08^n\) goes to 0. So,

\begin{equation*} \lim_{n \to \infty} Q(n) = \lim_{n \to \infty} \frac{1}{2.3} \left(1-0.08^n\right) = \frac{1}{2.3} \approx 0.435\text{.} \end{equation*}

Therefore, the long-term level of Warfarin in the blood under these conditions is \(\frac{1}{2.3}\text{,}\) which is approximately 0.435 mg.

To determine the long-term effect of Warfarin, we considered a finite geometric series of \(n\) terms, and then considered what happened as \(n\) was allowed to grow without bound. In this sense, we were actually interested in an infinite geometric series (the result of letting \(n\) go to infinity in the finite sum).

Definition7.16

An infinite geometric series is an infinite sum of the form

\begin{equation} a + ar + ar^2 + \cdots = \sum_{n=0}^{\infty} ar^n\text{.}\label{eq-8-2-geometric-series}\tag{7.5} \end{equation}

The value of \(r\) in the geometric series (7.5) is called the common ratio of the series because the ratio of the (\(n+1\))st term, \(ar^n\text{,}\) to the \(n\)th term, \(ar^{n-1}\text{,}\) is always \(r\text{:}\)

\begin{equation*} \frac{ar^n}{ar^{n-1}} = r\text{.} \end{equation*}

Geometric series are common in mathematics and arise naturally in many different situations. As a familiar example, suppose we want to write the number with repeating decimal expansion

\begin{equation*} N=0.1212\overline{12} \end{equation*}

as a rational number. Observe that

\begin{align*} N \amp = 0.12 + 0.0012 + 0.000012 + \cdots\\ \amp = \left(\frac{12}{100}\right) + \left(\frac{12}{100}\right)\left(\frac{1}{100}\right) + \left(\frac{12}{100}\right)\left(\frac{1}{100}\right)^2 + \cdots\text{.} \end{align*}

This is an infinite geometric series with \(a=\frac{12}{100}\) and \(r = \frac{1}{100}\text{.}\)

By using the formula for the value of a finite geometric sum, we can also develop a formula for the value of an infinite geometric series. We explore this idea in the following example.

Example7.17

Let \(r \ne 1\) and \(a\) be real numbers and let

\begin{equation*} S = a+ar+ar^2 + \cdots ar^{n-1} + \cdots \end{equation*}

be an infinite geometric series. For each positive integer \(n\text{,}\) let

\begin{equation*} S_n = a+ar+ar^2 + \cdots + ar^{n-1}\text{.} \end{equation*}

Recall that

\begin{equation*} S_n = a\frac{1-r^n}{1-r}\text{.} \end{equation*}
  1. What should we allow \(n\) to approach in order to have \(S_n\) approach \(S\text{?}\)

  2. What is the value of \(\lim_{n \to \infty} r^n\) for \(|r| \gt 1\text{?}\) for \(|r| \lt 1\text{?}\) Explain.

  3. If \(|r| \lt 1\text{,}\) use the formula for \(S_n\) and your observations in (a) and (b) to explain why \(S\) is finite and find a resulting formula for \(S\text{.}\)

Hint
  1. Let \(n\) increase without bound.

  2. Think about what happens to powers of numbers that are less than or greater than 1.

  3. Consider \(\frac{1-r^n}{1-r}\) and how the numerator tends to 1 as \(n \to \infty\) for certain values of \(r\text{.}\)

Answer
  1. Observe that

    \begin{equation*} S = \lim_{n \to \infty} S_n\text{.} \end{equation*}
  2. If \(r \gt 1\text{,}\) then \(\lim_{n \to \infty} r^n = \infty\text{.}\) If \(0 \lt r \lt 1\text{,}\) then \(\lim_{n \to \infty} r^n = 0\text{.}\)

  3. Since

    \begin{equation*} S = \lim_{n \to \infty} S_n = \lim_{n \to \infty} a\frac{1-r^n}{1-r} \end{equation*}

    and

    \begin{equation*} \lim_{n \to \infty} r^n = 0 \end{equation*}

    for \(0 \lt r \lt 1\text{,}\) we conclude that

    \begin{equation*} S = \lim_{n \to \infty} a\frac{1-r^n}{1-r} = \frac{a}{1-r} \end{equation*}

    when \(0 \lt r \lt 1\text{.}\)

Solution
  1. Observe that

    \begin{equation*} S = \lim_{n \to \infty} S_n\text{.} \end{equation*}
  2. If \(r \gt 1\text{,}\) then \(\lim_{n \to \infty} r^n = \infty\text{.}\) If \(0 \lt r \lt 1\text{,}\) then \(\lim_{n \to \infty} r^n = 0\text{.}\)

  3. Since

    \begin{equation*} S = \lim_{n \to \infty} S_n = \lim_{n \to \infty} a\frac{1-r^n}{1-r} \end{equation*}

    and

    \begin{equation*} \lim_{n \to \infty} r^n = 0 \end{equation*}

    for \(0 \lt r \lt 1\text{,}\) we conclude that

    \begin{equation*} S = \lim_{n \to \infty} a\frac{1-r^n}{1-r} = \frac{a}{1-r} \end{equation*}

    when \(0 \lt r \lt 1\text{.}\)

We can now find the value of the geometric series

\begin{equation*} N = \left(\frac{12}{100}\right) + \left(\frac{12}{100}\right)\left(\frac{1}{100}\right) + \left(\frac{12}{100}\right)\left(\frac{1}{100}\right)^2 + \cdots\text{.} \end{equation*}

Using \(a = \frac{12}{100}\) and \(r = \frac{1}{100}\text{,}\) we see that

\begin{equation*} N = \frac{12}{100} \left(\frac{1}{1-\frac{1}{100}}\right) = \frac{12}{100} \left(\frac{100}{99}\right) = \frac{4}{33}\text{.} \end{equation*}

The sum of a finite number of terms of an infinite geometric series is often called a partial sum of the series. Thus,

\begin{equation*} S_n = a+ar+ar^2 + \cdots + ar^{n-1} = \sum_{k=0}^{n-1} ar^k\text{.} \end{equation*}

is called the \(n\)th partial sum of the series \(\sum_{k=0}^{\infty} ar^k\text{.}\) We summarize our recent work with geometric series as follows.

Infinite Geometric Series
  • An infinite geometric series is an infinite sum of the form

    \begin{equation} a + ar + ar^2 + \cdots = \sum_{n=0}^{\infty} ar^n\text{,}\label{eq-8-2-geometric-series-2}\tag{7.6} \end{equation}

    where \(a\) and \(r\) are real numbers such that \(r \ne 0\text{.}\)

  • The \(n\)th partial sum \(S_n\) of an infinite geometric series is

    \begin{equation*} S_n = a+ar+ar^2+ \cdots + ar^{n-1}\text{.} \end{equation*}
  • If \(|r| \lt 1\text{,}\) then using the fact that \(S_n = a\frac{1-r^n}{1-r}\text{,}\) it follows that the sum \(S\) of the infinite geometric series (7.6) is

    \begin{equation*} S = \lim_{n \to \infty} S_n = \lim_{n \to \infty} a\frac{1-r^n}{1-r} = \frac{a}{1-r}. \end{equation*}

    In this case we say that the geometric series converges.

  • If \(|r|\geq1\text{,}\) the sequence \(S_n\) does not converge, so we can't assign a numerical value to the expression \(\sum_{n=0}^{\infty} ar^n\text{.}\) In this case we say that the geometric series does not converge.

Example7.18

The formulas we have derived for an infinite geometric series and its partial sum have assumed that we begin indexing the sums at \(n=0\text{.}\) If instead we have a sum that does not begin at \(n=0\text{,}\) we can factor out common terms and then use the established formulas. This process is illustrated in this example.

  1. Consider the sum

    \begin{equation*} \sum_{k=1}^{\infty} (2)\left(\frac{1}{3}\right)^k = (2)\left(\frac{1}{3}\right) + (2)\left(\frac{1}{3}\right)^2 + (2)\left(\frac{1}{3}\right)^3 + \cdots\text{.} \end{equation*}

    Remove the common factor of \((2)\left(\frac{1}{3}\right)\) from each term and hence find the sum of the series.

  2. Next let \(a\) and \(r\) be real numbers with \(-1\lt r\lt 1\text{.}\) Consider the sum

    \begin{equation*} \sum_{k=3}^{\infty} ar^k = ar^3+ar^4+ar^5 + \cdots\text{.} \end{equation*}

    Remove the common factor of \(ar^3\) from each term and find the sum of the series.

  3. Finally, we consider the most general case. Let \(a\) and \(r\) be real numbers with \(-1\lt r\lt 1\text{,}\) let \(n\) be a positive integer, and consider the sum

    \begin{equation*} \sum_{k=n}^{\infty} ar^k = ar^n+ar^{n+1}+ar^{n+2} + \cdots\text{.} \end{equation*}

    Remove the common factor of \(ar^n\) from each term to find the sum of the series.

Hint
  1. Think about how \(r = \frac{1}{3}\text{.}\)

  2. Note that \(ar^3+ar^4+ar^5 + \cdots = ar^3(1 + r + r^2 + \cdots)\text{.}\)

  3. Compare your work in (b).

Answer
  1. \((2)\left(\frac{1}{3}\right) \left[1 + \left(\frac{1}{3}\right) + \left(\frac{1}{3}\right)^2 + \cdots \right] \text{.}\)

  2. \(ar^3+ar^4+ar^5 + \cdots = \frac{ar^3}{1-r}\text{.}\)

  3. \(r^n+ar^{n+1}+ar^{n+2} + \cdots = \frac{ar^n}{1-r}\text{.}\)

Solution
  1. Factoring out \((2)\left(\frac{1}{3}\right)\) gives us

    \begin{align*} (2)\left(\frac{1}{3}\right) \left[1 + \left(\frac{1}{3}\right) + \left(\frac{1}{3}\right)^2 + \cdots \right] \amp = (2)\left(\frac{1}{3}\right)\sum_{k=0}^{\infty} \left(\frac{1}{3}\right)^k\\ \amp = (2)\left(\frac{1}{3}\right) \left(\frac{1}{1-\frac{1}{3}}\right)\\ \amp = (2)\left(\frac{1}{3}\right) \left(\frac{3}{2}\right)\\ \amp = 4\text{.} \end{align*}
  2. Factoring out \(ar^3\) gives us

    \begin{align*} ar^3+ar^4+ar^5 + \cdots \amp = ar^3\left(1+r+r^2+ \cdots \right)\\ \amp = ar^3\sum_{k=0}^{\infty} r^k\\ \amp = ar^3 \left(\frac{1}{1-r}\right)\\ \amp = \frac{ar^3}{1-r}\text{.} \end{align*}
  3. Factoring out \(ar^n\) gives us

    \begin{align*} ar^n+ar^{n+1}+ar^{n+2} + \cdots \amp = ar^n\left(1+r+r^2+ \cdots \right)\\ \amp = ar^n\sum_{k=0}^{\infty} r^k\\ \amp = ar^n \left(\frac{1}{1-r}\right)\\ \amp = \frac{ar^n}{1-r}\text{.} \end{align*}

SubsectionSummary

  • An infinite geometric series is an infinite sum of the form

    \begin{equation*} \sum_{k=0}^{\infty} ar^k \end{equation*}

    where \(a\) and \(r\) are real numbers and \(r \neq 0\text{.}\)

  • The \(n\)th partial sum of the geometric series \(\sum_{k=0}^{\infty} ar^k\) is

    \begin{equation*} S_n = \sum_{k=0}^{n-1} ar^k\text{.} \end{equation*}

    A formula for the \(n\)th partial sum of a geometric series is

    \begin{equation*} S_n = a \frac{1-r^n}{1-r}\text{.} \end{equation*}

    If \(|r| \lt 1\text{,}\) the infinite geometric series \(\sum_{k=0}^{\infty} ar^k\) converges, meaning it has the finite sum \(\frac{a}{1-r}\text{.}\) If \(|r| \geq 1\text{,}\) the series does not converge.

SubsectionExercises

We will often encounter geometric series that contain a variable such as \(x\text{.}\) One such series is

\begin{equation*} 3x+ 6x^2+ 12x^3 +24x^4+... \end{equation*}
  1. Find the initial term and common ratio for this geometric series, just as you would for a geometric series containing numbers.
  2. Recall that a geometric series converges if and only if its common ratio \(r\) satisfies \(|r|\lt 1\text{.}\) If \(x=1\) does this geometric series converge? What if \(x=-0.1, 0.2, 0.5\text{?}\)
  3. Write down the entire interval of \(x\) values for which this geometric series converges.
  4. For \(x\)-values that allow the series to converge, what does the series converge to? (Your answer will be an expression in terms of \(x\text{.}\))

There is an old question that is often used to introduce the power of geometric growth. Here is one version. Suppose you are hired for a one month job (30 days, working every day) and are given two options to be paid.

Option 1.

You can be paid $500 per day or

Option 2.

You can be paid 1 cent the first day, 2 cents the second day, 4 cents the third day, 8 cents the fourth day, and so on, doubling the amount you are paid each day.

  1. How much will you be paid for the job in total under Option 1?

  2. Complete Table7.19 to determine the pay you will receive under Option 2 for the first 10 days.

    Day Pay on this day Total amount paid to date
    \(1\) \(\$0.01\) \(\$0.01\)
    \(2\) \(\$0.02\) \(\$0.03\)
    \(3\)
    \(4\)
    \(5\)
    \(6\)
    \(7\)
    \(8\)
    \(9\)
    \(10\)
    Table7.19Option 2 payments
  3. Find a formula for the amount paid on day \(n\text{,}\) as well as for the total amount paid by day \(n\text{.}\) Use this formula to determine which option (1 or 2) you should take.

Suppose you drop a golf ball onto a hard surface from a height \(h\text{.}\) The collision with the ground causes the ball to lose energy and so it will not bounce back to its original height. The ball will then fall again to the ground, bounce back up, and continue. Assume that at each bounce the ball rises back to a height \(\frac{3}{4}\) of the height from which it dropped. Let \(h_n\) be the height of the ball on the \(n\)th bounce, with \(h_0 = h\text{.}\) In this exercise we will determine the distance traveled by the ball and the time it takes to travel that distance.

  1. Determine a formula for \(h_1\) in terms of \(h\text{.}\)

  2. Determine a formula for \(h_2\) in terms of \(h\text{.}\)

  3. Determine a formula for \(h_3\) in terms of \(h\text{.}\)

  4. Determine a formula for \(h_n\) in terms of \(h\text{.}\)

  5. Write an infinite series that represents the total distance traveled by the ball. Then determine the sum of this series.

  6. Next, let's determine the total amount of time the ball is in the air.

    1. When the ball is dropped from a height \(H\text{,}\) if we assume the only force acting on it is the acceleration due to gravity, then the height of the ball at time \(t\) is given by

      \begin{equation*} H - \frac{1}{2}gt^2\text{.} \end{equation*}

      Use this formula to determine the time it takes for the ball to hit the ground after being dropped from height \(H\text{.}\)

    2. Use your work in the preceding item, along with that in (a)-(e) above to determine the total amount of time the ball is in the air.

Suppose you play a game with a friend that involves rolling a standard six-sided die. Two players alternate rolling the die, and the play to first roll a six wins. Assume that you roll first. In this exercise we will determine the probability that you roll the first six and win the game.

  1. Explain why the probability of rolling a six on any single roll (including your first turn) is \(\frac{1}{6}\text{.}\)

  2. If you don't roll a six on your first turn, then in order for you to roll the first six on your second turn, both you and your friend had to fail to roll a six on your first turns, and then you had to succeed in rolling a six on your second turn. Explain why the probability of this event is

    \begin{equation*} \left(\frac{5}{6}\right)\left(\frac{5}{6}\right)\left(\frac{1}{6}\right) = \left(\frac{5}{6}\right)^2\left(\frac{1}{6}\right)\text{.} \end{equation*}
  3. Now suppose you fail to roll the first six on your second turn. Explain why the probability is

    \begin{equation*} \left(\frac{5}{6}\right)\left(\frac{5}{6}\right)\left(\frac{5}{6}\right)\left(\frac{5}{6}\right)\left(\frac{1}{6}\right) = \left(\frac{5}{6}\right)^4\left(\frac{1}{6}\right) \end{equation*}

    that you to roll the first six on your third turn.

  4. The probability of you rolling the first six is the probability that you roll the first six on your first turn plus the probability that you roll the first six on your second turn plus the probability that your roll the first six on your third turn, and so on. Explain why this probability is

    \begin{equation*} \frac{1}{6} + \left(\frac{5}{6}\right)^2\left(\frac{1}{6}\right) + \left(\frac{5}{6}\right)^4\left(\frac{1}{6}\right) + \cdots\text{.} \end{equation*}

    Find the sum of this series and determine the probability that you roll the first six.

The goal of a federal government stimulus package is to positively affect the economy. Economists and politicians quote numbers like \(k\) million jobs and a net stimulus to the economy of \(n\) billion of dollars. Where do they get these numbers? Let's consider one aspect of a stimulus package: tax cuts. Economists understand that tax cuts or rebates can result in long-term spending that is many times the amount of the rebate. For example, assume that for a typical person, 75% of her entire income is spent (that is, put back into the economy). Further, assume the government provides a tax cut or rebate that totals \(P\) dollars for each person.

  1. The tax cut of \(P\) dollars is income for its recipient. How much of this tax cut will be spent?

  2. In this simple model, we will say that the spent portion of the tax cut/rebate from part (a) then becomes income for another person who, in turn, spends 75% of this income. After this ``second round" of spent income, how many total dollars have been added to the economy as a result of the original tax cut/rebate?

  3. This second round of spending becomes income for another group who spend 75% of this income, and so on. In economics this is called the multiplier effect. Explain why an original tax cut/rebate of \(P\) dollars will result in multiplied spending of

    \begin{equation*} 0.75P(1+0.75+0.75^2+ \cdots )\text{.} \end{equation*}

    dollars.

  4. Based on these assumptions, and assuming consumer spending remains consistent forever, how much stimulus will a 200 billion dollar tax cut/rebate to consumers add to the economy?

Like stimulus packages, home mortgages and foreclosures also impact the economy. A problem for many borrowers is the adjustable rate mortgage, in which the interest rate can change (and usually increases) over the duration of the loan, causing the monthly payments to increase beyond the ability of the borrower to pay. Most financial analysts recommend fixed rate loans, ones for which the monthly payments remain constant throughout the term of the loan. In this exercise we will analyze fixed rate loans.

When most people buy a large ticket item like car or a house, they have to take out a loan to make the purchase. The loan is paid back in monthly installments until the entire amount of the loan, plus interest, is paid. With a loan, we borrow money, say \(P\) dollars (called the principal), and pay off the loan at an interest rate of \(r\)%. To pay back the loan we make regular monthly payments, some of which goes to pay off the principal and some of which is charged as interest. In most cases, the interest is computed based on the amount of principal that remains at the beginning of the month. We assume a fixed rate loan, that is one in which we make a constant monthly payment \(M\) on our loan, beginning in the original month of the loan.

Suppose you want to buy a house. You have a certain amount of money saved to make a down payment, and you will borrow the rest to pay for the house. Of course, for the privilege of loaning you the money, the bank will charge you interest on this loan, so the amount you pay back to the bank is more than the amount you borrow. In fact, the amount you ultimately pay depends on three things: the amount you borrow (called the principal), the interest rate, and the length of time you have to pay off the loan plus interest (called the duration of the loan). For this example, we assume that the interest rate is fixed at \(r\)%.

To pay off the loan, each month you make a payment of the same amount (called installments). Suppose we borrow \(P\) dollars (our principal) and pay off the loan at an interest rate of \(r\)% with regular monthly installment payments of \(M\) dollars. So in month 1 of the loan, before we make any payments, our principal is \(P\) dollars. Our goal in this exercise is to find a formula that relates these three parameters to the time duration of the loan.

We are charged interest every month at an annual rate of \(r\)%, so each month we pay \(\frac{r}{12}\)% interest on the principal that remains. Given that the original principal is \(P\) dollars, we will pay \(\left(\frac{0.01r}{12}\right)P\) dollars in interest on our first payment. Since we paid \(M\) dollars in total for our first payment, the remainder of the payment (\(M-\left(\frac{r}{12}\right)P\)) goes to pay down the principal. So the principal remaining after the first payment (let's call it \(P_1\)) is the original principal minus what we paid on the principal, or

\begin{equation*} P_1 = P - \left( M - \left(\frac{r}{12}\right)P\right) = \left(1 + \frac{r}{12}\right)P - M\text{.} \end{equation*}

As long as \(P_1\) is positive, we still have to keep making payments to pay off the loan.

  1. Recall that the amount of interest we pay each time depends on the principal that remains. How much interest, in terms of \(P_1\) and \(r\text{,}\) do we pay in the second installment?

  2. How much of our second monthly installment goes to pay off the principal? What is the principal \(P_2\text{,}\) or the balance of the loan, that we still have to pay off after making the second installment of the loan? Write your response in the form \(P_2 = ( \ )P_1 - ( \ )M\text{,}\) where you fill in the parentheses.

  3. Show that \(P_2 = \left(1 + \frac{r}{12}\right)^2P - \left[1 + \left(1+\frac{r}{12}\right)\right] M\text{.}\)

  4. Let \(P_3\) be the amount of principal that remains after the third installment. Show that

    \begin{equation*} P_3 = \left(1 + \frac{r}{12}\right)^3P - \left[1 + \left(1+\frac{r}{12}\right) + \left(1+\frac{r}{12}\right)^2 \right] M\text{.} \end{equation*}
  5. If we continue in the manner described in the problems above, then the remaining principal of our loan after \(n\) installments is

    \begin{equation} P_n = \left(1 + \frac{r}{12}\right)^nP - \left[\displaystyle \sum_{k=0}^{n-1} \left(1+\frac{r}{12}\right)^k \right] M\text{.}\label{eq-loan-1}\tag{7.7} \end{equation}

    This is a rather complicated formula and one that is difficult to use. However, we can simplify the sum if we recognize part of it as a partial sum of a geometric series. Find a formula for the sum

    \begin{equation} \displaystyle \sum_{k=0}^{n-1} \left(1+\frac{r}{12}\right)^k\text{.}\label{eq-part-sum}\tag{7.8} \end{equation}

    and then a general formula for \(P_n\) that does not involve a sum.

  6. It is usually more convenient to write our formula for \(P_n\) in terms of years rather than months. Show that \(P(t)\text{,}\) the principal remaining after \(t\) years, can be written as

    \begin{equation} P(t) = \left(P - \frac{12M}{r}\right)\left(1+\frac{r}{12}\right)^{12t} + \frac{12M}{r}\text{.}\label{eq-loan2}\tag{7.9} \end{equation}
  7. Now that we have analyzed the general loan situation, we apply formula (7.9) to an actual loan. Suppose we charge $1,000 on a credit card for holiday expenses. If our credit card charges 20% interest and we pay only the minimum payment of $25 each month, how long will it take us to pay off the $1,000 charge? How much in total will we have paid on this $1,000 charge? How much total interest will we pay on this loan?

  8. Now we consider larger loans, e.g., automobile loans or mortgages, in which we borrow a specified amount of money over a specified period of time. In this situation, we need to determine the amount of the monthly payment we need to make to pay off the loan in the specified amount of time. In this situation, we need to find the monthly payment \(M\) that will take our outstanding principal to \(0\) in the specified amount of time. To do so, we want to know the value of \(M\) that makes \(P(t) = 0\) in formula(7.9). If we set \(P(t) = 0\) and solve for \(M\text{,}\) it follows that

    \begin{equation*} M = \frac{rP \left(1+\frac{r}{12}\right)^{12t}}{12\left(\left(1+\frac{r}{12}\right)^{12t} - 1 \right)}\text{.} \end{equation*}
    1. Suppose we want to borrow $15,000 to buy a car. We take out a 5 year loan at 6.25%. What will our monthly payments be? How much in total will we have paid for this $15,000 car? How much total interest will we pay on this loan?

    2. Suppose you charge your books for winter semester on your credit card. The total charge comes to $525. If your credit card has an interest rate of 18% and you pay $20 per month on the card, how long will it take before you pay off this debt? How much total interest will you pay?

    3. Say you need to borrow $100,000 to buy a house. You have several options on the loan:

      • 30 years at 6.5%

      • 25 years at 7.5%

      • 15 years at 8.25%.

      1. What are the monthly payments for each loan?

      2. Which mortgage is ultimately the best deal (assuming you can afford the monthly payments)? In other words, for which loan do you pay the least amount of total interest?