forked from byoshiwara/mfg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchap2.xml
More file actions
199 lines (191 loc) · 12.1 KB
/
chap2.xml
File metadata and controls
199 lines (191 loc) · 12.1 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
<?xml version="1.0" encoding="UTF-8" ?>
<!-- <mathbook><book> -->
<chapter xml:id="chap2" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Modeling with Functions</title>
<introduction>
<sidebyside width="60%" margins="0% 40%"><image source="images/globe"><description>earth: Christian Michaels/Getty Images</description></image></sidebyside>
<p>World3 is a computer model developed by a team of researchers at MIT. The model tracks population growth, use of resources, land development, industrial investment, pollution, and many other variables that describe human impact on the planet.</p>
<p> The figure below is taken from <em>Limits to Growth: The 30-Year Update</em>. The graphs represent four possible answers to World3's core question: How may the global population and economy interact with and adapt to Earth's limited carrying capacity (the maximum it can sustain) over the coming decades?</p>
<sidebyside width="60%"><image source="images/world-population-limits"><description>models of world population limits</description></image></sidebyside>
<p>In this chapter, we examine the properties and features of some basic nonlinear functions and how they may be used as mathematical models.</p>
<investigation xml:id="investigation-Epidemics"><title>Epidemics</title>
<statement>
<p>
A contagious disease whose spread is unchecked can devastate a confined population. For example, in the early sixteenth century Spanish troops introduced smallpox into the Aztec population in Central America, and the resulting epidemic contributed significantly to the fall of Montezuma’s empire.</p>
<p> Suppose that an outbreak of cholera follows severe flooding in an isolated town of 5000 people. Initially (on Day 0), 40 people are infected. Every day after that, 25% of those still healthy fall ill.
</p>
<ol label="1">
<li><p>At the beginning of the first day (Day 1), how many people are still healthy? <fillin characters="8" /> How many will fall ill during the first day? <fillin characters="8" /> What is the total number of people infected after the first day? <fillin characters="8" />
</p></li>
<li><p>Check your results against the first two rows of the table. Subtract the total number of infected residents from 5000 to find the number of healthy residents at the beginning of the second day. Then fill in the rest of the table for 10 days. (Round off decimal results to the nearest whole number.)
</p><p>
<sidebyside><tabular top="major" halign="center" right="minor" left="minor" bottom="minor">
<row bottom="minor">
<cell>Day</cell>
<cell>Number Healthy</cell>
<cell>New Patients</cell>
<cell>Total Infected</cell>
</row>
<row>
<cell>0</cell><cell>5000</cell><cell>40</cell><cell>40</cell>
</row>
<row>
<cell>1</cell><cell>4960</cell><cell>1240</cell><cell>1280</cell>
</row>
<row>
<cell>2</cell><cell></cell><cell></cell><cell></cell>
</row>
<row>
<cell>3</cell><cell></cell><cell></cell><cell></cell>
</row>
<row>
<cell>4</cell><cell></cell><cell></cell><cell></cell>
</row>
<row>
<cell>5</cell><cell></cell><cell></cell><cell></cell>
</row>
<row>
<cell>6</cell><cell></cell><cell></cell><cell></cell>
</row>
<row>
<cell>7</cell><cell></cell><cell></cell><cell></cell>
</row>
<row>
<cell>8</cell><cell></cell><cell></cell><cell></cell>
</row>
<row>
<cell>9</cell><cell></cell><cell></cell><cell></cell>
</row>
<row>
<cell>10</cell><cell></cell><cell></cell><cell></cell>
</row>
</tabular>
</sidebyside></p>
<image source="images/fig-epidemiology" width="55%">
<description>
grid
</description>
</image>
</li>
<li><p>Use the last column of the table to plot the total number of infected residents, <m>I</m>, against time, <m>t</m>. Connect your data points with a smooth curve.</p></li>
<li><p>Do the values of <m>I</m> approach some largest value? Draw a dotted horizontal line at that value of <m>I</m>. Will the values of <m>I</m> ever exceed that value?
</p></li>
<li><p>What is the first day on which at least 95<percent /> of the population is infected?
</p></li>
<li><p>Look back at the table. What is happening to the number of new patients each day as time goes on? How is this phenomenon reflected in the graph? How would your graph look if the number of new patients every day were a constant?
</p></li>
<li><p>Summarize your work: In your own words, describe how the number of residents infected with cholera changes with time. Include a description of your graph.
</p></li>
</ol></statement>
</investigation>
<investigation xml:id="investigation-Perimeter-and-Area"><title>Perimeter and Area</title>
<statement>
<sidebyside widths="45% 25%"><p>
Do all rectangles with the same perimeter, say 36 inches, have the same area? Two different rectangles with perimeter 36 inches are shown in <xref ref="fig-area-perimeter" text="type-global" />. The first rectangle has base 10 inches and height 8 inches, and its area is 80 square inches. The second rectangle has base 12 inches and height 6 inches. Its area is 72 square inches.</p>
<figure xml:id="fig-area-perimeter"><caption></caption><image source="images/fig-area-perimeter"><description>rectangles</description></image></figure>
</sidebyside>
<p>Part I</p>
<sidebyside widths="50% 30%"><p>
<ol label="1">
<li><p>The table shows the bases of various rectangles, in inches. Each rectangle has a perimeter of <m>36</m> inches. Fill in the height and the area of each rectangle. (To find the height of the rectangle, reason as follows: The base plus the height makes up half of the rectangle's perimeter.)
</p></li>
<li><p>What happens to the area of the rectangle when we change its base but still keep the perimeter at <m>36</m> inches? Plot the points with coordinates (Base, Area). (For this graph, we will not use the heights of the rectangles.) The first two points, <m>(10, 80)</m> and <m>(12, 72)</m>, are shown. Connect your data points with a smooth curve.
</p></li>
<li><p>What are the coordinates of the highest point on your graph?</p></li>
</ol></p>
<p><tabular top="major" halign="center" right="minor" left="minor" bottom="minor">
<row bottom="minor">
<cell>Base</cell>
<cell>Height</cell>
<cell>Area</cell>
</row>
<row>
<cell>10</cell><cell>8</cell><cell>80</cell>
</row>
<row>
<cell>12</cell><cell>6</cell><cell>72</cell>
</row>
<row>
<cell>4</cell><cell></cell><cell></cell>
</row>
<row>
<cell>14</cell><cell></cell><cell></cell>
</row>
<row>
<cell>5</cell><cell></cell><cell></cell>
</row>
<row>
<cell>17</cell><cell></cell><cell></cell>
</row>
<row>
<cell>9</cell><cell></cell><cell></cell>
</row>
<row>
<cell>2</cell><cell></cell><cell></cell>
</row>
<row>
<cell>11</cell><cell></cell><cell></cell>
</row>
<row>
<cell>4</cell><cell></cell><cell></cell>
</row>
<row>
<cell>16</cell><cell></cell><cell></cell>
</row>
<row>
<cell>15</cell><cell></cell><cell></cell>
</row>
<row>
<cell>1</cell><cell></cell><cell></cell>
</row>
<row>
<cell>6</cell><cell></cell><cell></cell>
</row>
<row>
<cell>8</cell><cell></cell><cell></cell>
</row>
<row>
<cell>4</cell><cell></cell><cell></cell>
</row>
<row>
<cell>13</cell><cell></cell><cell></cell>
</row>
<row>
<cell>7</cell><cell></cell><cell></cell>
</row>
</tabular></p>
</sidebyside>
<p><image source="images/fig-area-perimeter2" width="60%"><description>rectangles</description></image></p>
<p>
<p>Part II</p>
<ol label="1">
<li><p>Each point on your graph represents a particular rectangle with perimeter <m>36</m> inches. The first coordinate of the point gives the base of the rectangle, and the second coordinate gives the area of the rectangle. What is the largest area you found among rectangles with perimeter <m>36</m> inches? What is the base for that rectangle? What is its height?
</p></li>
<li><p>Give the dimensions of the rectangle that corresponds to the point <m>(13, 65)</m>.
</p></li>
<li><p>Find two points on your graph with vertical coordinate <m>80</m>.
</p></li>
<li><p>If the rectangle has area <m>80</m> square inches, what is its base? Why are there two different answers? Describe the rectangle corresponding to each answer.
</p></li>
<li><p>Now we will write an algebraic expression for the area of the rectangle in terms of its base. Let <m>x</m> represent the base of the rectangle. First, express the height of the rectangle in terms of <m>x</m>. (Hint: If the perimeter of the rectangle is <m>36</m> inches, what is the sum of the base and the height?) Now write an expression for the area of the rectangle in terms of <m>x</m>.
</p></li>
<li><p>Use your formula from part (8) to compute the area of the rectangle when the base is <m>5</m> inches. Does your answer agree with the values in your table and the point on your graph?
</p></li>
<li><p>Use your formula to compute the area of the rectangle when <m>x = 0</m> and when <m>x = 18</m>. Describe the rectangles that correspond to these data points.
</p></li>
<li><p>Continue your graph to include the points corresponding to <m>x = 0</m> and <m>x = 18</m>.
</p></li>
</ol></p>
</statement>
</investigation>
</introduction>
<xi:include href="./section-2-1.xml" /> <!-- Linear Models -->
<xi:include href="./section-2-2.xml" /> <!-- Some Basic Functions -->
<xi:include href="./section-2-3.xml"/> <!-- Transformation of Graphs -->
<xi:include href="./section-2-4.xml"/> <!-- Modeling with Functions -->
<xi:include href="./section-2-5.xml"/> <!-- Absolute Value -->
<xi:include href="./section-2-6.xml"/> <!-- Domain and Range -->
<xi:include href="./chap2-summary.xml" /> <!-- Summary and Review-->
<xi:include href="./chap2-rev-projects.xml" /> <!-- projects -->
</chapter>
<!-- </book> </mathbook> -->