What Are the Secrets Behind the Number e and Its Calculations?

  • Thread starter Thread starter robertjford80
  • Start date Start date
AI Thread Summary
The number e is crucial in understanding continuous compounding, which differs from discrete compounding. The formula A = Pert applies to continuously compounded interest, while the calculations presented (100 * 1.1 for three periods) reflect discrete compounding. To achieve the same results with continuous compounding, the interest rate must be adjusted; for a true annual interest rate of 10%, a continuous rate of approximately 9.53% is needed. The discrepancy in results arises from this difference in compounding methods. Understanding these distinctions clarifies the calculations involving e and its applications.
robertjford80
Messages
388
Reaction score
0
I'm trying to figure out what the number e is all about.

100 * .1 = 110
110 * .1 = 121
110 * .1 = 133.1

that should be equal to 100e.4, right?

well, 100e.4 = 134.99, not 133.1

What am I doing wrong?
 
Physics news on Phys.org
I have no idea what you are doing, right or wrong. 100*.1=10. Can you explain?
 
the formula for calculating continuous compound interest is

A = Pert

Where A = final amount
P = initial amount
r = rate
t = time

if you start with 100 dollars and the rate is 10% after 3 payment periods it should be 134.99 based on the above formula.

well, 100 * 1.1 is 110, 110 * 1.1 = 121, 121 * 1.1 = 133.1, not 134.99
 
robertjford80 said:
the formula for calculating continuous compound interest is

A = Pert

Where A = final amount
P = initial amount
r = rate
t = time

if you start with 100 dollars and the rate is 10% after 3 payment periods it should be 134.99 based on the above formula.

well, 100 * 1.1 is 110, 110 * 1.1 = 121, 121 * 1.1 = 133.1, not 134.99

Your formula is only valid for continuously compounded interest. Not for interest paid at intervals.
 
ok, thanks, i thought they were the same but i was wrong.
 
e is what happens when you continuously compound something over an infinitely short interval.
x\stackrel{lim}{\rightarrow}∞ (1+\frac{1}{x})x=e
 
robertjford80 said:
ok, thanks, i thought they were the same but i was wrong.

They can be made to give the same results at integer values of time t = 1,2,3,..., but you need to adjust the rate. In order to have a continuous interest rate r give a true annual interest of i you need to have
e^r = 1 + i, \text{ or } r = \ln(1+i).

In your example, to get a true annual interest rate of 10% you need to take a continuous interest rate of 9.531017980%, giving r = 0.0953101798. If you take, instead, a continuous rate of 10% you get a true annual rate of i = e^{0.1}-1 = 0.105170918, or about 10.5171%. This is the origin of the differences you note.

RGV
 
Back
Top