A square root of a is defined as a solution of the equation
x^2 - a = 0
over some field. Solving this equation, which operation we call "finding the square root", is an Algebraic problem.
Depending upon the field and the specific element a, therein, there might be no solution, one (that is, a unique) solution, a pair (that is, conjugate) solutions, or more. If a is an integer and a solution exists, then it is either an integer or an algebraic irrational number. In the field of real numbers, there are a pair of conjugate solutions if a > 0, one solution if a = 0, and none if a < 0. In the field of complex numbers, to which we will confine ourselves, henceforth, there always exist a pair of roots, whose sum is zero. They are complex-conjugate iff (= if and only if) the original number is real-complex and negative.
Finding a square-root is just a special case of solving a polynomial equation. Hence, we provide some background information on polynomials.
There are numerous methods for finding a square root. A transcendental method is considered as being "over-kill", thus less elegant. Some of the obvious methods for finding a square root are
Both infinite series and iterative procedures can be made to yield a value arbitrarily close to the root, if enough steps are taken. Each of these methods is more general than just for finding a square root. However, while each of their scopes include finding of a square root, they are not identical. Also, they differ in their ease of use for hand calculation.
Of course, if you either look-up the square root in a table or employ a calculator or computer program to compute the square root, you just are hiding the method from your own view.
Copyright © 1997 R. I. 'Scibor-Marchocki last modified on Friday 22-nd of August 1997.
What about if the number whose square-root is desired is complex? With more or less effort, most of the foregoing methods may be adapted. However, the following theorem shows that the problem is reducible to that of three real square-roots.
Theorem: Complex square-root. The square-root of the complex number (a + i b) is sqrt(a + i b) = +- (sqrt(r + a) + i sqrt(r - a) sign(b)) sqrt(2) / 2, where r = sqrt(a^2 + b^2).
Proof: Hint: Square each side.
Copyright © 0226 R. I. 'Scibor-Marchocki last modified on Sunday 19-th February 2006.