Maths encyclopedia and lessons  
Search

Mathematics Encyclopedia and Lessons

 
     
 

Lessons

Popular
Subjects

algebra
arithmetic
calculus
equations
geometry
differential equations
trigonometry
number theory
probability theory
more
 

References

applied mathematics
mathematical games
mathematicians
more
 
 

Perfect square

The term perfect square is used in mathematics in two meanings:

  • a positive integer which is the square of some other integer, i.e. can be written in the form n2 for some integer n.
  • an algebraic expression that can be factored as the square of some other expression, e.g. a2 ± 2ab + b2 = (a ± b)2. (see Square (algebra)).

This is not the same as a magic square.

Using differences of squares as multiplication

Integer multiplication can be done entirely by a difference of two squares.

Examples:

  • 10\times 10 = 10^2 - 0^2 = 100 - 0 = 100
  • 9\times 11 = 10^2 - 1^2 = 100 - 1 = 99
  • 8\times 12 = 10^2 - 2^2 = 100 - 4 = 96
  • 7\times 13 = 10^2 - 3^2 = 100 - 9 = 91

In general, the product of two numbers is equal to the square of their average minus their difference from the average squared.

  • A\times B = [(A+B)/2]^2 - [(A-B)/2]^2

A geometric constructive "proof" of this relation is shown the following animation:


The starting rectangle is A by B. The resulting large square is length (A+B)/2, and the smaller gray square (remainder being subtracted) is length |A-B|/2.

Using this relation, you can multiply relatively large nearly equal numbers more quickly if you memorize a relatively small list of squares.

If you're multiplying an even by an odd, you can avoid "halves" by adjust one number, by requiring one more addition at the end

  • A\times B = A\times (B-1) + A

Example:

  • 27\times 34 = [27\times  33] + 27 = [30^2 - 3^2] + 27 = 900 - 9 + 27 = 918

See also

List of perfect square between 1-10,000

01-04-2007 01:18:14
The contents of this article are licensed from Wikipedia.org
under the GNU Free Documentation License. How to see transparent copy