Imaginary unit
The imaginary unit or unit imaginary number () is a solution to the quadratic equation , and the principal square root of .[1][2] Although there is no real number with this property, can be used to extend the real numbers to what are called complex numbers, using addition and multiplication. A simple example of the use of in a complex number is
Imaginary numbers are an important mathematical concept, which extend the real number system to the complex number system , in which at least one root for every nonconstant polynomial exists (see algebraic closure and fundamental theorem of algebra). Here, the term "imaginary" is used, because there is no real number having a negative square.
There are two complex square roots of , namely and , just as there are two complex square roots of every real number other than zero (which has one double square root).
In the contexts where use of the letter is ambiguous or problematic, , or the Greek , is sometimes used.[a] For example, in electrical engineering and control systems engineering, the imaginary unit is normally denoted by instead of , because is commonly used to denote electric current.
For the history of the imaginary unit, see Complex number § History.
Definition
The powers of return cyclic values: |
---|
(repeats the pattern from bold blue area) |
(repeats the pattern from the bold blue area) |
The imaginary number is defined solely by the property that its square is −1:
With defined this way, it follows directly from algebra that and are both square roots of −1.
Although the construction is called "imaginary", and although the concept of an imaginary number may be intuitively more difficult to grasp than that of a real number, the construction is perfectly valid from a mathematical standpoint. Real number operations can be extended to imaginary and complex numbers, by treating as an unknown quantity while manipulating an expression (and using the definition to replace any occurrence of with −1). Higher integral powers of can also be replaced with , +1, , or −1:
Similarly, as with any non-zero real number:
As a complex number, is represented in rectangular form as with a zero real component and a unit imaginary component. In polar form, is represented as (or just ), with an absolute value (or magnitude) of 1 and an argument (or angle) of . In the complex plane (also known as the Argand plane), which is a special interpretation of a Cartesian plane, is the point located one unit from the origin along the imaginary axis (which is orthogonal to the real axis).
vs.
Being a quadratic polynomial with no multiple root, the defining equation has two distinct solutions, which are equally valid and which happen to be additive and multiplicative inverses of each other. Once a solution of the equation has been fixed, the value , which is distinct from , is also a solution. Since the equation is the only definition of , it appears that the definition is ambiguous (more precisely, not well-defined). However, no ambiguity will result as long as one or other of the solutions is chosen and labelled as "", with the other one then being labelled as .[2] After all, although and are not quantitatively equivalent (they are negatives of each other), there is no algebraic difference between and , as both imaginary numbers have equal claim to being the number whose square is −1.
In fact, if all mathematical textbooks and published literature referring to imaginary or complex numbers were to be rewritten with replacing every occurrence of (and therefore every occurrence of replaced by ), all facts and theorems would remain valid. The distinction between the two roots of , with one of them labelled with a minus sign, is purely a notational relic; neither root can be said to be more primary or fundamental than the other, and neither of them is "positive" or "negative".[5]
The issue can be a subtle one: The most precise explanation is to say that although the complex field, defined as (see complex number), is unique up to isomorphism, it is not unique up to a unique isomorphism: There are exactly two field automorphisms of which keep each real number fixed: The identity and the automorphism sending to For more, see complex conjugate and Galois group.
Matrices
A similar issue arises if the complex numbers are interpreted as 2 × 2 real matrices (see matrix representation of complex numbers), because then both
- and
would be solutions to the matrix equation
In this case, the ambiguity results from the geometric choice of which "direction" around the unit circle is "positive" rotation. A more precise explanation is to say that the automorphism group of the special orthogonal group has exactly two elements: The identity and the automorphism which exchanges "CW" (clockwise) and "CCW" (counter-clockwise) rotations. For more, see orthogonal group.
All these ambiguities can be solved by adopting a more rigorous definition of complex number, and by explicitly choosing one of the solutions to the equation to be the imaginary unit. For example, the ordered pair (0, 1), in the usual construction of the complex numbers with two-dimensional vectors.
Consider the matrix equation Here, , so the product is negative because thus the point lies in quadrant II or IV. Furthermore,
so is bounded by the hyperbola .
Proper use
The imaginary unit is sometimes written in advanced mathematics contexts[2] (as well as in less advanced popular texts). However, great care needs to be taken when manipulating formulas involving radicals. The radical sign notation is reserved either for the principal square root function, which is only defined for real , or for the principal branch of the complex square root function. Attempting to apply the calculation rules of the principal (real) square root function to manipulate the principal branch of the complex square root function can produce false results:[6]
Similarly:
The calculation rules
and
are only valid for real, positive values of and .[7][8][9]
These problems can be avoided by writing and manipulating expressions like rather than For a more thorough discussion, see square root and branch point.
Properties
Square roots
has two square roots, just like all complex numbers (except zero, which has a double root). These two roots can be expressed as the complex numbers:{{efn|To find such a number, one can solve the equation
where and are real parameters to be determined, or equivalently
Because the real and imaginary parts are always separate, we regroup the terms:
and by equating coefficients, real part and real coefficient of imaginary part separately, we get a system of two equations:
Substituting into the first equation, we get
Because is a real number, this equation has two real solutions for : and Substituting either of these results into the equation in turn, we will get the corresponding result for . Thus, the square roots of are the numbers and [10]
Indeed, squaring both expressions yields:
Using the radical sign for the principal square root, we get:
Cube roots
The three cube roots of are:
Similar to all of the roots of 1, all of the roots of are the vertices of regular polygons, which are inscribed within the unit circle in the complex plane.
Multiplication and division
Multiplying a complex number by gives:
(This is equivalent to a 90° counter-clockwise rotation of a vector about the origin in the complex plane.)
Dividing by is equivalent to multiplying by the reciprocal of :
Using this identity to generalize division by to all complex numbers gives:
(This is equivalent to a 90° clockwise rotation of a vector about the origin in the complex plane.)
Powers
The powers of repeat in a cycle expressible with the following pattern, where is any integer:
This leads to the conclusion that
where mod represents the modulo operation. Equivalently:
raised to the power of
Making use of Euler's formula, is
where , the set of integers.
The principal value (for ) is , or approximately 0.207879576 .[11]
Factorial
The factorial of the imaginary unit is most often given in terms of the gamma function evaluated at :
Also,
Other operations
Many mathematical operations that can be carried out with real numbers can also be carried out with , such as exponentiation, roots, logarithms, and trigonometric functions. All of the following functions are complex multi-valued functions, and it should be clearly stated which branch of the Riemann surface the function is defined on in practice. Listed below are results for the most commonly chosen branch.
A number raised to the power is:
The root of a number is:
The imaginary-base logarithm of a number is:
As with any complex logarithm, the log base is not uniquely defined.
The cosine of is a real number:
And the sine of is purely imaginary:
See also
Notes
- ^ Some texts[which?] use the Greek letter iota () for the imaginary unit to avoid confusion, especially with indices and subscripts.
In electrical engineering and related fields, the imaginary unit is normally denoted by to avoid confusion with electric current as a function of time, which is conventionally represented by or just .[3]
The Python programming language also uses to mark the imaginary part of a complex number.
MATLAB associates both and with the imaginary unit, although the input or is preferable, for speed and more robust expression parsing.[4]
In the quaternions, Each of , , and is a distinct imaginary unit.
In bivectors and biquaternions, an additional imaginary unit or is used.
References
- ^ "Compendium of Mathematical Symbols". Math Vault. 1 March 2020. Retrieved 10 August 2020.
- ^ a b c Weisstein, Eric W. "Imaginary Unit". mathworld.wolfram.com. Retrieved 10 August 2020.
- ^ Boas, Mary L. (2006). Mathematical Methods in the Physical Sciences (3rd ed.). New York [u.a.]: Wiley. p. 49. ISBN 0-471-19826-9.
- ^ "MATLAB Product Documentation".
- ^ Doxiadēs, Apostolos K.; Mazur, Barry (2012). Circles Disturbed: The interplay of mathematics and narrative (illustrated ed.). Princeton University Press. p. 225. ISBN 978-0-691-14904-2 – via Google Books.
- ^ Bunch, Bryan (2012). Mathematical Fallacies and Paradoxes (illustrated ed.). Courier Corporation. p. 31-34. ISBN 978-0-486-13793-3 – via Google Books.
- ^ Kramer, Arthur (2012). Math for Electricity & Electronics (4th ed.). Cengage Learning. p. 81. ISBN 978-1-133-70753-0 – via Google Books.
- ^ Picciotto, Henri; Wah, Anita (1994). Algebra: Themes, tools, concepts (Teachers’ ed.). Henri Picciotto. p. 424. ISBN 978-1-56107-252-1 – via Google Books.
- ^ Nahin, Paul J. (2010). An Imaginary Tale: The story of "" [the square root of minus one]. Princeton University Press. p. 12. ISBN 978-1-4008-3029-9 – via Google Books.
- ^ "What is the square root of ?". University of Toronto Mathematics Network. Retrieved 26 March 2007.
- ^ Wells, David (1997) [1986]. The Penguin Dictionary of Curious and Interesting Numbers (revised ed.). UK: Penguin Books. p. 26. ISBN 0-14-026149-4.
- ^ "abs(i!)". Wolfram Alpha.
Further reading
- Nahin, Paul J. (1998). An Imaginary Tale: The story of [the square root of minus one]. Chichester: Princeton University Press. ISBN 0-691-02795-1 – via Archive.org.
External links
- Euler, Leonhard. "Imaginary Roots of Polynomials". at "Convergence". mathdl.maa.org. Mathematical Association of America. Archived from the original on 13 July 2007.