forked from byoshiwara/mfg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchap5.xml
More file actions
72 lines (66 loc) · 2.99 KB
/
chap5.xml
File metadata and controls
72 lines (66 loc) · 2.99 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
<?xml version="1.0" encoding="UTF-8" ?>
<!-- <mathbook><book> -->
<chapter xml:id="chap5" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Logarithmic Functions</title>
<introduction>
<sidebyside width="60%" margins="0% 40%"><image source="images/neurons"><description>neurons, 3D4Medicalcom/Getty Images</description></image></sidebyside>
<p>
In <xref ref="chap4" text="type-global"/>, we used logarithms to solve exponential equations. In this chapter, we consider logarithmic functions as models in their own right. We also study another base for exponential and logarithmic functions, the natural base <m>e</m>, which is the most useful base for many scientific applications.
</p>
<p>
In 1885, the German philosopher Hermann Ebbinghaus conducted one of the first experiments on memory, using himself as a subject. He memorized lists of nonsense syllables and then tested his memory of the syllables at intervals ranging from 20 minutes to 31 days. After one hour, he remembered less than 50<percent/> of the items, but he found that the rate of forgetting leveled off over time. He modeled his data by the function
<me>y = \frac{184}{2.88 \log t + 1.84}</me>
</p>
<sidebyside>
<tabular top="major" halign="center" right="minor" left="minor" bottom="minor">
<row bottom="minor">
<cell>Time elapsed</cell>
<cell>Percent remembered</cell>
</row>
<row>
<cell><m>20</m> minutes</cell>
<cell><m>58.2\%</m></cell>
</row>
<row>
<cell><m>1</m> hour</cell>
<cell><m>44.2\%</m></cell>
</row>
<row>
<cell><m>9</m> hours</cell>
<cell><m>35.8\%</m></cell>
</row>
<row>
<cell><m>1</m> day</cell>
<cell><m>33.7\%</m></cell>
</row>
<row>
<cell><m>2</m> days</cell>
<cell><m>27.8\%</m></cell>
</row>
<row>
<cell><m>6</m> days</cell>
<cell><m>25.4\%</m></cell>
</row>
<row>
<cell><m>31</m> days</cell>
<cell><m>21.1\%</m></cell>
</row>
</tabular>
<image source="images/fig-Ebbinghaus">
<description>
forgettng curve
</description>
</image>
</sidebyside>
<p>
Ebbinghaus's model uses a logarithmic function. The graph of the data is called the "forgetting curve." Ebbinghaus's work, including his application of the scientific method to his research, provides part of the foundation of modern psychology.
</p>
</introduction>
<xi:include href="./section-5-1.xml" /> <!-- Inverse Functions -->
<xi:include href="./section-5-2.xml" /> <!-- Logarithmic Functions -->
<xi:include href="./section-5-3.xml" /> <!-- The Natural Base -->
<xi:include href="./section-5-4.xml" /> <!-- Logarithmic Scales -->
<xi:include href="./chap5-summary.xml" /> <!-- Summary and Review-->
<xi:include href="./chap5-rev-projects.xml" /> <!-- projects -->
</chapter>
<!-- </book> </mathbook> -->