[This is the seventh in a series of posts on the decadic numbers (previous posts: A curiosity, An invitation to a funny number system, What does “close to” mean?, The decadic metric, Infinite decadic numbers, More fun with infinite decadic numbers). I know it’s been a while since I’ve written on this topic, so if you’ve been following along, you might want to go back and refresh your memory.]
Finally, as promised, I can show you the strange number u which is its own square (but which isn’t zero or one!). Up until now all the decadic numbers we’ve considered have been equivalent to familiar rational numbers, but zero and one are the only rational numbers which are their own square; clearly u must be something quite different!
Assuming that such a u could exist—and assuming it’s a decadic integer, that is, has no digits to the right of the decimal point—let’s think for a minute about what u could possibly be. For example, what could its last digit be?
When we multiply two integers, the last digit of the result depends only on the last digits of the integers being multiplied, since all the other digits contribute some power of 10. So we can narrow down the possibilities for the last digit of any self-square decadic integer by seeing which digits have squares that end in the same digit:
0 | 0 |
1 | 1 |
2 | 4 |
3 | 9 |
4 | 16 |
5 | 25 |
6 | 36 |
7 | 49 |
8 | 64 |
9 | 81 |
I’ve highlighted the digits with the desired property: of course, and
, but also
ends in
and
ends in
. We already know we don’t want to consider
and
. So for now, let’s suppose that
ends with
.
What about the last two digits of ? Again, the last two digits of
depend only on the last two digits of
. (If this isn’t obvious to you, you should try a few examples to convince yourself. For example, what is
? What information did you need to compute the last two digits of the answer?) So whatever the last two digits are, their square, when considered on their own as a two-digit number, must be some number that ends in the same two digits. Assuming the last digit is
, we can turn this requirement into a modular equation which we can use to solve for the second-to-last digit:
Sure enough, which ends with
.
Can we take this further? What about the last three digits?
Check: , which indeed ends with
. Continuing in a similar fashion (I’ll let you work out the details on your own), we find that the fourth digit must be
, and the fifth digit must be
.
Are you seeing a pattern? Let’s make a table of the results so far:
1 | 5 | 25 |
2 | 25 | 625 |
3 | 625 | 390625 |
4 | 0625 | 390625 |
5 | 90625 | 8212890625 |
Why did I put some numbers in bold? Well, hopefully you’ve noticed by now that each number in the left-hand column always seems to be a suffix of the square of the previous number. So perhaps the next digit will be 8? Sure enough, ends in
.
Will this always work? Yes, in fact, it will, and here’s why. Let’s let denote the last
digits of
(so
,
, and so on). Once we have found
, we can set up a modular equation to find the next digit (this is just a generalization of what we did earlier):
Now, is clearly divisible by
so that term goes away. But what about
? It seems that we only know it is divisible by
, not necessarily by
. Ah, but wait! We know that
ends with
, and hence is divisible by
; combining this with the
gives us another factor of
! So this term goes away too, and we are left with
Now, (by definition), so subtracting
from both sides leaves a multiple of
in the place of
(namely,
with the rightmost
digits set to zero). But we can also get rid of all the digits to the left of the
st because we are working mod
. Dividing by
we find that
must be equal to that
st digit of
.
So here’s the procedure: starting with , define
That is, square the current number of length and take the last
digits to get the next number. The above proof shows that
- At every step we will have a number
whose square ends with the digits of
;
- this procedure will always work; and
- this procedure gives the unique sequence of
with this property when starting with
!
So we have
and so on.
So what is ? It is simply the limit of carrying out this procedure to infinity!
We know that any suffix of , when squared, yields something ending with itself. So it makes sense (although it takes a bit of imagination!) that squaring
itself yields
again.
Very cool. Great post.
Still enjoying.
I don’t think $u$ exists, in that the series you define doesn’t converge, so in the limit you have an infinite digital expansion which does not correspond to any Natural. I think you’ve actually shown that 0 and 1 are the only solutions.
Sorry, I didn’t make this part very clear. As explained in some previous posts in the series, we’re working not with natural numbers but with decadic numbers (i.e. p-adic numbers for
), which have a funny metric under which the sequence of
does, in fact, converge.
$\emph{reads earlier posts \ldots}$
More questions!
Does your notion of infinite decadic numbers require the digital expansion to have a regular form? Judging from the definition of $$u$$ above, I’m guessing not.
Does every infinite digital expansion correspond to an infinite decadic number?
Is there a correspondence between infinite decadic numbers and negative integers? Isomorphism?
And which negative integer does u correspond to?
Does your notion of infinite decadic numbers require the digital expansion to have a regular form?
No. Any infinite sequence of digits is defined as the limit of the sequence of its suffixes. (Which always exists, thus answering your second question as well.) Of course, you could make a distinction between computable and non-computable infinite decadic numbers, but that distinction is not inherent in the definition.
Is there a correspondence between infinite decadic numbers and negative integers? Isomorphism?
As explained here, every negative rational with a denominator relatively prime to 10 (including all the negative integers) corresponds to an infinite decadic number. However, the reverse is false: most infinite decadic numbers do not correspond to any rational (since the rationals are countable and the infinite decadic numbers have the same cardinality as the reals).
u does not correspond to any rational number, since it is its own square yet not equal to zero or one.
Okay, now it makes sense to me! I had been interpreting things much more narrowly.
There’s another one ending in 6.
The solutions of u^2=u are 0 and 1. We have to consider these modulo powers of 2 and powers of 5, and then combine them to get decadic solutions. If the solution is 0 mod 2^n and 0 mod 5^n for all n, then the only combined solution is 0 mod 10^n. Similarly, 1 mod 2^n and 1 mod 5^n constrains us to get 1 mod 10^n. The decadic integers …0000000 and …0000001 are self-squares. But suppose we find a solution that is simultaneously 0 mod 2^n and 1 mod 5^n? Or vice versa? That gives us another two solutions, satisfying the self-square relation for each prime factor separately, and hence in combination.
So if a quadratic with integer roots has two conventional solutions and two mixed solutions in the decadic numbers, would a cubic equation with distinct integer roots have three conventional solutions and six mixed ones? If you looked at numbers in base 30 (triakontadic?), would you get additional mixtures, because it has three prime factors?
It would make an interesting starting point for an investigation.
Yes, the one ending in 6 is
, but it doesn’t have the nice property that
has where you can just square
and read off the next digit. Re: the other stuff, interesting questions! I don’t know the answers. I agree it would make an interesting starting point for an investigation.
Pingback: Mathblogging.org Weekly Picks « Mathblogging.org — the Blog
Pingback: Computing with decadic numbers | The Math Less Traveled