Jump to content

Square root: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
D'ohBot (talk | contribs)
m robot Adding: id:Akar kuadrat
m →‎Square roots of negative and complex numbers: "a larger set" -> "a more inclusive set": technically, the complex numbers aren't "larger" (in terms of cardinality) than the real numbers.
Line 63: Line 63:
[[Image:Complex sqrt leaf2.jpg|right|thumb|Second leaf of the complex square root]]
[[Image:Complex sqrt leaf2.jpg|right|thumb|Second leaf of the complex square root]]
[[Image:Riemann surface sqrt.jpg|right|thumb|Using the [[Riemann surface]] of the square root, one can see how the two leaves fit together]]
[[Image:Riemann surface sqrt.jpg|right|thumb|Using the [[Riemann surface]] of the square root, one can see how the two leaves fit together]]
The square of any positive or negative number is positive, and the square of 0 is 0. Therefore, no negative number can have a real square root. However, it is possible to work with a larger set of numbers, called the [[complex number]]s, that does contain solutions to the square root of a negative number. This is done by introducing a new number, denoted by ''i'' (sometimes ''j'', especially in the context of [[electric current|electricity]] where "i" traditionally represents electric current) and called the [[imaginary unit]], which is ''defined'' such that ''i''<sup>2</sup>&nbsp;=&nbsp;&minus;1. Using this notation, we can think of ''i'' as the square root of &minus;1, but notice that we also have (&minus;''i'')<sup>2</sup>&nbsp;=&nbsp;''i''<sup>2</sup>&nbsp;=&nbsp;&minus;1 and so &minus;''i'' is also a square root of &minus;1. By convention, the principal square root of &minus;1 is ''i'', or more generally, if ''x'' is any positive number, then the principal square root of &minus;''x'' is
The square of any positive or negative number is positive, and the square of 0 is 0. Therefore, no negative number can have a real square root. However, it is possible to work with a more inclusive set of numbers, called the [[complex number]]s, that does contain solutions to the square root of a negative number. This is done by introducing a new number, denoted by ''i'' (sometimes ''j'', especially in the context of [[electric current|electricity]] where "i" traditionally represents electric current) and called the [[imaginary unit]], which is ''defined'' such that ''i''<sup>2</sup>&nbsp;=&nbsp;&minus;1. Using this notation, we can think of ''i'' as the square root of &minus;1, but notice that we also have (&minus;''i'')<sup>2</sup>&nbsp;=&nbsp;''i''<sup>2</sup>&nbsp;=&nbsp;&minus;1 and so &minus;''i'' is also a square root of &minus;1. By convention, the principal square root of &minus;1 is ''i'', or more generally, if ''x'' is any positive number, then the principal square root of &minus;''x'' is
:<math>\sqrt{-x} = i \sqrt x</math>
:<math>\sqrt{-x} = i \sqrt x</math>
because
because

Revision as of 01:17, 30 November 2009

In mathematics, a square root of a number x is a number r such that r2 = x, or, in other words, a number r whose square (the result of multiplying the number by itself) is x.

Every non-negative real number x has a unique non-negative square root, called the principal square root, which is denoted with a radical sign as . The square root can also be written in exponent notation, as x1/2. For example, the principal square root of 9 is 3, denoted , because 32 = 3 × 3 = 9 and 3 is non-negative. The principal square root of a positive number, however, is only one of its two square roots.

Every positive number x has two square roots. One of them is , which is positive, and the other , which is negative. Together, these two roots are denoted . Square roots of negative numbers can be discussed within the framework of complex numbers. More generally, square roots can be considered in any context in which a notion of "squaring" of some mathematical objects is defined (including algebras of matrices, endomorphism rings, etc).

Square roots of integers that are not perfect squares are always irrational numbers: numbers not expressible as a ratio of two integers. For example, cannot be written exactly as m/n, where n and m are integers. Nonetheless, it is exactly the length of the diagonal of a square with side length 1. This has been known since ancient times, with the discovery that is irrational attributed to Hippasus, a disciple of Pythagoras. (See square root of 2 for proofs of the irrationality of this number and quadratic irrational for a proof for all non-square natural numbers)

