forked from byoshiwara/mfg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsection-4-5.xml
More file actions
475 lines (436 loc) · 22 KB
/
section-4-5.xml
File metadata and controls
475 lines (436 loc) · 22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
<?xml version="1.0" encoding="UTF-8" ?>
<!-- <mathbook><book> -->
<section xml:id="Exponential-Models" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Exponential Models</title>
<subsection><title>Fitting an Exponential Function through Two Points</title>
<p>
To write a formula for an exponential function, we need to know the initial value, <m>a</m>, and the growth or decay factor, <m>b</m>. We can find these two parameters if we know any two function values.
</p>
<example xml:id="example-fit-exponential">
<p>
Find an exponential function that has the values <m>f (2) = 4.5</m> and <m>f (5) = 121.5</m>.
</p>
<solution>
<p>
We would like to find values of <m>a</m> and <m>b</m> so that the given function values satisfy <m>f (x) = ab^x</m> . By substituting the function values into the formula, we can write two equations.
\begin{align*}
f (2) \amp= 4.5 \text{ means }x = 2, y = 4.5, \amp\amp\text{so }ab^2 = 4.5\\
f (5) \amp= 121.5 \text{ means }x = 5, y = 121.5, \amp\amp\text{so }ab^5 = 121.5
\end{align*}
This is a system of equations in the two unknowns, <m>a</m> and <m>b</m>, but it is not a linear system. We can solve the system by the method of elimination, but we will divide one of the equations by the other.
\begin{align*}
\frac{ab^5}{ab^2}\amp= \frac{121.5}{4.5}\\
b^3 \amp = 27
\end{align*}
Note that by dividing the two equations, we eliminated <m>a</m>, and we can now solve for <m>b</m>.
\begin{align*}
b^3 \amp = 27 \\
b \amp = \sqrt[3]{27} = 3
\end{align*}
Next we substitute <m>b = 3</m> into either of the two equations and solve for <m>a</m>.
\begin{align*}
a(3)^2 \amp = 4.5 \\
a \amp= \frac{4.5}{9} \\
\amp = 0.5
\end{align*}
Thus, <m>a = 0.5</m> and <m>b = 3</m>, so the function is <m>f (x) = 0.5(3^ x )</m>.
</p>
</solution></example>
<warning>
<p>
Knowing only two points on the graph of f is not enough to tell us what <em>kind</em> of function <m>f</m> is. Through the two points in <xref ref="example-fit-exponential" text="type-global"/>, we can also fit a linear function or a power function. You can check that the three functions below all satisfy <m>f (2) = 4.5</m> and <m>f (5) = 121.5</m>. The graphs of the functions are shown in <xref ref="fig-fit-3-functions" text="type-global"/>.
<sidebyside widths="50% 40%"><p>
\begin{align*}
L(x) \amp = -73.5 + 39x \\
P(x) \amp = 0.372x^{3.6} \\
E(x) \amp = 0.5(3^x ) \\
\end{align*}</p>
<figure xml:id="fig-fit-3-functions"><caption></caption><image source="images/fig-fit-3-functions"><description>three functions through the same two points</description></image></figure>
</sidebyside>
</p>
</warning>
<p>
However, if we already know that we are looking for an exponential function, we can follow the steps below to find its formula. This method is sometimes called the <term>ratio method</term><idx>ratio method</idx>. (Of course, if one of the known function values is the initial value, we can find <m>b</m> without resorting to the ratio method.)
</p>
<assemblage xml:id="assemblage-exponential-through-2-points"><title>To find an exponential function <m>f(x)=ab^x</m> through two points:</title>
<p>
<ol label="*1*">
<li>
<p>Use the coordinates of the points to write two equations in <m>a</m> and <m>b</m>.</p>
</li>
<li><p>
Divide one equation by the other to eliminate <m>a</m>.
</p></li>
<li><p>
Solve for <m>b</m>.
</p></li>
<li><p>
Substitute <m>b</m> into either equation and solve for <m>a</m>.
</p></li>
</ol>
</p></assemblage>
<exercise xml:id="exercise-fit-exponential"><statement>
<p>
Use the ratio method to find an exponential function whose graph includes the points <m>(1, 20)</m> and <m>(3, 125)</m>.
</p>
</statement>
<answer><p><m>f (x) = 8(2.5)^x</m></p></answer>
</exercise>
<p>
We can use the ratio method to find an exponential growth or decay model if we know two function values.
</p>
<example xml:id="example-cedi-inflation">
<p>
The unit of currency in Ghana is the cedi, denoted by ¢. Beginning in 1986, the cedi underwent a period of exponential inflation. In 1993, one U.S. dollar was worth ¢720, and in 1996, the dollar was worth about ¢1620. Find a formula for the number of cedi to the dollar as a function of time since 1986. What was the annual inflation rate?
</p>
<solution>
<p>
We want to find a function <m>C(t) = ab^t</m> for the number of cedi to the dollar, where <m>t = 0</m> in 1986. We have two function values, <m>C(7) = 720</m>, and <m>C(10) = 1620</m>, and with these values we can write two equations.
\begin{align*}
ab^7 \amp = 720 \\
ab^{10} \amp = 1620
\end{align*}
We divide the second equation by the first to find
\begin{align*}
\frac{ab^{10}}{ab^7} \amp= \frac{1620}{720} \\
b^3 \amp= 2.25
\end{align*}
Now we can solve this last equation for <m>b</m> to get <m>b = \sqrt[3]{2.25}\approx 1.31</m>. Finally, we substitute <m>b = 1.31</m> into the first equation to find <m>a</m>.
\begin{align*}
a(1.31)^7 \amp = 720 \\
a \amp = \frac{720}{1.317} \\
\amp = 108.75
\end{align*}
Thus, <m>C(t) = 108.75(1.31)^t</m> , and the annual inflation rate was <m>31</m><percent/>.
</p>
</solution>
</example>
<exercise xml:id="exercise-earthquakes"><statement>
<p>
The number of earthquakes that occur worldwide is a decreasing exponential function of their magnitude on the Richter scale. Between 2000 and 2005, there were <m>7480</m> earthquakes of magnitude <m>5</m> and <m>793</m> earthquakes of magnitude <m>6</m>. (Source: National Earthquake Information Center, U.S. Geological Survey)
<ol label="a">
<li>Find a formula for the number of earthquakes, <m>N(m)</m>, in terms of their magnitude.</li>
<li>It is difficult to keep an accurate count of small earthquakes. Use your formula to estimate the number of magnitude <m>1</m> earthquakes that occurred between 2000 and 2005. How many earthquakes of magnitude <m>8</m> occurred?</li>
</ol>
</p>
</statement>
<answer><p><ol label="a">
<li><p><m>N(m) = 558,526,329(0.106)^m</m></p></li>
<li><p><m>59,212,751</m>; <m>~9</m></p></li>
</ol></p></answer>
</exercise>
</subsection>
<subsection><title>Doubling Time</title><idx>doubling time</idx>
<p>
Instead of giving the rate of growth of a population, we can specify its rate of growth by giving the time it takes for the population to double.
</p>
<example xml:id="example-doubling-time">
<p>
In 2005, the population of Egypt was <m>74</m> million and was growing by <m>2</m><percent/> per year.
<ol label="a">
<li>If it continues to grow at the same rate, how long will it take the population of Egypt to double?</li>
<li>How long will it take the population to double again?</li>
<li>Illustrate the results on a graph.</li>
</ol>
</p>
<solution>
<ol label="a">
<li>
The population of Egypt is growing according to the formula <m>P(t) = 74(1.02)^t</m>, where <m>t</m> is in years and <m>P(t)</m> is in millions. We would like to know when the population will reach <m>148</m> million (twice <m>74</m> million), so we solve the equation
\begin{align*}
74(1.02)^t \amp= 148\amp\amp\text{Divide both sides by }74.\\
1.02^t \amp= 2\amp\amp\text{Take the log of both sides.}\\
t \log 1.02 \amp= \log 2\amp\amp\text{Divide both sides by log 1.02.}\\
t \amp= \frac{\log 2}{\log 1.02}\\
\amp\approx 35 \text{ years}
\end{align*}
It will take the population about <m>35</m> years to double.
</li>
<li>
Twice 148 million is 296 million, so we solve the equation
\begin{align*}
148(1.02)^t \amp= 296\amp\amp\text{Divide both sides by }148.\\
1.02^t \amp= 2\amp\amp\text{Take the log of both sides.}\\
t \log 1.02 \amp= \log 2\amp\amp\text{Divide both sides by log 1.02.}\\
t \amp= \frac{\log 2}{\log 1.02}\\
\amp\approx 35 \text{ years}
\end{align*}
It will take the population about <m>35</m> years to double again.
</li>
<li>
A graph of <m>P(t) = 74(1.02)^t</m> is shown in <xref ref="fig-doubling-time" text="type-global"/>. Note that the population doubles every 35 years.
<figure xml:id="fig-doubling-time"><caption></caption><image source="images/fig-doubling-time" width="50%"><description>graph showing doubling time</description></image></figure>
</li>
</ol>
</solution>
</example>
<p>
In <xref ref="example-doubling-time" text="type-global"/>, it took the population <m>35</m> years to double. Notice that the calculations in parts (a) and (b) are identical after the first step. In fact, we can start at any point, and it will take the population <m>35</m> years to double. We say that <m>35</m> years is the <term>doubling time</term> for this population. In the Homework problems, you will show that any increasing exponential function has a constant doubling time.
</p>
<exercise xml:id="exercise-doubling-time"><statement>
<p>
In 2005, the population of Uganda was <m>26.9</m> million people and was growing by <m>3.2</m><percent/> per year.
<ol label="a">
<li>Write a formula for the population of Uganda as a function of years since 2005.</li>
<li>How long will it take the population of Uganda to double?</li>
<li>Use your formula from part (a) to verify the doubling time for three doubling periods.</li>
</ol>
</p>
</statement>
<answer><p><ol label="a">
<li><p><m>P(t) = 26.9(1.032)^t</m> million</p></li>
<li><p><m>22</m> years</p></li>
<li><p><m>P(0) = 26.9</m>; <m>~P(22)\approx 53.8</m>, <m>~P(44)\approx 107.6</m>, <m>~P(66)\approx 215.1</m></p></li>
</ol></p></answer>
</exercise>
<p>
If we know the doubling time for a population, we can immediately write down its growth law. Because the population of Egypt doubles in 35 years, we can write
<me>P(t) = 74 · 2^{t/35}</me>
In this form, the growth factor for the population is <m>2^{1/35}</m>, and you can check that, to five decimal places, <m>2^{1/35} = 1.02</m>.
</p>
<assemblage><title>Doubling Time</title><idx>doubling time</idx>
<p>
If <m>D</m> is the doubling time for an exponential function <m>P(t)</m>, then
<me>P(t) = P_0 2^{t/D}</me>
</p>
</assemblage>
<p>
So, from knowing the doubling time, we can easily find the growth rate of a population.
</p>
<example xml:id="example-US-population">
<p>
At its current rate of growth, the population of the United States will double in <m>115.87</m> years.
<ol label="a">
<li>Write a formula for the population of the United States as a function of time.</li>
<li>What is the annual percent growth rate of the population?</li>
</ol>
</p>
<solution>
<ol label="a">
<li>
The current population of the United States is not given, so we represent it by <m>P_0</m>. With <m>t</m> expressed in years, the formula is then
<me>P(t) = P_0 2^{t/115.87}</me></li>
<li>We write <m>2^{t/115.87}</m> in the form <m>\left(2^{1/115.87}\right)^t</m> to see that the growth factor is <m>b = 2^{1/115.87}</m>, or <m>1.006</m>. For exponential growth, <m>b = 1 + r</m>, so <m>r = 0.006</m>, or <m>0.6</m><percent/>.</li>
</ol>
</solution>
</example>
<exercise xml:id="exercise-Mexico-population"><statement>
<p>
At its current rate of growth, the population of Mexico will double in <m>36.8</m> years. What is its annual percent rate of growth?
</p>
</statement>
<answer><p><m>1.9\%</m></p></answer>
</exercise>
</subsection>
<subsection><title>Half-Life</title>
<p>
The <term>half-life</term><idx>half-life</idx> of a decreasing exponential function is the time it takes for the output to decrease to half its original value. For example, the half-life of a radioactive isotope is the time it takes for half of the substance to decay. The half-life of a drug is the time it takes for half of the drug to be eliminated from the body. Like the doubling time, the half-life is constant for a particular function; no matter where you start, it takes the same amount of time to reach half that value.
</p>
<example xml:id="example-ibuprofen">
<p>
If you take <m>200</m> mg of ibuprofen to relieve sore muscles, the amount of the drug left in your body after <m>t</m> hours is <m>Q(t) = 200(0.73)^t</m>.
<ol label="a">
<li>What is the half-life of ibuprofen?</li>
<li>When will <m>50</m> mg of ibuprofen remain in your body?</li>
<li>Use the half-life to sketch a graph of <m>Q(t)</m>.</li>
</ol>
</p>
<solution>
<ol label="a">
<li>
To find the half-life, we calculate the time elapsed when only half the original amount, or <m>100</m> mg, is left.
\begin{align*}
200(0.73)^t \amp = 100\amp\amp\text{Divide both sides by 200.} \\
0.73^t \amp = 0.5\amp\amp\text{Take the log of both sides.} \\
t\log 0.73 \amp = \log 0.5\amp\amp\text{Divide both sides by log 0.73.} \\
t \amp= \frac{\log 0.5}{\log 0.73} \\
\amp= 2.2
\end{align*}
The half-life is <m>2.2</m> hours.
</li>
<li>
After <m>2.2</m> hours, <m>100</m> mg of ibuprofen is left in the body. After another <m>2.2</m> hours, half of that amount, or <m>50</m> mg, is left. Thus, <m>50</m> mg remain after <m>4.4</m> hours.
</li>
<li>
<p>We locate multiples of <m>2.2</m> hours on the horizontal axis. After each interval of <m>2.2</m> hours, the amount of ibuprofen is reduced to half its previous value. The graph is shown in <xref ref="fig-half-life" text="type-global"/>.</p>
<p>
<sidebyside widths="40% 50%" valigns="middle middle">
<figure xml:id="fig-half-life"><caption></caption><image source="images/fig-half-life"><description>graph showing half-life</description></image></figure>
<tabular top="major" halign="center" right="minor" left="minor" bottom="minor">
<row bottom="minor">
<cell><m>t</m></cell>
<cell><m>0</m></cell>
<cell><m>2.2</m></cell>
<cell><m>4.4</m></cell>
<cell><m>6.6</m></cell>
<cell><m>8.8</m></cell>
</row>
<row>
<cell><m>Q(t)</m></cell>
<cell><m>200</m></cell>
<cell><m>100</m></cell>
<cell><m>50</m></cell>
<cell><m>25</m></cell>
<cell><m>12.5</m></cell>
</row>
</tabular>
</sidebyside></p>
</li>
</ol>
</solution>
</example>
<exercise xml:id="exercise-half-life"><statement>
<p>
Alcohol is eliminated from the body at a rate of <m>15</m><percent/> per hour.
<ol label="a">
<li>Write a decay formula for the amount of alcohol remaining in the body.</li>
<li>What is the half-life of alcohol in the body?</li>
</ol>
</p>
</statement>
<answer><p><ol label="a" cols="2">
<li><p><m>A(t) = A_0(0.85)^t</m></p></li>
<li><p><m>4.3</m> hours</p></li>
</ol></p></answer>
</exercise>
<p>
Just as we can write an exponential growth law in terms of its doubling time, we can use the half-life to write a formula for exponential decay. For example, the half-life of ibuprofen is <m>2.2</m> hours, so every <m>2.2</m> hours the amount remaining is reduced by a factor of <m>0.5</m>. After <m>t</m> hours a <m>200</m>-mg dose will be reduced to
<me>Q(t) = 200(0.5)^{t/2.2}</me>
Once again, you can check that this formula is equivalent to the decay function given in <xref ref="example-ibuprofen" text="type-global"/>.
</p>
<assemblage><title>Half-Life</title><idx>half-life</idx>
<p>
If <m>H</m> is the half-life for an exponential function <m>Q(t)</m>, then
<me>Q(t)=Q_0 (0.5)^{t/H}</me>
</p>
</assemblage>
<p>
Radioactive isotopes are molecules that decay into more stable molecules, emitting radiation in the process. Although radiation in large doses is harmful to living things, radioactive isotopes are useful as tracers in medicine and industry, and as treatment against cancer. The decay laws for radioactive isotopes are often given in terms of their half-lives.
</p>
<example xml:id="example-cobalt-60">
<p>
Cobalt-60 is used in cold pasteurization to sterilize certain types of food. Gamma rays emitted by the isotope during radioactive decay kill any bacteria present without damaging the food. The half-life of cobalt-60 is <m>5.27</m> years.
<ol label="a">
<li>Write a decay law for cobalt-60.</li>
<li>What is the annual decay rate for cobalt-60?</li>
</ol>
</p>
<solution>
<ol label="a">
<li>
We let <m>Q(t)</m> denote the amount of cobalt-60 left after <m>t</m> years, and let <m>Q_0</m> denote the initial amount. Every <m>5.27</m> years, <m>Q(t)</m> is reduced by a factor of <m>0.5</m>, so
<me>Q(t) = Q_0 (0.5)^{t/5.27}</me>
</li>
<li>
We rewrite the decay law in the form <m>Q(t) = Q_0 (1 - r )^t</m> as follows:
<me>Q(t) = Q_0 (0.5)^{t/5.27}=Q_0 \left((0.5)^{1/5.27}\right)^t = Q_0 (0.8768)^t</me>
Thus, <m>1 - r = 0.8768</m>, so <m>r = 0.1232</m>, or <m>12.32</m><percent/>.
</li>
</ol>
</solution>
</example>
<exercise><statement>
<p>
Cesium-137, with a half-life of <m>30</m> years, is one of the most dangerous by-products of nuclear fission. What is the annual decay rate for cesium-137?
</p>
</statement>
<answer><p><m>2.28\%</m></p></answer>
</exercise>
</subsection>
<subsection><title>Annuities and Amortization</title>
<p>
An <term>annuity</term><idx>annuity</idx> is a sequence of equal payments or deposits made at equal time intervals. A retirement fund is an example of an annuity. For ordinary annuities, payments are made at the end of each compounding period. The <term>future value</term><idx>future value</idx> of an annuity is the sum of all the payments plus all the interest earned.
</p>
<assemblage xml:id="assemblage-future-value"><title>Future Value of an Annuity</title>
<p>
If you make <m>n</m> payments per year for <m>t</m> years into an annuity that pays interest rate <m>r</m> compounded <m>n</m> times per year, the <term>future value</term><idx>future value</idx>, <m>FV</m>, of the annuity is
<me>FV =\dfrac{P\left[\left(1+\dfrac{r}{n}\right)^{nt}-1\right]}{\dfrac{r}{n}}</me>
where each payment is <m>P</m> dollars.
</p>
</assemblage>
<example xml:id="example-future-value">
<p>
Greta plans to contribute <dollar/><m>200</m> a month to a retirement fund that pays <m>5</m><percent/> interest compounded monthly.
<ol label="a">
<li>What is the future value of Greta's retirement fund after <m>15</m> years?</li>
<li>For how many years must she contribute in order to accumulate <dollar/><m>100,000</m>?</li>
</ol>
</p>
<solution>
<ol label="a">
<li>
We evaluate the formula for <m>FV</m> when <m>P = 200</m>, <m>r = 0.05</m>, <m>n = 12</m>, and <m>t = 15</m>. Substituting these values into the formula, we find
\begin{align*}
FV \amp=\frac{200\left[\left(1+\frac{0.05}{12}\right)^{12(15)}-1\right]}{\frac{0.05}{12}} \\
\amp = \frac{200[(1.00416)^{180}-1]}{0.0041\overline{6}} \\
\amp = 53,457.79
\end{align*}
In <m>15</m> years, Greta's retirement fund will be worth <dollar/><m>53,457.79</m>.
</li>
<li>
We would like to find the value of <m>t</m> when <m>P = 200</m>, <m>r = 0.05</m>, <m>n = 12</m>, and <m>FV = 100,000</m>, so we must solve the equation
\begin{align*}
100,000\amp=\frac{200\left[\left(1+\frac{0.05}{12}\right)^{12t}-1\right]}{\frac{0.05}{12}}
\amp\amp\text{Isolate the expression in brackets.} \\
\frac{1}{200}\left(\frac{0.05}{12}\right)100,000\amp = \left(1+\frac{0.05}{12}\right)^{12t}-1
\amp\amp\text{Simplify. Add 1 to both sides.} \\
2.08\overline{3} + 1 \amp = (1.0041\overline{6})^{12t}
\amp\amp\text{Take the log of both sides.}\\
\log 3.08\overline{3} \amp = 12t\log(1.0041\overline{6})
\amp\amp\text{Solve for } t.\\
t\amp = \frac{\log 3.08\overline{3}}{12\log(1.0041\overline{6})}\\
\amp\approx 22.6
\end{align*}
Greta must contribute for over <m>22</m> years in order to accumulate <dollar/><m>100,000</m>.
</li>
</ol>
</solution>
</example>
<exercise xml:id="exercise-future-value"><statement>
<p>
Rufus is saving for a new car. He puts <dollar/><m>2500</m> a year into an account that pays <m>4</m><percent/> interest compounded annually. How many years will it take him to accumulate <dollar/><m>20,000</m>? (Round up to the next whole year.)
</p>
</statement>
<answer><p><m>8</m> years</p></answer>
</exercise>
<p>
In <xref ref="example-future-value" text="type-global"/>, we knew the monthly deposits into the annuity and calculated how much the sum of all the deposits (plus interest) would be in the future. Now imagine that you have just retired and you want to begin drawing monthly payments from your retirement fund. The total amount accumulated in your fund is now its <term>present value</term>, and that amount must cover your future withdrawal payments.
</p>
<assemblage xml:id="assemblage-present-value"><title>Present Value of an Annuity</title>
<p>
If you wish to receive <m>n</m> payments per year for <m>t</m> years from a fund that earns interest rate <m>r</m> compounded <m>n</m> times per year, the <term>present value</term><idx>present value</idx>, <m>PV</m>, of the annuity must be
<me>PV =\frac{P\left[1-\left(1+\frac{r}{n}\right)^{-nt}\right]}{\frac{r}{n}}</me>
where each payment is <m>P</m> dollars.
</p>
</assemblage>
<example xml:id="example-present-value">
<p>
Candace Welthy is setting up a college fund for her nephew Delbert that will provide <dollar/><m>400</m> a month for the next <m>5</m> years. If the interest rate is <m>4</m><percent/> compounded monthly, how much money should she deposit now to cover the fund?
</p>
<solution>
<p>
We would like to find the present value of an annuity in which <m>P = 400</m>, <m>r = 0.04</m>, <m>n = 12</m>, and <m>t = 5</m>. Substituting these values into the formula gives
\begin{align*}
PV \amp = \frac{400\left[1-\left(1+\frac{0.04}{12}\right)^{-(12)(5)}\right]}{\frac{0.04}{12}}\\
\amp= \frac{400[1 - (1.00\overline{3})]^{-60}}{0.00\overline{3}}\\
\amp= 21,719.63
\end{align*}
Delbert's Aunt Welthy should deposit <dollar/><m>21,719.63</m>.
</p>
</solution>
</example>
<p>
Payments on a loan, such as a home mortgage, are also an annuity, but in this case the monthly payments do not collect interest; instead, we must pay interest on the present value of the loan. Repaying a loan (plus interest) by making a sequence of equal payments is called <term>amortizing</term><idx>amortize</idx> the loan.
</p>
<exercise xml:id="exercise-amortize"><statement>
<p>
Use the formula for the present value of an annuity to calculate your monthly mortgage payment on a home loan of <dollar/><m>250,000</m> amortized over <m>30</m> years at <m>6</m><percent/> interest compounded monthly.
</p>
</statement>
<answer><p><m>\$1498.88</m></p></answer>
</exercise>
</subsection>
<xi:include href="./summary-4-5.xml" /> <!-- summary -->
<xi:include href="./section-4-5-exercises.xml" /> <!-- exercises -->
</section>
<!-- </book> </mathbook> -->