All Topics  
Square number

 

   Email Print
   Bookmark   Link

 

Square number


 
 

In mathematicsMathematics

Mathematics is the discipline that deals with concepts such as quantity, structure, space and change....
, a square number, sometimes also called a perfect squarePerfect square

The term perfect square is used in mathematics in two meanings:...
, is an integerInteger

The integers consist of the positive natural numbers , their negatives and the number zero....
 that can be written as the squareSquare (algebra)

In algebra, the square of a number is that number multiplied by itself....
 of some other integer; 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. Square numbers are non-negative. Another way of saying that a (non-negative) number is a square number, is that its square rootSquare root

In mathematics, a square root of a number x is a number whose square is x....
 is again an integer. For example, √9 = 3, so 9 is a square number.

A positive integer that has no perfect square divisorDivisor

In mathematics, a divisor of an integer n, also called a factor of n, is an integer which evenly divides n...
s except 1 is called square-freeSquare-free

In mathematics, an element r of a unique factorization domain R is called square-free, if it is not divisible by a n...
.

The usual notation for the formula for the square of a number n is not the product n × n, but the equivalent exponentiationExponentiation

Exponentiation is a mathematical operation, written a'n, involving two numbers, the base a and the ...
 n2, usually pronounced as "n squared". For a non-negative integer n, the nth square number is n2, with 02 = 0 being the zerothZeroth

The zeroth item is the initial item of a sequence, if that sequence is numbered beginning from zero rather than one....
 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., 4/9 = (2/3)2).

Starting with 1, there are ⌊√m⌋ square numbers up to and including m.

Examples

The first 50 squares of natural numberNatural number

In mathematics, a natural number is either a positive integer or a non-negative integer ....
s are:



Properties

The number m is a square number if and only if one can arrange m points in a square:
12 = 1
22 = 4
32 = 9
42 = 16
52 = 25


The formula for the nth square number is n2. This is also equal to the sum of the first n 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 (marked as '+').
So for example, 52 = 25 = 1 + 3 + 5 + 7 + 9.

The nth square number can be calculated from the previous two by doubling the (n − 1)-th square, subtracting the (n − 2)-th square number, and adding 2, because n2 = 2(n − 1)2 − (n − 2)2 + 2. 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 numberTriangular number Overview

A triangular number is a number that can be arranged in the shape of an equilateral triangle....
s. The sum of two consecutive square numbers is a centered square numberCentered square number

A centered square number is a centered figurate number that represents a square with a dot in the center and all other dots ...
. Every odd square is also a centered octagonal numberCentered octagonal number

A centered octagonal number is a centered figurate number that represents an octagon with a dot in the center and all other ...
.

Lagrange's four-square theoremLagrange's four-square theorem

Lagrange's four-square theorem, also known as Bachet's conjecture, was proven in 1770 by Joseph Louis Lagrange....
 states that any positive integer can be written as the sum of 4 or fewer perfect squares. Three squares are not sufficient for numbers of the form 4k(8m + 7). 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 4k + 3. This is generalized by Waring's problemWaring's problem

In number theory, Waring's problem, proposed in 1770 by Edward Waring, asks whether for every natural number k there exi...
.

A square number can only end with digits 00,1,4,6,9, or 25 in base 10, as follows:

  1. If the last digit of a numberNumber

    A number is an abstract entity that represents a count or measurement....
     is 0, its square ends in 00 and the preceding digitDigit

    Digit may refer to:* A finger or a toe...
    s must also form a square.
  2. 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.
  3. If the last digit of a number is 2 or 8, its square ends in 4 and the preceding digit must be even.
  4. 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.
  5. If the last digit of a number is 4 or 6, its square ends in 6 and the preceding digit must be odd.
  6. 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.


An easy way to find square numbers is to find two numbers which have a mean of it, 212:20 and 22, and then multiply the two numbers together and add the square of the distance from the mean: 22×20 = 440 + 12 = 441. This works because of the identity

(x + y) = x2 − y2

known as the difference of two squaresDifference of two squares

In mathematics, the difference of two squares refers to the identity...
. Thus (21–1)(21 + 1) = 212 − 12 = 440, if you work backwards.

A square number cannot be a perfect numberPerfect number

In mathematics, a perfect number is defined as an integer which is the sum of its proper positive divisors, that is, the sum...
.

Odd and even square numbers

Squares of even numbers are even, since (2n)2 = 4n2.

Squares of odd numbers are odd, since (2n + 1)2 = 4(n2 + n) + 1.

It follows that square roots of even square numbers are even, and square roots of odd square numbers are odd.

Chen's theorem

Chen JingrunChen Jingrun

Chen Jingrun was a mathematician from Fuzhou, Fujian, China....
 showed in 1975 that there always exists a number P which is either a primePrime number

In mathematics, a prime number is a natural number that has exactly two natural number divisors, which are 1 and the prime...
 or product of two primesSemiprime

In mathematics, a semiprime is a natural number that is the product of two prime numbers....
 between n2 and (n + 1)2. See also Legendre's conjectureLegendre's conjecture

Adrien-Marie Legendre conjectured that there is a prime number between n² and² for every positive integer n....
.

See also

  • Integer square rootInteger square root Overview

    In number theory, the integer square root of a...
  • Methods of computing square rootsMethods of computing square roots

    This article presents and explains several methods which can be used to calculate square roots....
  • Quadratic residueQuadratic residue

    In mathematics, a number q is called a quadratic residue modulo n if there exists an integer x such that:...
  • Polygonal numberPolygonal number

    In mathematics, a polygonal number is a number that can be arranged as a regular polygon....
  • triangular square number
  • Euler's four-square identityEuler's four-square identity

    In mathematics, Euler's four-square identity says that the product of two numbers, each of which being a sum of four squares...
  • Automorphic numberAutomorphic number

    In mathematics an automorphic number is a number whose square "ends" in the number itself....


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

  • . Practice square numbers up to 144 with this childrens multiplication game
  • Dario Alpern, . A Java applet to decompose a natural number into a sum of up to four squares.
  • at
  • Includes a program for generating perfect squares up to 10^15.