Digital root: Difference between revisions
Line 170: | Line 170: | ||
*Digital root of a [[triangular number]] is 1, 3, 6 or 9. |
*Digital root of a [[triangular number]] is 1, 3, 6 or 9. |
||
*Digital root of a [[factorial]] ≥ 6! is 9. |
*Digital root of a [[factorial]] ≥ 6! is 9. |
||
*Digital root of [[fibbonaci |
*Digital root of [[fibbonaci series]] is a repeating pattern of 1, 1, 2, 3, 5, 8, 4, 3, 7, 1, 8, 9, 8, 8, 7, 6, 4, 1, 5, 2, 8, 1, 9. |
||
== See also == |
== See also == |
Revision as of 05:49, 7 October 2009
The digital root (also repeated digital sum) of a number is the number obtained by adding all the digits, then adding the digits of that number, and then continuing until a single-digit number is reached.
For example, the digital root of 65,536 is 7, because and
Digital roots can be calculated with congruences rather than by adding up all the digits, a procedure that can save time in the case of very large numbers.
Digital roots can be used as a sort of checksum. For example, since the digital root of a sum is always equal to the digital root of the sum of the summands' digital roots. A person adding long columns of large numbers will often find it reassuring to apply casting out nines to his or her result—knowing that this technique will catch the majority of errors.
Digital roots are used in Western numerology, but certain numbers deemed to have occult significance (such as 11 and 22) are not always completely reduced to a single digit.
Significance and formula of the digital root
It helps to see the digital root of any positive integer as the position holds with respect to the last multiple of nine to the left of . For example, the digital root of 11 is 2, which means that 11 is the second number after 9. The digital root of 23 is 5, this means that 23 is the fifth number after a multiple of nine to the left of 23; in this case, 18. The digital root of 2035 is 1 which means that 2035-1, that is 2034, is a multiple of nine.
The digital roots of {1,2,3,4,5,6,7,8} which are the same digits themselves, reveal their position with respect to 0. The digital roots of nine and all of its multiples are nine, however, they all play the same role that zero plays for the integers from 1 to 8. It helps to think of the number nine and all its multiples as a kind of zero or zeros, so that the other integers be able to reveal their position or digital roots with respect to them. This is in part the nature of the decimal system.
With this in mind we may think of the digital root of the positive integer as , defined by:
which precisely says that,
This formula will give the digital root of and will assign the value 0 to all which are multiples of nine.
Abstract multiplication of digital roots
The table shows the digital roots produced by the familiar multiplication table in the decimal system. The first column and first row are just the elements of this table that are being multiplied. You can see that for example, 2x5=1; that's because the digital root of 10 is 1 or
ones | twos | threes | fours | fives | sixes | sevens | eights | nines |
---|---|---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
2 | 4 | 6 | 8 | 1 | 3 | 5 | 7 | 9 |
3 | 6 | 9 | 3 | 6 | 9 | 3 | 6 | 9 |
4 | 8 | 3 | 7 | 2 | 6 | 1 | 5 | 9 |
5 | 1 | 6 | 2 | 7 | 3 | 8 | 4 | 9 |
6 | 3 | 9 | 6 | 3 | 9 | 6 | 3 | 9 |
7 | 5 | 3 | 1 | 8 | 6 | 4 | 2 | 9 |
8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 9 |
9 | 9 | 9 | 9 | 9 | 9 | 9 | 9 | 9 |
The table shows a number of interesting patterns and symmetries and is known as the Vedic square.
Formal definition
Let denote the sum of the digits of . Eventually the sequence becomes constant. Let (the digital sum of ) represent this constant value.
Example
Let us find the digital sum of .
Thus,
For simplicity let us agree simply that
Proof that a constant value exists
How do we know that the sequence eventually becomes constant? Here's a proof:
Let , with (For all , is an integer greater than or equal to and less than ). Then, . This means that , unless , in which case is a one-digit number. Thus, repeatedly using the function would cause to decrease by at least 1, until it becomes a one-digit number, at which point it will stay constant, as .
Congruence formula
The formula is:
or,
To generalize the concept of digital roots to other bases b, one can simply change the 9 in the formula to b - 1.
Some properties of digital roots
- Digital root of a square is 1, 4, 7, or 9.
- Digital root of a perfect cube is 1, 8 or 9.
- Digital root of a prime number (except 3) is 1, 2, 4, 5, 7, or 8.
- Digital root of a power of 2 is 1, 2, 4, 5, 7, or 8.
- Digital root of an even perfect number (except 6) is 1.
- Digital root of a star number is 1 or 4.
- Digital root of a nonzero multiple of 9 is 9.
- Digital root of a nonzero multiple of 3 is 3, 6 or 9.
- Digital root of a triangular number is 1, 3, 6 or 9.
- Digital root of a factorial ≥ 6! is 9.
- Digital root of fibbonaci series is a repeating pattern of 1, 1, 2, 3, 5, 8, 4, 3, 7, 1, 8, 9, 8, 8, 7, 6, 4, 1, 5, 2, 8, 1, 9.