In the last few months of 2023 and beginning of 2024, several banks in Italy have proposed deposit accounts with a favorable yield per year (around 4%) for a year or more. However some offers guarantee 5%
For computing the total interest for multiple years, or for a fraction of it, we need the following formula:
where
Therefore, the interest rate for 6 months with the yearly 5% is
It looks like that for a quick estimate, rather then try in your head to compute the square root of
Let’s try with other small values of interest rate:
yearly rate (%) | divide by 2 estimate (%) | exact rate (%) |
---|---|---|
1 | 0.5 | 0.499 |
2 | 1 | 0.995 |
4 | 2 | 1.980 |
5 | 2.5 | 2.469 |
10 | 5 | 4.881 |
The quick formula is (of course) a good approximation. But for larger rates knowing the square root of something known close to it, it is more accurate and still easy to compute. That’s the case for
yearly rate (%) | divide by 2 estimate (%) | exact rate (%) | close square root estimate (%) |
---|---|---|---|
20 | 10 | 9.545 | 10 |
40 | 20 | 18.322 | 20 |
70 | 35 | 30.384 | 30 |
90 | 45 | 37.840 | 40 |
And for the case of extremely high return, that when summed to the initial investment are perfect squares, the close-square-root is the exact rate:
yearly rate (%) | divide by 2 estimate (%) | exact rate (%) | close square root estimate (%) |
---|---|---|---|
300 | 150 | 200 | 200 |
800 | 400 | 300 | 300 |
1500 | 750 | 400 | 400 |
At higher rates the estimate with the “close square root” is much more accurate. But what can we do when the perfect square is close but not too close?
Heron Method for Square Root
I remembered that I read a blog post that could help me and after digging in my browser history I found Estimating Square Roots in Your Head by Gregory Gundersen. This method is named after Heron of Alexandria, famous mathematician and engineer (inventor of the first vending machine, automatic door and wind-powered organ). It comes down to approximate the square root of a number adjusting a little the square root of the closest perfect square.
Suppose to have
Here are some examples:
yearly rate (%) | divide by 2 estimate (%) | exact rate (%) | Heron estimate (%) |
---|---|---|---|
30 | 15 | 14.018 | 14 |
40 | 20 | 18.321 | 18.5 |
50 | 25 | 22.464 | 22.5 |
80 | 40 | 34.164 | 35 |
100 | 50 | 41.421 | 40 |
200 | 100 | 73.205 | 72.5 |
500 | 250 | 144.949 | 145 |
1000 | 500 | 231.662 | 233 |
A really nice result! Before showing why it works, let’s consider (another) famous formula related to compound interest.
Rule of 70
The rule of 70 is used to determine approximately the number of years it takes for a variable to double by dividing the number 70 by the variable’s rate. It is used to compute how many years
For instance, take billion dollar you need roughly 35 years. How far is this estimation from the real value? Plugging in the value in compound interest formula
rate (%) | estimated years | investment after years |
---|---|---|
1 | 70 | 2.007 |
2 | 35 | 1.999 |
4 | 17.5 | 1.986 |
5 | 14 | 1.980 |
10 | 7 | 1.949 |
20 | 3.5 | 1.893 |
50 | 1.4 | 1.764 |
70 | 1 | 1.700 |
100 | 0.7 | 1.625 |
It was just not luck, but you can see how increasing the rate the formula gets less close to the right result.
Taylor Series
The fact that those approximations work when we are close enough to a perfect square for Heron Method and for low rates in Rule of 70 should be an hint that there is something to do with Taylor’s series. Indeed straight out of Wikipedia:
In mathematics, the Taylor series or Taylor expansion of a function is an infinite sum of terms that are expressed in terms of the function’s derivatives at a single point. For most common functions, the function and the sum of its Taylor series are equal near this point.
or if you prefer the formula:
where the notation
Taylor feat Heron
Please forgive me for this low quality meme, but I couldn’t help making (and sharing) it:
Back to math, the approximation at the second order of the Taylor series for the square root is
that is exactly the Heron formula.
Taylor feat Rule of 70
From the formula of compound interest we have
Considering small values of
Bonus Track: Rule of
For the doubling of your investment you can use the rule of 70. But why stop here? Why don’t look for higher return (💎🙌)? Extrapolating from the above formula, and rounding a little bit for ease of memorization we get
Rule of |
||
---|---|---|
2 | 0.69 | 70 |
3 | 1.10 | 110 |
5 | 1.61 | 160 |
Thanks to the logarithmic properties
Rule of |
|
---|---|
4 | 2 |
6 | 70+110 = 180 |
8 | 3 |
9 | 2 |
10 | 70+160 = 230 |
12 | 70+180 = 250 |
Furthermore with a little of weighting we can estimate the rule for numbers in between. For instance, since
Rule of |
|
---|---|
7 | |
11 | |
13 |
Let’s compute the errors for small rates: 1%, 2% and 5%:
estimated |
estimated |
estimated |
|||||
---|---|---|---|---|---|---|---|
2 | 70 | 70 | 2.007 | 35 | 2.000 | 14 | 1.980 |
3 | 110 | 110 | 2.988 | 55 | 2.972 | 22 | 2.925 |
4 | 140 | 140 | 4.027 | 70 | 4.000 | 28 | 3.920 |
5 | 160 | 160 | 4.914 | 80 | 4.875 | 32 | 4.765 |
6 | 180 | 180 | 5.996 | 90 | 5.943 | 36 | 5.792 |
7 | 195 | 195 | 6.961 | 97.5 | 6.895 | 39 | 6.705 |
8 | 210 | 210 | 8.081 | 105 | 7.999 | 42 | 7.762 |
9 | 220 | 220 | 8.927 | 110 | 8.831 | 44 | 8.557 |
10 | 230 | 230 | 9.861 | 115 | 9.750 | 46 | 9.434 |
11 | 240 | 240 | 10.893 | 120 | 10.765 | 48 | 10.401 |
12 | 250 | 250 | 12.032 | 125 | 11.886 | 50 | 11.467 |
13 | 255 | 255 | 12.646 | 127.5 | 12.489 | 51 | 12.040 |
Impressive (not knowing the math behind) that the error is even in the worst cases below 10%. Now you are ready to impress your financial advisor with these tricks!
Caveat: if the guaranteed return is really high is probably a scam and this is not financial advice!