-
Notifications
You must be signed in to change notification settings - Fork 1
/
765244df-9f42-43e4-a475-b17e95d9f456.html
65 lines (65 loc) · 3.45 KB
/
765244df-9f42-43e4-a475-b17e95d9f456.html
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
<h4>More Exponential Models</h4>
<p>The graph shows the amount of a chemical in a patient’s body at different times, measured in hours since the levels were first checked.</p>
<p>Could the amount of this chemical in the patient be decaying exponentially? Explain how you know.</p>
<p><img alt="Graph of a function on grid, origin O. Horizontal axis, time in hours, from 0 to 8 by 1's. Vertical axis, chemical in milligrams, from 0 to 1,200 by 200's.<br> Labeled plotted coordinates as follows: 0 comma 1,000, 1 comma 600, 2 comma 360, with 6 additional points plotted following a similar trend." src="https://k12.openstax.org/contents/raise/resources/6067169e5114ec7c6decefb23c92843d3d582b07"></p>
<p>The graph does seem to have the shape of exponential decay. To confirm if the chemical in the patient is decaying exponentially, you can find the growth factor. Since terms are usually multiplied by the growth factor, you can divide consecutive terms to see if there is the same growth factor each time.</p>
<p>Since \(\frac{600}{1000}=\frac{360}{600}=\frac{6}{10}\), the growth factor is \(\frac{6}{10}\). Therefore, it is decaying exponentially, and the equation is \(y = 1000 (\frac{6}{10})^x\), where \(y\) is the amount of chemical in mg in the patient and \(x\) is the time in hours.</p>
<p>As the time continues, the amount of chemical in the patient is approaching 0 mg. We can see this in the graph as the data points approach the \(x\)-axis where \(y = 0\). The equation of the line that the data points approach is called the asymptote. In this example it is \(y = 0\).
</p>
<h4>Try It: More Exponential Models</h4>
<div class="os-raise-ib-cta" data-button-text="Solution" data-fire-event="Reveal1" data-schema-version="1.0">
<div class="os-raise-ib-cta-content">
<p>The following table represents the number of people who have read a book. Does the table represent exponential growth? Be prepared to show your reasoning.</p>
<table class="os-raise-midsizetable">
<thead>
<tr>
<th scope="col">Number of Months</th>
<th scope="col">Number of People who have Read a Book</th>
</tr>
</thead>
<tbody>
<tr>
<td>
0
</td>
<td>
300
</td>
</tr>
<tr>
<td>
1
</td>
<td>
600
</td>
</tr>
<tr>
<td>
2
</td>
<td>
1200
</td>
</tr>
<tr>
<td>
3
</td>
<td>
2400
</td>
</tr>
</tbody>
</table>
<br>
</div>
<div class="os-raise-ib-cta-prompt">
<p>Write down your answer, then select the <strong>solution</strong> button to compare your work. </p>
</div>
</div>
<div class="os-raise-ib-content" data-schema-version="1.0" data-wait-for-event="Reveal1">
<p>Compare your answer:</p>
<p>Here is how to check the table to see if it represents an exponential relationship:</p>
<p>Just like the values of a graph, you can divide consecutive terms to find the growth factor. If each set of consecutive terms has the same ratio, the relationship is exponential. In this situation, dividing consecutive terms results in \(\frac{600}{300}=\frac{1200}{600}=\frac{2400}{1200}=2\). Therefore, the situation represents exponential growth and can also be represented by the equation \(y= 300(2)^x\), where \(y\) is the number of people who have read a book and \(x\) is the number of months.</p>
</div>