(42 intermediate revisions by 4 users not shown)
Line 1: Line 1:
=== Financial use of e ===
+
=== <math>e</math> in Compound Interest  ===
  
As discussed on the page ''[[page_3|Defining e]]'', Jacob Bernoulli discovered the value of ''e'' in 1683 while studying compound interest. However, <in progress>
+
The number <math>e</math> is important in finance for calculating compound interest. Compound interest is when interest is calculated on the sum of the principal and previously accumulated interest. This is easiest demonstrated with an example. Suppose we had a principal of $100 at an interest rate of 5%. The interest we would earn the first year would be $100 * 5% = $5 and so the amount owed would become $105. The second year, the $105 would be the new principal and interest would be calculated on that amount, which would be $105 * 5 % = $5.25. This pattern would continue on for as many years as necessary.
  
Bernoulli discovered this constant in 1683 by studying a question about compound interest, but people in far more ancient time already came up with similar question. For example, a clay tablet from Mesopotamia, dated to about 1700 B.C. and now in the Louvre, poses the following problem: How long will it take for a sum of money to double if invested at 20 percent interest rate compounded annually? We now know this could be solved by using logarithms which the Babylonians did not have.
+
The idea of compound interest was thought about even in the earliest civilizations. For example, ancient Mesopotamians asked in 1700 B.C. how long it would take money to double at a 20 percent interest rate compounded annually (Maor, 1994, pg. 23). However, they did not know the answer to this question. As discussed in the page ''[[page_3|Defining e]]'', Jacob Bernoulli's work in studying compound interest ended up giving a formula for calculating compound interest:  
Suppose we have $100 (the "principal") in bank that pays 5% interest compounded annually. At the end of one year, our balance will be 100 x 1.05 = $105. At the end of the second year the balance will therefore be 105 x 1.05 = $110.25, at the end of the third year 110.25 x 1.05 = $115.76, and so on.
+
It is easily to get the formula:
+
Cumulated money(S) Principal (P) Interest rate(r) Time(t)
+
  
 
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
 
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
 
<math>\begin{align}
 
<math>\begin{align}
   S = P\left(1+ r\right)^t
+
   P' = P\left(1+\frac rn\right)^{nt}
 
\end{align}</math>
 
\end{align}</math>
  
 +
where <math>P</math> is initial principle, <math>P'</math> is final principle, <math>r</math> is the interest rate, <math>t</math> is the number of periods, and <math>n</math> is the number of times the interest is compounded. We showed using <math> P = r = 1 </math> and <math> t = n </math> that this formula would converge to <math>e</math> when <math>n \to \infty</math>.
  
This formula is the basis of financial math,and it will apply to bank accounts, loans, mortgages, or annuities.
+
 
Since time could be other than year more precise formula would be;
+
Bernoulli's formula is the basis of financial mathematics, used to calculate loans, mortgages, annuities, etc. The value of <math>n</math> is often manipulated to account for different periods of compounding like semi-annually (2 times), quarterly (4 times), monthly (12 times), and daily (365 times).
 +
 
 +
 
 +
When we take <math>n \to \infty</math>, it is called "continuous compounding". After <math>t</math> periods, you can calculate the final principal using this formula:
  
 
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
 
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
 
<math>\begin{align}
 
<math>\begin{align}
  S = P\left(1+\frac rn\right)^nt
+
P' = Pe^{rt}
 
\end{align}</math>
 
\end{align}</math>
  
Let the annual interest rate be 100% then we have  
+
where <math>P</math> is initial principle, <math>P'</math> is final principle, <math>r</math> is the interest rate, and <math>t</math> is the number of periods. In the equation, <math>e^{rt}</math> is considered the "growth rate".
 +
 
 +
 
 +
== Rule of 72 ==
 +
 
 +
In finance, people often want to know how long it would take for their investment to double in value. For instance, how many years would it take a $100 investment to become $200 if it was compounded continuously? This question can be easily answered using the formula we stated above for calculating the final principal for continuously compounded investments. We have to solve <math>t</math> for this equation:
  
 
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
 
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
 
<math>\begin{align}
 
<math>\begin{align}
   S = P\left(1+\frac 1n\right)^n
+
   2P = Pe^{rt}
 
\end{align}</math>
 
\end{align}</math>
  
As the n increases we have:
 
