-
Notifications
You must be signed in to change notification settings - Fork 1
/
5181c87b-7889-42a3-a59a-567375ce4079.html
650 lines (647 loc) · 19.1 KB
/
5181c87b-7889-42a3-a59a-567375ce4079.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
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
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
<h4>Activity (15 minutes)</h4>
<p>This activity prompts students to again compare a linear function with an exponential one, but this time without a
context, and the exponential function grows much more slowly over a long period of time. Even if students predict that
the exponential function will grow more quickly because it is exponential, they still need to decide which one reaches
2,000 first. To do that, students may try:</p>
<ul>
<li> continuing the table of values with increasingly larger values.</li>
<li> using graphing technology.</li>
<li> finding when \(f(x)=2,000\) and substituting this value \((x=1,000)\) into \(g(x)\).</li>
</ul>
<p>Making graphing and spreadsheet technology available gives students an opportunity to choose appropriate tools
strategically.</p>
<h4>Launch</h4>
<p>Present the two equations that define two functions \(f\) and \(g\): \(f(x)=2x\) and \(g(x)=(1.01)^x\). Give
students a moment to share what they notice and wonder about the functions. Ask questions such as:</p>
<ul>
<li>“What is happening in the first function? What about in the second function?”</li>
<li>“Which function do you think will reach a value of 2,000 first?”</li>
</ul>
<br>
<div class="os-raise-extrasupport">
<div class="os-raise-extrasupport-header">
<p class="os-raise-extrasupport-title"> Support for English Language Learners</p>
<p class="os-raise-extrasupport-name">MLR 7 Compare and Connect: Representing, Conversing</p>
</div>
<div class="os-raise-extrasupport-body">
<p>
Ask students to prepare a visual display that shows their mathematical thinking in response to the question,
“Which function do you think will reach a value of 2,000 first?” Invite previously identified students
to share their representations. In groups of 2, ask students to compare their strategies and discuss how the
strategies are the same or different. Consider using the prompt: “Which strategy do you believe is the most
efficient in determining a solution?” Listen for and amplify observations of advantages and disadvantages to
different approaches, such as using a particular approach for a certain time interval. This will help students
connect different approaches and determine the effectiveness of each one through partner and whole-class discussion.</p>
<p class="os-raise-text-italicize">Design Principle(s): Cultivate conversation; Maximize meta-awareness</p>
</div>
</div>
<br>
<div class="os-raise-extrasupport">
<div class="os-raise-extrasupport-header">
<p class="os-raise-extrasupport-title">Support for Students with Disabilities</p>
<p class="os-raise-extrasupport-name">Action and Expression: Provide Access for Physical Action </p>
</div>
<div class="os-raise-extrasupport-body">
<p>
Provide access to tools and assistive technologies, such as a graphing calculator or graphing software. Some
students may benefit from a checklist or list of steps to be able to use the calculator or software </p>
<p class="os-raise-text-italicize">Supports accessibility for: Organization; Conceptual processing; Attention</p>
</div>
</div>
<br>
<h4>Student Activity</h4>
<p>Consider the functions \(f(x)=2x\) and \(g(x)=(1.01)^x\).<br></p>
<ol class="os-raise-noindent">
<li> Complete the table of values for the functions \(f\) and \(g\). </li>
</ol>
<table class="os-raise-midsizetable">
<thead>
<tr>
<th scope="col">
\(x\)
</th>
<th scope="col">
\(f(x)\)
</th>
<th scope="col">
\(g(x)\)
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
1
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
10
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
50
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
100
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
500
</td>
<td>
</td>
<td>
</td>
</tr>
</tbody>
</table>
<br>
<p class="os-raise-text-bold">Answer: </p>
<table class="os-raise-midsizetable">
<thead>
<tr>
<th scope="col">
\(x\)
</th>
<th scope="col">
\(f(x)\)
</th>
<th scope="col">
\(g(x)\)
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
1
</td>
<td>
2
</td>
<td>
1.01
</td>
</tr>
<tr>
<td>
10
</td>
<td>
20
</td>
<td>
~1.10
</td>
</tr>
<tr>
<td>
50
</td>
<td>
100
</td>
<td>
~1.645
</td>
</tr>
<tr>
<td>
100
</td>
<td>
200
</td>
<td>
~2.7
</td>
</tr>
<tr>
<td>
500
</td>
<td>
1,000
</td>
<td>
~144.8
</td>
</tr>
</tbody>
</table>
<br>
<ol class="os-raise-noindent" start="2">
<li> Based on the table of values, which function do you think grows faster? Be prepared to show your reasoning. <br>
<br>
<strong>Answer:</strong> For example: \(f\)<em> </em>is growing faster for the values
of \(x\) in the table, but as \(x\) increases, \(g\) starts to grow faster. So
as \(x\) increases, \(g\) may eventually grow faster than \(f\).
</li>
</ol>
<ol class="os-raise-noindent" start="3">
<li> Which function do you think will reach a value of 2,000 first? Show your reasoning. If you get stuck, consider
increasing \(x\) by 100 a few times and record the function values in the table. <br>
<br>
<strong>Answer:</strong> When \(x\) is 600, \(f(600)=1,200\) and \(g(600) \approx 392\), so \(f\) takes a
larger value. When \(x\) is 700, \(f(700)=1,400\) and \(g(700) \approx 1,059\), so \(f\) still takes a
larger value. But when \(x\) is 800, \(f(800)=1,600\) and \(g(800) \approx 2,865\), so \(g\) takes a
larger value.
</li>
</ol>
<h4>Student Facing Extension</h4>
<h5>Are you ready for more?</h5>
<p>Consider the functions \(g(x)=x^5\) and \(f(x)=5^x\). While it is true that \(f(7)>g(7)\), for example, it is hard
to check this using mental math. Find a value of \(x\) for which properties of exponents allow you to conclude that
\(f(x)>g(x)\) without a calculator.<br><br>
<strong>Answer: </strong>Your answer may vary, but here are some samples: One example is \(x=25\). We have
\(f(25)=5^{25}\), whereas \(g(25)=25^5=(5^2)^5=5^{10}\), which is certainly smaller than \(5^{25}\).
</p>
<h4>Activity Synthesis</h4>
<p>Select students who used contrasting approaches to share. The exponential function \(g\) <span>grows
sufficiently slowly that it looks like it will not catch up with or ever overtake the linear function \(f\). This is
true when using a table of values as well as when using a graph. Invite students who used contrasting methods to
share, in the order shown in the Activity Narrative.</span></p>
<p>Emphasize that the table needs to be continued for a long time to identify when the values of \(g\) become greater
than those of \(f\). Similarly, the window of the graph needs to be chosen carefully. A very efficient method is to
identify that \(f(1,000)=2,000\) and then evaluate \(g(1,000)\). Since \(g(1,000)\) is much greater than 2,000, \(g\)
reaches 2,000 first.</p>
<p>If not already illustrated by students who used graphing, graph the functions in Desmos and set the domain values to
\( 0 \leq x \leq 7 \) and the range values to \(-100 \leq y \leq 20000\). </p>
<p>Though for quite a while it doesn’t seem like the values of \(g\) would ever catch up with those
of \(f\)<em>,</em> if the growth is allowed to take place long enough, exponential eventually surpasses linear.
</p>
<h3> 5.14.3: Self Check </h3>
<p class="os-raise-text-bold"><em>After the activity, students will answer the following question to check their
understanding of the concepts explored in the activity.</em></p>
<p class="os-raise-text-bold">QUESTION:</p>
<p>Terence looked down the second column of the table below and noticed that
\(\frac{3}{1}=\frac{9}{3}=\frac{27}{9}=\frac{81}{27}\). Because of his observation, he claimed that the input-output
pairs in this table could be modeled with an exponential function. Explain why Terence is correct or incorrect.
</p>
<table class="os-raise-skinnytable">
<thead>
<tr>
<th scope="col">
\(x\)
</th>
<th scope="col">
\(T(x)\)
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
0
</td>
<td>
1
</td>
</tr>
<tr>
<td>
1
</td>
<td>
3
</td>
</tr>
<tr>
<td>
4
</td>
<td>
9
</td>
</tr>
<tr>
<td>
13
</td>
<td>
27
</td>
</tr>
<tr>
<td>
40
</td>
<td>
81
</td>
</tr>
</tbody>
</table>
<br>
<br>
<table class="os-raise-textheavytable">
<thead>
<tr>
<th scope="col">
Answers
</th>
<th scope="col">
Feedback
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
Terence is correct: Terms in a table that are connected by a factor are exponential.
</td>
<td>
Incorrect. Let’s try again a different way: Terms in an exponential table are connected by a factor, but
the terms are not consecutive. If you look at this table, the<em> \(x\)</em>-values are not increasing by 1. The
answer is Terence is incorrect. This table represents a linear relationship since the ratio of change of each
row is consistent.
</td>
</tr>
<tr>
<td>
Terence is correct: This table can be modeled by \(y=1(3)^x\).
</td>
<td>
Incorrect. Let’s try again a different way: This table would be represented by this equation if the terms
were consecutive. The \(x\)<i>-</i>values are not increasing by 1 each time. The answer is Terence is incorrect.
This table represents a linear relationship since the ratio of change of each row is consistent.
</td>
</tr>
<tr>
<td>
Terence is incorrect: This table represents points that do not have an exponential or linear relationship
because the \(x\) and \(y\) change by different amounts.
</td>
<td>
Incorrect. Let’s try again a different way: The table represents a linear relationship, not an exponential
relationship. The answer is Terence is incorrect. This table represents a linear relationship since the ratio of
change of each row is consistent.
</td>
</tr>
<tr>
<td>
Terence is incorrect: This table represents a linear relationship since the ratio of change of each row is
consistent.
</td>
<td>
That’s correct! Check yourself: Since the \(x\)-values are not increasing by 1 each time, you need to
check the ratio of the rate of change. Since \(\frac{2}{1}=\frac{6}{3}=\frac{18}{9}=\frac{54}{27}\), this is a
linear relationship.
</td>
</tr>
</tbody>
</table>
<br>
<h3>5.14.3: Additional Resources</h3>
<p class="os-raise-text-bold"><em>The following content is available to students who would like more support based on
their experience with the self check. Students will not automatically have access to this content, so you may wish
to share it with those who could benefit from it.</em></p>
<h4>Determining and Comparing Linear and Exponential Functions</h4>
<p>Mr. Smith has an apple orchard. He hires his daughter, Lucy, to pick apples and offers her two payment options:</p>
<p>Option A: $1.50 per bushel of apples picked</p>
<p>Option B: 1 cent for coming to work, 3 cents picking one bushel, 9 cents for picking two bushels, 27 cents for
picking three bushels, and so on, with the amount of money tripling for each additional bushel picked</p>
<ol class="os-raise-noindent">
<li> Which option is linear, and which option is exponential? How do you know? </li>
<li> Create a table to model each scenario. </li>
<li> If she picks 6 bushels, which option is better? </li>
<li> If she picks 12 bushels, which option is better? </li>
<li> How many bushels does she need to pick for Option B to be better than Option A? </li>
</ol>
<p>Let’s first think about linear and exponential functions in general. Let’s also consider Option A and B
when \(x\) represents the bushels of apples picked and \(f(x)\) represents the total amount she earns based on \(x\)
bushels of apples.</p>
<ol class="os-raise-noindent">
<li> Since Option A is $1.50 per bushel picked, it is linear. For Option B, the amount of money is tripling for each
bushel picked, so it is exponential. </li>
</ol>
<table class="os-raise-doubleheadertable">
<thead>
<tr>
<th scope="col"></th>
<th scope="col">Linear Model</th>
<th scope="col">Exponential Model</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">General Form</th>
<td>
\(f(x)=ax+b\)
</td>
<td>
\(f(x)=a(b)^x\)
</td>
</tr>
<tr>
<th scope="row">Meaning of Parameters \(a\) and \(b\)</th>
<td>
\(a\) is the slope of the line or the constant rate of change; \(b\) is the \(y\)-intercept or the
\(f(x)\) value at \(x=0\).
</td>
<td>
\(a\) is the \(y\)-intercept or the \(f(x)\) value when \(x=0\); \(b\) is the base or the constant quotient
of change.
</td>
</tr>
<tr>
<th scope="row">Example</th>
<td>
\(f(x)=1.50x\)
</td>
<td>
\(f(x)=.01(3)^x\)
</td>
</tr>
<tr>
<th scope="row"> Rule for Finding \(f(x+1)\) from \(f(x)\)</th>
<td>
Starting at \((0,0)\), to find \(f(x+1)\), add 1.5 to \(f(x)\).
</td>
<td>
Starting at \((0,0.1)\), to find \(f(x+1)\), multiply \(f(x)\) by 3.
</td>
</tr>
</tbody>
</table>
<br>
<div class="os-raise-d-flex os-raise-justify-content-between"><table class="os-raise-skinnytable">
<caption>Linear Model</caption>
<thead>
<tr>
<th scope="col">\(x\)</th>
<th scope="col">\(f(x)\)</th>
</tr>
</thead>
<tbody>
<tr>
<td> 0 </td>
<td> 0 </td>
</tr>
<tr>
<td> 1 </td>
<td> 1.50 </td>
</tr>
<tr>
<td> 2 </td>
<td> 3.00 </td>
</tr>
<tr>
<td> 3 </td>
<td> 4.50 </td>
</tr>
</tbody>
</table>
<table class="os-raise-skinnytable">
<caption>Exponential Model</caption>
<thead>
<tr>
<th scope="col">\(x\)</th>
<th scope="col">\(f(x)\)</th>
</tr>
</thead>
<tbody>
<tr>
<td> 0 </td>
<td> 0.01 </td>
</tr>
<tr>
<td> 1 </td>
<td> 0.03 </td>
</tr>
<tr>
<td> 2 </td>
<td> 0.09 </td>
</tr>
<tr>
<td> 3 </td>
<td> 0.27 </td>
</tr>
</tbody>
</table></div>
<br>
<ol class="os-raise-noindent" start="2">
<li> To create the table for Option A, added $1.50 to each consecutive term. To create the table for Option B,
multiply each term by 3 to get the next term. </li>
</ol>
<p>Option A table </p>
<table class="os-raise-midsizetable">
<thead>
<tr>
<th scope="col">
Number of bushels
</th>
<th scope="col">
Amount of money earned
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
1
</td>
<td>
1.50
</td>
</tr>
<tr>
<td>
2
</td>
<td>
3.00
</td>
</tr>
<tr>
<td>
3
</td>
<td>
4.50
</td>
</tr>
<tr>
<td>
4
</td>
<td>
6.00
</td>
</tr>
<tr>
<td>
5
</td>
<td>
7.50
</td>
</tr>
<tr>
<td>
6
</td>
<td>
9.00
</td>
</tr>
</tbody>
</table>
<br>
<p> B table</p>
<table class="os-raise-midsizetable">
<thead>
<tr>
<th scope="col">
Number of bushels
</th>
<th scope="col">
Amount of money earned
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
1
</td>
<td>
0.03
</td>
</tr>
<tr>
<td>
2
</td>
<td>
0.09
</td>
</tr>
<tr>
<td>
3
</td>
<td>
0.27
</td>
</tr>
<tr>
<td>
4
</td>
<td>
0.81
</td>
</tr>
<tr>
<td>
5
</td>
<td>
2.43
</td>
</tr>
<tr>
<td>
6
</td>
<td>
7.29
</td>
</tr>
</tbody>
</table>
<br>
<ol class="os-raise-noindent" start="3">
<li> To determine which scenario is better when she picks 6 bushels, you can look at the values in your table, or you
can write the equation modeling each scenario and substitute in 6 for \(x\). For 6 bushels, Option A is better at
$9.00. </li>
</ol>
<ol class="os-raise-noindent" start="4">
<li> To determine which scenario is better when she picks 12 bushels, you can extend the table or use the graph or
equation. Option A is $18.00 for 12 bushels, and Option B is $5,314.41 for 12 bushels, so Option B is better. </li>
</ol>
<ol class="os-raise-noindent" start="5">
<li> To determine where Option B becomes the better option, you can extend the table, or you can graph the functions
and find the \(x\)-value where Option B surpasses Option A. You can also use problems 3 and 4 to help you. The
number of bushels is more than 6 but less than 12. Option B is better if you are going to pick 7 or more bushels of
apples. </li>
</ol>
<h4>Try It: Determining and Comparing Linear and Exponential Functions</h4>
<p>Jayden has a dog-walking business. He has two plans. Plan 1 includes walking a dog once a day for a rate of $5 per
day. Plan 2 also includes one walk a day but charges 1 cent for 1 day, 2 cents for 2 days, 4 cents for 3 days, and 8
cents for 4 days, and it continues to double for each additional day. Mrs. Maroney needs Jayden to walk her dog every
day for two weeks. Which plan should she choose? Show the work to justify your answer.</p>
<p>Write down your answer, then select the <strong>solution</strong> button to compare your work.</p>
<h5> Solution</h5>
<p>Here is how to determine which of Jayden’s plans Mrs. Maroney should choose:</p>
<p>Plan 1 is a linear plan since it’s $5 per day. Plan 2 is doubling each day, so it is an exponential plan. Every
other example has shown us that the exponential plan is going to be greater eventually. Since Mrs. Maroney needs
Jayden for 2 weeks, or 14 days, we need to determine when Plan 2 becomes greater than Plan 1.</p>
<p>Plan 1 for 14 days would be:</p>
<p>\(5+5+5+5+5+5+5+5+5+5+5+5+5+5 = 5 \cdot 14 = $70\)</p>
<p>Plan 2 for 14 days would be:</p>
<p>\(.01 \cdot 2 \cdot 2 \cdot 2 \cdot 2 \cdot 2 \cdot 2 \cdot 2 \cdot 2 \cdot 2 \cdot 2 \cdot 2 \cdot 2 \cdot 2 =
.01(2)^{14} =$163.84\)</p>
<p>Plan 1 would be better for Mrs. Maroney.</p>