Template:More footnotes
In mathematics, a square number, sometimes also called a perfect square, is an integer that is the square of an integer;[1] in other words, it is the product of some integer with itself. So, for example, 9 is a square number, since it can be written as 3 × 3.
The usual notation for the formula for the square of a number is not the product , but the equivalent exponentiation , usually pronounced as " squared". The name square number comes from the name of the shape. This is because a square with side length has area .
Square numbers are non-negative. Another way of saying that a (non-negative) number is a square number, is that its square root is again an integer. For example, , so 9 is a square number.
A positive integer that has no perfect square divisors except 1 is called square-free.
For a non-negative integer , the th square number is , with being the zeroth square. The concept of square can be extended to some other number systems. If rational numbers are included, then a square is the ratio of two square integers, and, conversely, the ratio of two square integers is a square (e.g., ).
Starting with 1, there are square numbers up to and including , where the expression represents the floor of the number .
Examples[]
The squares (sequence A000290 in OEIS) smaller than 602 are:
- 02 = 0
- 12 = 1
- 22 = 4
- 32 = 9
- 42 = 16
- 52 = 25
- 62 = 36
- 72 = 49
- 82 = 64
- 92 = 81
- 102 = 100
- 112 = 121
- 122 = 144
- 132 = 169
- 142 = 196
- 152 = 225
- 162 = 256
- 172 = 289
- 182 = 324
- 192 = 361
- 202 = 400
- 212 = 441
- 222 = 484
- 232 = 529
- 242 = 576
- 252 = 625
- 262 = 676
- 272 = 729
- 282 = 784
- 292 = 841
- 302 = 900
- 312 = 961
- 322 = 1024
- 332 = 1089
- 342 = 1156
- 352 = 1225
- 362 = 1296
- 372 = 1369
- 382 = 1444
- 392 = 1521
- 402 = 1600
- 412 = 1681
- 422 = 1764
- 432 = 1849
- 442 = 1936
- 452 = 2025
- 462 = 2116
- 472 = 2209
- 482 = 2304
- 492 = 2401
- 502 = 2500
- 512 = 2601
- 522 = 2704
- 532 = 2809
- 542 = 2916
- 552 = 3025
- 562 = 3136
- 572 = 3249
- 582 = 3364
- 592 = 3481
The difference between any perfect square and its predecessor is given by the identity . Equivalently, it is possible to count up square numbers by adding together the last square, the last square's root, and the current root, that is, .
Properties[]
The number is a square number if and only if one can arrange points in a square: Template:How
| m = 12 = 1 | |
| m = 22 = 4 | |
| m = 32 = 9 | |
| m = 42 = 16 |
|
| m = 52 = 25 |
|
The expression for the th square number is . This is also equal to the sum of the first odd numbers as can be seen in the above pictures, where a square results from the previous one by adding an odd number of points (shown in magenta). The formula follows:
So for example, 52 = 25 = 1 + 3 + 5 + 7 + 9.
There are several recursive methods for computing square numbers. For example, the th square number can be computed from the previous square by . Alternatively, the th square number can be calculated from the previous two by doubling the (n − 1)-th square, subtracting the -th square number, and adding 2, because . For example,
- 2 × 52 − 42 + 2 = 2 × 25 − 16 + 2 = 50 − 16 + 2 = 36 = 62.
A square number is also the sum of two consecutive triangular numbers. The sum of two consecutive square numbers is a centered square number. Every odd square is also a centered octagonal number.
Another property of a square number is that it has an odd number of divisors, while other numbers have an even number of divisors. An integer root is the only divisor that pairs up with itself to yield the square number, while other divisors come in pairs.
Lagrange's four-square theorem states that any positive integer can be written as the sum of four or fewer perfect squares. Three squares are not sufficient for numbers of the form . A positive integer can be represented as a sum of two squares precisely if its prime factorization contains no odd powers of primes of the form . This is generalized by Waring's problem.
A square number can end only with digits 0, 1, 4, 6, 9, or 25 in base 10, as follows:
- If the last digit of a number is 0, its square ends in an even number of 0s (so at least 00) and the digits preceding the ending 0s must also form a square.
- If the last digit of a number is 1 or 9, its square ends in 1 and the number formed by its preceding digits must be divisible by four.
- If the last digit of a number is 2 or 8, its square ends in 4 and the preceding digit must be even.
- If the last digit of a number is 3 or 7, its square ends in 9 and the number formed by its preceding digits must be divisible by four.
- If the last digit of a number is 4 or 6, its square ends in 6 and the preceding digit must be odd.
- If the last digit of a number is 5, its square ends in 25 and the preceding digits must be 0, 2, 06, or 56.
In base 16, a square number can end only with 0, 1, 4 or 9 and
- in case 0, only 0, 1, 4, 9 can precede it,
- in case 4, only even numbers can precede it.
In general, if a prime divides a square number then the square of must also divide ; if fails to divide , then is definitely not square. Repeating the divisions of the previous sentence, one concludes that every prime must divide a given perfect square an even number of times (including possibly 0 times). Thus, the number is a square number if and only if, in its canonical representation, all exponents are even.
Squarity testing can be used as alternative way in factorization of large numbers. Instead of testing for divisibility, test for squarity: for given and some number , if is the square of an integer then divides . (This is an application of the factorization of a difference of two squares.) For example, 1002 − 9991 is the square of 3, so consequently 100 − 3 divides 9991. This test is deterministic for odd divisors in the range from to where covers some range of natural numbers .
A square number cannot be a perfect number.
The sum of the series of power numbers
can also be represented by the formula
The first terms of this series (the square pyramidal numbers) are:
0, 1, 5, 14, 30, 55, 91, 140, 204, 285, 385, 506, 650, 819, 1015, 1240, 1496, 1785, 2109, 2470, 2870, 3311, 3795, 4324, 4900, 5525, 6201... (sequence A000330 in OEIS).
All fourth powers, sixth powers, eighth powers and so on are perfect squares.
Special cases[]
- If the number is of the form m5 where m represents the preceding digits, its square is n25 where n = m × (m + 1) and represents digits before 25. For example the square of 65 can be calculated by n = 6 × (6 + 1) = 42 which makes the square equal to 4225.
- If the number is of the form m0 where m represents the preceding digits, its square is n00 where n = m2. For example the square of 70 is 4900.
- If the number has two digits and is of the form 5m where m represents the units digit, its square is AABB where AA = 25 + m and BB = m2. Example: To calculate the square of 57, 25 + 7 = 32 and 72 = 49, which means 572 = 3249.
Odd and even square numbers[]
Squares of even numbers are even (and in fact divisible by 4), since .
Squares of odd numbers are odd, since .
It follows that square roots of even square numbers are even, and square roots of odd square numbers are odd.
See also[]
- Methods of computing square roots
- Quadratic residue
- Polygonal number
- Cubic number
- Euler's four-square identity
- Fermat's theorem on sums of two squares
- Brahmagupta–Fibonacci identity
- The Book of Squares
- Integer square root
- Square triangular number
- Automorphic number
- Exponentiation
- Power of two
- Pythagorean triple
- Square (algebra)#Related identities
Notes[]
- ↑ Some authors also call squares of rational numbers perfect squares.
References[]
|
This page uses content from Wikipedia. The original article was at Square number. The list of authors can be seen in the page history. As with the Math Wiki, the text of Wikipedia is available under the Creative Commons Licence. |
- Weisstein, Eric W., "Square Number" from MathWorld.
Further reading[]
- Conway, J. H. and Guy, R. K. The Book of Numbers. New York: Springer-Verlag, pp. 30–32, 1996. ISBN 0-387-97993-X
External links[]
- Learn Square Numbers. Practice square numbers up to 144 with this children's multiplication game
- Dario Alpern, Sum of squares. A Java applet to decompose a natural number into a sum of up to four squares.
- Fibonacci and Square Numbers at Convergence
- The first 1,000,000 perfect squares Includes a program for generating perfect squares up to 1015.


