Plus Nine Divide Five
Here’s a fun little math problem: take any number and add nine, and divide by five. We’ll use as a starting example
Then add nine, and divide by five
repeat
[5 more skipped]
The value seems to converge to . Let’s try another starting number: and repeat the process. And let’s be a bit more formal with our notation. We can describe each result of adding nine and dividing by five to be a step in a sequence. So we can describe the next in a sequence given the last in the sequence
And we’ll define
Funnily enough, even with a different starting value, the process converges to the same value of . Try a few starting numbers yourself; you’ll see that they all converge to .
What’s the big deal with ? Well, let’s make it a fraction
Nine fourths is pretty similar to the rule used for the problem add 9 divide by 5. Could it be that the value converges to a fraction of the value you add ( ) over one less than the value you divide by ( )?
Now, we can redefine the problem: add 7 divide by 2. If the hypothesis is correct, we should see all starting values converge to . We redefine the sequence
Then try it out
If you were to continue on you would see that the value converges to .
Let’s notate the problem to not depend on any ’s or ’s
And with what we learned from the two examples above, we can state our hypothesis
The next iteration in the sequence is approximately equal to over minus one. This approximation will become more accurate with more steps. We could even be fancy and write it with limits
But how do we prove it?
Into the weeds
Instead of evaluating each step in the sequence with numbers, what if we were to do it with algebra?
Setting everything up we have the definition of the sequence
Given that is some unimportant constant
Lets evaluate the first few steps with algebra. Of course but the following ones are more interesting
After dividing through all the repeated fractions, we get a relatively clean pattern where, the starting value is divided by a certain amount of ’s which is added to the sum of divided by increasing powers of . Lets factor out the form of the equation into two parts
We can simplify (or complicate depending on how you look at it) the sum of reciprocal powers of by using a the summation notation
Given that our goal is to find the value converges to with an ever-growing , let’s take the limit
With an ever increasing we can see that the term will become ever smaller and smaller and with that, we’ve proven that the starting value doesn’t matter. The term which has will go to zero as goes to infinity.
We still haven’t proven our hypothesis of
But we can simplify the equation a bit by removing the term which approaches zero, and putting the limit into the upper bound of the sum
Unless we can untangle that infinite sum of a increasing powers, we can’t yet prove it. Through this method, and please forgive me, but this route is somewhat of a dead end road (I’ll explain why I say somewhat later).
The simple way
So, here’s the problem in case you forgot it
If this sequence does converge to one specific value, then there should be an such that . Or in plainer words, there should be a value which we can add to, then divide by and get that same value back. We can setup the equation to say such
Multiply both sides by
subtract from both sides
Solve for
So now (if we are willing to assume that there is only one value the process converges on) we have proven that
Or, the process will converge to be the fraction over minus one.
But we have proven much more than that! Allow me to restate some equations which we have seen to be valid
Then we can set them to be equal to each other
We can then divide out the
And now − all from playing a silly number game − we have a simple identity for what a complicated infinite sum evaluates to. I hope you now understand why I took the time to go down the ‘dead end road.’
Closing
The infinite sum identity discovered in this article is nothing new. It’s well known and called the Geometric Series. I’ve been curious about add nine, and divide by five for more than a year at this point − bouncing around in the back of my mind. Only in the past few months did I solve the problem. I first made a computer program that brute forced plenty of different values just to get an idea of the problem, then I went on to solve it in a very similar way to how I’ve written it out today. I’m still a bit fascinated that a problem as simple as add nine, and divide by five could reveal a seemingly obscure identity for an infinite sum.
Technical notes
(bonus stuff for nerds and pedants)
The values of and within the following statement are assumed to be positive and non-zero
And in general, any time you see a fraction in this article, it is assumed that division by zero is not considered.
The series I called the geometric series is not quite a real geometric series
The real one has a lower bound of and is typically not expressed as a fraction
We define
These two sums are equivalent except for the fact that the real geometric series has one more term at . We can find that term by evaluating which equals . Therefor, we can state that the ‘fake’ geometric series is one less than the real one, and then set them to be equal to each other.
And as established earlier, we know the solution to the ‘fake’ geometric sum, so we can then solve for the real one.
Let’s substitute out in favor of to make the equation clearer and then crunch some algebra
Which yields us the standard form you may be familiar with
If you catch any mistakes in my reasoning, math, or notation: please let me know.