Suppose a piece of paper is \frac{1}{500} inch thick.
Suppose you tear it in half and stack the halves.
The height of your stack would be \frac{2}{500} inches thick, right?
Suppose you tear it in half and stack the halves 50 times? How high will the stack be?
Here's a little program that will spell out step by step the resulting heights:
|
|
So, if the moon is roughly 250,000 miles away, ...
We can also write an exponential function h(x) that will calculate the height of the stack after n tears:
|
|
|
|
|
|
Exponential functions have the form f(x) = a \cdot b^x.
The coefficient a represents an initial amount, such as the thickness of our piece of paper, and b represents a growth factor.
b > 1 represents exponential growth, and 0 < b < 1 represents exponential decay. b = 1 would simply produce a constant value.
Click to the left again to hide and once more to show the dynamic interactive window |
|
|