Difference between revisions of "Exponential growth and decay models"
Rylee.taylor (talk | contribs) (added Exponential growth and decay models notes by professor Esparza) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | * [https://mathresearch.utsa.edu/wikiFiles/MAT1093/Exponential%20growth%20and%20decay%20models/ Exponential growth and decay models]. Written notes created by Professor Esparza, UTSA. | + | See also: ''[[Exponential Growth and Decay]]'' |
+ | |||
+ | ==The Natural Functions== | ||
+ | [[Image:Lnex.svg||right]] | ||
+ | ===The Natural Exponent Function=== | ||
+ | The base ''e'' is a transcendental function defined by an infinite series, which approximately is 2.71828: | ||
+ | |||
+ | <math>e = \sum_{n = 0}^\infty \frac{1}{n!} = \frac{1}{0!} + \frac{1}{1!} + \frac{1}{2!} + \frac{1}{3!} + \frac{1}{4!} + \cdots</math>. | ||
+ | |||
+ | ''e'' is one of the most important number in mathematics because of its use in most natural growth processes calculations. Since it is an exponential function it follows all the laws of exponential functions. The natural exponent is the inverse function of natural logarithm, so that <math>e^{\ln x} = x\,</math>. On the right is the graph of <math>e^x\,</math>. | ||
+ | |||
+ | ===The Natural Logarithm=== | ||
+ | The natural log is a logarithmic function with the base ''e'': <math>\log_e x\,</math>. It has a special notation of <math>\ln x\,</math>. Since the natural logarithm is a logarithmic function it follows all the laws of logarithmic functions. The natural logarithm is the inverse function of natural exponent, so that <math>\ln e^x = x\,</math>. On the right is the graph of <math>\ln x\,</math>. | ||
+ | |||
+ | ===Exponential growth and decay=== | ||
+ | One of the primary usage of the natural functions is the calculation of natural growth or decay, which can be calculated using the following formula: <math>y\left(t\right)=y_0e^{kt}\,</math>, where y(t) is the final value, <math>y_0</math> is the initial value, k is the growth constant, t is the elapsed time. One special decay is the half life of an element there k is defined as: <math>k = - \frac {\ln 2}{\mbox{half-life}}</math>. Exponential growth and decay have a very broad range of applications from measuring the growth bacteria colony to calculating involving interest. | ||
+ | |||
+ | ====Example of Exponential Growth==== | ||
+ | A bacterial colony was started with 200 bacteria, in 2 hours the colony has grown to 600 bacteria. Predict the quantity of bacteria in the colony in 6 hours? | ||
+ | |||
+ | From this we know: | ||
+ | *y(t) = 600 | ||
+ | *<math>y_0</math> = 200 | ||
+ | *k = x | ||
+ | *t = 2 | ||
+ | |||
+ | Now we substitute the values into the formula: | ||
+ | |||
+ | <math>600 = 200e^{2k}\,</math> | ||
+ | |||
+ | Now we ensure that ''e'' is alone: | ||
+ | |||
+ | <math>\frac {600}{200} = e^{2x}\,</math> | ||
+ | |||
+ | Since ln is the inverse function we use it to remove the base e. | ||
+ | |||
+ | <math>\ln 3 = \ln e^{2x}\,</math> | ||
+ | |||
+ | We can now solve for x. | ||
+ | |||
+ | <math>1.1 \approx 2x\,</math>, so the growth factor for the colony is approximately .55 | ||
+ | |||
+ | Now we can predict the quantity of bacteria after 6 hours. | ||
+ | |||
+ | <math>x = 200e^{6\times.55}\,</math> | ||
+ | |||
+ | <math>x = 5423\ bacteria\,</math> | ||
+ | |||
+ | ====Example of Half-life decay==== | ||
+ | |||
+ | The element Carbon-14 has a half-life of 5730 years. When will a 100 gram sample of C-14 be reduced to 20% C-14 and 80% C-12? | ||
+ | |||
+ | *y(t) = 20% * 100 = 20 | ||
+ | *<math>y_0</math> = 100 | ||
+ | *half-life = 5730 | ||
+ | *t = x | ||
+ | We substitute all knows into the function. Note the special formula for the growth constant. | ||
+ | |||
+ | <math>20 = 100e^{\left( - \frac { \ln 2}{5730} \times t \right)}</math> | ||
+ | |||
+ | Now we ensure ''e'' is alone: | ||
+ | |||
+ | <math>.2 = e^{\left(- \frac { \ln 2}{5730} \times t\right)}</math> | ||
+ | |||
+ | Since ln is the inverse function we use it to remove the base e. | ||
+ | |||
+ | <math>\ln .2 =\ln e^{\left(- \frac { \ln 2}{5730} \times t\right)}</math> | ||
+ | |||
+ | <math>\ln .2 =- \frac { \ln 2}{5730} \times t</math> | ||
+ | |||
+ | Now we rearrange the equation to isolate t. | ||
+ | |||
+ | <math>t =-5730 \frac { \ln .2}{\ln 2}</math> | ||
+ | |||
+ | Solving for t we get that the sample will be reduced to 20% C-14 and 80% C-12 after about 13304.6 years. | ||
+ | |||
+ | <math>t \approx 13304.6\ years</math> | ||
+ | |||
+ | ==Resources== | ||
+ | * [https://mathresearch.utsa.edu/wikiFiles/MAT1093/Exponential%20growth%20and%20decay%20models/Esparza%201093%20Notes%207.6.pdf Exponential growth and decay models]. Written notes created by Professor Esparza, UTSA. | ||
+ | * [https://mathresearch.utsa.edu/wikiFiles/MAT1093/Exponential%20growth%20and%20decay%20models/Esparza%201093%20Notes%207.6B.pdf Exponential growth and decay models Continued]. Written notes created by Professor Esparza, UTSA. | ||
+ | |||
+ | == Licensing == | ||
+ | Content obtained and/or adapted from: | ||
+ | * [https://en.wikibooks.org/wiki/A-level_Mathematics/OCR/C3/Special_Functions_and_Transformations Special Functions and Transformations, Wikibooks: A-level Mathematics] under a CC BY-SA license |
Latest revision as of 17:18, 28 October 2021
See also: Exponential Growth and Decay
Contents
The Natural Functions
The Natural Exponent Function
The base e is a transcendental function defined by an infinite series, which approximately is 2.71828:
.
e is one of the most important number in mathematics because of its use in most natural growth processes calculations. Since it is an exponential function it follows all the laws of exponential functions. The natural exponent is the inverse function of natural logarithm, so that . On the right is the graph of .
The Natural Logarithm
The natural log is a logarithmic function with the base e: . It has a special notation of . Since the natural logarithm is a logarithmic function it follows all the laws of logarithmic functions. The natural logarithm is the inverse function of natural exponent, so that . On the right is the graph of .
Exponential growth and decay
One of the primary usage of the natural functions is the calculation of natural growth or decay, which can be calculated using the following formula: , where y(t) is the final value, is the initial value, k is the growth constant, t is the elapsed time. One special decay is the half life of an element there k is defined as: . Exponential growth and decay have a very broad range of applications from measuring the growth bacteria colony to calculating involving interest.
Example of Exponential Growth
A bacterial colony was started with 200 bacteria, in 2 hours the colony has grown to 600 bacteria. Predict the quantity of bacteria in the colony in 6 hours?
From this we know:
- y(t) = 600
- = 200
- k = x
- t = 2
Now we substitute the values into the formula:
Now we ensure that e is alone:
Since ln is the inverse function we use it to remove the base e.
We can now solve for x.
, so the growth factor for the colony is approximately .55
Now we can predict the quantity of bacteria after 6 hours.
Example of Half-life decay
The element Carbon-14 has a half-life of 5730 years. When will a 100 gram sample of C-14 be reduced to 20% C-14 and 80% C-12?
- y(t) = 20% * 100 = 20
- = 100
- half-life = 5730
- t = x
We substitute all knows into the function. Note the special formula for the growth constant.
Now we ensure e is alone:
Since ln is the inverse function we use it to remove the base e.
Now we rearrange the equation to isolate t.
Solving for t we get that the sample will be reduced to 20% C-14 and 80% C-12 after about 13304.6 years.
Resources
- Exponential growth and decay models. Written notes created by Professor Esparza, UTSA.
- Exponential growth and decay models Continued. Written notes created by Professor Esparza, UTSA.
Licensing
Content obtained and/or adapted from:
- Special Functions and Transformations, Wikibooks: A-level Mathematics under a CC BY-SA license