Marquette University

Department of Mathematics, Statistics and Computer Science

Wim Ruitenburg's Spring 2010 MATH 1300-101


Money from chapter 10

Despite all the money talk, chapter 10 is really about exponential growth, with examples from money management.
From the chapter we can learn: We spend a lot of time on talking about geometric sequences.
For example, compute the sum S of 10 + 20 + 40 + 80 + 160 + 320 +640. This sequence has start value 10 and (growth) ratio 2. We write down the sequence for 2S, which equals 20 + 40 + 80 + 160 + 320 + 640 + 1280. Subtraction and canceling equal terms gives S - 2S = 10 - 1280. So (1-2)S = 10 - 1280, thus S = (10 - 1280) / (1-2) = -1270/(-1) = 1270.
As another example we compute the sum T of 4 + 4 * 1.5 + 4 * (1.5)^2 + 4 * (1.5)^3 + 4 * (1.5)^4. This sequence has start value 4 and (growth) ratio 1.5. We write down the sequence for 1.5S, which equals 4 * 1.5 + 4 * (1.5)^2 + 4 * (1.5)^3 + 4 * (1.5)^4 + 4 * (1.5)^5. Subtraction and canceling equal terms gives T - 1.5T = 4 - 4 * (1.5)^5. So (1-1.5)T = 4 - 4 * (1.5)^5 = 4 * (1 - (1.5)^5). So T = 4(1 - (1.5)^5) / (1-1.5) = 4 * ((1.5)^5 - 1) / (1.5-1) = 4 * (7.59375 - 1) / 0.5 = 8 * 6.59375 = 52.75.

Last updated: February 2010
Comments and suggestions: Email   wimr@mscs.mu.edu