{| class="wikitable"
 
|-
 
| n || (1+1/n)^n
 
  
|-
+
If we solve for <math>t</math> and <math>P = 1</math>, we get the following formula:
| 5|| 2.48832
+
 
|-
+
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
| 50 || 2.69159
+
<math>\begin{align}
|-
+
t = \frac {\ln 2}{r} = \frac{.693147}{r} =  \frac{69.3147}{100r} ≈ \frac {72}{r}
| 100|| 2.70481
+
\end{align}</math>
|-
+
 
| 100,000|| 2.71827
+
 
|-
+
Therefore, we can approximate the amount of time it would take our investment to double by using the above formula. So for example, if we had a $100 investment at an interest rate of 5% compounded continuously, we can say it would take about 14 years for the investment to become $200.  
| 1,000,000|| 2.71828
+
 
|}
+
 
 +
The "Rule of 72", as it is called, is used frequently to give a quick measure as to how long it would take for your money to double. For a more precise answer, one would use the exact formula.
 +
 
 +
 
 +
== Force of Interest ==
 +
 
 +
When there is continuous compounding, the continuous compounding interest is called the force of interest, symbolized by <math>\delta</math>. The force of interest is often a function of time and given by this formula:
 +
 
 +
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
 +
<math>\begin{align}
 +
