ネイピア数を使うことで少しずつ大きくなる現象を自然に表現できます。
100円を1年で1割ずつ増やしていく場合は
利率 𝑟=0.1、時間t=10 年 のとき:
100×e^r×t
=100×𝑒^0.1×10
という式を立てることができます。
ネイピア数の計算ができないシステムでは2.718を使うと近似できます。
Using the number e allows us to naturally express phenomena that grow gradually over time.
For example, if you start with 100 yen and increase it at a rate of 0.1 per year, over 10 years you can write the formula:
100 × e^(0.1 × 10)
If you system cannot calculate with e , you can use 2.718 as an approximation.
次回