The term whose root is being considered is known as the radicand. In the expression , ab + 2 is the radicand. The radicand is the number or expression underneath the radical sign.

Properties

The graph of the function , made up of half a parabola with a vertical directrix.

The principal square root function (usually just referred to as the "square root function") is a function which maps the set of non-negative real numbers R+ ∪ {0} onto itself, and, like all functions, always returns a unique value. The square root function also maps rational numbers into algebraic numbers (a superset of the rational numbers); is rational if and only if x is a rational number which can be represented as a ratio of two perfect squares. In geometrical terms, the square root function maps the area of a square to its side length.

  • For all real numbers x
    (see absolute value)
  • For all non-negative real numbers x and y,
and
  • The square root function is continuous for all non-negative x and differentiable for all positive x. Its derivative is given by
  • The Taylor series of √1 + x about x = 0 converges for | x | < 1 and is given by

Computation

Most pocket calculators have a square root key. Computer spreadsheets and other software are also frequently used to calculate square roots. Computer software programs typically implement good routines to compute the exponential function and the natural logarithm or logarithm, and then compute the square root of x using the identity

or

The same identity is exploited when computing square roots with logarithm tables or slide rules.

The most common iterative method of square root calculation by hand is known as the "Babylonian method" or "Heron's method" after the first century Greek philosopher Heron of Alexandria who first described it.[1] It involves a simple algorithm, which results in a number closer to the actual square root each time it is repeated. To find r, the square root of a real number x:

  1. Start with an arbitrary positive start value r (the closer to the square root of x, the better).
  2. Replace r by the average between r and x/r, that is: (It is sufficient to take an approximate value of the average in order to ensure convergence.)
  3. Repeat step 2 until r and x/r are as close as desired.

The time complexity for computing a square root with n digits of precision is equivalent to that of multiplying two n-digit numbers.

Square roots of negative and complex numbers

Complex square root
Second leaf of the complex square root
Using the Riemann surface of the square root, one can see how the two leaves fit together

The square of any positive or negative number is positive, and the square of 0 is 0. Therefore, no negative number can have a real square root. However, it is possible to work with a more inclusive set of numbers, called the complex numbers, that does contain solutions to the square root of a negative number. This is done by introducing a new number, denoted by i (sometimes j, especially in the context of electricity where "i" traditionally represents electric current) and called the imaginary unit, which is defined such that i2 = −1. Using this notation, we can think of i as the square root of −1, but notice that we also have (−i)2 = i2 = −1 and so −i is also a square root of −1. By convention, the principal square root of −1 is i, or more generally, if x is any positive number, then the principal square root of −x is

because

By the argument given above, i can be neither positive nor negative. This creates a problem: for the complex number z, we cannot define √z to be the "positive" square root of z.

For every non-zero complex number z there exist precisely two numbers w such that w2 = z.

Examples

  • the square roots of are:

and

Definition

To find a definition for the square root that allows us to consistently choose a single value, called the principal value, we start by observing that any complex number x + iy can be viewed as a point in the plane, (x, y), expressed using Cartesian coordinates. The same point may be reinterpreted using polar coordinates as the pair (r, Φ), where r ≥ 0 is the distance of the point from the origin, and Φ is the angle that the line from the origin to the point makes with the positive real (x) axis. In complex analysis, this value is conventionally written reiΦ. Now, since r is a nonnegative real number, we can take its positive square root; and since squaring always doubles the angle , to undo squaring we halve the angle. The result is what is called in complex analysis a branch cut: if with then we define:

Thus defined, the square root function is holomorphic everywhere except on the non-positive real numbers (where it isn't even continuous). The above Taylor series for √1 + x remains valid for complex numbers x with |x| < 1.

Formula

When the number is in rectangular form the following formula can be used for the principal value:

where

is the absolute value or modulus of the complex number, unless x = −r and y = 0. Notice that the sign of the imaginary part of the root is the same as the sign of the imaginary part of the original number. The real part of the principal value is always non-negative.

Notes

Note that because of the discontinuous nature of the square root function in the complex plane, the law √zw = √zw is in general not true. (Equivalently, the problem occurs because of the freedom in the choice of branch. The chosen branch may or may not yield the equality; in fact, the choice of branch for the square root need not contain the value of √zw at all, leading to the equality's failure. A similar problem appears with the complex logarithm and the relation log z + log w = log(zw).) Wrongly assuming this law underlies several faulty "proofs", for instance the following one showing that −1 = 1:

The third equality cannot be justified (see invalid proof). It can be made to hold by changing the meaning of √ so that this no longer represents the principal square root (see above) but selects a branch for the square root that contains (√−1)·(√−1). The left hand side becomes either

if the branch includes +i or

if the branch includes −i, while the right hand side becomes

where the last equality, √1 = −1, is a consequence of the choice of branch in the redefinition of √.

Visualization

3D diagram of square root of real number ( positive and negative)

Because square root function maps complex plane to itself

to show its diagram one needs 4 dimensions. Thus 3D Cartesian coordinate system is not enough.

It can be solved by :

  • drawing two 3D diagrams : Re(csqrt(c)) and Im(csqrt(c))
  • use color as a 4-th dimension in one of above 3D diagrams
  • choose a 1D path in complex plane parametrised by real number and make a 3D diagram of function :

Square roots of matrices and operators

If A is a positive-definite matrix or operator, then there exists precisely one positive definite matrix or operator B with B2 = A; we then define √A = B.

More generally, to every normal matrix or operator A there exist normal operators B such that B2 = A. In general, there are several such operators B for every A and the square root function cannot be defined for normal operators in a satisfactory manner. Positive definite operators are akin to positive real numbers, and normal operators are akin to complex numbers.

Principal square roots of the positive integers

As decimal expansions

The square roots of the perfect squares (1, 4, 9, 16, etc.) are integers. In all other cases, the square roots are irrational numbers, and therefore their decimal representations are non-repeating decimals. Each of these roots has two values, positive and negative, of equal magnitude.

1
1.414213562373095048801688724209698078569671875376948073176679737990732478462 1 million digits, 2 million, 5 million, 10 million
1.732050807568877293527446341505872366942805253810380628055806979451933016909 1 million digits
2
2.236067977499789696409173668731276235440618359611525724270897245410520925638 1 million digits
2.449489742783178098197284074705891391965947480656670128432692567250960377457 1 million digits
2.645751311064590590501615753639260425710259183082450180368334459201068823230 1 million digits
2.828427124746190097603377448419396157139343750753896146353359475981464956924 1 million digits
3
3.162277660168379331998893544432718533719555139325216826857504852792594438639 1 million digits
3.316624790355399849114932736670686683927088545589353597058682146116484642609
3.464101615137754587054892683011744733885610507620761256111613958903866033818
3.605551275463989293119221267470495946251296573845246212710453056227166948293
3.741657386773941385583748732316549301756019807778726946303745467320035156307
3.872983346207416885179265399782399610832921705291590826587573766113483091937
4
4.123105625617660549821409855974077025147199225373620434398633573094954346338
4.242640687119285146405066172629094235709015626130844219530039213972197435386
4.358898943540673552236981983859615659137003925232444936890344138159557328203
4.472135954999579392818347337462552470881236719223051448541794490821041851276

As expansions in other numeral systems

The square roots of the perfect squares (1, 4, 9, 16, etc.) are integers. In all other cases, the square roots are irrational numbers, and therefore their representations in any standard positional notation system are non-repeating.

The hexadecimal representations of some square roots are used in some SHA hash function implementations.

As periodic continued fractions

One of the most intriguing results from the study of irrational numbers as continued fractions was obtained by Joseph Louis Lagrange circa 1780. Lagrange found that the representation of the square root of any non-square positive integer as a continued fraction is periodic. That is, a certain pattern of partial denominators repeats indefinitely in the continued fraction. In a sense these square roots are the very simplest irrational numbers, because they can be represented with a simple repeating pattern of integers.

[1; 2, 2, ...]
[1; 1, 2, 1, 2, ...]
[2]
[2; 4, 4, ...]
[2; 2, 4, 2, 4, ...]
[2; 1, 1, 1, 4, 1, 1, 1, 4, ...]
[2; 1, 4, 1, 4, ...]
[3]
[3; 6, 6, ...]
[3; 3, 6, 3, 6, ...]
[3; 2, 6, 2, 6, ...]
[3; 1, 1, 1, 1, 6, 1, 1, 1, 1, 6, ...]
[3; 1, 2, 1, 6, 1, 2, 1, 6, ...]
[3; 1, 6, 1, 6, ...]
[4]
[4; 8, 8, ...]
[4; 4, 8, 4, 8, ...]
[4; 2, 1, 3, 1, 2, 8, 2, 1, 3, 1, 2, 8, ...]
[4; 2, 8, 2, 8, ...]

The square bracket notation used above is a sort of mathematical shorthand to conserve space. Written in more traditional notation the simple continued fraction for the square root of 11 – [3; 3, 6, 3, 6, ...] – looks like this:

where the two-digit pattern {3, 6} repeats over and over and over again in the partial denominators.

Geometric construction of the square root

A square root can be constructed with a compass and straightedge. In his Elements, Euclid (fl. 300 BC) gave the construction of the geometric mean of two quantities in two different places: Proposition II.14 and Proposition VI.13. Since the geometric mean of a and b is , one can construct simply by taking b = 1.

The construction is also given by Descartes in his La Géométrie, see figure 2 on page 2. However, Descartes made no claim to originality and his audience would have been quite familiar with Euclid.

Another method of geometric construction uses right triangles and induction: can, of course, be constructed, and once has been constructed, the right triangle with 1 and for its legs has a hypotenuse of . The Spiral of Theodorus is constructed using successive square roots in this manner.

History

The Rhind Mathematical Papyrus is a copy from 1650 BC of an even earlier work and shows us how the Egyptians extracted square roots.[2]

The Yale Babylonian Collection YBC 7289 clay tablet was created between 1800 BC and 1600 BC, showing and as 1;24,51,10 and 42;25,35 base 60 numbers on a square crossed by two diagonals.[3]

In Ancient India, the knowledge of theoretical and applied aspects of square and square root was at least as old as the Sulba Sutras, dated around 800-500 B.C. (possibly much earlier). A method for finding very good approximations to the square roots of 2 and 3 are given in the Baudhayana Sulba Sutra.[4] Aryabhata in the Aryabhatiya (section 2.4), has given a method for finding the square root of numbers having many digits.

In the Chinese mathematical work Writings on Reckoning, written between 202 BC and 186 BC during the early Han Dynasty, the square root is approximated by using a "excess and deficiency" method which says to "combine the excess and deficiency as the divisor; (taking) the deficiency numerator multiplied by the excess denominator and the excess numerator times the deficiency denominator, combine them as the dividend."[5]

According to historian of mathematics D.E. Smith, Aryabhata's method for finding the square root was first introduced in Europe by Cataneo in 1546.[6]

The symbol √ for the square root was first used in print in 1525 in Christoph Rudolff's Coss, which was also the first to use the then-new signs '+' and '-'.[7]

See also

Notes

  1. ^ Heath, Thomas (1921). A History of Greek Mathematics, Vol. 2. Oxford: Clarendon Press. pp. 323–324. {{cite book}}: Cite has empty unknown parameter: |coauthors= (help)
  2. ^ Anglin, W.S. (1994). Mathematics: A Concise History and Philosophy. New York: Springer-Verlag.
  3. ^ http://www.math.ubc.ca/~cass/Euclid/ybc/analysis.html
  4. ^ Joseph, ch.8.
  5. ^ Dauben, p. 210.
  6. ^ Smith, p. 148.
  7. ^ Manguel, Alberto (2006), "Done on paper: the dual nature of numbers and the page", The Life of Numbers, ISBN 8486882141

References

  • Imhausen, Annette (2007). The Mathematics of Egypt, Mesopotamia, China, India, and Islam. Princeton: Princeton University Press. pp. 187–384. ISBN 0691114854.
  • Joseph, George (2000). The Crest of the Peacock. Princeton: Princeton University Press. ISBN 0691006598.
  • Smith, David (1958). History of Mathematics. Vol. 2. New York: Dover Publications. ISBN 9780486204307.

External links