\delta_t = \frac {a'(t)}{a(t)} = \frac {d}{dx} \ln a(t)
 +
\end{align}</math>
 +
 
 +
where <math>a(t)</math> is known as the "accumulation function".
 +
 
 +
 
 +
The accumulation function represents the ratio between the value of the investment at time <math>t</math> and the investment at time 0. Solving for <math>a(t)</math> gives us the following formula:
 +
 
 +
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
 +
<math>
 +
a(t) = e^{\int_0^t ẟ\ dx} = e^{t\delta}
 +
</math>
 +
 
  
So as n increases to infinity we could define is continuous compounding. The amount after t periods of continuous compounding can be expressed in terms of the initial amount P0 as
+
The force of interest is used widely to calculate accumulation functions that can then be applied to other calculations within financial mathematics related to loans, mortgages, annuities, etc.
<gallery>
+
File:p5.png
+
</gallery>
+
As the number of compounding periods n reaches infinity in continuous compounding, the continuous compound interest is referred to as the force of interest ẟ.
+
In financial math ,let the amount of money at time T0 be A the amount of money at T be B
+
define accumulation function a(t)is a function defined in terms of time t expressing the ratio of the value at time t (future value A) and the initial investment(present value I) 
+
  
which is '''A=a(t)I'''
 
  
The accumulation functions are often expressed in terms of e.
 
  
So we could define the force of interest as:
+
<big>References</big><br>
<gallery>
+
File:p8.png
+
</gallery>
+
  
Conversely:
+
Interest Accumulation and Time Value of Money. (n.d.). In ''Financial Mathematics for Actuaries''. Retrieved from http://mysmu.edu/faculty/yktse/FMA/S_FMA_1.pdf <br />
<gallery>
+
Maor, E. (1994). ''E: The Story of a Number.'' Princeton, NJ: Princeton University Press. Retrieved from http://webwork.utleon.edu.mx/Paginas/Libros/E%20-%20The%20Story%20of%20a%20Number.pdf <br />
File:p9.png
+
O'Connor, J. J., & Robertson, E. F. (2001, September). The number e. Retrieved from http://www-history.mcs.st-and.ac.uk/HistTopics/e.html <br />
</gallery>
+
The Rule of 72. (n.d.). In ''EE204: Business Management for Electrical Engineers and Computer Scientists''. Retrieved from http://web.stanford.edu/class/ee204/TheRuleof72.html <br />
  
easily we could get a(t):
 
<gallery>
 
File:P7.png
 
</gallery>
 
  
The force of interest is widely used in financial math to calculate loans mortgages treasure bill and annuities.
 
  
  
''References:'' <br />
 
O'Connor, J J; Robertson, E F. "The number e". MacTutor History of Mathematics. <br />
 
  
Howard Eves, An Introduction to the History of Mathematics (1964; rpt. Philadelphia: Saunders College Publishing, 1983), p. 36.
+
[[Walther_MA279_Fall2018_topic3|Back to Mysteries of the Number e]]
 
[[Category:MA279Fall2018Walther]]
 
[[Category:MA279Fall2018Walther]]

Latest revision as of 00:54, 3 December 2018

$ e $ in Compound Interest

The number $ e $ is important in finance for calculating compound interest. Compound interest is when interest is calculated on the sum of the principal and previously accumulated interest. This is easiest demonstrated with an example. Suppose we had a principal of $100 at an interest rate of 5%. The interest we would earn the first year would be $100 * 5% = $5 and so the amount owed would become $105. The second year, the $105 would be the new principal and interest would be calculated on that amount, which would be $105 * 5 % = $5.25. This pattern would continue on for as many years as necessary.

The idea of compound interest was thought about even in the earliest civilizations. For example, ancient Mesopotamians asked in 1700 B.C. how long it would take money to double at a 20 percent interest rate compounded annually (Maor, 1994, pg. 23). However, they did not know the answer to this question. As discussed in the page Defining e, Jacob Bernoulli's work in studying compound interest ended up giving a formula for calculating compound interest:

                $ \begin{align} P' = P\left(1+\frac rn\right)^{nt} \end{align} $

where $ P $ is initial principle, $ P' $ is final principle, $ r $ is the interest rate, $ t $ is the number of periods, and $ n $ is the number of times the interest is compounded. We showed using $ P = r = 1 $ and $ t = n $ that this formula would converge to $ e $ when $ n \to \infty $.


Bernoulli's formula is the basis of financial mathematics, used to calculate loans, mortgages, annuities, etc. The value of $ n $ is often manipulated to account for different periods of compounding like semi-annually (2 times), quarterly (4 times), monthly (12 times), and daily (365 times).


When we take $ n \to \infty $, it is called "continuous compounding". After $ t $ periods, you can calculate the final principal using this formula:

                $ \begin{align} P' = Pe^{rt} \end{align} $

where $ P $ is initial principle, $ P' $ is final principle, $ r $ is the interest rate, and $ t $ is the number of periods. In the equation, $ e^{rt} $ is considered the "growth rate".


Rule of 72

In finance, people often want to know how long it would take for their investment to double in value. For instance, how many years would it take a $100 investment to become $200 if it was compounded continuously? This question can be easily answered using the formula we stated above for calculating the final principal for continuously compounded investments. We have to solve $ t $ for this equation:

                $ \begin{align} 2P = Pe^{rt} \end{align} $


If we solve for $ t $ and $ P = 1 $, we get the following formula:

                $ \begin{align} t = \frac {\ln 2}{r} = \frac{.693147}{r} = \frac{69.3147}{100r} ≈ \frac {72}{r} \end{align} $


Therefore, we can approximate the amount of time it would take our investment to double by using the above formula. So for example, if we had a $100 investment at an interest rate of 5% compounded continuously, we can say it would take about 14 years for the investment to become $200.


The "Rule of 72", as it is called, is used frequently to give a quick measure as to how long it would take for your money to double. For a more precise answer, one would use the exact formula.


Force of Interest

When there is continuous compounding, the continuous compounding interest is called the force of interest, symbolized by $ \delta $. The force of interest is often a function of time and given by this formula:

                $ \begin{align} \delta_t = \frac {a'(t)}{a(t)} = \frac {d}{dx} \ln a(t) \end{align} $

where $ a(t) $ is known as the "accumulation function".


The accumulation function represents the ratio between the value of the investment at time $ t $ and the investment at time 0. Solving for $ a(t) $ gives us the following formula:

                $ a(t) = e^{\int_0^t ẟ\ dx} = e^{t\delta} $


The force of interest is used widely to calculate accumulation functions that can then be applied to other calculations within financial mathematics related to loans, mortgages, annuities, etc.


References

Interest Accumulation and Time Value of Money. (n.d.). In Financial Mathematics for Actuaries. Retrieved from http://mysmu.edu/faculty/yktse/FMA/S_FMA_1.pdf
Maor, E. (1994). E: The Story of a Number. Princeton, NJ: Princeton University Press. Retrieved from http://webwork.utleon.edu.mx/Paginas/Libros/E%20-%20The%20Story%20of%20a%20Number.pdf
O'Connor, J. J., & Robertson, E. F. (2001, September). The number e. Retrieved from http://www-history.mcs.st-and.ac.uk/HistTopics/e.html
The Rule of 72. (n.d.). In EE204: Business Management for Electrical Engineers and Computer Scientists. Retrieved from http://web.stanford.edu/class/ee204/TheRuleof72.html



Back to Mysteries of the Number e

Alumni Liaison

Basic linear algebra uncovers and clarifies very important geometry and algebra.

Dr. Paul Garrett