Perfect square: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Reverted edits by 99.237.234.3 (talk) to last version by Michael Slone
All the content of this page is unencyclopedic, or contained in other pages. Changed to a disambig page
Line 1: Line 1:
'''Perfect square''' may refer to:
:''This article refers to the mathematical term. For the R.E.M. live recording, see [[Perfect Square]].''


== Music ==
The term '''''perfect square''''' is used in [[mathematics]] with three meanings:
* an [[integer]] which is the square of an integer, i.e. can be written in the form ''n''<sup>2</sup> for some integer ''n'' (and because of this a square is always [[positive and negative numbers|nonnegative]]). Thus a perfect square always has a square root that has no decimal expansion.
** Examples: 0, 1, 4, 9, 16, 25, 36, 49, 64 of which the square roots are 0, 1, 2, 3, 4, 5, 6, 7, & 8 respectively... See [[square number]].
* an algebraic expression that can be [[factorization|factored]] as the square of some other expression, e.g. ''a''<sup>2</sup> ± 2''ab'' + ''b''<sup>2</sup> = (''a'' ± ''b'')<sup>2</sup> (see [[square (algebra)]]).
* In geometry: a square that can dissected into several smaller squares all of different sizes.


* A [[Perfect Square|live recording]] by American rock band [[R.E.M.]].
This is not the same as a [[magic square]].


== Mathematics ==
== Using differences of squares as multiplication ==
* A number which is the square of an [[integer]]. See [[square number]].
* An algebraic expression that can be [[factorization|factored]] as the square of another expression. See [[square (algebra)]].
* In geometry, a square that can dissected into several smaller squares all of different sizes.


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

Examples:
* <math>10\times 10 = (10-0)\times (10+0) = 10^2 - 0^2 = 100 - 0 = 100</math>
* <math>9\times 11 = (10-1)\times (10+1) = 10^2 - 1^2 = 100 - 1 = 99</math>
* <math>8\times 12 = (10-2)\times (10+2) = 10^2 - 2^2 = 100 - 4 = 96</math>
* <math>10\times 15 = (12.5-2.5)\times (12.5+2.5) = 12.5^2 - 2.5^2 = 156.25 - 6.25 = 150.</math>

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

* <math>A\times B = [(A+B)/2]^2 - [(A-B)/2]^2</math>

A geometric constructive "proof" of this relation is shown in the following animation:
[[Image:Rectangle_to_square_difference2.gif|frame|center]]

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 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 adjusting one number, requiring one more addition at the end
* <math>A\times B = A\times (B-1) + A.</math>

Example:
* <math>27\times 34 = [27\times 33] + 27 = [30^2 - 3^2] + 27 = 900 - 9 + 27 = 918.</math>

==Last Digits of Perfect Squares in Base 10==
In [[base 10]], the last digit of every perfect square is either 0, 1, 4, 5, 6, or 9. If you know a number is a perfect square then you can determine the last digit of its square root as follows:

*If the last digit of the perfect square is 0, then the last digit of the square root is 0.
*If the last digit of the perfect square is 1, then the last digit of the square root is either 1 or 9.
*If the last digit of the perfect square is 4, then the last digit of the square root is either 2 or 8.
*If the last digit of the perfect square is 5, then the last digit of the square root is 5.
*If the last digit of the perfect square is 6, then the last digit of the square root is either 4 or 6.
*If the last digit of the perfect square is 9, then the last digit of the square root is either 3 or 7.

==Determining the Square Root of a Perfect Square More Than or Equal to 100 but Less Than 10000==
Suppose you are given a perfect square that is greater than or equal 100 but less than 10,000. All of these perfect squares have two digit square roots. A simple party trick algorithm exists for determining its square root with one or two guesses.

First, separate the digits into pairs of digits starting from the right and moving to the left. For examples, consider the perfect squares 4624, 729, and 1600. Break 4624 into 46|24, or break 729 into 7|29, or 1600 into 16|00.

Second, we find the first digit of the square root. If the leftmost pair is a perfect square, find its square root. If the leftmost pair is not a perfect square, find the square root of the largest perfect square smaller than the leftmost pair. That square root will be the leftmost digit of the square root. For examples, for 46|24, the leftmost pair is 46, which is not a perfect square; but the largest perfect square less than 46 is 36 which has a square root of 6. For 7|29, 7 is not a perfect square, but 4 is the largest square less than 7, and its square root is 2. For 16|00, the square root of 16 is 4.

Third, as mentioned in an earlier section, if we know the last digit of a perfect square in base ten, then we can also know the last digit of its square root in two guesses. Thus, we know the last digit of the square root of 4624 is either 2 or 8; for 729 it is either 3 or 7; for 1600 it is 0.

Fourth, we can guess the square root by conjuncting the second and third steps. The square root of 4624 is either 62 or 68; the square root of 729 is either 23 or 27; the square root of 1600 is 40.

If you use a calculator, you will find that the square roots of 4624, 729, and 1600 are actually 68, 27, and 40.

==See also==
* [[Perfect power]]
* [[Vedic math]]

==External links==
*[http://naturalnumbers.org/psquares.html Lists of perfect squares with intervals (up to 1,000,000) and a program for generating perfect squares up to 10^15]
*[http://digitalfilipino.21publish.com/simoncpu/weblogEntry/13s26v4b3orbs.htm JavaScript code for finding ten-digit numbers, consisting of distinct digits, that are perfect squares]

[[Category:Algebra]]
[[Category:Integer sequences]]


[[de:Vollkommenes Quadrat]]
[[de:Vollkommenes Quadrat]]
Line 77: Line 19:
[[fi:Täydellinen neliö]]
[[fi:Täydellinen neliö]]
[[zh:完全平方]]
[[zh:完全平方]]

==Regular Perfect Squares 1-25==
This is simply just the perfect squares multiplication.

1x1 = 1

2x2 = 4

3x3 = 9

4x4 = 16

5x5 = 25

6x6 = 36

7x7 = 49

8x8 = 64

9x9 = 81

10x10 = 100

11x11 = 121

12x12 = 144

13x13 = 169

14x14 = 196

15x15 = 225

16x16 = 256

17x17 = 289

18x18 = 324

19x19 = 361

20x20 = 400

21x21 = 441

22x22 = 484

23x23 = 529

24x24 = 576

25x25 = 625

Revision as of 19:58, 25 April 2008

Perfect square may refer to:

Music

Mathematics

  • A number which is the square of an integer. See square number.
  • An algebraic expression that can be factored as the square of another expression. See square (algebra).
  • In geometry, a square that can dissected into several smaller squares all of different sizes.