Digital root

From Free net encyclopedia

Image:Mergefrom.gif It has been suggested that Repeated digital sum be merged into this article or section. ([[{{{2|: talk:Digital_root}}}|Discuss]])
Image:Mergefrom.gif It has been suggested that Digital sum be merged into this article or section. ([[{{{2|: talk:Digital_root}}}|Discuss]])

The digital root of a number is the number received 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 <math>6+5+5+3+6 = 25</math> and <math>2+5 = 7</math>

Special cases of digital roots of particular numbers are:

Digital roots can be calculated with congruences rather than by adding up all the digits, a procedure that can be a real time saver in the case of very large numbers.

The formula is:

<math> \mbox{dr}(n) = \begin{cases} n\ ({\rm mod}\ 9)\ n\ \ne 0\ ({\rm mod}\ 9) \\ 9\ \ \ \ \ \ \ \ \ \ \ \ \ n\ \equiv 0\ ({\rm mod}\ 9) \end{cases} </math>
<math> \mbox{dr}(n) = 1\ +\ [n-1 ({\rm mod}\ 9)] </math>

To generalize the concept of digital roots to other bases b, one can simply change the 9 in the formula to b - 1.

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 each summand's digital root, somebody 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.

See also

External links


Template:Numtheory-stubfr:Résidu d'un entier naturel it:Radice digitale