Exponential Functions
Last updated
Last updated
note: migrated 18 Mar 2021
The word exponential makes this concept sound unnecessarily difficult.
A simple definition is that exponential models arise when the change in a quantity is proportional to the amount of the quantity. That is, the slope of an exponential function at any point is equal to the value of the function at any point multiplied by a number.
If a function is exponential, the relative difference between any two evenly spaced values is the same, anywhere on the graph. This is similar to linear functions where the absolute difference between any two values separated by the same x-axis distance is the same.
If you plot something on a log axis, you will notice that the distance between any two numbers with the same ratio is the equal. This preservation of the size of a ratio is the key feature of logarithms and exponentials.
Euler's Number
Exponential notation
Place value
Slope proportional to the value
Doubling time
The following things are true about Euler's number ()
Recall from place value, that if we were using a base 2 system, each of these multiplications would be the same as shifting numbers one place to the left.
The exponential is defined as a function whose slope is proportional to its value.
A property of an exponential function, is that in a given interval of time, the value increases by a fixed ratio.
How many times can you fold?
How can we express the number of pages by the number of folds?
Can we write out the pattern?
start with two
wait one year
now we have double (4)
wait another year
now we have eight (8)
how many in 5 years?
Start with $1000
Grow by 10%
Now $1100
Grow by 10%
Now $1210
The rate of change is proportional to the total number
The doubling time is constant over the entire range
What things exhibit these characteristics?
Populations
Disease spread
Credit card balances
Viruses
Exponential growth means that if you measure how long it takes a quantity to double, the time to double from any current amount will be the same.
This is in contrast to linear growth where if you wait for the amount to increase by a fixed amount, the amount will always increase by that fixed amount in that amount of time.
For linear growth, the slope of the function is a number that does not change along the function.
Draw these out in your notebook to see
What if instead of doubling every year, something fell by half each year?
A quantity loses the same fraction of itself for a given time interval
Nuclear waste
Toxins in a body
The water in a stream (baseflow)
Recall that the square root and the cube root were the inverse of the squared function and the cube function
The inverse of exponentiation is the logarithm
Properties of $e$
You have to specify your base on a computer (2, e, 10)
Inverse of exponential function
The logarithm in base 10 basically asks, if you are in base 10, how many digits?
Musical pitch
Richter scale
Vision
Sound
In each of these, we perceive or use the logarithm.
Take log of both sides
Use the logarithm as an inverse function.
The number e and the natural logarithm are connected in various places to other mathematical numbers in fascinating ways.
The natural logarithm is the area under the 1/x curve
Most scripting languages and calculators use the ^
symbol for
exponents. 2^2 = 4
.
Python uses **
for exponentiation. 2**2 = 4
Some computer programs use log
to mean the natural logarithm, not
the base 10 logarithm. Check carefully and see what your tool uses.
If you type log(10)
and get 2.3 you are not using base 10.
I call these advanced topics mainly because the notation we use to express them is intimidating. The ideas behind them are simple and are unnecessarily obscured by our notation.
P is the population
r is the rate of growth
Any equation where the change is proportional to the population is exponential growth
This relates to our earlier definitions where the percent change is constant for a given time interval.
Linear growth has the changes is constant
Here the rate of change decreases as the population gets very large
This gives an s-shaped function.
You can see an example of this curve in the gangham style video statistics on youtube.
This number expresses the time it takes for an exponential function to increase by a certain fraction.
as goes to infinity.
You've probably seen notation like or several times before. In exponential notation, our symbol for a variable, is in the exponent.
For example or .
Recall that , , , etc. So, means to multiply 2 by itself x times.
The function that is exactly equal to its slope is .
So, if the function doubles over a time, let's call it , if we wait for a time at any time, the value of the function doubles.
Zero folds makes one sheet thick
One fold is two sheets thick
The number of rabbits at the start of the generation (starting with generation zero) is
or
If then
If then
For any other number (called the base, ):
If then
If you know y and you can try different values for x until you come close to the value for y.
where