Exponential growth versus linear growth II
Task
Using a scientific calculator, Alex makes the following table listing values of (1.001)^x and 2x for a few inputs:
x | (1.001)^x | 2x |
---|---|---|
1 | 1.001 | 2 |
10 | 1.01004512 | 20 |
50 | 1.05124483 | 100 |
100 | 1.10511570 | 200 |
500 | 1.64830942 | 1000 |
Alex concludes from the table that the values of 2x grow faster than the values of 1.001^{x} so that 2x > (1.001)^x
IM Commentary
Exponential functions with a base larger than one eventually exceed in value any given linear (or polynomial) function if the value of the input is sufficiently large. When the base is very close to 1, however, the exponential function will look like a linear function for small values of x: (1+a)^x is approximately equal to 1 + a x for small values of x. The closer a is to zero, the larger the range of values of x for which this approximation applies. In this problem, a = \frac{1}{1000} and once x is 500, the value of (1.001)^x is noticeably different from 1 + \frac{x}{1000}.
Although a calculator can and should be used on this problem, more value will be gained from the task by thinking about the function values than by simply having a calculator plot graphs. This aspect of the task is emphasized in the second solution.
Solutions
Solution: 1. Continuing the table
Notice in the table that for the smaller values of x which Alex has plugged in, 1.001^x grows roughly like 1 + \frac{x}{1000}.
x | 1.001^x | 2x |
---|---|---|
1000 | 2.71692393 | 2000 |
5000 | 148.0428362 | 10000 |
10000 | 21916.68134 | 20000 |
Continuing the table would reveal that the accelerating growth of 1.001^x persists as larger and larger x values are plugged in.
Solution: 2. Estimation
A scientific calculator is not necessary to find a value of x where 1.001^x > 2x.
Choose x = 1000n where n satisfies 2^n > 2000n.
Exponential growth versus linear growth II
Using a scientific calculator, Alex makes the following table listing values of (1.001)^x and 2x for a few inputs:
x | (1.001)^x | 2x |
---|---|---|
1 | 1.001 | 2 |
10 | 1.01004512 | 20 |
50 | 1.05124483 | 100 |
100 | 1.10511570 | 200 |
500 | 1.64830942 | 1000 |
Alex concludes from the table that the values of 2x grow faster than the values of 1.001^{x} so that 2x > (1.001)^x