Pi irrationality repetition limits

71 Views Asked by At

I am not a mathematician at all and I had a thought about Pi that I can't work out.

Pi is irrational, with an infinite sequence of numbers A recurring number is infinite

Would it be theoretically possible that at one point down Pi's sequence, it just turned into an infinite sequence of one number?

If not, what is stopping this? I recognise through reductio ad absurdum that my proposition is impossible, as it means that PI must at some point end in all of 1-recurring and 2-rcurring...9-recurring simultaneously, but I lack the toolset to understand where my thinking breaks down.

2

There are 2 best solutions below

0
On

No -- if all digits of $\pi$ from some point onward are the same digit, that means exactly that the sequence of digits is eventually repeating (namely, that particular digit would eventually repeat), and that would mean it is rational (which is is known not to be).

2
On

Note that for $n = 0, 1, 2, 3, 4, 5, 6, 7, 8$ we have

$$\frac n9 = 0.nnnnnnnn....$$

Hence if the decimal expansion for $\pi$ terminated with an infinite string of identical digits after $N$ decimal places, then we could write $\pi$ as a rational number. Namely

$$\sum_{j=0}^N a_j 10^{-j} + \frac n9 10^{-N} = \frac{\sum_{j=0}^N a_n 10^{N-j} }{10^N} + \frac{n}{9 \cdot 10^{N}}$$

($a_0 = 3, a_1 = 1, a_2 = 4, ...$)