Figurate numbers



         


A figurate number is a number that can be represented as a regular and discrete geometric pattern (e.g. dots). If the pattern is polytopic, the figurate is labeled a polytopic number, and may be a polygonal number or a polyhedral number.

The first few triangular numbers can be built from rows of 1, 2, 3, 4, 5, and 6 items:

* | * | * | * | * | * | | * * | * * | * * | * * | * * | | | * * * | * * * | * * * | * * * | | | | * * * * | * * * * | * * * * | | | | | * * * * * | * * * * * | | | | | |* * * * * *|

The n-th regular r-topic number is given by the formula:

<math>P_r(n) = {{n + r - 1} \choose r} = {n^{(r)} \over {r!}} \quad \mbox{for} \ n \ge 1<math>

<math>r!<math> is the factorial of <math>r<math>, <math>n \choose r<math> is a binomial coefficient, and <math>n^{(r)}<math> is the rising factorial.

Polytopic numbers for r = 2, 3, and 4 are:

Our present terms square number and cubic number derive from their geometric representation as a square or cube.

[Top]

Gnomon

Figurate numbers were a concern of Pythagorean geometry, since Pythagoras is credited with initiating them, and the notion that these numbers are generated from a gnomon or basic unit. The gnomon is the piece which needs to be added to a figurate number to transform it to the next biggest one.

For example, the gnomon of the square number is the odd number, of the general form 2n + 1, n = 1, 2, 3, ... . The square of size 8 composed of gnomons looks like this:

8 8 8 8 8 8 8 8 8 7 7 7 7 7 7 7 8 7 6 6 6 6 6 6 8 7 6 5 5 5 5 5 8 7 6 5 4 4 4 4 8 7 6 5 4 3 3 3 8 7 6 5 4 3 2 2 8 7 6 5 4 3 2 1

To transform from the n-square (the square of size n) to the (n + 1)-square, one adjoins 2n + 1 elements: one to the end of each row (n elements), one to the end of each column (n elements), and a single one to the corner. For example, when transforming the 7-square to the 8-square, we add 15 elements; these adjunctions are the 8s in the above figure.

Note that this gnomonic technique also provides a proof that the sum of the first n odd numbers is n2; the figure illustrates 1 + 3 + 5 + 7 + 9 + 11 + 13 + 15 = 64 = 82.

[Top]

Square roots

Conversely, one can calculate the square root of any number by subtracting odd numbers. Thus, 64 - 1 = 63; 63 - 3 = 60; 60 - 5 = 55; 55 - 7 = 48; 48 - 9 = 39; 39 - 11 = 28; 28 - 13 = 15; 15 - 15 = 0. The subtraction of the first 8 odd numbers from 64 yields 0; hence, the square-root of 64 is 8.

The tedium of increasing number of subtractions as number grows is bypassed by a method similar to the standard way of square-rooting taught in school. For example: 1225 = 35 x 35, Note the sum of the digits of this square root: 3 + 5 = 8. This square-root shortcut reduces 35 subtractions to only 8 subtractions. The shortcut involves two "tricks": a markoff trick, and resumptive trick.

The markoff trick is already known from the familiar square root algorithm. One marks off the target number in pairs of digits, from the right, as in marking 1225 as 12'25; then, calculation begins with the first digit-pair to the left. The reason is that squaring a one-digit number results in a 1- or 2-digit square. Thus, 1, 2, 3 have, respectively, the 1-digit squares of 1, 4, 9. But 4 has the 2-digit square of 16; and numbers 5, 6, 7, 8, 9 have 2-digit squares. To allow for this, one begins with two digits to provide one digit at each process-stage.

The resumptive trick (unique to this present algorithm) shifts from one pair of target number digits to its next (rightward) two digits, explained in calculating the square root of 1225.

  1. Mark off 1225 as 12'25; begin calculation with left pair of digits, namely, 12.
  2. Begin subtracting odd numbers: 12 - 1 = 11; 11 - 3 = 8; 8 - 5 = 3; but the next odd number, 7, cannot be subtracted from difference 3, so the resumptive trick is needed.
  3. The left-most digit of the square root, 3, actually representing 30, because the second digit from the right in statistics:
  4. First member of S: 1 = 13.
  5. next two members of S: 3 + 5 = 8 = 23.
  6. Next three members of S: 7 + 9 + 11 = 27 = 33.
  7. Next four members of S: 13 + 15 + 17 + 19 = 64 = 43.
  8. Next five of S: 21 + 23 + 25 + 27 + 29 = 125 = 53.
  9. Next six of S: 31 + 33 + 35 + 37 + 39 + 41 = 216 = 63.
  10. Next seven of S: 43 + 45 + 47 + 49 + 51 + 53 + 55 = 343 = 73.

Thus, "moving differences" of S yield cube-roots.

This procedure (taking many words to explain, but quickly executed) is not restricted to calculating square roots of natural numbers or positive integers. It can even be applied toward calculating the irrational square root of 2, to any number of decimal places.

[Top]

Demonstration of mathematical properties

School children construct figurate numbers from pebbles, bottle caps, etc. As a bonus, children can use figurate numbers to discover the commutative law and associative law for addition and multiplication -- laws usually dictated to them -- by buiding rows and tables of dots.

Using asterisks in place of dots or bottle caps or pebbles the additive commutativity of 2 + 3 = 3 + 2 = 5 becomes:

* * | * * * <-> * * * | * * <-> * * * * *

And the multiplicative commutativity of 2 * 3 = 3 * 2 = 6 becomes:

* * <-> * * * <-> * * * * * * * * * * * * *

Besides the subtractive method, the additive method can also approximate square roots of positive integers and solve quadratic equations.

The concepts of figurate numbers and gnomon implicitly anticipate the modern concept of recursion.

[Top]

See also

[Top]

References





  View Live Article   This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License