Complex number: Difference between revisions

Content deleted Content added
Multiplication: {{math}} for numbers in caption, consistent w/ formatting in article
Tags: Mobile edit Mobile web edit Advanced mobile edit
 
(645 intermediate revisions by more than 100 users not shown)
Line 1:
{{shortShort description|ElementNumber ofwith a numberreal systemand inan whichimaginary –1 has a square rootpart}}
{{pp-move}}
{{Use dmy dates|date=June 2020}}
{{Use dmy dates|date=June 2020|cs1-dates = l}}
[[File:Complex number illustration.svg|thumb|right|A complex number can be visually represented as a pair of numbers {{math|(''a'', ''b'')}} forming a vector on a diagram called an [[Argand diagram]], representing the [[complex plane]]. "Re" is the real axis, "Im" is the imaginary axis, and {{math|''i''}} satisfies {{math|1=''i''<sup>2</sup> = −1}}.]]
 
[[File:A plus bi.svg|thumb|upright=1.15|right|A complex number {{math|''z''}} can be visually represented as a pair of numbers {{math|(''a'', ''b'')}} forming a [[vector (geometric)|position vector]] (blue) or a point (red) on a diagram called an Argand diagram, representing the complex plane. ''Re'' is the real axis, ''Im'' is the imaginary axis, and {{mvar|i}} is the "imaginary unit", that satisfies {{math|1=''i''<sup>2</sup> = −1}}.]]
A '''complex number''' is a [[number]] that can be expressed in the form {{math|''a'' + ''bi''}}, where {{math|''a''}} and {{math|''b''}} are [[real numbers]], and {{math|''i''}} represents the [[imaginary unit]], satisfying the equation {{math|1=''i''<sup>2</sup> = −1}}. Because no real number satisfies this equation, {{math|''i''}} is called an [[imaginary number]]. For the complex number {{math|''a'' + ''bi''}}, {{math|''a''}} is called the '''{{visible anchor|real part}}''', and {{math|''b''}} is called the '''{{visible anchor|imaginary part}}'''. The set of complex numbers is denoted using the symbol <math>\mathbb{C}</math>. Despite the historical nomenclature "imaginary", complex numbers are regarded in the mathematical sciences as just as "real" as the real numbers, and are fundamental in many aspects of the scientific description of the natural world.{{refn|group="note"|For an extensive account of the history, from initial skepticism to ultimate acceptance, See {{harv|Bourbaki|1998}}, pages 18-24.}}<ref name=":0">{{Cite web|date=2020-03-25|title=Comprehensive List of Algebra Symbols|url=https://mathvault.ca/hub/higher-math/math-symbols/algebra-symbols/|access-date=2020-08-12|website=Math Vault|language=en-US}}</ref><ref>{{cite book |title=The Road to Reality: A Complete Guide to the Laws of the Universe |edition=reprinted |first1=Roger |last1=Penrose |publisher=Random House |year=2016 |isbn=978-1-4464-1820-8 |pages=72–73 |url=https://books.google.com/books?id=VWTNCwAAQBAJ}} [https://books.google.com/books?id=VWTNCwAAQBAJ&pg=PA73 Extract of p. 73]: "complex numbers, as much as reals, and perhaps even more, find a unity with nature that is truly remarkable. It is as though Nature herself is as impressed by the scope and consistency of the complex-number system as we are ourselves, and has entrusted to these numbers the precise operations of her world at its minutest scales."</ref><ref name=":1">{{Cite web|title=Complex Numbers|url=https://www.mathsisfun.com/numbers/complex-numbers.html|access-date=2020-08-12|website=www.mathsisfun.com}}</ref><ref>{{Cite web|title=Complex Numbers {{!}} Brilliant Math & Science Wiki|url=https://brilliant.org/wiki/complex-numbers/|access-date=2020-08-12|website=brilliant.org|language=en-us}}</ref>
 
In mathematics, a '''complex number''' is an element of a [[number system]] that extends the [[real number]]s with a specific element denoted {{mvar|i}}, called the [[imaginary unit]] and satisfying the equation <math>i^{2}= -1</math>; every complex number can be expressed in the form <math>a + bi</math>, where {{mvar|a}} and {{mvar|b}} are real numbers. Because no real number satisfies the above equation, {{mvar|i}} was called an [[imaginary number]] by [[René Descartes]]. For the complex number {{nowrap|<math>a+bi</math>,}} {{mvar|a}} is called the '''{{visible anchor|real part}}''', and {{mvar|b}} is called the '''{{visible anchor|imaginary part}}'''. The set of complex numbers is denoted by either of the symbols <math>\mathbb C</math> or {{math|'''C'''}}. Despite the historical nomenclature, "imaginary" complex numbers have a mathematical existence as firm as that of the real numbers, and they are fundamental tools in the scientific description of the natural world.<ref>For an extensive account of the history of "imaginary" numbers, from initial skepticism to ultimate acceptance, see {{cite book |last=Bourbaki |first=Nicolas |author-link=Nicolas Bourbaki |year=1998 |title=Elements of the History of Mathematics |chapter=Foundations of Mathematics § Logic: Set theory |pages=18–24 |publisher=Springer}}
Complex numbers allow solutions to certain equations that have no solutions in real numbers. For example, the equation
</ref><ref>"Complex numbers, as much as reals, and perhaps even more, find a unity with nature that is truly remarkable. It is as though Nature herself is as impressed by the scope and consistency of the complex-number system as we are ourselves, and has entrusted to these numbers the precise operations of her world at its minutest scales.", {{harvnb|Penrose|2005|loc=pp.72–73 |url=https://books.google.com/books?id=VWTNCwAAQBAJ&pg=PA73}}.</ref>
:<math>(x+1)^2 = -9</math>
has no real solution, since the square of a real number cannot be negative. Complex numbers, however, provide a solution to this problem. The idea is to [[field extension|extend]] the real numbers with an [[Indeterminate (variable)|indeterminate]] {{math|''i''}} (sometimes called the imaginary unit) taken to satisfy the relation {{math|1=''i''<sup>2</sup> = −1}}, so that solutions to equations like the preceding one can be found. In this case, the solutions are {{math|−1 + 3''i''}} and {{math|−1 − 3''i''}}, as can be verified using the fact that {{math|1=''i''<sup>2</sup> = −1}}:
 
Complex numbers allow solutions to all [[polynomial equation]]s, even those that have no solutions in real numbers. More precisely, the [[fundamental theorem of algebra]] asserts that every non-constant polynomial equation with real or complex coefficients has a solution which is a complex number. For example, the equation
:<math>((-1+3i)+1)^2 = (3i)^2 = \left(3^2\right)\left(i^2\right) = 9(-1) = -9,</math>
:<math>((-1-3i)x+1)^2 = (-3i)^2 = (-3)^2\left(i^2\right) = 9(-1) = -9.</math>
has no real solution, because the square of a real number cannot be negative, but has the two nonreal complex solutions <math>-1+3i</math> and <math>-1-3i</math>.
 
Addition, subtraction and multiplication of complex numbers can be naturally defined by using the rule <math>i^{2}=-1</math> along with the [[associative law|associative]], [[commutative law|commutative]], and [[distributive law]]s. Every nonzero complex number has a [[multiplicative inverse]]. This makes the complex numbers a [[field (mathematics)|field]] with the real numbers as a subfield. Because of these properties, {{tmath|1=a + bi = a + ib}}, and which form is written depends upon convention and style considerations.
According to the [[fundamental theorem of algebra]], all [[polynomial equation]]s with real or complex coefficients in a single variable have a solution in complex numbers. In contrast, some polynomial equations with real coefficients have no solution in real numbers. The 16th-century Italian mathematician [[Gerolamo Cardano]] is credited with introducing complex numbers—in his attempts to find solutions to [[cubic equations]].<ref>{{Citation |last1=Burton |first1=David M. |title=The History of Mathematics |publisher=[[McGraw-Hill]] |___location=New York |edition= 3rd |page=294 |isbn=978-0-07-009465-9 |year=1995}}</ref>
 
The complex numbers also form a [[real vector space]] of [[Two-dimensional space|dimension two]], with <math>\{1,i\}</math> as a [[standard basis]]. This standard basis makes the complex numbers a [[Cartesian plane]], called the complex plane. This allows a geometric interpretation of the complex numbers and their operations, and conversely some geometric objects and operations can be expressed in terms of complex numbers. For example, the real numbers form the [[real line]], which is pictured as the horizontal axis of the complex plane, while real multiples of <math>i</math> are the vertical axis. A complex number can also be defined by its geometric [[Polar coordinate system|polar coordinates]]: the radius is called the [[absolute value]] of the complex number, while the angle from the positive real axis is called the argument of the complex number. The complex numbers of absolute value one form the [[unit circle]]. Adding a fixed complex number to all complex numbers defines a [[translation (geometry)|translation]] in the complex plane, and multiplying by a fixed complex number is a [[similarity (geometry)|similarity]] centered at the origin (dilating by the absolute value, and rotating by the argument). The operation of [[complex conjugation]] is the [[reflection symmetry]] with respect to the real axis.
Formally, the complex number system can be defined as the [[field extension|algebraic extension]] of the ordinary real numbers by an imaginary number {{math|''i''}}.<ref name="Bourbaki">{{cite book|last=Bourbaki|first=Nicolas|author-link=Nicolas Bourbaki|title=General topology|section=VIII.1|publisher=Springer-Verlag}}</ref> This means that complex numbers can be added, subtracted and multiplied as polynomials in the variable {{math|''i''}}, under the rule that {{math|''i''<sup>2</sup> {{=}} −1}}. Furthermore, complex numbers can also be divided by nonzero complex numbers.<ref name=":1" /> Overall, the complex number system is a [[field (mathematics)|field]].
 
Geometrically, complex numbers extend the concept of the [[one-dimensional]] [[number line]] to the [[two-dimensional]] [[complex plane]], by using the [[horizontal axis]] for the real part, and the [[vertical axis]] for the imaginary part. The complex number {{math|''a'' + ''bi''}} can be identified with the point {{math|(''a'', ''b'')}} in the complex plane. A complex number whose real part is zero is said to be purely [[imaginary number|imaginary]], and the points for these numbers lie on the vertical axis of the complex plane. Similarly, a complex number whose imaginary part is zero can be viewed as a real number, whose point lies on the horizontal axis of the complex plane. Complex numbers can also be represented in polar form, which associates each complex number with its distance from the origin (its magnitude), and a particular angle known as the [[argument (complex analysis)|argument]] of the complex number.
 
The geometric identification of the complex numbers with the complex plane, which is a [[Euclidean plane]] (<math>\mathbb R^2</math>), makes their structure as a real 2-dimensional [[vector space#Complex numbers and other field extensions|vector space]] evident. Real and imaginary parts of a complex number may be taken as components of a vector—with respect to the canonical [[standard basis]]. The addition of complex numbers is thus immediately depicted as the usual component-wise addition of vectors. However, the complex numbers allow for a richer algebraic structure, comprising additional operations, that are not necessarily available in a vector space. For example, the multiplication of two complex numbers always yields again a complex number, and should not be mistaken for the usual "products" involving vectors, like the ''[[scalar multiplication]]'', the ''[[scalar product]]'' or other (sesqui)linear [[bilinear form|forms]], available in many vector spaces; and the broadly exploited ''[[vector product]]'' exists only in an [[orientation (vector space)|orientation]]-dependent form in three dimensions.
 
The complex numbers form a rich structure that is simultaneously an [[algebraically closed field]], a [[commutative algebra (structure)|commutative algebra]] over the reals, and a [[Euclidean vector space]] of dimension two.
{{TOC limit|3}}
 
==Definition and basic operations==
 
[[File:Complex conjugate pictureComplex_numbers_intheplane.svg|right|thumb|upright|An illustration of theVarious [[complex plane]].numbers Thedepicted realin part of athe complex number {{math|1=''z'' = ''x'' + ''iy''}} is {{mvar|x}}, and its imaginary part is {{mvar|y}}plane.]]
 
A complex number is aan numberexpression of the form {{math|1=''a'' + ''bi''}}, where {{mvar|a}} and {{mvar|b}} are [[real numbers]], and {{math|''i''}} is an indeterminateabstract satisfyingsymbol, {{math|1=''i''<sup>2</sup>the =so-called −1}}imaginary unit, whose meaning will be explained further below. For example, {{math|2 + 3''i''}} is a complex number.<ref>{{cite book|title=College algebra |url=https://archive.org/details/collegealgebrawi00axle |url-access=limited |last=Axler |first=Sheldon |page=[https://archive.org/details/collegealgebrawi00axle/page/n285 262]|publisher=Wiley|year=2010|isbn=9780470470770 }}</ref><ref name=":1" />
 
For a complex number {{math|''a'' + ''bi''}}, the real number {{mvar|a}} is called its ''real part'', and the real number {{mvar|b}} (not the complex number {{math|''bi''}}) is its ''imaginary part''.<ref>{{cite book |last1=Spiegel |first1=M.R. |title=Complex Variables |last2=Lipschutz |first2=S. |last3=Schiller |first3=J.J. |last4=Spellman |first4=D. |date=14 April 2009 |publisher=McGraw Hill |isbn=978-0-07-161569-3 |edition=2nd |series=Schaum's Outline Series}}</ref><ref>{{harvnb|Aufmann|Barker|Nation|loc=p. 66, Chapter P|2007}}</ref> The real part of a complex number {{mvar|z}} is denoted {{math|Re(''z'')}}, <math>\mathcal{Re}(z)</math>, or <math>\mathfrak{R}(z)</math>; the imaginary part is {{math|Im(''z'')}}, <math>\mathcal{Im}(z)</math>, or <math>\mathfrak{I}(z)</math>: for example, <math display="inline"> \operatorname{Re}(2 + 3i) = 2 </math>, <math> \operatorname{Im}(2 + 3i) = 3 </math>.
This way, a complex number is defined as a [[polynomial]] with real coefficients in the single indeterminate {{math|''i''}}, for which the relation {{math|''i''<sup>2</sup> + 1 {{=}} 0}} is imposed. Based on this definition, complex numbers can be added and multiplied, using the addition and multiplication for polynomials. The relation {{math|''i''<sup>2</sup> + 1 {{=}} 0}} induces the equalities {{math|''i''<sup>4''k''</sup> {{=}} 1, ''i''<sup>4''k''+1</sup> {{=}} ''i'', ''i''<sup>4''k''+2</sup> {{=}} −1,}} and {{math|''i''<sup>4''k''+3</sup> {{=}} −''i'',}} which hold for all integers {{mvar|k}}; these allow the reduction of any polynomial that results from the addition and multiplication of complex numbers to a linear polynomial in {{mvar|i}}, again of the form {{math|1=''a'' + ''bi''}} with real coefficients {{mvar|a, b.}}
 
A complex number {{mvar|z}} can be identified with the [[ordered pair]] of real numbers <math>(\Re (z),\Im (z))</math>, which may be interpreted as coordinates of a point in a Euclidean plane with standard coordinates, which is then called the ''[[complex plane]]'' or ''[[Argand diagram]].''<ref>{{cite book |last=Pedoe |first=Dan |author-link=Daniel Pedoe |title=Geometry: A comprehensive course |publisher=Dover |year=1988 |isbn=978-0-486-65812-4}}</ref><ref name=":2">{{Cite web |last=Weisstein |first=Eric W. |title=Complex Number |url=https://mathworld.wolfram.com/ComplexNumber.html |access-date=2020-08-12 |website=mathworld.wolfram.com}}</ref>{{efn| {{harvnb|Solomentsev|2001}}: "The plane <math>\R^2</math> whose points are identified with the elements of <math>\Complex</math> is called the complex plane&nbsp;... The complete geometric interpretation of complex numbers and operations on them appeared first in the work of C. Wessel (1799). The geometric representation of complex numbers, sometimes called the 'Argand diagram', came into use after the publication in 1806 and 1814 of papers by J.R. Argand, who rediscovered, largely independently, the findings of Wessel".}} The horizontal axis is generally used to display the real part, with increasing values to the right, and the imaginary part marks the vertical axis, with increasing values upwards.
The real number {{mvar|a}} is called the ''real part'' of the complex number {{math|''a'' + ''bi''}}; the real number {{mvar|b}} is called its ''imaginary part''. To emphasize, the imaginary part does not include a factor {{mvar|i}}; that is, the imaginary part is {{mvar|b}}, not {{math|''bi''}}.<ref>{{citation |last1=Spiegel |first1= M.R. |last2=Lipschutz |first2= S. |last3= Schiller |first3= J.J. |last4=Spellman |first4=D. |title= Complex Variables (2nd Edition) |series=Schaum's Outline Series |publisher= McGraw Hill |isbn= 978-0-07-161569-3|date= 14 April 2009 }}</ref><ref>{{Citation |title=College Algebra and Trigonometry |edition=6 |first1=Richard N. |last1=Aufmann |first2=Vernon C. |last2=Barker |first3=Richard D. |last3=Nation |publisher=Cengage Learning |year=2007 |isbn=978-0-618-82515-8 |page=66 |chapter-url=https://books.google.com/?id=g5j-cT-vg_wC&pg=PA66 |chapter=Chapter P}}</ref><ref name=":1" />
 
A real number {{mvar|a}} can be regarded as a complex number {{math|''a'' + 0''i''}}, whose imaginary part is 0. A purely imaginary number {{math|''bi''}} is a complex number {{math|0 + ''bi''}}, whose real part is zero. It is common to write {{math|1=''a'' + 0''i'' = ''a''}}, {{math|1=0 + ''bi'' = ''bi''}}, and {{math|1=''a'' + (−''b'')''i'' = ''a'' − ''bi''}}; for example, {{math|1=3 + (−4)''i'' = 3 − 4''i''}}.
Formally, the complex numbers are defined as the [[quotient ring]] of the [[polynomial ring]] in the indeterminate {{math|''i''}}, by the [[ideal (ring theory)|ideal]] generated by the polynomial {{math|''i''<sup>2</sup> + 1}} (see [[#Construction as a quotient field|below]]).<ref name="Bourbaki"/>
 
The [[Set (mathematics)|set]] of all complex numbers is denoted by <math>\Complex</math> ([[blackboard bold]]) or {{math|'''C'''}} (upright bold).
==Notation==
 
In some disciplines such as electromagnetism and electrical engineering, {{mvar|j}} is used instead of {{mvar|i}}, as {{mvar|i}} frequently represents electric current,<ref name="Campbell_1911" /><ref name="Brown-Churchill_1996" /> and complex numbers are written as {{math|''a'' + ''bj''}} or {{math|''a'' + ''jb''}}.
A real number {{mvar|a}} can be regarded as a complex number {{math|''a'' + 0''i''}}, whose imaginary part is 0. A purely [[imaginary number]] {{math|''bi''}} is a complex number {{math|0 + ''bi''}}, whose real part is zero. As with polynomials, it is common to write {{mvar|a}} for {{math|''a'' + 0''i''}} and {{math|''bi''}} for {{math|0 + ''bi''}}. Moreover, when the imaginary part is negative, that is, {{math|''b'' {{=}} −''{{!}}b{{!}}'' < 0,}} it is common to write {{math|''a'' − ''{{!}}b{{!}}i''}} instead of {{math|''a'' + (−''{{!}}b{{!}}'')''i''}}; for example, for {{math|''b'' {{=}} −4,}} {{math|3 − 4''i''}} can be written instead of {{math|3 + (−4)''i''.}}
 
===Addition and subtraction===
Since the multiplication of the indeterminate {{math|''i''}} and a real is commutative in polynomials with real coefficients, the polynomial {{math|''a'' + ''bi''}} may be written as {{math|''a'' + ''ib''.}} This is often expedient for imaginary parts denoted by expressions, for example, when {{mvar|b}} is a radical.<ref>See {{harv|Ahlfors|1979}}.</ref>
[[File:Vector Addition.svg|right|thumb|Addition of two complex numbers can be done geometrically by constructing a parallelogram.]]
 
Two complex numbers <math>a =x+yi</math> and <math>b =u+vi</math> are [[addition|added]] by separately adding their real and imaginary parts. That is to say:
The real part of a complex number {{mvar|z}} is denoted by {{math|Re(''z'')}} or {{math|ℜ(''z'')}}; the imaginary part of a complex number {{mvar|z}} is denoted by {{math|Im(''z'')}} or {{math|ℑ(''z'')}}.<ref name=":0" /> For example,
:<math> \operatorname{Re}(2 + 3i) = 2 \quad </math> and <math>\quad \operatorname{Im}(2 + 3i) = 3.</math>
 
<math display=block>a + b =(x+yi) + (u+vi) = (x+u) + (y+v)i.</math>
The [[Set (mathematics)|set]] of all complex numbers is denoted by <math>\mathbf{C}</math> (upright bold) or <math>\mathbb{C}</math> ([[blackboard bold]]).<ref name=":0" />
Similarly, [[subtraction]] can be performed as
<math display=block>a - b =(x+yi) - (u+vi) = (x-u) + (y-v)i.</math>
 
The addition can be geometrically visualized as follows: the sum of two complex numbers {{mvar|a}} and {{mvar|b}}, interpreted as points in the complex plane, is the point obtained by building a [[parallelogram]] from the three vertices {{mvar|O}}, and the points of the arrows labeled {{mvar|a}} and {{mvar|b}} (provided that they are not on a line). Equivalently, calling these points {{mvar|A}}, {{mvar|B}}, respectively and the fourth point of the parallelogram {{mvar|X}} the [[triangle]]s {{mvar|OAB}} and {{mvar|XBA}} are [[Congruence (geometry)|congruent]].
In some disciplines, particularly in [[electromagnetism]] and [[electrical engineering]], {{math|''j''}} is used instead of {{math|''i''}} as {{mvar|i}} is frequently used to represent [[electric current]].<ref>{{Citation |last1=Brown |first1=James Ward |last2=Churchill |first2=Ruel V. |title=Complex variables and applications |year=1996 |publisher=McGraw-Hill |___location=New York |isbn=978-0-07-912147-9 |edition=6th |page=2 |quote=In electrical engineering, the letter ''j'' is used instead of ''i''.}}</ref> In these cases, complex numbers are written as {{math|''a'' + ''bj''}}, or {{math|''a'' + ''jb''}}.
 
===Multiplication{{anchor|Multiplication|Square}}===
==Visualization==
[[File:complex_number_multiplication_visualisation.svg|thumb|Multiplication of complex numbers {{math|2−''i''}} and {{math|3+4''i''}} visualised with vectors]]
The product of two complex numbers is computed as follows:
:<math>(a+bi) \cdot (c+di) = ac - bd + (ad+bc)i.</math>
For example, <math>(2-i)(3+4i) = 2 \cdot 3 - ((-1) \cdot 4) + (2 \cdot 4 + (-1) \cdot 3)i = 10 +5i.</math>
In particular, this includes as a special case the fundamental formula
:<math>i^2 = i \cdot i = -1.</math>
This formula distinguishes the complex number ''i'' from any real number, since the square of any (negative or positive) real number is always a non-negative real number.
 
With this definition of multiplication and addition, familiar rules for the arithmetic of rational or real numbers continue to hold for complex numbers. More precisely, the [[distributive property]], the [[commutative property|commutative properties]] (of addition and multiplication) hold. Therefore, the complex numbers form an algebraic structure known as a [[field (mathematics)|''field'']], the same way as the rational or real numbers do.{{sfn|Apostol|1981|pp=15–16}}
{{Main|Complex plane}}
[[File:A plus bi.svg|thumb|right|A complex number ''z'', as a point (red) and its position vector (blue)]]
 
===Complex conjugate, absolute value, argument and division===
A complex number {{mvar|z}} can thus be identified with an [[ordered pair]] {{math|(Re(''z''), Im(''z''))}} of real numbers, which in turn may be interpreted as coordinates of a point in a two-dimensional space. The most immediate space is the Euclidean plane with suitable coordinates, which is then called '''complex plane''' or '''[[Argand diagram]],'''<ref>{{Citation |last=Pedoe |first=Dan |authorlink=Daniel Pedoe |title=Geometry: A comprehensive course |publisher=Dover |year=1988 |isbn=978-0-486-65812-4}}</ref><ref>See {{harv|Solomentsev|2001}}: "The plane $\R^2$ whose points are identified with the elements of $\C$ is called the complex plane"... "The complete geometric interpretation of complex numbers and operations on them appeared first in the work of C. Wessel (1799). The geometric representation of complex numbers, sometimes called the "Argand diagram" , came into use after the publication in 1806 and 1814 of papers by J.R. Argand, who rediscovered, largely independently, the findings of Wessel".</ref><ref name=":2">{{Cite web|last=Weisstein|first=Eric W.|title=Complex Number|url=https://mathworld.wolfram.com/ComplexNumber.html|access-date=2020-08-12|website=mathworld.wolfram.com|language=en}}</ref> named after [[Jean-Robert Argand]]. Another prominent space on which the coordinates may be projected is the two-dimensional surface of a sphere, which is then called [[Riemann sphere]].
 
[[File:Complex conjugate picture.svg|right|thumb|upright=0.8|Geometric representation of {{mvar|z}} and its conjugate {{mvar|{{overline|z}}}} in the complex plane.]]
=== Cartesian complex plane ===
The ''[[complex conjugate]]'' of the complex number {{math|1=''z'' = ''x'' + ''yi''}} is defined as
The definition of the complex numbers involving two arbitrary real values immediately suggests the use of Cartesian coordinates in the complex plane. The horizontal (''real'') axis is generally used to display the real part, with increasing values to the right, and the imaginary part marks the vertical (''imaginary'') axis, with increasing values upwards.
<math>\overline z = x-yi.</math><ref>{{harvnb|Apostol|1981|pp=15–16}}</ref> It is also denoted by some authors by <math>z^*</math>. Geometrically, {{mvar|{{overline|z}}}} is the [[reflection symmetry|"reflection"]] of {{mvar|z}} about the real axis. Conjugating twice gives the original complex number: <math>\overline{\overline{z}}=z.</math> A complex number is real if and only if it equals its own conjugate. The [[unary operation]] of taking the complex conjugate of a complex number cannot be expressed by applying only the basic operations of addition, subtraction, multiplication and division.
 
A charted number may be viewed either as the coordinatized point or as a [[Vector (geometric)|position vector]] from the origin to this point. The coordinate values of a complex number {{mvar|z}} can hence be expressed its ''Cartesian'', ''rectangular'', or ''algebraic'' form.
 
Notably, the operations of addition and multiplication take on a very natural geometric character, when complex numbers are viewed as position vectors: addition corresponds to [[Euclidean vector#Addition and subtraction|vector addition]], while multiplication (see [[#Multiplication and division in polar form|below]]) corresponds to multiplying their magnitudes and adding the angles they make with the real axis. Viewed in this way, the multiplication of a complex number by {{math|''i''}} corresponds to rotating the position vector [[orientation (geometry)|counterclockwise]] by a quarter [[turn (geometry)|turn]] ([[right angle|90°]]) about the origin—a fact which can be expressed algebraically as follows:
: <math>(a + bi)\cdot i = ai + b(i)^2 = -b + ai .</math>
 
=== Polar complex plane {{anchor|Polar form}}=== <!-- [[Nth root]] links to this section -->
{{Main|Polar coordinate system}}
{{Redirect|Polar form|the higher-dimensional analogue|Polar decomposition}}
[[File:Complex number illustration modarg.svg|right|thumb|Argument {{mvar|φ}} and modulus {{mvar|r}} locate a point in the complex plane.]]
For any complex number {{math|1=''z'' = ''x'' + ''yi''}} , the product
:<math>z \cdot \overline z = (x+iy)(x-iy) = x^2 + y^2</math>
is a ''non-negative real'' number. This allows to define the ''[[absolute value]]'' (or ''modulus'' or ''magnitude'') of ''z'' to be the square root{{sfn|Apostol|1981|p=18}}
<math display="block">|z|=\sqrt{x^2+y^2}.</math>
By [[Pythagoras' theorem]], <math>|z|</math> is the distance from the origin to the point representing the complex number ''z'' in the complex plane. In particular, the [[unit circle|circle of radius one]] around the origin consists precisely of the numbers ''z'' such that <math>|z| = 1 </math>. If <math> z = x = x + 0i </math> is a real number, then <math> |z|= |x| </math>: its absolute value as a complex number and as a real number are equal.
 
Using the conjugate, the [[multiplicative inverse|reciprocal]] of a nonzero complex number <math>z = x + yi</math> can be computed to be
====Modulus and argument====
An alternative option for coordinates in the complex plane is the [[polar coordinate system]] that uses the distance of the point {{mvar|z}} from the [[origin (mathematics)|origin]] (''O''), and the angle subtended between the [[positive real axis]] and the line segment ''Oz'' in a counterclockwise sense. This leads to the polar form of complex numbers.
 
<math display=block>
The ''[[absolute value]]'' (or ''modulus'' or ''magnitude'') of a complex number {{math|1=''z'' = ''x'' + ''yi''}} is<ref>See {{harv|Apostol|1981}}, page 18.</ref>
\frac{1}{z}
:<math>r=|z|=\sqrt{x^2+y^2}.</math>
= \frac{\bar{z}}{z\bar{z}}
If {{mvar|z}} is a real number (that is, if {{math|1=''y'' = 0}}), then {{math|1=''r'' = {{!}}''x''{{!}}}}. That is, the absolute value of a real number equals its absolute value as a complex number.
= \frac{\bar{z}}{|z|^2}
 
= \frac{x - yi}{x^2 + y^2}
By [[Pythagoras' theorem]], the absolute value of a complex number is the distance to the origin of the point representing the complex number in the [[complex plane]].
= \frac{x}{x^2 + y^2} - \frac{y}{x^2 + y^2}i.</math>
More generally, the division of an arbitrary complex number <math>w = u + vi</math> by a non-zero complex number <math>z = x + yi</math> equals
<math display=block>
\frac{w}{z}
= \frac{w\bar{z}}{|z|^2}
= \frac{(u + vi)(x - iy)}{x^2 + y^2}
= \frac{ux + vy}{x^2 + y^2} + \frac{vx - uy}{x^2 + y^2}i.
</math>
This process is sometimes called "[[rationalisation (mathematics)|rationalization]]" of the denominator (although the denominator in the final expression may be an irrational real number), because it resembles the method to remove roots from simple expressions in a denominator.<ref>{{cite book |title=Numerical Linear Algebra with Applications: Using MATLAB and Octave |author1=William Ford |edition=reprinted |publisher=Academic Press |year=2014 |isbn=978-0-12-394784-0 |page=570 |url=https://books.google.com/books?id=OODs2mkOOqAC}} [https://books.google.com/books?id=OODs2mkOOqAC&pg=PA570 Extract of page 570]</ref><ref>{{cite book |title=Precalculus with Calculus Previews: Expanded Volume |author1=Dennis Zill |author2=Jacqueline Dewar |edition=revised |publisher=Jones & Bartlett Learning |year=2011 |isbn=978-0-7637-6631-3 |page=37 |url=https://books.google.com/books?id=TLgjLBeY55YC}} [https://books.google.com/books?id=TLgjLBeY55YC&pg=PA37 Extract of page 37]</ref>
 
The ''[[argargument (mathematicscomplex analysis)|argument]]'' of {{mvar|z}} (insometimes many applications referred to ascalled the "phase" {{mvar|φ}})<ref name=":2" /> is the angle of the [[radius]] ''{{mvar|Oz''}} with the positive real axis, and is written as {{math|arg ''z''}}, expressed in [[radian]]s in this article. The angle is defined only up to adding integer multiples of <math> 2\argpi </math>, since a rotation by <math>2\pi</math> (zor 360°) around the origin leaves all points in the complex plane unchanged. One possible choice to uniquely specify the argument is to require it to be within the interval <math> (-\pi,\pi] </math>., Aswhich withis referred to as the modulus[[principal value]].<ref>Other authors, including {{harvnb|Ebbinghaus|Hermes|Hirzebruch|Koecher|Mainzer|Neukirch|Prestel|Remmert|1991|loc=§6.1}}, chose the argument canto be found fromin the rectangular forminterval <math>x+yi[0, 2\pi)</math>.</ref>{{Citation
The argument can be computed from the rectangular form {{mvar|x + yi}} by means of the [[arctan]] (inverse tangent) function.<ref>{{cite book
|title=Complex Variables: Theory And Applications
|edition=2nd
Line 86 ⟶ 98:
|isbn=978-81-203-2641-5
|page=14
|chapter-url=https://books.google.com/books?id=rFhiJqkrALIC&pg=PA14}}</ref>—by applying the inverse tangent to the quotient of imaginary-by-real parts. By using a half-angle identity, a single branch of the arctan suffices to cover the range of the {{math|arg}}-function, {{open-closed|−π, π}}, and avoids a more subtle case-by-case analysis
 
===Polar form{{anchor|Polar form}}===
:<math>\varphi = \arg (x+yi) = \begin{cases}
{{Main|Polar coordinate system}}
2 \arctan\left(\dfrac{y}{\sqrt{x^2 + y^2} + x}\right) &\text{if } x > 0 \text{ or } y \neq 0, \\
{{Redirect|Polar form|the higher-dimensional analogue|Polar decomposition}}
\pi &\text{if } x < 0 \text{ and } y = 0, \\
\text{undefined} &\text{if } x = 0 \text{ and } y = 0.
\end{cases}</math>
 
[[File:Complex multi.svg|right|thumb|Multiplication of {{math|2 + ''i''}} (blue triangle) and {{math|3 + ''i''}} (red triangle). The red triangle is rotated to match the vertex of the blue one (the adding of both angles in the terms ''φ''<sub>1</sub>+''φ''<sub>2</sub> in the equation) and stretched by the length of the [[hypotenuse]] of the blue triangle (the multiplication of both radiuses, as per term ''r''<sub>1</sub>''r''<sub>2</sub> in the equation).]]
Normally, as given above, the [[principal value]] in the interval {{open-closed|−π, π}} is chosen. Values in the range {{closed-open|0, 2π}} are obtained by adding {{math|2π}}—if the value is negative. The value of {{mvar|φ}} is expressed in [[radian]]s in this article. It can increase by any integer multiple of {{math|2π}} and still give the same angle, viewed as subtended by the rays of the positive real axis and from the origin through ''z''. Hence, the arg function is sometimes considered as [[Multivalued function|multivalued]]. The polar angle for the complex number 0 is indeterminate, but arbitrary choice of the polar angle&nbsp;0 is common.
 
For any complex number ''z'', with absolute value <math>r = |z|</math> and argument <math>\varphi</math>, the equation
The value of {{mvar|φ}} equals the result of [[atan2]]:
:<math>z=r(\cos\varphi = +i\operatorname{atan2}sin\left(\operatorname{Im}(z),\operatorname{Re}(zvarphi) \right).</math>
holds. This identity is referred to as the polar form of ''z''. It is sometimes abbreviated as <math display="inline"> z = r \operatorname\mathrm{cis} \varphi </math>.
In electronics, one represents a [[Phasor (sine waves)|phasor]] with amplitude {{mvar|r}} and phase {{mvar|φ}} in [[angle notation]]:<ref>
{{cite book |last1=Nilsson |first1=James William |title=Electric circuits |last2=Riedel |first2=Susan A. |publisher=Prentice Hall |year=2008 |isbn=978-0-13-198925-2 |edition=8th |page=338 |chapter=Chapter 9 |chapter-url=https://books.google.com/books?id=sxmM8RFL99wC&pg=PA338}}
</ref><math display="block">z = r \angle \varphi . </math>
 
If two complex numbers are given in polar form, i.e., {{math|1=''z''<sub>1</sub> = ''r''<sub>1</sub>(cos ''φ''<sub>1</sub> + ''i'' sin ''φ''<sub>1</sub>)}} and {{math|1=''z''<sub>2</sub> = ''r''<sub>2</sub>(cos ''φ''<sub>2</sub> + ''i'' sin ''φ''<sub>2</sub>)}}, the product and division can be computed as
Together, {{mvar|r}} and {{mvar|φ}} give another way of representing complex numbers, the ''polar form'', as the combination of modulus and argument fully specify the position of a point on the plane. Recovering the original rectangular co-ordinates from the polar form is done by the formula called ''trigonometric form''
:<math display=block>z_1 zz_2 = rr_1 r_2 (\cos(\varphi_1 + \varphivarphi_2) + i \sin (\varphivarphi_1 + \varphi_2)).</math>
<math display=block>\frac{z_1}{z_2} = \frac{r_1}{r_2} \left(\cos(\varphi_1 - \varphi_2) + i \sin(\varphi_1 - \varphi_2)\right), \text{if }z_2 \ne 0.</math>
(These are a consequence of the [[trigonometric identities]] for the sine and cosine function.)
In other words, the absolute values are ''multiplied'' and the arguments are ''added'' to yield the polar form of the product. The picture at the right illustrates the multiplication of
<math display=block>(2+i)(3+i)=5+5i. </math>
Because the real and imaginary part of {{math|5 + 5''i''}} are equal, the argument of that number is 45 degrees, or {{math|''π''/4}} (in [[radian]]). On the other hand, it is also the sum of the angles at the origin of the red and blue triangles are [[arctan]](1/3) and arctan(1/2), respectively. Thus, the formula
<math display=block>\frac{\pi}{4} = \arctan\left(\frac{1}{2}\right) + \arctan\left(\frac{1}{3}\right) </math>
holds. As the [[arctan]] function can be approximated highly efficiently, formulas like this – known as [[Machin-like formula]]s – are used for high-precision approximations of [[pi|{{pi}}]]:<ref>{{cite book |title=Modular Forms: A Classical And Computational Introduction |author1=Lloyd James Peter Kilford |edition= 2nd|publisher=World Scientific Publishing Company |year=2015 |isbn=978-1-78326-547-3 |page=112 |url=https://books.google.com/books?id=qDk8DQAAQBAJ}} [https://books.google.com/books?id=qDk8DQAAQBAJ&pg=PA112 Extract of page 112]</ref>
<math display=block>\frac{\pi}{4} = 4 \arctan\left(\frac{1}{5}\right) - \arctan\left(\frac{1}{239}\right) </math>
 
===Powers and roots===
Using [[Euler's formula]] this can be written as
{{see also|Square root#Square roots of negative and complex numbers|l1=Square roots of negative and complex numbers}}
:<math>z = r e^{i \varphi}.</math>
The ''n''-th power of a complex number can be computed using [[de Moivre's formula]], which is obtained by repeatedly applying the above formula for the product:
<math display=block> z^{n}=\underbrace{z \cdot \dots \cdot z}_{n \text{ factors}} = (r(\cos \varphi + i\sin \varphi ))^n = r^n \, (\cos n\varphi + i \sin n \varphi).</math>
For example, the first few powers of the imaginary unit ''i'' are <math>i, i^2 = -1, i^3 = -i, i^4 = 1, i^5 = i, \dots</math>.
 
{{Visualisation complex number roots|1=upright=1.35}}
Using the [[Cis (mathematics)|cis]] function, this is sometimes abbreviated to
The {{mvar|n}} [[nth root|{{mvar|n}}th roots]] of a complex number {{mvar|z}} are given by
:<math> z = r \operatorname{cis} \varphi. </math>
<math display=block>z^{1/n} = \sqrt[n]r \left( \cos \left(\frac{\varphi+2k\pi}{n}\right) + i \sin \left(\frac{\varphi+2k\pi}{n}\right)\right)</math>
for {{math|0 ≤ ''k'' ≤ ''n'' − 1}}. (Here <math>\sqrt[n]r</math> is the usual (positive) {{mvar|n}}th root of the positive real number {{mvar|r}}.) Because sine and cosine are periodic, other integer values of {{mvar|k}} do not give other values. For any <math>z \ne 0</math>, there are, in particular ''n'' distinct complex ''n''-th roots. For example, there are 4 fourth roots of 1, namely
:<math>z_1 = 1, z_2 = i, z_3 = -1, z_4 = -i.</math>
In general there is ''no'' natural way of distinguishing one particular complex {{mvar|n}}th root of a complex number. (This is in contrast to the roots of a positive real number ''x'', which has a unique positive real ''n''-th root, which is therefore commonly referred to as ''the'' ''n''-th root of ''x''.) One refers to this situation by saying that the {{mvar|n}}th root is a [[multivalued function|{{mvar|n}}-valued function]] of {{mvar|z}}.
 
===Fundamental theorem of algebra===
In [[angle notation]], often used in [[electronics]] to represent a [[Phasor (sine waves)|phasor]] with amplitude {{mvar|r}} and phase {{mvar|φ}}, it is written as<ref>{{Citation
The [[fundamental theorem of algebra]], of [[Carl Friedrich Gauss]] and [[Jean le Rond d'Alembert]], states that for any complex numbers (called [[coefficient]]s) {{math|''a''<sub>0</sub>, ..., ''a''<sub>''n''</sub>}}, the equation
|title=Electric circuits
<math display=block>a_n z^n + \dotsb + a_1 z + a_0 = 0</math>
|chapter=Chapter 9
has at least one complex solution ''z'', provided that at least one of the higher coefficients {{math|''a''<sub>1</sub>, ..., ''a''<sub>''n''</sub>}} is nonzero.<ref name="Bourbaki 1998 loc=§VIII.1">{{harvnb|Bourbaki|1998|loc=§VIII.1}}</ref> This property does not hold for the [[rational number|field of rational numbers]] <math>\Q</math> (the polynomial {{math|''x''<sup>2</sup> − 2}} does not have a rational root, because {{math|√2}} is not a rational number) nor the real numbers <math>\R</math> (the polynomial {{math|''x''<sup>2</sup> + 4}} does not have a real root, because the square of {{mvar|x}} is positive for any real number {{mvar|x}}).
|edition=8th
|first1=James William
|last1=Nilsson
|first2=Susan A.
|last2=Riedel
|publisher=Prentice Hall
|year=2008
|isbn=978-0-13-198925-2
|page=338
|chapter-url=https://books.google.com/?id=sxmM8RFL99wC&pg=PA338}}
</ref>
:<math>z = r \angle \varphi . </math>
 
Because of this fact, <math>\Complex</math> is called an [[algebraically closed field]]. It is a cornerstone of various applications of complex numbers, as is detailed further below.
===Complex graphs===
There are various proofs of this theorem, by either analytic methods such as [[Liouville's theorem (complex analysis)|Liouville's theorem]], or [[topology|topological]] ones such as the [[winding number]], or a proof combining [[Galois theory]] and the fact that any real polynomial of ''odd'' degree has at least one real root.
{{main|Domain coloring|Riemann surface}}
[[File:Domain coloring x2-1 x-2-i x-2-i d x2+2+2i.xcf|right|thumb|A color wheel graph of the expression
{{math|{{sfrac|(''z''<sup>2</sup> − 1)(''z'' − 2 − ''i'')<sup>2</sup>|''z''<sup>2</sup> + 2 + 2''i''}}}}]]
When visualizing [[complex analysis|complex functions]], both a complex input and output are needed. Because each complex number is represented in two dimensions, visually graphing a complex function would require the perception of a [[four dimensional space]], which is possible only in projections. Because of this, other ways of visualizing complex functions have been designed.
 
In [[___domain coloring]] the output dimensions are represented by color and brightness, respectively. Each point in the complex plane as ___domain is ''ornated'', typically with ''color'' representing the argument of the complex number, and ''brightness'' representing the magnitude. Dark spots mark moduli near zero, brighter spots are farther away from the origin, the gradation may be discontinuous, but is assumed as monotonous. The colors often vary in steps of {{sfrac|{{pi}}|3}} for {{math|0}} to {{math|2{{pi}}}} from red, yellow, green, cyan, blue, to magenta. These plots are called [[Domain coloring|color wheel graphs]]. This provides a simple way to visualize the functions without losing information. The picture shows zeros for {{math|±1, (2+i)}} and poles at {{math|±{{radic|−2−2i}}.}}
 
[[Riemann surface]]s are another way to visualize complex functions.{{explain|date=December 2018}} Riemann surfaces can be thought of as [[Deformation theory|deformations]] of the complex plane; while the horizontal axes represent the real and imaginary inputs, the single vertical axis only represents either the real or imaginary output. However, Riemann surfaces are built in such a way that rotating them 180 degrees shows the imaginary output, and vice versa. Unlike ___domain coloring, Riemann surfaces can represent [[multivalued function]]s like <math>\sqrt{z}</math>.
 
==History==
{{See also|Negative number#History}}
The solution in [[nth root|radicals]] (without [[trigonometric functions]]) of a general [[cubic equation]] contains the square roots of [[negative numbers]] when all three roots are real numbers, a situation that cannot be rectified by factoring aided by the [[rational root test]] if the cubic is [[irreducible polynomial|irreducible]] (the so-called ''[[casus irreducibilis]]''). This conundrum led Italian mathematician [[Gerolamo Cardano]] to conceive of complex numbers in around 1545,<ref>{{cite book|first=Morris |last= Kline|title=A history of mathematical thought, volume 1|page=253}}</ref> though his understanding was rudimentary.
The solution in [[nth root|radicals]] (without [[trigonometric functions]]) of a general [[cubic equation]], when all three of its roots are real numbers, contains the square roots of [[negative numbers]], a situation that cannot be rectified by factoring aided by the [[rational root test]], if the cubic is [[irreducible polynomial|irreducible]]; this is the so-called ''[[casus irreducibilis]]'' ("irreducible case"). This conundrum led Italian mathematician [[Gerolamo Cardano]] to conceive of complex numbers in around 1545 in his ''[[Ars Magna (Cardano book)|Ars Magna]]'',<ref>{{cite book|first=Morris |last= Kline|title=A history of mathematical thought, volume 1|page=253}}</ref> though his understanding was rudimentary; moreover, he later described complex numbers as being "as subtle as they are useless".<ref>{{Cite book|last=Jurij.|first=Kovič|url=http://worldcat.org/oclc/1080410598|title=Tristan Needham, Visual Complex Analysis, Oxford University Press Inc., New York, 1998, 592 strani|oclc=1080410598}}</ref> Cardano did use imaginary numbers, but described using them as "mental torture".<ref>O'Connor and Robertson (2016), "Girolamo Cardano."</ref> This was prior to the use of the graphical complex plane. Cardano and other Italian mathematicians, notably [[Scipione del Ferro]], in the 1500s created an algorithm for solving cubic equations which generally had one real solution and two solutions containing an imaginary number. Because they ignored the answers with the imaginary numbers, Cardano found them useless.<ref>Nahin, Paul J. An Imaginary Tale: The Story of √−1. Princeton: Princeton University Press, 1998.</ref>
 
Work on the problem of general polynomials ultimately led to the [[fundamental theorem of algebra]], which shows that with complex numbers, a solution exists to every [[polynomial equation]] of degree one or higher. Complex numbers thus form an [[algebraically closed field]], where any polynomial equation has a [[Root of a function|root]].
 
Many mathematicians contributed to the development of complex numbers. The rules for addition, subtraction, multiplication, and root extraction of complex numbers were developed by the Italian mathematician [[Rafael Bombelli]].<ref>{{Citation |last1=Katz |first1=Victor J. |title=A History of Mathematics, Brief Version |section= 9.1.4 |publisher=[[Addison-Wesley]] |isbn=978-0-321-16193-2 |year=2004}}</ref> A more abstract formalism for the complex numbers was further developed by the Irish mathematician [[William Rowan Hamilton]], who extended this abstraction to the theory of [[quaternions]].<ref>{{cite journal |last1=Hamilton |first1=Wm. |title=On a new species of imaginary quantities connected with a theory of quaternions |journal=Proceedings of the Royal Irish Academy |date=1844 |volume=2 |pages=424-434 |url=https://babel.hathitrust.org/cgi/pt?id=njp.32101040410779&view=1up&seq=454}}</ref>
 
Work on the problem of general polynomials ultimately led to the fundamental theorem of algebra, which shows that with complex numbers, a solution exists to every [[polynomial equation]] of degree one or higher. Complex numbers thus form an [[algebraically closed field]], where any polynomial equation has a [[Root of a function|root]].
The earliest fleeting reference to [[square root]]s of [[negative number]]s can perhaps be said to occur in the work of the [[Hellenistic mathematics|Greek mathematician]] [[Hero of Alexandria]] in the 1st century [[AD]], where in his ''[[Hero of Alexandria#Bibliography|Stereometrica]]'' he considers, apparently in error, the volume of an impossible [[frustum]] of a [[pyramid]] to arrive at the term <math>\sqrt{81 - 144} = 3i\sqrt{7}</math> in his calculations, although negative quantities were not conceived of in [[Hellenistic mathematics]] and Hero merely replaced it by its positive (<math>\sqrt{144 - 81} = 3\sqrt{7}</math>).<ref>{{Citation |title=An Imaginary Tale: The Story of {{sqrt|−1}} |last=Nahin |first=Paul J. |year=2007 |publisher=[[Princeton University Press]] |isbn=978-0-691-12798-9 |url=http://mathforum.org/kb/thread.jspa?forumID=149&threadID=383188&messageID=1181284 |accessdate=20 April 2011 |archive-url=https://web.archive.org/web/20121012090553/http://mathforum.org/kb/thread.jspa?forumID=149&threadID=383188&messageID=1181284 |archive-date=12 October 2012 |url-status=live }}</ref>
 
Many mathematicians contributed to the development of complex numbers. The rules for addition, subtraction, multiplication, and root extraction of complex numbers were developed by the Italian mathematician [[Rafael Bombelli]].<ref>{{cite book |last1=Katz |first1=Victor J. |title=A History of Mathematics, Brief Version |section= 9.1.4 |publisher=[[Addison-Wesley]] |isbn=978-0-321-16193-2 |year=2004}}</ref> A more abstract formalism for the complex numbers was further developed by the Irish mathematician [[William Rowan Hamilton]], who extended this abstraction to the theory of [[quaternions]].<ref>{{cite journal |last1=Hamilton |first1=Wm. |title=On a new species of imaginary quantities connected with a theory of quaternions |journal=Proceedings of the Royal Irish Academy |date=1844 |volume=2 |pages=424–434 |url=https://babel.hathitrust.org/cgi/pt?id=njp.32101040410779&view=1up&seq=454}}</ref>
The impetus to study complex numbers as a topic in itself first arose in the 16th century when [[algebraic solution]]s for the roots of [[Cubic equation|cubic]] and [[Quartic equation|quartic]] [[polynomial]]s were discovered by Italian mathematicians (see [[Niccolò Fontana Tartaglia]], [[Gerolamo Cardano]]). It was soon realized (but proved much later)<ref name=Casus/> that these formulas, even if one was interested only in real solutions, sometimes required the manipulation of square roots of negative numbers. As an example, Tartaglia's formula for a cubic equation of the form <math>x^3 = px + q</math>{{refn|group="note"|In modern notation, Tartaglia's solution is based on expanding the cube of the sum of two cube roots: <math>\left(\sqrt[3]{u} + \sqrt[3]{v}\right)^3 = 3 \sqrt[3]{uv} \left(\sqrt[3]{u} + \sqrt[3]{v}\right) + u + v</math> With <math>x = \sqrt[3]{u} + \sqrt[3]{v}</math>, <math>p = 3 \sqrt[3]{uv}</math>, <math>q = u + v</math>, {{mvar|u}} and {{mvar|v}} can be expressed in terms of {{mvar|p}} and {{mvar|q}} as <math>u = q/2 + \sqrt{(q/2)^2-(p/3)^3}</math> and <math>v = q/2 - \sqrt{(q/2)^2-(p/3)^3}</math>, respectively. Therefore, <math>x = \sqrt[3]{q/2 + \sqrt{(q/2)^2-(p/3)^3}} + \sqrt[3]{q/2 - \sqrt{(q/2)^2-(p/3)^3}}</math>. When <math>(q/2)^2-(p/3)^3</math> is negative (casus irreducibilis), the second cube root should be regarded as the complex conjugate of the first one.}} gives the solution to the equation {{math|1=''x''<sup>3</sup> = ''x''}} as
 
The earliest fleeting reference to [[square root]]s of [[negative number]]s can perhaps be said to occur in the work of the Greek mathematician [[Hero of Alexandria]] in the 1st century [[AD]], where in his ''[[Hero of Alexandria#Bibliography|Stereometrica]]'' he considered, apparently in error, the volume of an impossible [[frustum]] of a [[pyramid]] to arrive at the term <math>\sqrt{81 - 144}</math> in his calculations, which today would simplify to <math>\sqrt{-63} = 3i\sqrt{7}</math>.{{efn|In the literature the imaginary unit often precedes the radical sign, even when preceded itself by an integer.<ref>{{cite book |title=Trigonometry |author1=Cynthia Y. Young |edition=4th |publisher=John Wiley & Sons |year=2017 |isbn=978-1-119-44520-3 |page=406 |url=https://books.google.com/books?id=476ZDwAAQBAJ}} [https://books.google.com/books?id=476ZDwAAQBAJ&pg=PA406 Extract of page 406]</ref>}} Negative quantities were not conceived of in [[Hellenistic mathematics]] and Hero merely replaced the negative value by its positive <math>\sqrt{144 - 81} = 3\sqrt{7}.</math><ref>{{cite book |title=An Imaginary Tale: The Story of √−1 |last=Nahin |first=Paul J. |year=2007 |publisher=[[Princeton University Press]] |isbn=978-0-691-12798-9 |url=http://mathforum.org/kb/thread.jspa?forumID=149&threadID=383188&messageID=1181284 |access-date=20 April 2011 |archive-url=https://web.archive.org/web/20121012090553/http://mathforum.org/kb/thread.jspa?forumID=149&threadID=383188&messageID=1181284 |archive-date=12 October 2012 |url-status=live }}</ref>
:<math>\tfrac{1}{\sqrt{3}}\left(\left(\sqrt{-1}\right)^{1/3}+\left(\sqrt{-1}\right)^{-1/3}\right).</math>
 
AtThe firstimpetus glanceto thisstudy lookscomplex likenumbers nonsense.as However,a formaltopic calculationsin withitself complexfirst numbersarose showin thatthe 16th century when [[algebraic solution]]s for the roots of [[Cubic equation|cubic]] {{mathand [[Quartic equation|1=''z''<sup>3</sup>quartic]] =[[polynomial]]s ''i''}}were hasdiscovered solutionsby {{math|−''i''}},Italian <math>{\tfrac{\sqrt{3}}{2}}+{\tfrac{1}{2}}i</math>mathematicians ([[Niccolò Fontana Tartaglia]] and <math>{\tfrac{-\sqrt{3}}{2}}+{\tfrac{1}{2}}i</math>[[Gerolamo Cardano]]). SubstitutingIt thesewas insoon turnrealized for(but proved much later)<math>{\sqrt{-1}^{1ref name=Casus/3}}</math> inthat Tartaglia'sthese cubicformulas, formulaeven and simplifying,if one getswere 0,interested 1only andin −1real assolutions, sometimes required the solutionsmanipulation of {{math|1=''x''<sup>3</sup>square roots ''x''of =negative 0}}numbers. OfIn coursefact, thisit particularwas equationproved canlater bethat solvedthe atuse sightof butcomplex itnumbers does[[casus illustrateirreducibilis|is thatunavoidable]] when generalall formulasthree roots are usedreal toand solvedistinct.{{efn|It has been proved that imaginary numbers necessarily appear in the cubic equationsformula withwhen the equation has three real, different roots thenby Pierre Laurent Wantzel in 1843, asVincenzo laterMollame mathematiciansin showed1890, rigorouslyOtto Hölder in 1891, and Adolf Kneser in 1892. Paolo Ruffini also provided an incomplete proof in 1799.——S. Confalonieri (2015)<ref name=Casus>{{cite book |title=The Unattainable Attempt to Avoid the Casus Irreducibilis for Cubic Equations: Gerolamo Cardano's De Regula Aliza |first=Sara |last=Confalonieri |publisher=Springer |year=2015 |pages=15–16 (note 26) |isbn=3658092750978-3658092757 |quote=It}}</ref>}} has been proved that imaginary numbers have necessarily to appear inHowever, the cubicgeneral formula whencan thestill equationbe has three real, different roots by Pierre Laurent Wantzelused in 1843,this Vincenzo Mollame in 1890case, Ottowith Höldersome incare 1891to anddeal Adolfwith Kneserthe inambiguity 1892.resulting Paolofrom Ruffinithe alsoexistence providedof anthree incompletecubic proofroots infor 1799.}}</ref> the use ofnonzero complex numbers [[casus irreducibilis|is unavoidable]]. [[Rafael Bombelli]] was the first to address explicitly these seemingly paradoxical solutions of cubic equations and developed the rules for complex arithmetic, trying to resolve these issues.
 
The term "imaginary" for these quantities was coined by [[René Descartes]] in 1637, although hewho was at pains to stress their imaginaryunreal nature:<ref>{{Citationcite book |title=La Géométrie &#124;{{pipe}} The Geometry of René Descartes with a facsimile of the first edition |last=Descartes |first=René |authorlinkauthor-link=René Descartes |year=1954 |origyearorig-year=1637 |publisher=[[Dover Publications]] |isbn=978-0-486-60068-0 |url=https://archive.org/details/geometryofrenede00rend |accessdateaccess-date=20 April 2011 }}</ref>
{{quoteblockquote|[...] &nbsp;sometimes only imaginary, that is one can imagine as many as I said in each equation, but sometimes there exists no quantity that matches that which we imagine.<br/>
[''([...] &nbsp;quelquefois seulement imaginaires c'est-à-dire que l'on peut toujours en imaginer autant que j'ai dit en chaque équation, mais qu'il n'y a quelquefois aucune quantité qui corresponde à celle qu'on imagine.)'']}}
A further source of confusion was that the equation <math>\sqrt{-1}^2 = \sqrt{-1}\sqrt{-1} = -1</math> seemed to be capriciously inconsistent with the algebraic identity <math>\sqrt{a}\sqrt{b} = \sqrt{ab}</math>, which is valid for non-negative real numbers {{mvar|a}} and {{mvar|b}}, and which was also used in complex number calculations with one of {{mvar|a}}, {{mvar|b}} positive and the other negative. The incorrect use of this identity (in the case when both {{mvar|a}} and {{mvar|b}} are negative, and the related identity <math display="inline">\tfracfrac{1}{\sqrt{a}} = \sqrt{\tfracfrac{1}{a}}</math>) in the case when both {{mvar|a}} and {{mvar|b}} are negative, even bedeviled [[Leonhard Euler]]. This difficulty eventually led to the convention of using the special symbol {{math|''i''}} in place of {{<math>\sqrt|−1}{-1}</math> to guard against this mistake.<ref>{{Citationcite book needed|datetitle=AprilEnlightening 2011Symbols: A Short History of Mathematical Notation and Its Hidden Powers |author1=Joseph Mazur |edition=reprinted |publisher=Princeton University Press |year=2016 |isbn=978-0-691-17337-5 |page=138 |url=https://books.google.com/books?id=O3CYDwAAQBAJ}} [https://books.google.com/books?id=O3CYDwAAQBAJ&pg=PA138 Extract of page 138]</ref><ref>{{cite book |title=Mathematical Fallacies and Paradoxes |author1=Bryan Bunch |edition=reprinted, revised |publisher=Courier Corporation |year=2012 |isbn=978-0-486-13793-3 |page=32 |url=https://books.google.com/books?id=jUTCAgAAQBAJ}} [https://books.google.com/books?id=jUTCAgAAQBAJ&pg=PA32 Extract of page 32]</ref> Even so, Euler considered it natural to introduce students to complex numbers much earlier than we do today. In his elementary algebra text book, ''[[Elements of Algebra]]'', he introduces these numbers almost at once and then uses them in a natural way throughout.
 
In the 18th century complex numbers gained wider use, as it was noticed that formal manipulation of complex expressions could be used to simplify calculations involving trigonometric functions. For instance, in 1730 [[Abraham de Moivre]] noted that the complicated identities relating trigonometric functions of an integer multiple of an angle to powers of trigonometric functions of that angle could be simply re-expressed by the following well-known formula which bears his name, [[de Moivre's formula]]:
 
:<math display=block>(\cos \theta + i\sin \theta)^{n} = \cos n \theta + i\sin n \theta. </math>
 
[[File:Circle_cos_sin.gif |thumb |upright=1.5 |Euler's formula relates the complex exponential function of an imaginary argument, which can be thought of as describing [[uniform circular motion]] in the complex plane, to the cosine and sine functions, geometrically its projections onto the real and imaginary axes, respectively.]]
In 1748 [[Leonhard Euler]] went further and obtained [[Euler's formula]] of [[complex analysis]]:<ref>{{cite book |last1=Euler |first1=Leonard |title=Introductio in Analysin Infinitorum |trans-title=Introduction to the Analysis of the Infinite |date=1748 |publisher=Marc Michel Bosquet & Co. |___location=Lucerne, Switzerland |volume=vol. 1 |page=104 |url=https://books.google.com/books?id=jQ1bAAAAQAAJ&pg=PA104#v=onepage&q&f=false |language=Latin}}</ref>
In 1748, Euler went further and obtained [[Euler's formula]] of [[complex analysis]]:<ref>{{cite book |last1=Euler |first1=Leonard |title=Introductio in Analysin Infinitorum |trans-title=Introduction to the Analysis of the Infinite |date=1748 |publisher=Marc Michel Bosquet & Co. |___location=Lucerne, Switzerland |volume=1 |page=104 |url=https://books.google.com/books?id=jQ1bAAAAQAAJ&pg=PA104 |language=la}}</ref>
 
:<math display="block">\cose ^{i\theta +} = i\sincos \theta =+ e ^{i\thetasin }\theta </math>
 
by formally manipulating complex [[power series]] and observed that this formula could be used to reduce any trigonometric identity to much simpler exponential identities.
 
The idea of a complex number as a point in the complex plane ([[#Complex plane|above]]) was first described by [[Denmark|Danish]]–[[Norway|Norwegian]] [[mathematician]] [[Caspar Wessel]] in 1799,<ref>{{cite journal |last1=Wessel |first1=Caspar |title=Om Directionens analytiske Betegning, et Forsog, anvendt fornemmelig til plane og sphæriske Polygoners Oplosning |journal=Nye Samling af det Kongelige Danske Videnskabernes Selskabs Skrifter [New Collection of the Writings of the Royal Danish Science Society] |date=1799 |volume=5 |pages=469–518 |url=https://babel.hathitrust.org/cgi/pt?id=ien.35556000979690&view=1up&seq=527561 |trans-title=On the analytic representation of direction, an effort applied in particular to the determination of plane and spherical polygons |language=Danishda}}</ref> although it had been anticipated as early as 1685 in [[John Wallis|Wallis's]] ''A Treatise of Algebra''.<ref>{{cite book |last=Wallis |first=John |date=1685 |title=A Treatise of Algebra, Both Historical and Practical ... |url=https://echo.mpiwg-berlin.mpg.de/ECHOdocuView?url=/permanent/library/H3GRV5AU/pageimg&start=291&mode=imagepath&pn=291|___location=London, England |publisher=printed by John Playford, for Richard Davis |pages=264-273264–273 |isbn=}}</ref>
 
Wessel's memoir appeared in the Proceedings of the [[Copenhagen Academy]] but went largely unnoticed. In 1806 [[Jean-Robert Argand]] independently issued a pamphlet on complex numbers and provided a rigorous proof of the [[Fundamental theorem of algebra#History|fundamental theorem of algebra]].<ref>{{cite book |last1=Argand |title=Essai sur une manière de représenter les quantités imaginaires dans les constructions géométriques |trans-title=Essay on a way to represent complex quantities by geometric constructions |date=1806 |publisher=Madame Veuve Blanc |___location=Paris, France |url=http://www.bibnum.education.fr/mathematiques/geometrie/essai-sur-une-maniere-de-representer-des-quantites-imaginaires-dans-les-cons |language=Frenchfr}}</ref> [[Carl Friedrich Gauss]] had earlier published an essentially [[topology|topological]] proof of the theorem in 1797 but expressed his doubts at the time about "the true metaphysics of the square root of −1&minus;1".<ref>Gauss, Carl Friedrich (1799) [https://books.google.com/books?id=g3VaAAAAcAAJ&pg=PP1#v=onepage&q&f=fals ''"Demonstratio nova theorematis omnem functionem algebraicam rationalem integram unius variabilis in factores reales primi vel secundi gradus resolvi posse."''] [New proof of the theorem that any rational integral algebraic function of a single variable can be resolved into real factors of the first or second degree.] Ph.D. thesis, University of Helmstedt, (Germany). (in Latin)</ref> It was not until 1831 that he overcame these doubts and published his treatise on complex numbers as points in the plane,<ref name=Gauss1831Ewald>{{cite journalbook |last=GaussEwald |first=CWilliam B.F.|title=Anzeige von Theoria residuorum biquadraticorum, commentatio secunda |trans-title = Notice on the theory of biquadratic residues, second treatise |journal=Göttingische gelehrte Anzeigen |date=1831|url=https://babel.hathitrust.org/cgi/pt?id=uiug.30112110996987&view=1up&seq=6441996 |page=638}}</ref><ref name=Ewald>{{cite web|last=Ewald|first=William B.|title=From Kant to Hilbert: A Source Book in the Foundations of Mathematics |volume=1 |page=313|date=1996 |publisher=Oxford University Press |isbn=9780198505358|url=https://books.google.cacom/books?id=rykSDAAAQBAJ&pg=PA313 |access-date=18 March 2020}}</ref> largely establishing modern notation and terminology.:{{sfn|Gauss|1831}}
 
<blockquote>If one formerly contemplated this subject from a false point of view and therefore found a mysterious darkness, this is in large part attributable to clumsy terminology. Had one not called +1, −1, √−1<math>\sqrt{-1}</math> positive, negative, or imaginary (or even impossible) units, but instead, say, direct, inverse, or lateral units, then there could scarcely have been talk of such darkness. - Gauss<ref name=Gauss1831/><ref name=Ewald/></blockquote>
 
In the beginning of the 19th century, other mathematicians discovered independently the geometrical representation of the complex numbers: Buée,<ref>[{{cite web| url = https://mathshistory.st-andrews.ac.uk/Biographies/Buee/| title = Adrien Quentin Buée (1745–1845): MacTutor]}}</ref><ref>{{cite journal |last1=Buée |title=Mémoire sur les quantités imaginaires |journal=Philosophical Transactions of the Royal Society of London |date=1806 |volume=96 |pages=23-8823–88 |doi=10.1098/rstl.1806.0003 |s2cid=110394048 |url=https://royalsocietypublishing.org/doi/pdf/10.1098/rstl.1806.0003 |trans-title=Memoir on imaginary quantities |language=Frenchfr}}</ref> [[C. V. Mourey|Mourey]],<ref>{{cite book |last1=Mourey |first1=C.V. |title=La vraies théore des quantités négatives et des quantités prétendues imaginaires |trans-title=The true theory of negative quantities and of alleged imaginary quantities |date=1861 |publisher=Mallet-Bachelier |___location=Paris, France |url=https://archive.org/details/bub_gb_8YxKAAAAYAAJ |language=Frenchfr}} 1861 reprint of 1828 original.</ref> [[John Warren (mathematician)|Warren]],<ref>See{{cite book |last1=Warren |first1=John |title=A Treatise on the Geometrical Representation of the Square Roots of Negative Quantities |date=1828 |publisher=Cambridge University Press |___location=Cambridge, England |url=https://archive.org/details/treatiseongeomet00warrrich}}</ref><ref>{{cite journal |last1=Warren |first1=John |title=Consideration of the objections raised against the geometrical representation of the square roots of negative quantities |journal=Philosophical Transactions of the Royal Society of London |date=1829 |volume=119 |pages=241–254 |s2cid=186211638 |doi=10.1098/rstl.1829.0022 |doi-access=free }}</ref><ref>{{cite journal |last1=Warren |first1=John |title=On the geometrical representation of the powers of quantities, whose indices involve the square roots of negative numbers |journal=Philosophical Transactions of the Royal Society of London |date=1829 |volume=119 |pages=339–359 |s2cid=125699726 |doi=10.1098/rstl.1829.0031 |doi-access=free }}</ref> [[Jacques Frédéric Français|Français]] and his brother, [[Giusto Bellavitis|Bellavitis]].<ref>{{cite journal |last1=Français |first1=J.F. |title=Nouveaux principes de géométrie de position, et interprétation géométrique des symboles imaginaires |journal=Annales des mathématiques pures et appliquées |date=1813 |volume=4 |pages=61–71 |url=https://babel.hathitrust.org/cgi/pt?id=uc1.$c126478&view=1up&seq=69 |trans-title=New principles of the geometry of position, and geometric interpretation of complex [number] symbols |language=fr}}</ref><ref>{{cite book |title=Two Cultures |editor= Kim Williams |last1=Caparrini |first1=Sandro |chapter=On the Common Origin of Some of the Works on the Geometrical Interpretation of Complex Numbers |year=2000 |publisher=Birkhäuser |isbn=978-3-7643-7186-9 |page=139 |url=https://books.google.com/books?id=voFsJ1EhCnYC |chapter-url=https://books.google.com/books?id=voFsJ1EhCnYC&pg=PA139}}</ref>
* {{cite book |last1=Warren |first1=John |title=A Treatise on the Geometrical Representation of the Square Roots of Negative Quantities |date=1828 |publisher=Cambridge University Press |___location=Cambridge, England |url=https://archive.org/details/treatiseongeomet00warrrich}}
* {{cite journal |last1=Warren |first1=John |title=Consideration of the objections raised against the geometrical representation of the square roots of negative quantities |journal=Philosophical Transactions of the Royal Society of London |date=1829 |volume=119 |pages=241-254 |url=https://royalsocietypublishing.org/doi/pdf/10.1098/rstl.1829.0022}}
* {{cite journal |last1=Warren |first1=John |title=On the geometrical representation of the powers of quantities, whose indices involve the square roots of negative numbers |journal=Philosophical Transactions of the Royal Society of London |date=1829 |volume=119 |pages=339-359 |url=https://royalsocietypublishing.org/doi/pdf/10.1098/rstl.1829.0031}}</ref> [[Jacques Frédéric Français|Français]] and his brother, [[Giusto Bellavitis|Bellavitis]].<ref>{{cite journal |last1=Français |first1=J.F. |title=Nouveaux principes de géométrie de position, et interprétation géométrique des symboles imaginaires |journal=Annales des mathématiques pures et appliquées |date=1813 |volume=4 |pages=61-71 |url=https://babel.hathitrust.org/cgi/pt?id=uc1.$c126478&view=1up&seq=69 |trans-title=New principles of the geometry of position, and geometric interpretation of complex [number] symbols |language=French}}</ref><ref>{{Citation |title=Two Cultures |editor= Kim Williams|last1=Caparrini |first1=Sandro |chapter=On the Common Origin of Some of the Works on the Geometrical Interpretation of Complex Numbers|year=2000 |publisher=Birkhäuser |isbn= 978-3-7643-7186-9 |page=139 |chapter-url=https://books.google.com/books?id=voFsJ1EhCnYC}} [https://books.google.com/books?id=voFsJ1EhCnYC&pg=PA139 Extract of page 139] {{Webarchive|url=https://web.archive.org/web/20161202131148/https://books.google.com/books?id=voFsJ1EhCnYC&pg=PA139 |date=2 December 2016 }}</ref>
 
The English mathematician [[G.H. Hardy]] remarked that Gauss was the first mathematician to use complex numbers in '"a really confident and scientific way'" although mathematicians such as Norwegian [[Niels Henrik Abel]] and [[Carl Gustav Jacob Jacobi]] were necessarily using them routinely before Gauss published his 1831 treatise.<ref>{{Citationcite book |title=An Introduction to the Theory of Numbers |last1=Hardy |first1=G.H. |last2=Wright |first2=E.M. |year=2000 |origyearorig-year=1938 |publisher=[[Oxford University Press|OUP Oxford]] |isbn= 978-0-19-921986-5 |page=189 (fourth edition)}}</ref>
 
[[Augustin -Louis Cauchy]] and [[Bernhard Riemann]] together brought the fundamental ideas of [[#Complex analysis|complex analysis]] to a high state of completion, commencing around 1825 in Cauchy's case.
 
The common terms used in the theory are chiefly due to the founders. Argand called <{{math>\|cos \phi''φ'' + ''i\'' sin \phi</math>''φ''}} the ''direction factor'', and <math>r = \sqrt{a^2 + b^2}</math> the ''modulus'';<ref>{{cite journalefn| {{harvnb|last1=Argand |title=Reflexions sur la nouvelle théorie des imaginaires, suives d'une application à la demonstration d'un theorème d'analise |journal=Annales de mathématiques pures et appliquées |date=1814 |volumep=5 |pages=197-209 |url=https://babel.hathitrust.org/cgi/pt?id=uc1.$c126479&view=1up&seq=209 |trans-title=Reflections on the new theory of complex numbers, followed by an application to the proof of a theorem of analysis |language=French204}} On p. 204, Argand defines the modulus of a complex number but he doesn't name it: <br/>''"Dans ce qui suit, les accens, indifféremment placés, seront employés pour indiquer la grandeur absolue des quantités qu'ils affectent; ainsi, si <math>a = m + n\sqrt{-1}</math>, <math>m</math> et <math>n</math> étant réels, on devra entendre que <math>a_'</math> ou <math>a' = \sqrt{m^2 + n^2}</math>."'' (<br/>[In what follows, accent marks, wherever they're placed, will be used to indicate the absolute size of the quantities to which they're assigned; thus if <math>a = m + n\sqrt{-1}</math>, <math>m</math> and <math>n</math> being real, one should understand that <math>a_'</math> or <math>a' = \sqrt{m^2 + n^2}</math>.)]<br/>
{{harvnb|Argand|1814|p=208}} defines and names the ''module'' and the ''direction factor'' of a complex number: ''"...&nbsp;<math>a = \sqrt{m^2 + n^2}</math> pourrait être appelé le ''module'' de <math>a + b \sqrt{-1}</math>, et représenterait la ''grandeur absolue'' de la ligne <math>a + b \sqrt{-1}</math>, tandis que l'autre facteur, dont le module est l'unité, en représenterait la direction."''<br/>[...&nbsp;<math>a = \sqrt{m^2 + n^2}</math> could be called the ''module'' of <math>a + b \sqrt{-1}</math> and would represent the ''absolute size'' of the line <math>a + b \sqrt{-1}\,,</math> (Argand represented complex numbers as vectors.) whereas the other factor [namely, <math>\tfrac{a}{\sqrt{a^2 + b^2}} + \tfrac{b}{\sqrt{a^2 + b^2}} \sqrt{-1} </math>], whose module is unity [1], would represent its direction.]}}<ref>{{cite web |author=Jeff Miller |date=Sep 21, 1999 |title=MODULUS |url=http://members.aol.com/jeff570/m.html|archive-url=https://web.archive.org/web/19991003034827/http://members.aol.com/jeff570/m.html |work=Earliest Known Uses of Some of the Words of Mathematics (M) |archive-date=1999-10-03 |url-status=usurped}}</ref> Cauchy (1821) called {{math|cos ''φ'' + ''i'' sin ''φ''}} the ''reduced form'' (l'expression réduite)<ref>{{cite book |last=Cauchy |first=Augustin-Louis |date=1821 |title=Cours d'analyse de l'École royale polytechnique |url=https://archive.org/details/coursdanalysede00caucgoog/page/n209/mode/2up |___location=Paris, France |publisher=L'Imprimerie Royale |volume=1 |page=183 |language=fr }}</ref> and apparently introduced the term ''argument''; Gauss used {{math|''i''}} for <math>\sqrt{-1}</math>,{{efn| Gauss writes:<ref>{{harvnb|Gauss|1831|p=96}}</ref> ''"Quemadmodum scilicet arithmetica sublimior in quaestionibus hactenus pertractatis inter solos numeros integros reales versatur, ita theoremata circa residua biquadratica tunc tantum in summa simplicitate ac genuina venustate resplendent, quando campus arithmeticae ad quantitates ''imaginarias'' extenditur, ita ut absque restrictione ipsius obiectum constituant numeri formae ''a + bi'', denotantibus ''i'', pro more quantitatem imaginariam <math>\sqrt{-1}</math>, atque ''a, b'' indefinite omnes numeros reales integros inter -<math>\infty</math> et +<math>\infty</math>."'' [Of course just as the higher arithmetic has been investigated so far in problems only among real integer numbers, so theorems regarding biquadratic residues then shine in greatest simplicity and genuine beauty, when the field of arithmetic is extended to ''imaginary'' quantities, so that, without restrictions on it, numbers of the form ''a + bi'' — ''i'' denoting by convention the imaginary quantity <math>\sqrt{-1}</math>, and the variables ''a, b'' [denoting] all real integer numbers between <math>-\infty</math> and <math>+\infty</math> — constitute an object.]}} introduced the term ''complex number'' for {{math|''a'' + ''bi''}},{{efn|Gauss:<ref>{{harvnb|Gauss|1831|p=96}}</ref> ''"Tales numeros vocabimus numeros integros complexos, ita quidem, ut reales complexis non opponantur, sed tamquam species sub his contineri censeantur."'' [We will call such numbers [namely, numbers of the form ''a + bi'' ] "complex integer numbers", so that real [numbers] are regarded not as the opposite of complex [numbers] but [as] a type [of number that] is, so to speak, contained within them.]}} and called {{math|''a''<sup>2</sup> + ''b''<sup>2</sup>}} the ''norm''.{{efn|Gauss:<ref>{{harvnb|Gauss|1831|p=98}}</ref> ''"Productum numeri complexi per numerum ipsi conjunctum utriusque ''normam'' vocamus. Pro norma itaque numeri realis, ipsius quadratum habendum est."'' [We call a "norm" the product of a complex number [for example, ''a + ib'' ] with its conjugate [''a - ib'' ]. Therefore the square of a real number should be regarded as its norm.]}} The expression ''direction coefficient'', often used for {{math|cos ''φ'' + ''i'' sin ''φ''}}, is due to Hankel (1867),<ref>{{cite book |last=Hankel |first=Hermann |date=1867 |title=Vorlesungen über die complexen Zahlen und ihre Functionen |trans-title=Lectures About the Complex Numbers and Their Functions |url=https://books.google.com/books?id=754KAAAAYAAJ&pg=PA71 |___location=Leipzig, [Germany] |publisher=Leopold Voss |volume=1 |page=71 |language=de }} From p. 71: ''"Wir werden den Factor (''cos'' φ + i ''sin'' φ) haüfig den ''Richtungscoefficienten'' nennen."'' (We will often call the factor (cos φ + i sin φ) the "coefficient of direction".)</ref> and ''absolute value,'' for ''modulus,'' is due to Weierstrass.
On p. 208, Argand defines and names the ''module'' and the ''direction factor'' of a complex number: ''" ... <math>a = \sqrt{m^2 + n^2}</math> pourrait être appelé le ''module'' de <math>a + b \sqrt{-1}</math>, et représenterait la ''grandeur absolue'' de la ligne <math>a + b \sqrt{-1}</math>, tandis que l'autre facteur, dont le module est l'unité, en représenterait la direction."'' ( ... <math>a = \sqrt{m^2 + n^2}</math> could be called the ''module'' of <math>a + b \sqrt{-1}</math> and would represent the ''absolute size'' of the line <math>a + b \sqrt{-1}</math> [Note: Argand represented complex numbers as vectors.], whereas the other factor [namely, <math>\tfrac{a}{\sqrt{a^2 + b^2}} + \tfrac{b}{\sqrt{a^2 + b^2}} \sqrt{-1} </math>], whose module is unity [1], would represent its direction.)<br>
See also:
*Jeff Miller (1999) [https://web.archive.org/web/19991003034827/http://members.aol.com/jeff570/m.html Earliest Known Uses of Some of the Words of Mathematics (M)], Internet Archive Wayback Machine</ref> Cauchy (1821) called <math>\cos \phi + i\sin \phi</math> the ''reduced form'' (l'expression réduite)<ref>{{cite book |last=Cauchy |first=Augustin Louis |date=1821 |title=Cours d'analyse de l'École royale polytechnique |url=https://archive.org/details/coursdanalysede00caucgoog/page/n209/mode/2up |___location=Paris, France |publisher=L'Imprimerie Royale |volume=vol. 1 |page=183 |language=French }}</ref> and apparently introduced the term ''argument''; Gauss used {{math|''i''}} for <math>\sqrt{-1}</math>,<ref>{{cite journal |last=Gauss |first=C.F. |date= 1831 |title=Theoria residuorum biquadraticorum. Commentatio secunda. |trans-title=Theory of biquadratic residues. Second memoir. |url=https://babel.hathitrust.org/cgi/pt?id=mdp.39015073697180&view=1up&seq=292 |journal=Commentationes Societatis Regiae Scientiarum Gottingensis Recentiores |volume=7 |issue= |pages=89-148 |language=Latin }} From p. 96: ''"Quemadmodum scilicet arithmetica sublimior in quaestionibus hactenus pertractatis inter solos numeros integros reales versatur, ita theoremata circa residua biquadratica tunc tantum in summa simplicitate ac genuina venustate resplendent, quando campus arithmeticae ad quantitates ''imaginarias'' extenditur, ita ut absque restrictione ipsius obiectum constituant numeri formae ''a + bi'', denotantibus ''i'', pro more quantitatem imaginariam √ -1, atque ''a, b'' indefinite omnes numeros reales integros inter -<math>\infty</math> et +<math>\infty</math>."'' (Of course just as the higher arithmetic has been investigated so far in problems only among real integer numbers, so theorems regarding biquadratic residues then shine in greatest simplicity and genuine beauty, when the field of arithmetic is extended to ''imaginary'' quantities, so that, without restrictions on it, numbers of the form ''a + bi'' — ''i'' denoting by convention the imaginary quantity √ -1, and the variables ''a, b'' [denoting] all real integer numbers between -<math>\infty</math> and +<math>\infty</math> — constitute an object.)</ref> introduced the term ''complex number'' for {{math|''a'' + ''bi''}},<ref>{{cite journal |last=Gauss |first=C.F. |date= 1831 |title=Theoria residuorum biquadraticorum. Commentatio secunda. |trans-title=Theory of biquadratic residues. Second memoir. |url=https://babel.hathitrust.org/cgi/pt?id=mdp.39015073697180&view=1up&seq=292 |journal=Commentationes Societatis Regiae Scientiarum Gottingensis Recentiores |volume=7 |issue= |pages=89-148 |language=Latin }} From p. 96: ''"Tales numeros vocabimus numeros integros complexos, ita quidem, ut reales complexis non opponantur, sed tamquam species sub his contineri censeantur."'' (We will call such numbers [namely, numbers of the form ''a + bi'' ] "complex integer numbers", so that real [numbers] are regarded not as the opposite of complex [numbers] but [as] a type [of number that] is, so to speak, contained within them.)</ref> and called {{math|''a''<sup>2</sup> + ''b''<sup>2</sup>}} the ''norm''.<ref>{{cite journal |last=Gauss |first=C.F. |date= 1831 |title=Theoria residuorum biquadraticorum. Commentatio secunda. |trans-title=Theory of biquadratic residues. Second memoir. |url=https://babel.hathitrust.org/cgi/pt?id=mdp.39015073697180&view=1up&seq=294 |journal=Commentationes Societatis Regiae Scientiarum Gottingensis Recentiores |volume=7 |issue= |pages=89-148 |language=Latin }} From p. 98: ''"Productum numeri complexi per numerum ipsi conjunctum utriusque ''normam'' vocamus. Pro norma itaque numeri realis, ipsius quadratum habendum est."'' (We call a "norm" the product of a complex number [e.g,. ''a + ib'' ] with its conjugate [''a - ib'' ]. Therefore the square of a real number should be regarded as its norm.)</ref> The expression ''direction coefficient'', often used for <math>\cos \phi + i\sin \phi</math>, is due to Hankel (1867),<ref>{{cite book |last=Hankel |first=Hermann |date=1867 |title=Vorlesungen über die complexen Zahlen und ihre Functionen |trans-title=Lectures About the Complex Numbers and Their Functions |url=https://books.google.com/books?id=754KAAAAYAAJ&pg=PA71#v=onepage&q&f=false |___location=Leipzig, [Germany] |publisher=Leopold Voss |volume=vol. 1 |page=71 |language=German }} From p. 71: ''"Wir werden den Factor (cos φ + i sin φ) haüfig den ''Richtungscoefficienten'' nennen."'' (We will often call the factor (cos φ + i sin φ) the "coefficient of direction".)</ref> and ''absolute value,'' for ''modulus,'' is due to Weierstrass.
 
Later classical writers on the general theory include [[Richard Dedekind]], [[Otto Hölder]], [[Felix Klein]], [[Henri Poincaré]], [[Hermann Schwarz]], [[Karl Weierstrass]] and many others. Important work (including a systematization) in complex multivariate calculus has been started at beginning of the 20th century. Important results have been achieved by [[Wilhelm Wirtinger]] in 1927.
 
==Abstract algebraic aspects==
==Relations and operations==
While the above low-level definitions, including the addition and multiplication, accurately describe the complex numbers, there are other, equivalent approaches that reveal the abstract algebraic structure of the complex numbers more immediately.
===Equality===
Two complex numbers are equal [[if and only if]] both their real and imaginary parts are equal. That is, complex numbers <math>z_1</math> and <math>z_2</math> are equal if and only if
<math>\operatorname{Re}(z_{1}) = \operatorname{Re}(z_{2})</math> and <math>\operatorname{Im} (z_{1}) = \operatorname{Im} (z_{2})</math>. Nonzero complex numbers written in [[polar form]] are equal if and only if they have the same magnitude and their arguments differ by an integer multiple of {{math|2{{pi}}}}.
 
===Ordering===
Since complex numbers are naturally thought of as existing on a two-dimensional plane, there is no natural [[linear ordering]] on the set of complex numbers. In fact, there is no [[linear ordering]] on the complex numbers that is compatible with addition and multiplication – the complex numbers cannot have the structure of an [[ordered field]]. This is because any square in an ordered field is at least {{math|0}}, but {{math|1=''i''<sup>2</sup> = −1}}.
 
===Conjugate===
{{See also|Complex conjugate}}
[[File:Complex conjugate picture.svg|right|thumb|Geometric representation of {{mvar|z}} and its conjugate <math>\overline{z}</math> in the complex plane]]
The ''[[complex conjugate]]'' of the complex number {{math|1=''z'' = ''x'' + ''yi''}} is given by {{math|''x'' − ''yi''}}. It is denoted by either <math>\overline{z}</math> or {{math|''z''*}}.<ref>For the former notation, See {{harv|Apostol|1981}}, pages 15–16.</ref> This [[unary operation]] on complex numbers cannot be expressed by applying only their basic operations addition, subtraction, multiplication and division.
 
Geometrically, <math>\overline{z}</math> is the [[reflection symmetry|"reflection"]] of {{mvar|z}} about the real axis. Conjugating twice gives the original complex number
:<math>\overline{\overline{z}}=z,</math>
 
which makes this operation an [[involution (mathematics)|involution]]. The reflection leaves both the real part and the magnitude of <math>z</math> unchanged, that is
:<math>\operatorname{Re}(\overline{z}) = \operatorname{Re}(z)\quad</math> and <math>\quad |\overline{z}| = |z|.</math>
 
The imaginary part and the argument of a complex number <math>z</math> change their sign under conjugation
:<math>\operatorname{Im}(\overline{z}) = -\operatorname{Im}(z)\quad</math> and <math>\quad \operatorname{arg}(\overline{z}) \equiv -\operatorname{arg}(z) \pmod {2\pi}.</math>
 
For details on argument and magnitude, see the section on [[#Polar form|Polar form]].
 
The product of a complex number <math>z= x + yi</math> and its conjugate is known as the [[absolute square]]. It is always a positive real number and equals the square of the magnitude of each:
:<math>z\cdot \overline{z} = x^2 + y^2 = |z|^2 = |\overline{z}|^2.</math>
 
This property can be used to convert a fraction with a complex denominator to an equivalent fraction with a real denominator by expanding both numerator and denominator of the fraction by the conjugate of the given denominator. This process is sometimes called "[[rationalisation (mathematics)|rationalization]]" of the denominator (although the denominator in the final expression might be an irrational real number), because it resembles the method to remove roots from simple expressions in a denominator.
 
The real and imaginary parts of a complex number {{mvar|z}} can be extracted using the conjugation:
: <math>\operatorname{Re}(z) = \dfrac{z+\overline{z}}{2},\quad</math> and <math>\quad \operatorname{Im}(z) = \dfrac{z-\overline{z}}{2i}.</math>
Moreover, a complex number is real if and only if it equals its own conjugate.
 
Conjugation distributes over the basic complex arithmetic operations:
: <math>\overline{z\pm w} = \overline{z} \pm \overline{w},</math>
: <math>\overline{z\cdot w} = \overline{z} \cdot\overline{w},\quad \overline{z/w} = \overline{z}/\overline{w}.</math>
 
Conjugation is also employed in [[inversive geometry]], a branch of geometry studying reflections more general than ones about a line. In the [[Network analysis (electrical circuits)|network analysis of electrical circuits]], the complex conjugate is used in finding the equivalent impedance when the [[maximum power transfer theorem]] is looked for.
 
===Addition and subtraction===
[[File:Vector Addition.svg|200px|right|thumb|Addition of two complex numbers can be done geometrically by constructing a parallelogram.]]
 
Two complex numbers <math>a</math> and <math>b</math> are most easily [[addition|added]] by separately adding their real and imaginary parts of the summands. That is to say:
:<math>a + b =(x+yi) + (u+vi) = (x+u) + (y+v)i.</math>
Similarly, [[subtraction]] can be performed as
:<math>a - b =(x+yi) - (u+vi) = (x-u) + (y-v)i.</math>
 
Using the visualization of complex numbers in the complex plane, the addition has the following geometric interpretation: the sum of two complex numbers <math>a</math> and <math>b</math>, interpreted as points in the complex plane, is the point obtained by building a [[parallelogram]] from the three vertices <math>O</math>, and the points of the arrows labeled <math>a</math> and <math>b</math> (provided that they are not on a line). Equivalently, calling these points <math>A,\; B,</math> respectively and the fourth point of the parallelogram <math>X,</math> the [[triangle]]s <math>OAB</math> and <math>XBA</math> are [[Congruence (geometry)|congruent]]. A visualization of the subtraction can be achieved by considering addition of the negative [[subtrahend]].
 
===Multiplication===
Since the real part, the imaginary part, and the indeterminate <math>i</math> in a complex number are all considered as numbers in themselves, two complex numbers, given as <math>z=x+yi</math> and <math>w= u+vi</math> are multiplied under the rules of the [[distributive property]], the [[commutative property|commutative properties]] and the defining property <math>i^2 = -1</math> in the following way
 
:<math>\begin{align}
z\cdot w &= (x+yi)\cdot (u+vi) & \\
&=x(u+vi) + yi(u+vi) &&\text{by the (right) distributive law} \\
&=xu + xvi + yiu + yivi &&\text{by the (left) distributive law} \\
&=xu + yivi + xvi + yiu &&\text{by the commutativity of addition} \\
&=xu + yvi^2 + xvi + yui &&\text{by the commutativity of multiplication} \\
&=(xu + yvi^2) + (xvi + yui) &&\text{by the associativity of addition} \\
&=(xu - yv) + (xvi + yui) &&\text{by the defining property of } i \\
&=(xu - yv) + (xv + yu)i &&\text{by the distributive law}.
\end{align}</math>
 
===Reciprocal and division===
Using the conjugation, the [[Multiplicative inverse|reciprocal]] of a nonzero complex number {{math|1=''z'' = ''x'' + ''yi''}} can always be broken down to
: <math>\frac{1}{z}=\frac{\overline{z}}{z \overline{z}} = \frac{\overline{z}}{|z|^2}=\frac{\overline{z}}{x^2+y^2}=\frac{x}{x^2+y^2} -\frac{y}{x^2+y^2}i,</math>
 
since ''non-zero'' implies that <math>x^2 + y^2</math> is greater than zero.
 
This can be used to express a division of an arbitrary complex number <math>w= u+vi</math> by a non-zero complex number <math>z</math> as
:<math>\frac {w}{z}= w\cdot \frac {1}{z}= (u+vi)\cdot \left(\frac{x}{x^2+y^2} -\frac{y}{x^2+y^2}i\right)= \frac{1}{x^2+y^2}\left((ux+vy)+(vx-uy)i\right).</math>
 
===Multiplication and division in polar form===
[[File:Complex multi.svg|right|thumb|Multiplication of {{math|2 + ''i''}} (blue triangle) and {{math|3 + ''i''}} (red triangle). The red triangle is rotated to match the vertex of the blue one and stretched by [[square root of 5|{{sqrt|5}}]], the length of the [[hypotenuse]] of the blue triangle.]]
Formulas for multiplication, division and exponentiation are simpler in polar form than the corresponding formulas in Cartesian coordinates. Given two complex numbers {{math|1=''z''<sub>1</sub> = ''r''<sub>1</sub>(cos φ<sub>1</sub> + ''i'' sin φ<sub>1</sub>)}} and {{math|1=''z''<sub>2</sub> = ''r''<sub>2</sub>(cos φ<sub>2</sub> + ''i'' sin φ<sub>2</sub>)}}, because of the trigonometric identities
:<math> \cos(a)\cos(b) - \sin(a)\sin(b) = \cos(a + b)</math>
:<math> \cos(a)\sin(b) + \sin(a)\cos(b) = \sin(a + b)</math>
 
we may derive
 
:<math>z_1 z_2 = r_1 r_2 (\cos(\varphi_1 + \varphi_2) + i \sin(\varphi_1 + \varphi_2)).</math>
In other words, the absolute values are multiplied and the arguments are added to yield the polar form of the product. For example, multiplying by {{math|''i''}} corresponds to a quarter-[[turn (geometry)|turn]] counter-clockwise, which gives back {{math|1=''i''<sup>2</sup> = −1}}. The picture at the right illustrates the multiplication of
:<math>(2+i)(3+i)=5+5i. </math>
Since the real and imaginary part of {{math|5 + 5''i''}} are equal, the argument of that number is 45 degrees, or π/4 (in [[radian]]). On the other hand, it is also the sum of the angles at the origin of the red and blue triangles are [[arctan]](1/3) and arctan(1/2), respectively. Thus, the formula
:<math>\frac{\pi}{4} = \arctan\left(\frac{1}{2}\right) + \arctan\left(\frac{1}{3}\right) </math>
holds. As the [[arctan]] function can be approximated highly efficiently, formulas like this – known as [[Machin-like formulas]] – are used for high-precision approximations of [[pi|π]].
 
Similarly, division is given by
:<math>\frac{z_1}{z_2} = \frac{r_1}{r_2} \left(\cos(\varphi_1 - \varphi_2) + i \sin(\varphi_1 - \varphi_2)\right).</math>
 
===Square root===
{{see also|Square root#Square roots of negative and complex numbers|l1=Square roots of negative and complex numbers}}
The square roots of {{math|''a'' + ''bi''}} (with {{math|''b'' ≠ 0}}) are <math> \pm (\gamma + \delta i)</math>, where
 
:<math>\gamma = \sqrt{\frac{a + \sqrt{a^2 + b^2}}{2}}</math>
 
and
 
:<math>\delta = \sgn (b) \sqrt{\frac{-a + \sqrt{a^2 + b^2}}{2}},</math>
 
where sgn is the [[sign function|signum]] function. This can be seen by squaring <math> \pm (\gamma + \delta i)</math> to obtain {{math|''a'' + ''bi''}}.<ref>{{Citation
|title=Handbook of mathematical functions with formulas, graphs, and mathematical tables
|first1=Milton
|last1=Abramowitz
|first2=Irene A.
|last2=Stegun
|publisher=Courier Dover Publications
|year=1964
|isbn=978-0-486-61272-0
|page=17
|url=https://books.google.com/books?id=MtU8uP7XMvoC
|access-date=16 February 2016
|archive-url=https://web.archive.org/web/20160423180235/https://books.google.com/books?id=MtU8uP7XMvoC
|archive-date=23 April 2016
|url-status=live
}}, [http://www.math.sfu.ca/~cbm/aands/page_17.htm Section 3.7.26, p.&nbsp;17] {{Webarchive|url=https://web.archive.org/web/20090910094533/http://www.math.sfu.ca/~cbm/aands/page_17.htm |date=10 September 2009 }}</ref><ref>{{Citation
|title=Classical algebra: its nature, origins, and uses
|first1=Roger
|last1=Cooke
|publisher=John Wiley and Sons
|year=2008
|isbn=978-0-470-25952-8
|page=59
|url=https://books.google.com/books?id=lUcTsYopfhkC
|access-date=16 February 2016
|archive-url=https://web.archive.org/web/20160424023007/https://books.google.com/books?id=lUcTsYopfhkC
|archive-date=24 April 2016
|url-status=live
}}, [https://books.google.com/books?id=lUcTsYopfhkC&pg=PA59 Extract: page 59] {{Webarchive|url=https://web.archive.org/web/20160423183239/https://books.google.com/books?id=lUcTsYopfhkC&pg=PA59 |date=23 April 2016 }}</ref> Here <math>\sqrt{a^2 + b^2}</math> is called the [[absolute value|modulus]] of {{math|''a'' + ''bi''}}, and the square root sign indicates the square root with non-negative real part, called the '''principal square root'''; also <math>\sqrt{a^2 + b^2}= \sqrt{z\overline{z}},</math> where <math> z = a + bi. </math><ref>See {{harv|Ahlfors|1979}}, page 3.</ref>
 
===Exponential function===
The [[exponential function]] <math>\exp(z)</math> can be defined for every complex number {{mvar|z}} by the [[power series]]
:<math>\exp(z)= \sum_{n=0}^\infty \frac {z^n}{n!},</math>
which has an infinite [[radius of convergence]].
 
The value at {{math|1}} of the exponential function is [[Euler's number]]
:<math>e = \exp(1) = \sum_{n=1}^\infty \frac1{n!}\approx 2.71828.</math>
If {{mvar|z}} is real, one has
<math>\exp(z)=e^z.</math>
[[Analytic continuation]] allows extending this equality for every complex value of {{mvar|z}}, and thus to define the complex exponentiation with base {{mvar|e}} as
:<math>e^z=\exp(z).</math>
 
====Functional equation====
The exponential function satisfies the [[functional equation]]
<math>e^{z+t}=e^ze^t.</math>
This can be proved either by comparing the power series expansion of both members or by applying [[analytic continuation]] from the restriction of the equation to real arguments.
 
====Euler's formula====
[[Euler's formula]] states that, for any real number {{mvar|x}},
: <math>e^{ix} = \cos x + i\sin x .</math>
 
The functional equation implies thus that, if {{mvar|x}} and {{mvar|y}} are real, one has
: <math>e^{x+iy} = e^x\cos y + ie^x\sin y,</math>
which is the decomposition of the exponential function into its real and imaginary parts.
 
===Exponentiation===
If {{math|''x'' > 0}} is real and {{mvar|z}} complex, the exponentiation is defined as
:<math>x^z=e^{z\ln x},</math>
where {{math|ln}} denotes the natural logarithm.
 
It seems natural to extend this formula to complex values of {{mvar|x}}, but there are some difficulties resulting from the fact that the complex logarithm is not really a function, but a [[multivalued function]].
 
====Complex logarithm====
 
In the real case, the [[natural logarithm]] can be defined as the [[inverse function|inverse]] of the exponential function. For extending this to the complex ___domain, one can start from Euler's formula. It implies that, if a complex number {{mvar|z}} is written in [[polar form]]
:<math> z = r(\cos \varphi + i\sin \varphi ),</math>
then its [[complex logarithm]] should be
:<math> \ln(z) = \ln(r) + \varphi i.</math>
 
However, because cosine and sine are periodic functions, the addition to <math>\varphi</math> of an integer multiple of {{math|2{{pi}}}}. does not change {{mvar|z}}. For example, <math>e^{i\pi} = e^{3i\pi} = -1</math>, so both <math>i \pi</math> and <math>3i\pi</math> are possible values for the natural logarithm of <math>-1</math>.
 
Therefore, the complex logarithm must be defined as a [[multivalued function]]:
:<math> \ln(z) = \left\{ \ln(r) + \varphi i+ 2\pi ki \mid k \in \mathbb{Z}\right\}.</math>
 
Alternatively, a [[branch cut]] can be used to define a true function. If {{mvar|z}} is not a negative real number, the [[principal value]] of the complex logarithm is obtained with <math>-\pi < \varphi < \pi.</math> This is an [[analytic function]] outside the negative real numbers, but it cannot be prolongated to a function that is continuous at any negative real number.
 
It follows that if {{mvar|z}} is as above, and if {{mvar|t}} is another complex number, then the ''exponentiation'' is the multivalued function
:<math>z^t=\left\{e^{t\ln r}\,(\cos(\varphi t+ 2 \pi kt)+i\sin(\varphi t+ 2 \pi kt))\}\mid k\in \mathbb Z\right\}</math>
 
====Integer and fractional exponents====
{{visualisation_complex_number_roots.svg}}
If, in the preceding formula, {{mvar|t}} is an integer, then the sine and the cosine are independent of {{mvar|k}}. Thus, if the exponent {{mvar|n}} is an integer, then <math>z^n</math> is well defined, and the exponentiation formula simplifies to [[de Moivre's formula]]:
:<math> z^{n}=(r(\cos \varphi + i\sin \varphi ))^n = r^n \, (\cos n\varphi + i \sin n \varphi).</math>
 
The {{mvar|n}} [[Nth root|{{mvar|n}}th roots]] of a complex number {{mvar|z}} are given by
:<math>z^{1/n} = \sqrt[n]r \left( \cos \left(\frac{\varphi+2k\pi}{n}\right) + i \sin \left(\frac{\varphi+2k\pi}{n}\right)\right)</math>
for {{math|0 ≤ ''k'' ≤ ''n'' − 1}}. (Here <math>\sqrt[n]r</math> is the usual (positive) {{mvar|n}}th root of the positive real number {{mvar|r}}.) Because sine and cosine are periodic, other integer values of {{mvar|k}} do not give other values.
 
While the {{mvar|n}}th root of a positive real number {{mvar|r}} is chosen to be the ''positive'' real number {{mvar|c}} satisfying {{math|1=''c''<sup>''n''</sup> = ''r''}}, there is no natural way of distinguishing one particular complex {{mvar|n}}th root of a complex number. Therefore, the {{mvar|n}}th root is a [[multivalued function|{{mvar|n}}-valued function]] of {{mvar|z}}. This implies that, contrary to the case of positive real numbers, one has
:<math>(z^n)^{1/n} \ne z,</math>
since the left-hand side consists of {{mvar|n}} values, and the right-hand side is a single value.
 
==Properties==
 
===Field structure===
The set '''C''' of complex numbers is a [[field (mathematics)|field]].<ref name="Apostol 1981">See {{harv|Apostol|1981}}, pages 15–16.</ref> Briefly, this means that the following facts hold: first, any two complex numbers can be added and multiplied to yield another complex number. Second, for any complex number {{mvar|z}}, its [[additive inverse]] {{math|−''z''}} is also a complex number; and third, every nonzero complex number has a [[Multiplicative inverse|reciprocal]] complex number. Moreover, these operations satisfy a number of laws, for example the law of [[commutativity]] of addition and multiplication for any two complex numbers {{math|''z''<sub>1</sub>}} and {{math|''z''<sub>2</sub>}}:
:<math>z_1+ z_2 = z_2 + z_1,</math>
:<math>z_1 z_2 = z_2 z_1.</math>
These two laws and the other requirements on a field can be proven by the formulas given above, using the fact that the real numbers themselves form a field.
 
Unlike the reals, '''C''' is not an [[ordered field]], that is to say, it is not possible to define a relation {{math|''z''<sub>1</sub> < ''z''<sub>2</sub>}} that is compatible with the addition and multiplication. In fact, in any ordered field, the square of any element is necessarily positive, so {{math|1=''i''<sup>2</sup> = −1}} precludes the existence of an [[total order|ordering]] on '''C'''.<ref>See {{harv|Apostol|1981}}, page 25.</ref>
 
When the underlying field for a mathematical topic or construct is the field of complex numbers, the topic's name is usually modified to reflect that fact. For example: [[complex analysis]], complex [[matrix (mathematics)|matrix]], complex [[polynomial]], and complex [[Lie algebra]].
 
===Solutions of polynomial equations===
Given any complex numbers (called [[coefficient]]s) {{math|''a''<sub>0</sub>, ..., ''a''<sub>''n''</sub>}}, the equation
:<math>a_n z^n + \dotsb + a_1 z + a_0 = 0</math>
has at least one complex solution ''z'', provided that at least one of the higher coefficients {{math|''a''<sub>1</sub>, ..., ''a''<sub>''n''</sub>}} is nonzero.<ref>{{cite book|last=Bourbaki |first=Nicolas |author-link=Nicolas Bourbaki|title=General topology|section=VIII.1|publisher=Springer-Verlag}}</ref> This is the statement of the ''[[fundamental theorem of algebra]]'', of [[Carl Friedrich Gauss]] and [[Jean le Rond d'Alembert]]. Because of this fact, '''C''' is called an [[algebraically closed field]]. This property does not hold for the [[rational number|field of rational numbers]] '''Q''' (the polynomial {{math|''x''<sup>2</sup> − 2}} does not have a rational root, since [[square root of 2|{{sqrt|2}}]] is not a rational number) nor the real numbers '''R''' (the polynomial {{math|''x''<sup>2</sup> + ''a''}} does not have a real root for {{math|''a'' > 0}}, since the square of {{mvar|x}} is positive for any real number {{mvar|x}}).
 
There are various proofs of this theorem, by either analytic methods such as [[Liouville's theorem (complex analysis)|Liouville's theorem]], or [[topology|topological]] ones such as the [[winding number]], or a proof combining [[Galois theory]] and the fact that any real polynomial of ''odd'' degree has at least one real root.
 
Because of this fact, theorems that hold ''for any algebraically closed field'' apply to '''C'''. For example, any non-empty complex [[square matrix]] has at least one (complex) [[eigenvalue]].
 
===Algebraic characterization===
The field '''C''' has the following three properties: first, it has [[characteristic (algebra)|characteristic]] 0. This means that {{math|1=1 + 1 + ⋯ + 1 ≠ 0}} for any number of summands (all of which equal one). Second, its [[transcendence degree]] over '''Q''', the [[prime field]] of '''C''', is the [[cardinality of the continuum]]. Third, it is [[algebraically closed]] (see above). It can be shown that any field having these properties is [[isomorphic]] (as a field) to '''C'''. For example, the [[algebraic closure]] of [[p-adic numbers|'''Q'''<sub>''p''</sub>]] also satisfies these three properties, so these two fields are isomorphic (as fields, but not as topological fields).<ref>{{citation
| last = Marker | first = David
| editor1-last = Marker | editor1-first = D.
| editor2-last = Messmer | editor2-first = M.
| editor3-last = Pillay | editor3-first = A.
| contribution = Introduction to the Model Theory of Fields
| contribution-url = https://projecteuclid.org/euclid.lnl/1235423155
| isbn = 978-3-540-60741-0
| mr = 1477154
| pages = 1–37
| publisher = Springer-Verlag | ___location = Berlin
| series = Lecture Notes in Logic
| title = Model theory of fields
| volume = 5
| year = 1996}}</ref> Also, '''C''' is isomorphic to the field of complex [[Puiseux series]]. However, specifying an isomorphism requires the [[axiom of choice]]. Another consequence of this algebraic characterization is that '''C''' contains many proper subfields that are isomorphic to '''C'''.
 
===Characterization as a topological field===
The preceding characterization of '''C''' describes only the algebraic aspects of '''C'''. That is to say, the properties of [[neighborhood (topology)|nearness]] and [[continuity (topology)|continuity]], which matter in areas such as [[Mathematical analysis|analysis]] and [[topology]], are not dealt with. The following description of '''C''' as a [[topological ring|topological field]] (that is, a field that is equipped with a [[topological space|topology]], which allows the notion of convergence) does take into account the topological properties. '''C''' contains a subset {{math|''P''}} (namely the set of positive real numbers) of nonzero elements satisfying the following three conditions:
* {{math|''P''}} is closed under addition, multiplication and taking inverses.
* If {{mvar|x}} and {{mvar|y}} are distinct elements of {{math|''P''}}, then either {{math|''x'' − ''y''}} or {{math|''y'' − ''x''}} is in {{math|''P''}}.
* If {{mvar|S}} is any nonempty subset of {{math|''P''}}, then {{math|1=''S'' + ''P'' = ''x'' + ''P''}} for some {{mvar|x}} in '''C'''.
Moreover, '''C''' has a nontrivial [[involution (mathematics)|involutive]] [[automorphism]] {{math|''x'' ↦ ''x''*}} (namely the complex conjugation), such that {{math|''x x''*}} is in {{math|''P''}} for any nonzero {{mvar|x}} in '''C'''.
 
Any field {{mvar|F}} with these properties can be endowed with a topology by taking the sets {{math|1= ''B''(''x'', ''p'') = { ''y'' {{!}} ''p'' − (''y'' − ''x'')(''y'' − ''x'')* ∈ ''P'' } }} as a [[base (topology)|base]], where {{mvar|x}} ranges over the field and {{mvar|p}} ranges over {{math|''P''}}. With this topology {{mvar|F}} is isomorphic as a ''topological'' field to '''C'''.
 
The only [[connected space|connected]] [[locally compact]] [[topological ring|topological fields]] are '''R''' and '''C'''. This gives another characterization of '''C''' as a topological field, since '''C''' can be distinguished from '''R''' because the nonzero complex numbers are [[connected space|connected]], while the nonzero real numbers are not.<ref>{{cite book|last= Bourbaki |first=Nicolas |author-link=Nicolas Bourbaki|title=General topology|section=VIII.4|publisher=Springer-Verlag}}</ref>
 
==Formal construction==
===Construction as ordered pairs===
[[William Rowan Hamilton]] introduced the approach to define the set {{math|'''C'''}} of complex numbers<ref>{{cite book|title=A Brief History of Numbers|first=Leo |last=Corry|publisher=Oxford University Press|year=2015|pages=215–16}}</ref> as the set {{math|'''R'''<sup>2</sup>}} of {{nowrap|[[ordered pair]]s {{math|(''a'', ''b'')}}}} of real numbers, in which the following rules for addition and multiplication are imposed:<ref name="Apostol 1981"/>
 
: <math>\begin{align}
(a, b) + (c, d) &= (a + c, b + d)\\
(a, b) \cdot (c, d) &= (ac - bd, bc + ad).
\end{align}</math>
 
It is then just a matter of notation to express {{math|(''a'', ''b'')}} as {{math|''a'' + ''bi''}}.
 
===Construction as a quotient field===
One approach to <math>\C</math> is via [[polynomial]]s, i.e., expressions of the form
Though this low-level construction does accurately describe the structure of the complex numbers, the following equivalent definition reveals the algebraic nature of {{math|'''C'''}} more immediately. This characterization relies on the notion of fields and polynomials. A field is a set endowed with addition, subtraction, multiplication and division operations that behave as is familiar from, say, rational numbers. For example, the [[distributive law]]
:<math display=block>p(x+yX) z = xz a_nX^n+ yz\dotsb+a_1X+a_0,</math>
where the [[coefficient]]s {{math|''a''<sub>0</sub>, ..., ''a''<sub>''n''</sub>}} are real numbers. The set of all such polynomials is denoted by <math>\R[X]</math>. Since sums and products of polynomials are again polynomials, this set <math>\R[X]</math> forms a [[commutative ring]], called the [[polynomial ring]] (over the reals). To every such polynomial ''p'', one may assign the complex number <math>p(i) = a_n i^n + \dotsb + a_1 i + a_0</math>, i.e., the value obtained by setting <math>X = i</math>. This defines a function
must hold for any three elements {{mvar|x}}, {{mvar|y}} and {{mvar|z}} of a field. The set {{math|'''R'''}} of real numbers does form a field. A polynomial {{math|''p''(''X'')}} with real [[coefficient]]s is an expression of the form
:<math>a_nX^n+\dotsb+a_1X+a_0,R[X] \to \C</math>
This function is [[surjective]] since every complex number can be obtained in such a way: the evaluation of a [[linear polynomial]] <math>a+bX</math> at <math>X = i</math> is <math>a+bi</math>. However, the evaluation of polynomial <math>X^2 + 1</math> at ''i'' is 0, since <math>i^2 + 1 = 0.</math> This polynomial is [[irreducible polynomial|irreducible]], i.e., cannot be written as a product of two linear polynomials. Basic facts of [[abstract algebra]] then imply that the [[Kernel (algebra)|kernel]] of the above map is an [[ideal (ring theory)|ideal]] generated by this polynomial, and that the quotient by this ideal is a field, and that there is an [[isomorphism]]
where the {{math|''a''<sub>0</sub>, ..., ''a''<sub>''n''</sub>}} are real numbers. The usual addition and multiplication of polynomials endows the set {{math|'''R'''[''X'']}} of all such polynomials with a [[ring (mathematics)|ring]] structure. This ring is called the [[polynomial ring]] over the real numbers.
:<math>\R[X] / (X^2 + 1) \stackrel \cong \to \C</math>
between the quotient ring and <math>\C</math>. Some authors take this as the definition of <math>\C</math>.<ref>{{harvnb|Bourbaki|1998|loc=§VIII.1}}</ref>
 
Accepting that <math>\Complex</math> is algebraically closed, because it is an [[algebraic extension]] of <math>\mathbb{R}</math> in this approach, <math>\Complex</math> is therefore the [[algebraic closure]] of <math>\R.</math>
The set of complex numbers is defined as the [[quotient ring]] {{math|'''R'''[''X'']/(''X'' <sup>2</sup> + 1)}}.<ref name="Bourbaki"/> This extension field contains two square roots of {{math|−1}}, namely (the [[coset]]s of) {{math|''X''}} and {{math|−''X''}}, respectively. (The cosets of) {{math|1}} and {{math|''X''}} form a basis of {{math|'''R'''[''X'']/(''X'' <sup>2</sup> + 1)}} as a real [[vector space]], which means that each element of the extension field can be uniquely written as a [[linear combination]] in these two elements. Equivalently, elements of the extension field can be written as ordered pairs {{math|(''a'', ''b'')}} of real numbers. The quotient ring is a field, because {{math|''X''<sup>2</sup> + 1}} is [[Irreducible polynomial|irreducible]] over {{math|'''R'''}}, so the ideal it generates is [[Maximal ideal|maximal]].
 
The formulas for addition and multiplication in the ring {{math|'''R'''[''X'']}}, modulo the relation {{math|''X''<sup>2</sup> {{=}} −1}}, correspond to the formulas for addition and multiplication of complex numbers defined as ordered pairs. So the two definitions of the field {{math|'''C'''}} are [[isomorphism|isomorphic]] (as fields).
 
Accepting that {{math|'''C'''}} is algebraically closed, since it is an [[algebraic extension]] of {{math|'''R'''}} in this approach, {{math|'''C'''}} is therefore the [[algebraic closure]] of {{math|'''R'''}}.
 
===Matrix representation of complex numbers===<!-- .This section is linked from [[Cauchy-Riemann equations]] -->
Complex numbers {{math|''a'' + ''bi''}} can also be represented by {{math|2 × 2}} [[matrix (mathematics)|matrices]] that have the following form:
<!--
:<math>
This definition with the minus sign in the upper right corner matches the article [[Rotation matrix]]. Please do not change it.
-->
<math display=block>
\begin{pmatrix}
a & -b \\
b & \;\; a
\end{pmatrix}.
</math>
Here the entries {{mvar|a}} and {{mvar|b}} are real numbers. TheAs the sum and product of two such matrices is again of this form, andthese thematrices sumform and product of complex numbers corresponds to the sum anda [[matrix multiplication|productsubring]] of suchthe matrices,ring theof product{{math|2 × 2}} being:matrices.
 
:<math>
A simple computation shows that the map
\begin{pmatrix}
<math display=block>a+ib\mapsto \begin{pmatrix}
a & -b \\
b & \;\; a
\end{pmatrix}</math>
is a [[ring isomorphism]] from the field of complex numbers to the ring of these matrices, proving that these matrices form a field. This isomorphism associates the square of the absolute value of a complex number with the [[determinant]] of the corresponding matrix, and the conjugate of a complex number with the [[transpose]] of the matrix.
\begin{pmatrix}
c & -d \\
d & \;\; c
\end{pmatrix}
= \begin{pmatrix}
ac-bd & -ad-bc \\
bc+ad & \;\; -bd+ac
\end{pmatrix}
</math>
 
The [[polar form]] representation of complex numbers explicitly gives these matrices as scaled [[rotation matrix|rotation matrices]].
The geometric description of the multiplication of complex numbers can also be expressed in terms of [[rotation matrix|rotation matrices]] by using this correspondence between complex numbers and such matrices. Moreover, the square of the absolute value of a complex number expressed as a matrix is equal to the [[determinant]] of that matrix:
<math display=block>r (\cos \theta + i \sin \theta)\mapsto \begin{pmatrix}
:<math> |z|^2 =
r \cos \theta & -r \sin \theta \\
\begin{vmatrix}
ar \sin \theta & -b\;\; r \cos \theta
\end{pmatrix}</math>
b & a
In particular, the case of {{math|1=''r'' = 1}}, which is <math>|a + ib| = \sqrt{a^2+b^2} = 1</math>, gives (unscaled) rotation matrices.
\end{vmatrix}
= a^2 + b^2.
</math>
The conjugate <math>\overline z</math> corresponds to the [[transpose]] of the matrix.
 
Though this representation of complex numbers with matrices is the most common, many other representations arise from matrices ''other than'' <math>\bigl(\begin{smallmatrix}0 & -1 \\1 & 0 \end{smallmatrix}\bigr)</math> that square to the negative of the [[identity matrix]]. See the article on [[2 × 2 real matrices]] for other representations of complex numbers.
 
==Complex analysis==
 
[[File:Sin1perz.png|thumb|270px|[[Domain coloring|Color wheel graph]] of {{math|sin(1/''z'')}}. Black parts inside refer to numbers having large absolute values.]]
{{main|Complex analysis}}
<!--
[[File:Color complex plot.jpg|200pxupright=0.8|right|thumb|[[Domain coloring]] plot of the function
<br /><math>f(x) = \tfrac{(x^2 - 1)(x - 2 - i)^2}{x^2 + 2 + 2 i}</math><br />
The hue represents the function argument, while the saturation and [[Lightness (color)|value]] represent the magnitude.]]
Line 497 ⟶ 241:
The absolute value has three important properties:
 
:<math display=block> | z | \geq 0, \,</math> where <math> | z | = 0 \,</math> [[if and only if]] <math> z = 0</math>
 
:<math display=block> | z + w | \leq | z | + | w | \,</math> ([[triangle inequality]])
 
:<math display=block> | z \cdot w | = | z | \cdot | w | </math>
 
for all complex numbers {{mvar|z}} and {{mvar|w}}. These imply that {{math|1={{!}}1{{!}} = 1}} and {{math|1={{!}}''z''/''w''{{!}} = {{!}}''z''{{!}}/{{!}}''w''{{!}}}}. By defining the '''distance''' function {{math|1=''d''(''z'', ''w'') = {{!}}''z'' − ''w''{{!}}}}, we turn the set of complex numbers into a [[metric space]] and we can therefore talk about [[limit (mathematics)|limits]] and [[continuous function|continuity]].
Line 509 ⟶ 253:
-->
 
The study of functions of a complex variable is known as ''[[complex analysis]]'' and has enormous practical use in [[applied mathematics]] as well as in other branches of mathematics. Often, the most natural proofs for statements in [[real analysis]] or even [[number theory]] employ techniques from complex analysis (see [[prime number theorem]] for an example). Unlike real functions, which are commonly represented as two-dimensional graphs, [[complex function]]s have four-dimensional graphs and may usefully be illustrated by color-coding a [[graph of a function of two variables|three-dimensional graph]] to suggest four dimensions, or by animating the complex function's dynamic transformation of the complex plane.
 
[[File:Complex-plot.png|right|thumb|A [[___domain coloring]] graph of the function
===Complex exponential and related functions===
{{math|{{sfrac|(''z''<sup>2</sup> − 1)(''z'' − 2 − ''i'')<sup>2</sup>|''z''<sup>2</sup> + 2 + 2''i''}}}}. Darker spots mark moduli near zero, brighter spots are farther away from the origin. The color encodes the argument. The function has zeros for {{math|±1, (2 + ''i'')}} and [[pole (complex analysis)|poles]] at <math>\pm \sqrt{{-2-2i}}.</math>]]
The notions of [[convergent series]] and [[continuous function]]s in (real) analysis have natural analogs in complex analysis. A sequence <!--(''a''<sub>''n''</sub>)<sub>''n'' ≥ 0</sub>--> of complex numbers is said to [[convergent sequence|converge]] if and only if its real and imaginary parts do. This is equivalent to the [[(ε, δ)-definition of limit]]s, where the absolute value of real numbers is replaced by the one of complex numbers. From a more abstract point of view, '''C''', endowed with the [[metric (mathematics)|metric]]
Unlike real functions, which are commonly represented as two-dimensional graphs, [[complex function]]s have four-dimensional graphs and may usefully be illustrated by color-coding a [[graph of a function of two variables|three-dimensional graph]] to suggest four dimensions, or by animating the complex function's dynamic transformation of the complex plane.
:<math>\operatorname{d}(z_1, z_2) = |z_1 - z_2|</math>
 
===Convergence===
[[File:ComplexPowers.svg|right|thumb|Illustration of the behavior of the sequence <math>z^n</math> for three different values of ''z'' (all having the same argument): for <math>|z|<1</math> the sequence converges to 0 (inner spiral), while it diverges for <math>|z|>1</math> (outer spiral).]]
The notions of [[convergent series]] and [[continuous function]]s in (real) analysis have natural analogs in complex analysis. A sequence <!--(''a''<sub>''n''</sub>)<sub>''n'' ≥ 0</sub>--> of complex numbers is said to [[convergent sequence|converge]] if and only if its real and imaginary parts do. This is equivalent to the [[(ε, δ)-definition of limit]]s, where the absolute value of real numbers is replaced by the one of complex numbers. From a more abstract point of view, <math>\mathbb{C}</math>, endowed with the [[metric (mathematics)|metric]]
<math display=block>\operatorname{d}(z_1, z_2) = |z_1 - z_2|</math>
is a complete [[metric space]], which notably includes the [[triangle inequality]]
:<math display=block>|z_1 + z_2| \le |z_1| + |z_2|</math>
for any two complex numbers {{math|''z''<sub>1</sub>}} and {{math|''z''<sub>2</sub>}}.
 
===Complex exponential===
Like in real analysis, this notion of convergence is used to construct a number of [[elementary function]]s: the ''[[exponential function]]'' {{math|exp(''z'')}}, also written {{math|''e''<sup>''z''</sup>}}, is defined as the [[infinite series]]
[[File:ComplexExpMapping.svg|thumb|right|Illustration of the complex exponential function mapping the complex plane, ''w'' = exp ⁡(''z''). The left plane shows a square mesh with mesh size 1, with the three complex numbers 0, 1, and ''i'' highlighted. The two rectangles (in magenta and green) are mapped to circular segments, while the lines parallel to the ''x''-axis are mapped to rays emanating from, but not containing the origin. Lines parallel to the ''y''-axis are mapped to circles.]]
:<math>\exp(z):= 1+z+\frac{z^2}{2\cdot 1}+\frac{z^3}{3\cdot 2\cdot 1}+\cdots = \sum_{n=0}^{\infty} \frac{z^n}{n!}. </math>
Like in real analysis, this notion of convergence is used to construct a number of [[elementary function]]s: the ''[[exponential function]]'' {{math|exp ''z''}}, also written {{math|''e''<sup>''z''</sup>}}, is defined as the [[infinite series]], which can be shown to [[radius of convergence|converge]] for any ''z'':
<math display=block>\exp z:= 1+z+\frac{z^2}{2\cdot 1}+\frac{z^3}{3\cdot 2\cdot 1}+\cdots = \sum_{n=0}^{\infty} \frac{z^n}{n!}. </math>
For example, <math>\exp (1)</math> is [[E (mathematical constant)|Euler's number]] <math>e \approx 2.718</math>. ''[[Euler's formula]]'' states:
<math display=block>\exp(i\varphi) = \cos \varphi + i\sin \varphi </math>
for any real number {{mvar|φ}}. This formula is a quick consequence of general basic facts about convergent power series and the definitions of the involved functions as power series. As a special case, this includes [[Euler's identity]]
<math display=block>\exp(i \pi) = -1. </math>
 
===Complex logarithm===
The series defining the real trigonometric functions [[sine]] and [[cosine]], as well as the [[hyperbolic functions]] sinh and cosh, also carry over to complex arguments without change. For the other trigonometric and hyperbolic functions, such as [[tangent (function)|tangent]], things are slightly more complicated, as the defining series do not converge for all complex values. Therefore, one must define them either in terms of sine, cosine and exponential, or, equivalently, by using the method of [[analytic continuation]].
{{main|Complex logarithm}}
[[File:ComplexExpStrips.svg|right|thumb|The exponential function maps complex numbers ''z'' differing by a multiple of <math>2\pi i</math> to the same complex number ''w''.]]
For any positive real number ''t'', there is a unique real number ''x'' such that <math>\exp(x) = t</math>. This leads to the definition of the [[natural logarithm]] as the [[inverse function|inverse]]
<math>\ln \colon \R^+ \to \R ; x \mapsto \ln x </math> of the exponential function. The situation is different for complex numbers, since
:<math>\exp(z+2\pi i) = \exp z \exp (2 \pi i) = \exp z</math>
by the functional equation and Euler's identity.
For example, {{math|1=''e''{{sup|''iπ''}} = ''e''{{sup|3''iπ''}} = −1}} , so both {{mvar|iπ}} and {{math|3''iπ''}} are possible values for the complex logarithm of {{math|−1}}.
 
In general, given any non-zero complex number ''w'', any number ''z'' solving the equation
''[[Euler's formula]]'' states:
:<math>\exp(i\varphi) z = \cos(\varphi) + i\sin(\varphi) w</math>
is called a [[complex logarithm]] of {{mvar|w}}, denoted <math>\log w</math>. It can be shown that these numbers satisfy
for any real number ''φ'', in particular
:<math display=block>\exp(iz = \pi)log w = -1\ln|w| + i\arg w, </math>
where <math>\arg</math> is the [[arg (mathematics)|argument]] defined [[#Polar form|above]], and <math>\ln</math> the (real) [[natural logarithm]]. As arg is a [[multivalued function]], unique only up to a multiple of {{math|2''π''}}, log is also multivalued. The [[principal value]] of log is often taken by restricting the imaginary part to the [[interval (mathematics)|interval]] {{open-closed|−''π'', ''π''}}. This leads to the complex logarithm being a [[bijective]] function taking values in the strip <math>\R^+ + \; i \, \left(-\pi, \pi\right]</math> (that is denoted <math>S_0</math> in the above illustration)
Unlike in the situation of real numbers, there is an [[infinite set|infinitude]] of complex solutions {{mvar|z}} of the equation
<math display=block>\ln \colon \; \Complex^\times \; \to \; \; \; \R^+ + \; i \, \left(-\pi, \pi\right] .</math>
:<math>\exp(z) = w </math>
 
for any complex number {{math|''w'' ≠ 0}}. It can be shown that any such solution {{mvar|z}} – called [[complex logarithm]] of {{mvar|w}} – satisfies
If <math>z \in \Complex \setminus \left( -\R_{\ge 0} \right)</math> is not a non-positive real number (a positive or a non-real number), the resulting [[principal value]] of the complex logarithm is obtained with {{math|−''π'' < ''φ'' < ''π''}}. It is an [[analytic function]] outside the negative real numbers, but it cannot be prolongated to a function that is continuous at any negative real number <math>z \in -\R^+ </math>, where the principal value is {{math|1=ln ''z'' = ln(−''z'') + ''iπ''}}.{{efn|However for another inverse function of the complex exponential function (and not the above defined principal value), the branch cut could be taken at any other [[Line (geometry)#Ray|ray]] thru the origin.}}
:<math>\log(w) = \ln|w| + i\arg(w), </math>
where arg is the [[arg (mathematics)|argument]] defined [[#Polar form|above]], and ln the (real) [[natural logarithm]]. As arg is a [[multivalued function]], unique only up to a multiple of 2''π'', log is also multivalued. The [[principal value]] of log is often taken by restricting the imaginary part to the [[interval (mathematics)|interval]] {{open-closed|−π, π}}.
 
Complex [[exponentiation]] {{math|''z''<sup>''ω''</sup>}} is defined as
:<math display=block>z^\omega = \exp(\omega \logln z), </math>
and is multi-valued, except when <math>\omega</math>{{mvar|ω}} is an integer. For {{math|1=''ω'' = 1 / ''n''}}, for some natural number {{mvar|n}}, this recovers the non-uniqueness of {{mvar|n}}th roots mentioned above. If {{math|''z'' > 0}} is real (and {{mvar|ω}} an arbitrary complex number), one has a preferred choice of <math>\ln x</math>, the real logarithm, which can be used to define a preferred exponential function.
 
Complex numbers, unlike real numbers, do not in general satisfy the unmodified power and logarithm identities, particularly when naïvely treated as single-valued functions; see [[Exponentiation#Failure of power and logarithm identities|failure of power and logarithm identities]]. For example, they do not satisfy
:<math display=block>a^{bc} = \left(a^b\right)^c.</math>
Both sides of the equation are multivalued by the definition of complex exponentiation given here, and the values on the left are a subset of those on the right.
 
===Complex sine and cosine===
The series defining the real trigonometric functions [[sine|{{math|sin}}]] and [[cosine|{{math|cos}}]], as well as the [[hyperbolic functions]] {{math|sinh}} and {{math|cosh}}, also carry over to complex arguments without change. For the other trigonometric and hyperbolic functions, such as [[tangent (function)|{{math|tan}}]], things are slightly more complicated, as the defining series do not converge for all complex values. Therefore, one must define them either in terms of sine, cosine and exponential, or, equivalently, by using the method of [[analytic continuation]].
 
The value of a trigonometric or hyperbolic function of a complex number can be expressed in terms of those functions evaluated on real numbers, via angle-addition formulas. For {{math|1=''z'' = ''x'' + ''iy''}},
 
<math display=block>\sin{z} = \sin{x} \cosh{y} + i \cos{x} \sinh{y}</math>
 
<math display=block>\cos{z} = \cos{x} \cosh{y} - i \sin{x} \sinh{y}</math>
 
<math display=block>\tan{z} = \frac{\tan{x} + i \tanh{y}}{1 - i \tan{x} \tanh{y}}</math>
 
<math display=block>\cot{z} = -\frac{1 + i \cot{x} \coth{y}}{\cot{x} -i \coth{y}}</math>
 
<math display=block>\sinh{z} = \sinh{x} \cos{y} + i \cosh{x} \sin{y}</math>
 
<math display=block>\cosh{z} = \cosh{x} \cos{y} + i \sinh{x} \sin{y}</math>
 
<math display=block>\tanh{z} = \frac{\tanh{x} + i \tan{y}}{1 + i \tanh{x} \tan{y}}</math>
 
<math display=block>\coth{z} = \frac{1 - i \coth{x} \cot{y}}{\coth{x} - i \cot{y}}</math>
 
Where these expressions are not well defined, because a trigonometric or hyperbolic function evaluates to infinity or there is division by zero, they are nonetheless correct as [[Limit (mathematics)|limit]]s.
 
===Holomorphic functions===
[[File:Sin1z-cplot.svg|thumb|Color wheel graph of the function {{math|sin(1/''z'')}} that is holomorphic except at ''z'' = 0, which is an essential singularity of this function. White parts inside refer to numbers having large absolute values.]]
A function ''f''&thinsp;: '''C''' → '''C''' is called [[Holomorphic function|holomorphic]] if it satisfies the [[Cauchy–Riemann equations]]. For example, any [[Linear transformation#Definition and first consequences|'''R'''-linear]] map '''C''' → '''C''' can be written in the form
A function <math>f: \mathbb{C}</math> → <math>\mathbb{C}</math> is called [[Holomorphic function|holomorphic]] or ''complex differentiable'' at a point <math>z_0</math> if the limit
:<math>f(z)=az+b\overline{z}</math>
:<math>\lim_{z \to z_0} {f(z) - f(z_0) \over z - z_0 }</math>
with complex coefficients {{mvar|a}} and {{mvar|b}}. This map is holomorphic [[if and only if]] {{math|1=''b'' = 0}}. The second summand <math>b \overline z</math> is real-differentiable, but does not satisfy the [[Cauchy–Riemann equations]].
exists (in which case it is denoted by <math>f'(z_0)</math>). This mimics the definition for real differentiable functions, except that all quantities are complex numbers. Loosely speaking, the freedom of approaching <math>z_0</math> in different directions imposes a much stronger condition than being (real) differentiable. For example, the function
:<math>f(z) = \overline z</math>
is differentiable as a function <math>\R^2 \to \R^2</math>, but is ''not'' complex differentiable.
A real differentiable function is complex differentiable [[if and only if]] it satisfies the [[Cauchy–Riemann equations]], which are sometimes abbreviated as
:<math>\frac{\partial f}{\partial \overline z} = 0.</math>
 
Complex analysis shows some features not apparent in real analysis. For example, anythe [[identity theorem]] asserts that two holomorphic functions {{mvar|f}} and {{mvar|g}} thatagree if they agree on an arbitrarily small [[open subset]] of '''<math>\mathbb{C''' necessarily agree everywhere}</math>. [[Meromorphic function]]s, functions that can locally be written as {{math|''f''(''z'')/(''z'' − ''z''<sub>0</sub>)<sup>''n''</sup>}} with a holomorphic function {{mvar|f}}, still share some of the features of holomorphic functions. Other functions have [[essential singularity|essential singularities]], such as {{math|sin(1/''z'')}} at {{math|1=''z'' = 0}}.
 
==Applications==
Complex numbers have applications in many scientific areas, including [[signal processing]], [[control theory]], [[electromagnetism]], [[fluid dynamics]], [[quantum mechanics]], [[cartography]], and [[Vibration#Vibration analysis|vibration analysis]]. Some of these applications are described below.
 
Complex conjugation is also employed in [[inversive geometry]], a branch of geometry studying reflections more general than ones about a line. In the [[Network analysis (electrical circuits)|network analysis of electrical circuits]], the complex conjugate is used in finding the equivalent impedance when the [[maximum power transfer theorem]] is looked for.
 
===Geometry===
====Shapes====
Three [[collinearity|non-collinear]] points <math>u, v, w</math> in the plane determine the '''[[Shape#Similarity classes|shape''']] of the triangle <math>\{u, v, w\}</math>. Locating the points in the complex plane, this shape of a triangle may be expressed by complex arithmetic as
:<math display=block>S(u, v, w) = \frac {u - w}{u - v}. </math>
The shape <math>S</math> of a triangle will remain the same, when the complex plane is transformed by translation or dilation (by an [[affine transformation]]), corresponding to the intuitive notion of shape, and describing [[similarity (geometry)|similarity]]. Thus each triangle <math>\{u, v, w\}</math> is in a [[shape#Similarity classes|similarity class]] of triangles with the same shape.<ref>{{citationcite journal |last=Lester |first=J.A. |title=Triangles I: Shapes |journal=[[Aequationes Mathematicae]] |volume=52 |pages=30–54 |year=1994 |doi=10.1007/BF01818325 |s2cid=121095307}}</ref>
 
====Fractal geometry====
[[File:Mandelset hires.png|right|250px|thumb|The Mandelbrot set with the real and imaginary axes labeled.]]
The [[Mandelbrot set]] is a popular example of a fractal formed on the complex plane. It is defined by plotting every ___location <math>c</math> where iterating the sequence <math>f_c(z)=z^2+c</math> does not [[diverge (stability theory)|diverge]] when [[Iteration|iterated]] infinitely. Similarly, [[Julia set]]s have the same rules, except where <math>c</math> remains constant.
 
====Triangles====
Every triangle has a unique [[Steiner inellipse]] – an [[ellipse]] inside the triangle and tangent to the midpoints of the three sides of the triangle. The [[Focus (geometry)|foci]] of a triangle's Steiner inellipse can be found as follows, according to [[Marden's theorem]]:<ref>{{Citationcite journal |last1=Kalman|first1=Dan|title=An Elementary Proof of Marden's Theorem |url=http://mathdl.maa.org/mathDL/22/?pa=content&sa=viewDocument&nodeId=3338&pf=1 |journal=[[American Mathematical Monthly]] |volume=115 |issue=4 |pages=330–38 |year=2008a |doi=10.1080/00029890.2008.11920532 |s2cid=13222698 |issn=0002-9890 |access-date=1 January 2012 |archive-url=https://web.archive.org/web/20120308104622/http://mathdl.maa.org/mathDL/22/?pa=content&sa=viewDocument&nodeId=3338&pf=1 |archive-date=8 March 2012|url-status=live}}</ref><ref>{{Citationcite journal |last1=Kalman |first1=Dan |title=The Most Marvelous Theorem in Mathematics |url=http://mathdl.maa.org/mathDL/4/?pa=content&sa=viewDocument&nodeId=1663 |journal=[[Journal of Online Mathematics and itsIts Applications]] |year=2008b |access-date=1 January 2012|archive-url=https://web.archive.org/web/20120208014954/http://mathdl.maa.org/mathDL/4/?pa=content&sa=viewDocument&nodeId=1663 |archive-date=8 February 2012 |url-status=live}}</ref> Denote the triangle's vertices in the complex plane as {{math|1=''a'' = ''x''<sub>''A''</sub> + ''y''<sub>''A''</sub>''i''}}, {{math|1=''b'' = ''x''<sub>''B''</sub> + ''y''<sub>''B''</sub>''i''}}, and {{math|1=''c'' = ''x''<sub>''C''</sub> + ''y''<sub>''C''</sub>''i''}}. Write the [[cubic equation]] <math>\scriptstyle (x-a)(x-b)(x-c)=0</math>, take its derivative, and equate the (quadratic) derivative to zero. [[Marden's Theorem]]theorem says that the solutions of this equation are the complex numbers denoting the locations of the two foci of the Steiner inellipse.
 
===Algebraic number theory===
[[File:Pentagon construct.gif|right|thumb|Construction of a regular pentagon [[compass and straightedge constructions|using straightedge and compass]].]]
As mentioned above, any nonconstant polynomial equation (in complex coefficients) has a solution in '''<math>\mathbb{C}</math>. '''.[[Argumentum a fortiori|A fortiori]]'', the same is true if the equation has rational coefficients. The roots of such equations are called [[algebraic number]]s – they are a principal object of study in [[algebraic number theory]]. Compared to <math>\overline{\mathbb{overline|'''Q'''}}</math>, the algebraic closure of '''<math>\mathbb{Q'''}</math>, which also contains all algebraic numbers, '''<math>\mathbb{C'''}</math> has the advantage of being easily understandable in geometric terms. In this way, algebraic methods can be used to study geometric questions and vice versa. With algebraic methods, more specifically applying the machinery of [[field theory (mathematics)|field theory]] to the [[number field]] containing [[root of unity|roots of unity]], it can be shown that it is not possible to construct a regular [[nonagon]] [[compass and straightedge constructions|using only compass and straightedge]] – a purely geometric problem.
 
Another example areis the [[Gaussian integer]]s,; that is, numbers of the form {{math|''x'' + ''iy''}}, where {{mvar|x}} and {{mvar|y}} are integers, which can be used to classify [[Fermat's theorem on sums of two squares|sums of squares]].
 
===Analytic number theory===
Line 578 ⟶ 369:
 
===Dynamic equations===
In [[differential equation]]s, it is common to first find all complex roots {{mvar|r}} of the [[Linear differential equation#Homogeneous equationsequation with constant coefficients|characteristic equation]] of a [[linear differential equation]] or equation system and then attempt to solve the system in terms of base functions of the form {{math|1=''f''(''t'') = ''e''<sup>''rt''</sup>}}. Likewise, in [[difference equations]], the complex roots {{mvar|r}} of the characteristic equation of the difference equation system are used, to attempt to solve the system in terms of base functions of the form {{math|1=''f''(''t'') = ''r''<sup>''t''</sup>}}.
 
=== InLinear applied mathematicsalgebra ===
Since <math>\C</math> is algebraically closed, any non-empty complex [[square matrix]] has at least one (complex) [[eigenvalue]]. By comparison, real matrices do not always have real eigenvalues, for example [[rotation matrix|rotation matrices]] (for rotations of the plane for angles other than 0° or 180°) leave no direction fixed, and therefore do not have any ''real'' eigenvalue. The existence of (complex) eigenvalues, and the ensuing existence of [[Eigendecomposition of a matrix|eigendecomposition]] is a useful tool for computing matrix powers and [[matrix exponential]]s.
 
Complex numbers often generalize concepts originally conceived in the real numbers. For example, the [[conjugate transpose]] generalizes the [[transpose]], [[Hermitian matrix|hermitian matrices]] generalize [[Symmetric matrix|symmetric matrices]], and [[Unitary matrix|unitary matrices]] generalize [[Orthogonal matrix|orthogonal matrices]].
 
===In applied mathematics===
 
====Control theory====
{{see also|Complex plane#Use in control theory}}
In [[control theory]], systems are often transformed from the [[time ___domain]] to the [[frequency ___domain]] using the [[Laplace transform]]. The system's [[zeros and poles]] are then analyzed in the ''complex plane''. The [[root locus]], [[Nyquist plot]], and [[Nichols plot]] techniques all make use of the complex plane.
 
In [[control theory]], systems are often transformed from the [[time ___domain]] to the complex [[frequency ___domain]] using the [[Laplace transform]]. The system's [[zeros and poles]] are then analyzed in the ''complex plane''. The [[root locus]], [[Nyquist plot]], and [[Nichols plot]] techniques all make use of the complex plane.
 
In the root locus method, it is important whether zeros and poles are in the left or right half planes, that is, have real part greater than or less than zero. If a linear, time-invariant (LTI) system has poles that are
Line 594 ⟶ 392:
 
====Signal analysis====
Complex numbers are used in [[signal analysis]] and other fields for a convenient description for periodically varying signals. For given real functions representing actual physical quantities, often in terms of sines and cosines, corresponding complex functions are considered of which the real parts are the original quantities. For a [[sine wave]] of a given [[frequency]], the absolute value {{math|{{!}}''z''{{!}}}} of the corresponding {{mvar|z}} is the [[amplitude]] and the [[Argument (complex analysis)|argument]] {{math|arg( ''z'')}} is the [[phase (waves)|phase]].
 
If [[Fourier analysis]] is employed to write a given real-valued signal as a sum of periodic functions, these periodic functions are often written as complex -valued functions of the form
 
:<math display=block>x(t) = \operatorname{Re} \{X( t ) \} </math>
 
and
 
:<math display=block>X( t ) = A e^{i\omega t} = a e^{ i \phi } e^{i\omega t} = a e^{i (\omega t + \phi) } </math>
 
where ω represents the [[angular frequency]] and the complex number ''A'' encodes the phase and amplitude as explained above.
 
This use is also extended into [[digital signal processing]] and [[digital image processing]], which utilizeuse digital versions of Fourier analysis (and [[wavelet]] analysis) to transmit, [[Data compression|compress]], restore, and otherwise process [[Digital data|digital]] [[Sound|audio]] signals, still images, and [[video]] signals.
 
Another example, relevant to the two side bands of [[amplitude modulation]] of AM radio, is:
 
:<math display=block>\begin{align}
\cos((\omega + \alpha)t) + \cos\left((\omega - \alpha)t\right)
& = \operatorname{Re}\left(e^{i(\omega + \alpha)t} + e^{i(\omega - \alpha)t}\right) \\
Line 620 ⟶ 418:
 
===In physics===
 
====Electromagnetism and electrical engineering====
{{Main|Alternating current}}
In [[electrical engineering]], the [[Fourier transform]] is used to analyze varying [[electric current]]s and [[voltage]]s. The treatment of [[resistor]]s, [[capacitor]]s, and [[inductor]]s can then be unified by introducing imaginary, frequency-dependent resistances for the latter two and combining all three in a single complex number called the [[Electrical impedance|impedance]]. This approach is called [[phasor]] calculus.
 
In electrical engineering, the imaginary unit is denoted by {{mvar|j}}, to avoid confusion with {{mvar|I}}, which is generally in use to denote electric current, or, more particularly, {{mvar|i}}, which is generally in use to denote instantaneous electric current.
In [[electrical engineering]], the [[Fourier transform]] is used to analyze varying [[voltage]]s and [[Electric current|currents]]. The treatment of [[resistor]]s, [[capacitor]]s, and [[inductor]]s can then be unified by introducing imaginary, frequency-dependent resistances for the latter two and combining all three in a single complex number called the [[Electrical impedance|impedance]]. This approach is called [[phasor]] calculus.
 
In electrical engineering, the imaginary unit is denoted by {{math|''j''}}, to avoid confusion with {{mvar|I}}, which is generally in use to denote [[electric current]], or, more particularly, {{mvar|i}}, which is generally in use to denote instantaneous electric current.
 
SinceBecause the [[voltage]] in an AC [[electric circuit|circuit]] is oscillating, it can be represented as
 
:<math display=block> V(t) = V_0 e^{j \omega t} = V_0 \left (\cos\omega t + j \sin\omega t \right ),</math>
 
To obtain the measurable quantity, the real part is taken:
 
:<math display=block> v(t) = \mathrmoperatorname{Re}(V) = \mathrmoperatorname{Re}\left [ V_0 e^{j \omega t} \right ] = V_0 \cos \omega t.</math>
 
The complex-valued signal <{{math>|''V''(''t'')</math>}} is called the [[analytic signal|analytic]] representation of the real-valued, measurable signal <{{math>|''v''(''t'')</math>}}.
<ref>{{citationcite book |last1=Grant |first1=I.S. |title=Electromagnetism |year=2008|edition=2 |publisher=Manchester Physics Series |isbn=978-0-471-92712-9 |last2=Phillips |first2=W.R.}}</ref>
 
====Fluid dynamics====
Line 646 ⟶ 442:
 
====Relativity====
In [[special relativity|special]] and [[general relativity]], some formulas for the metric on [[spacetime]] become simpler if one takes the time component of the spacetime continuum to be imaginary. (This approach is no longer standard in classical relativity, but is [[Wick rotation|used in an essential way]] in [[quantum field theory]].) Complex numbers are essential to [[spinor]]s, which are a generalization of the [[tensor]]s used in relativity.
 
==GeneralizationsCharacterizations, generalizations and related notions==
[[File:Cayley_Q8_quaternion_multiplication_graph.svg|thumb|link={{filepath:Cayley_Q8_quaternion_multiplication_graph.svg}}|Cayley Q8 quaternion graph showing cycles of multiplication by {{red|'''i'''}}, {{green|'''j'''}} and {{blue|'''k'''}}]]
The process of extending the field '''R''' of reals to '''C''' is known as the [[Cayley–Dickson construction]]. It can be carried further to higher dimensions, yielding the [[quaternion]]s '''H''' and [[octonion]]s '''O''' which (as a real vector space) are of dimension&nbsp;4 and 8, respectively.
In this context the complex numbers have been called the '''binarions'''.<ref>Kevin McCrimmon (2004) ''A Taste of Jordan Algebras'', pp 64, Universitext, Springer {{isbn|0-387-95447-3}} {{mr|id=2014924}}</ref>
 
===Algebraic characterization===
Just as by applying the construction to reals the property of [[ordered field|ordering]] is lost, properties familiar from real and complex numbers vanish with each extension. The [[quaternion]]s lose commutativity, that is, {{math|''x''·''y'' ≠ ''y''·''x''}} for some quaternions {{math|''x'', ''y''}}, and the multiplication of [[octonion]]s, additionally to not being commutative, fails to be associative: {{math|(''x''·''y'')·''z'' ≠ ''x''·(''y''·''z'')}} for some octonions {{math|''x'', ''y'', ''z''}}.
The field <math>\Complex</math> has the following three properties:
* First, it has [[characteristic (algebra)|characteristic]] 0. This means that {{math|1=1 + 1 + ⋯ + 1 ≠ 0}} for any number of summands (all of which equal one).
* Second, its [[transcendence degree]] over <math>\Q</math>, the [[prime field]] of <math>\Complex,</math> is the [[cardinality of the continuum]].
* Third, it is [[algebraically closed]] (see above).
It can be shown that any field having these properties is [[isomorphic]] (as a field) to <math>\Complex.</math> For example, the [[algebraic closure]] of the field <math>\Q_p</math> of the [[p-adic number|{{mvar|p}}-adic number]] also satisfies these three properties, so these two fields are isomorphic (as fields, but not as topological fields).<ref>{{cite book
| last = Marker | first = David
| editor1-last = Marker | editor1-first = D.
| editor2-last = Messmer | editor2-first = M.
| editor3-last = Pillay | editor3-first = A.
| contribution = Introduction to the Model Theory of Fields
| contribution-url = https://projecteuclid.org/euclid.lnl/1235423155
| isbn = 978-3-540-60741-0
| mr = 1477154
| pages = 1–37
| publisher = Springer-Verlag | ___location = Berlin
| series = Lecture Notes in Logic
| title = Model theory of fields
| volume = 5
| year = 1996}}</ref> Also, <math>\Complex</math> is isomorphic to the field of complex [[Puiseux series]]. However, specifying an isomorphism requires the [[axiom of choice]]. Another consequence of this algebraic characterization is that <math>\Complex</math> contains many proper subfields that are isomorphic to <math>\Complex</math>.
 
===Characterization as a topological field===
The preceding characterization of <math>\Complex</math> describes only the algebraic aspects of <math>\Complex.</math> That is to say, the properties of [[neighborhood (topology)|nearness]] and [[continuity (topology)|continuity]], which matter in areas such as [[Mathematical analysis|analysis]] and [[topology]], are not dealt with. The following description of <math>\Complex</math> as a [[topological ring|topological field]] (that is, a field that is equipped with a [[topological space|topology]], which allows the notion of convergence) does take into account the topological properties. <math>\Complex</math> contains a subset {{math|''P''}} (namely the set of positive real numbers) of nonzero elements satisfying the following three conditions:
* {{math|''P''}} is closed under addition, multiplication and taking inverses.
* If {{mvar|x}} and {{mvar|y}} are distinct elements of {{math|''P''}}, then either {{math|''x'' − ''y''}} or {{math|''y'' − ''x''}} is in {{math|''P''}}.
* If {{mvar|S}} is any nonempty subset of {{math|''P''}}, then {{math|1=''S'' + ''P'' = ''x'' + ''P''}} for some {{mvar|x}} in <math>\Complex.</math>
Moreover, <math>\Complex</math> has a nontrivial [[involution (mathematics)|involutive]] [[automorphism]] {{math|''x'' ↦ ''x''*}} (namely the complex conjugation), such that {{math|''x x''*}} is in {{math|''P''}} for any nonzero {{mvar|x}} in <math>\Complex.</math>
 
Any field {{mvar|F}} with these properties can be endowed with a topology by taking the sets {{math|1= ''B''(''x'', ''p'') = { ''y'' {{!}} ''p'' − (''y'' − ''x'')(''y'' − ''x'')* ∈ ''P'' } }} as a [[base (topology)|base]], where {{mvar|x}} ranges over the field and {{mvar|p}} ranges over {{math|''P''}}. With this topology {{mvar|F}} is isomorphic as a ''topological'' field to <math>\Complex.</math>
 
The only [[connected space|connected]] [[locally compact]] [[topological ring|topological fields]] are <math>\R</math> and <math>\Complex.</math> This gives another characterization of <math>\Complex</math> as a topological field, because <math>\Complex</math> can be distinguished from <math>\R</math> because the nonzero complex numbers are [[connected space|connected]], while the nonzero real numbers are not.{{sfn|Bourbaki|1998|loc=§VIII.4}}
 
===Other number systems===
{{main|Cayley–Dickson construction|Quaternion|Octonion}}
 
{| class="wikitable"
Reals, complex numbers, quaternions and octonions are all [[normed division algebra]]s over '''R'''. By [[Hurwitz's theorem (normed division algebras)|Hurwitz's theorem]] they are the only ones; the [[sedenion]]s, the next step in the Cayley–Dickson construction, fail to have this structure.
|+ Number systems
|-
!
! rational numbers <math>\Q</math>
! real numbers <math>\R</math>
! complex numbers <math>\C</math>
! quaternions <math>\mathbb H</math>
! octonions <math>\mathbb O</math>
! sedenions <math>\mathbb S</math>
|-
! [[complete metric space|complete]]
| {{no}} || {{yes}} || {{yes}} || {{yes}} || {{yes}} || {{yes}}
|-
! [[dimension (vector space)|dimension]] as an <math>\R</math>-vector space
| [does not apply] || 1 || 2 || 4 || 8 || 16
|-
! [[ordered field|ordered]]
| {{yes}} || {{yes}} || {{no}} || {{no}} || {{no}} || {{no}}
|-
! multiplication commutative {{nowrap|1=(<math>xy=yx</math>)}}
| {{yes}} || {{yes}} || {{yes}} || {{no}} || {{no}} || {{no}}
|-
! multiplication associative {{nowrap|1=(<math>(xy)z=x(yz)</math>)}}
| {{yes}} || {{yes}} || {{yes}} || {{yes}} || {{no}} || {{no}}
|-
! [[normed division algebra]] {{nowrap|1=(over <math>\R</math>)}}
| [does not apply] || {{yes}} || {{yes}} || {{yes}} || {{yes}} || {{no}}
|}
 
The process of extending the field <math>\mathbb R</math> of reals to <math>\mathbb C</math> is an instance of the ''Cayley–Dickson construction''. Applying this construction iteratively to <math>\C</math> then yields the [[quaternion]]s, the [[octonion]]s,<ref>{{cite book |first=Kevin |last=McCrimmon |authorlink=Kevin McCrimmon|year=2004 |title=A Taste of Jordan Algebras |page=64 |series=Universitext |publisher=Springer |isbn=0-387-95447-3}} {{mr|id=2014924}}</ref> the [[sedenion]]s, and the [[trigintaduonion]]s. This construction turns out to diminish the structural properties of the involved number systems.
The Cayley–Dickson construction is closely related to the [[regular representation]] of '''C''', thought of as an '''R'''-[[Algebra (ring theory)|algebra]] (an '''R'''-vector space with a multiplication), with respect to the basis {{math|(1, ''i'')}}. This means the following: the '''R'''-linear map
 
:<math>\begin{align}
Unlike the reals, <math>\Complex</math> is not an [[ordered field]], that is to say, it is not possible to define a relation {{math|''z''<sub>1</sub> < ''z''<sub>2</sub>}} that is compatible with the addition and multiplication. In fact, in any ordered field, the square of any element is necessarily positive, so {{math|1=''i''<sup>2</sup> = −1}} precludes the existence of an [[total order|ordering]] on <math>\Complex.</math>{{sfn|Apostol|1981|p=25}} Passing from <math>\C</math> to the quaternions <math>\mathbb H</math> loses commutativity, while the octonions (additionally to not being commutative) fail to be associative. The reals, complex numbers, quaternions and octonions are all [[normed division algebra]]s over <math>\mathbb R</math>. By [[Hurwitz's theorem (normed division algebras)|Hurwitz's theorem]] they are the only ones; the [[sedenion]]s, the next step in the Cayley–Dickson construction, fail to have this structure.
 
The Cayley–Dickson construction is closely related to the [[regular representation]] of <math>\mathbb C,</math> thought of as an <math>\mathbb R</math>-[[Algebra (ring theory)|algebra]] (an <math>\mathbb{R}</math>-vector space with a multiplication), with respect to the basis {{math|(1, ''i'')}}. This means the following: the <math>\mathbb R</math>-linear map
<math display=block>\begin{align}
\mathbb{C} &\rightarrow \mathbb{C} \\
z &\mapsto wz
\end{align}</math>
for some fixed complex number {{mvar|w}} can be represented by a {{math|2 × 2}} matrix (once a basis has been chosen). With respect to the basis {{math|(1, ''i'')}}, this matrix is
:<math display=block>\begin{pmatrix}
\operatorname{Re}(w) & -\operatorname{Im}(w) \\
\operatorname{Im}(w) & \operatorname{Re}(w)
\end{pmatrix},</math>
that is, the one mentioned in the section on matrix representation of complex numbers above. While this is a [[linear representation]] of '''<math>\mathbb C'''</math> in the [[2 × 2 real matrices]], it is not the only one. Any matrix
:<math display=block>J = \begin{pmatrix}p & q \\ r & -p \end{pmatrix}, \quad p^2 + qr + 1 = 0</math>
has the property that its square is the negative of the identity matrix: {{math|1=''J''<sup>2</sup> = −''I''}}. Then
:<math display=block>\{ z = a I + b J : a,b \in \mathbfmathbb{R} \}</math>
is also isomorphic to the field '''<math>\mathbb C''',</math> and gives an alternative complex structure on '''R'''<supmath>\mathbb R^2.</supmath>. This is generalized by the notion of a [[linear complex structure]].
 
[[Hypercomplex number]]s also generalize '''<math>\mathbb R''',</math> <math>\mathbb '''C''',</math> <math>\mathbb '''H''',</math> and '''<math>\mathbb{O'''}.</math> For example, this notion contains the [[split-complex number]]s, which are elements of the ring {{<math|'''>\mathbb R'''[''x'']/(''x''<sup>^2-1)</supmath> − 1)}} (as opposed to {{<math|'''>\mathbb R'''[''x'']/(''x''<sup>^2+1)</supmath> +for 1)}}complex numbers). In this ring, the equation {{math|1=''a''<sup>2</sup> = 1}} has four solutions.
 
The field '''<math>\mathbb R'''</math> is the completion of '''<math>\mathbb Q''',</math> the field of [[rational number]]s, with respect to the usual [[absolute value]] [[metric (mathematics)|metric]]. Other choices of [[metric (mathematics)|metrics]] on '''<math>\mathbb Q'''</math> lead to the fields '''Q'''<submath>''p''\mathbb Q_p</submath> of [[p-adic number|''{{mvar|p''}}-adic numbers]] (for any [[prime number]] ''{{mvar|p''}}), which are thereby analogous to '''<math>\mathbb{R'''}</math>. There are no other nontrivial ways of completing '''<math>\mathbb Q'''</math> than '''<math>\mathbb R'''</math> and '''Q'''<submath>''p''\mathbb Q_p,</submath>, by [[Ostrowski's theorem]]. The algebraic closures <math>\overline {\mathbfmathbb{Q}_p}</math> of '''Q'''<submath>''p''\mathbb Q_p</submath> still carry a norm, but (unlike '''<math>\mathbb C'''</math>) are not complete with respect to it. The completion <math>\mathbfmathbb{C}_p</math> of <math>\overline {\mathbfmathbb{Q}_p}</math> turns out to be algebraically closed. ThisBy analogy, the field is called ''{{mvar|p''}}-adic complex numbers by analogy.
 
The fields '''R'''<math>\mathbb andR,</math> '''Q'''<submath>''p''\mathbb Q_p,</submath> and their finite field extensions, including '''<math>\mathbb C''',</math> are called [[local field]]s.
 
==See also==
{{Commons category|Complex numbers}}
{{wikiversity|Complex Numbers}}
* [[Algebraic surface]]
{{wikibooks|Calculus/Complex numbers}}
{{EB1911 poster|Number/Complex Numbers}}
* [[Analytic continuation]]
* [[Circular motion#Using complex numbers|Circular motion using complex numbers]]
* [[Complex-base system]]
* [[Complex coordinate space]]
* [[Complex geometry]]
* [[Geometry of numbers]]
* [[Dual-complex number]]
* [[Eisenstein integer]]
* [[Euler's identity]]
* [[Geometric algebra#Unit pseudoscalars|Geometric algebra]] (which includes the complex plane as the 2-dimensional [[Spinor#Two dimensions|spinor]] subspace <math>\mathcal{G}_2^+</math>)
* [[Root of unity]]
* [[Unit complex number]]
 
==Notes==
{{notelist}}
{{Reflist|group="note"}}
 
==References==
{{reflist|refs=
{{Reflist}}
<ref name="Campbell_1911">{{cite journal |title=Cisoidal oscillations |author-link=George Ashley Campbell |author-first=George Ashley |author-last=Campbell |journal=[[Proceedings of the American Institute of Electrical Engineers]] |publisher=[[American Institute of Electrical Engineers]] |volume=XXX |issue=1–6 |date=April 1911 |doi=10.1109/PAIEE.1911.6659711 |s2cid=51647814 |pages=789–824 [Fig. 13 on p. 810] |url=https://ia800708.us.archive.org/view_archive.php?archive=/28/items/crossref-pre-1923-scholarly-works/10.1109%252Fpaiee.1910.6660428.zip&file=10.1109%252Fpaiee.1911.6659711.pdf |access-date=2023-06-24 |quote-page=789 |quote=The use of ''i'' (or Greek ''ı'') for the imaginary symbol is nearly universal in mathematical work, which is a very strong reason for retaining it in the applications of mathematics in electrical engineering. Aside, however, from the matter of established conventions and facility of reference to mathematical literature, the substitution of the symbol ''j'' is objectionable because of the vector terminology with which it has become associated in engineering literature, and also because of the confusion resulting from the divided practice of engineering writers, some using ''j'' for +''i'' and others using ''j'' for &minus;''i''.}}</ref>
<ref name="Brown-Churchill_1996">{{cite book |author-last1=Brown |author-first1=James Ward |author-last2=Churchill |author-first2=Ruel V. |title=Complex variables and applications |date=1996 |publisher=[[McGraw-Hill]] |___location=New York, USA |isbn=978-0-07-912147-9 |edition=6 |page=2 |quote-page=2 |quote=In electrical engineering, the letter ''j'' is used instead of ''i''.}}</ref>
}}
 
{{refbegin}}
=== Works cited ===
* {{Citation |last=Ahlfors |first=Lars |authorlink=Lars Ahlfors |title=Complex analysis |publisher=McGraw-Hill |year=1979 |edition=3rd |isbn=978-0-07-000657-7}}
* {{cite book|title=Mathematical analysis|last=Apostol |first=Tom |author-link=Tom Apostol|year=1981|publisher=Addison-Wesley |ref={{harvid|Apostol|1981}} }}
* {{springer|id=c/c024140|title=Complex number|year=2001|first=E.D.|last=Solomentsev}}
 
* {{cite book |last=Ahlfors |first=Lars |author-link=Lars Ahlfors |year=1979 |title=Complex analysis |edition=3rd |publisher=McGraw-Hill |url=https://archive.org/details/lars-ahlfors-complex-analysis-third-edition-mcgraw-hill-science_engineering_math-1979/page/n1/mode/2up |url-access=registration |isbn=978-0-07-000657-7}}
==Further reading==
* {{Citation
{{wikiversity|Complex Numbers}}
| last1 = Andreescu
{{wikibooks|Calculus/Complex numbers}}
| first1 = Titu
{{EB1911 poster|Number/Complex Numbers}}
| last2 = Andrica
* {{citation |last= Penrose |first= Roger |author-link= Roger Penrose |title= The Road to Reality: A Complete Guide to the Laws of the Universe |publisher= Alfred A. Knopf |year= 2005 |isbn= 978-0-679-45443-4 |url= https://archive.org/details/roadtorealitycom00penr_0 }}
| first2 = Dorin
* {{citation |last1= Derbyshire |first= John |author-link= John Derbyshire |title= Unknown Quantity: A Real and Imaginary History of Algebra |publisher= Joseph Henry Press |isbn= 978-0-309-09657-7 |year= 2006 |url= https://archive.org/details/isbn_9780309096577 }}
| title = Complex Numbers from A to ... Z
* {{citation |last= Needham |first= Tristan |title= Visual Complex Analysis |publisher= Clarendon Press |isbn= 978-0-19-853447-1 |year=1997}}
| edition = Second
| publisher = Springer
| ___location = New York
| year = 2014
| isbn = 978-0-8176-8414-3
| doi = 10.1007/978-0-8176-8415-0
}}
* {{cite book |last=Apostol |first=Tom |author-link=Tom Apostol |year=1981 |title=Mathematical analysis |publisher=Addison-Wesley}}
* {{cite book |last1=Aufmann |first1=Richard N. |title=College Algebra and Trigonometry |last2=Barker |first2=Vernon C. |last3=Nation |first3=Richard D. |publisher=Cengage Learning |year=2007 |isbn=978-0-618-82515-8 |edition=6 |url=https://books.google.com/books?id=g5j-cT-vg_wC&pg=PA66}}
* {{cite book |ref=none |last=Conway |first=John B. |title=Functions of One Complex Variable I |year=1986 |publisher=Springer |isbn=978-0-387-90328-6}}
* {{cite book |last=Derbyshire |first=John |author-link=John Derbyshire |year=2006 |title=Unknown Quantity: A real and imaginary history of algebra |publisher=Joseph Henry Press |isbn=978-0-309-09657-7 |url=https://archive.org/details/isbn_9780309096577}}
* {{cite book |ref=none |last1=Joshi |first1=Kapil D. |title=Foundations of Discrete Mathematics |publisher=[[John Wiley & Sons]] |___location=New York |isbn=978-0-470-21152-6 |year=1989}}
* {{cite book |last=Needham |first=Tristan |year=1997 |title=Visual Complex Analysis |publisher=Clarendon Press |isbn=978-0-19-853447-1}}
* {{cite book |ref=none |last=Pedoe |first=Dan |author-link=Daniel Pedoe |title=Geometry: A comprehensive course |publisher=Dover |year=1988 |isbn=978-0-486-65812-4}}
* {{cite book |last=Penrose |first=Roger |author-link=Roger Penrose |year= 2005 |title=The Road to Reality: A complete guide to the laws of the universe |publisher=Alfred A. Knopf |isbn=978-0-679-45443-4 |url=https://archive.org/details/roadtorealitycom00penr_0}}
* {{cite book |last1=Press |first1=W.H. |last2=Teukolsky |first2=S.A. |last3=Vetterling |first3=W.T. |last4=Flannery |first4=B.P. |year=2007 |title=Numerical Recipes: The art of scientific computing |edition=3rd |publisher=Cambridge University Press |___location=New York |isbn=978-0-521-88068-8 |chapter=Section 5.5 Complex Arithmetic |chapter-url=http://apps.nrbook.com/empanel/index.html?pg=225 |access-date=9 August 2011 |archive-date=13 March 2020 |archive-url=https://web.archive.org/web/20200313111530/http://apps.nrbook.com/empanel/index.html?pg=225 |url-status=dead }}
* {{springer |id=c/c024140 |title=Complex number |year=2001|first=E.D. |last=Solomentsev}}
{{refend}}
 
===Mathematical===
* {{Citation |last=Ahlfors |first=Lars |authorlink=Lars Ahlfors |title=Complex analysis |publisher=McGraw-Hill |year=1979 |edition=3rd |isbn=978-0-07-000657-7}}
* {{Citation |last=Conway |first=John B. |title=Functions of One Complex Variable I |year=1986 |publisher=Springer |isbn=978-0-387-90328-6}}
* {{Citation |last1=Joshi |first1=Kapil D. |title=Foundations of Discrete Mathematics |publisher=[[John Wiley & Sons]] |___location=New York |isbn=978-0-470-21152-6 |year=1989}}
* {{Citation |last=Pedoe |first=Dan |authorlink=Daniel Pedoe |title=Geometry: A comprehensive course |publisher=Dover |year=1988 |isbn=978-0-486-65812-4}}
* {{Citation |last1=Press |first1=WH |last2=Teukolsky |first2=SA |last3=Vetterling |first3=WT |last4=Flannery |first4=BP |year=2007 |title=Numerical Recipes: The Art of Scientific Computing |edition=3rd |publisher=Cambridge University Press |___location=New York |isbn=978-0-521-88068-8 |chapter=Section 5.5 Complex Arithmetic |chapter-url=http://apps.nrbook.com/empanel/index.html?pg=225}}
* {{springer|id=c/c024140|title=Complex number|year=2001|first=E.D.|last=Solomentsev}}
 
===Historical references===
{{refbegin}}
* {{citation|last=Bourbaki|first=Nicolas|author-link=Nicolas Bourbaki|title= Elements of the history of mathematics |chapter= Foundations of mathematics § logic: set theory |publisher= Springer |year= 1998 |ref= {{harvid|Bourbaki|1998}} }}
* {{cite journal |last=Argand |date=1814 |title=Reflexions sur la nouvelle théorie des imaginaires, suives d'une application à la demonstration d'un theorème d'analise |journal=Annales de mathématiques pures et appliquées |volume=5 |pages=197–209 |url=https://babel.hathitrust.org/cgi/pt?id=uc1.$c126479&view=1up&seq=209 |trans-title=Reflections on the new theory of complex numbers, followed by an application to the proof of a theorem of analysis |language=fr}}
* {{Citation |last1=Burton |first1=David M. |title=The History of Mathematics |publisher=[[McGraw-Hill]] |___location=New York |edition= 3rd |isbn=978-0-07-009465-9 |year=1995}}
* {{cite book |ref=none |last=Bourbaki |first=Nicolas |author-link=Nicolas Bourbaki |title= Elements of the history of mathematics |chapter= Foundations of mathematics § logic: set theory |publisher= Springer |year= 1998}}
* {{Citation |last1=Katz |first1=Victor J. |title=A History of Mathematics, Brief Version |publisher=[[Addison-Wesley]] |isbn=978-0-321-16193-2 |year=2004}}
* {{Citationcite book |titleref=Annone Imaginary|last1=Burton Tale:|first1=David M. |title=The StoryHistory of <math>\scriptstyle\sqrt{-1}</math>Mathematics |firstpublisher=Paul J.[[McGraw-Hill]] |last___location=NahinNew York |publisheredition=Princeton University Press3rd |isbn=978-0-69107-02795009465-19 |year=19981995}}
* {{cite journal |last=Gauss |first=C. F. |date= 1831 |title=Theoria residuorum biquadraticorum. Commentatio secunda. |trans-title=Theory of biquadratic residues. Second memoir. |url=https://babel.hathitrust.org/cgi/pt?id=mdp.39015073697180&view=1up&seq=283 |journal=Commentationes Societatis Regiae Scientiarum Gottingensis Recentiores |volume=7 |pages=89–148 |language=la |author-link= Carl Friedrich Gauss}}
*: A gentle introduction to the history of complex numbers and the beginnings of complex analysis.
* {{cite book |ref=none |last1=Katz |first1=Victor J. |title=A History of Mathematics, Brief Version |publisher=[[Addison-Wesley]] |isbn=978-0-321-16193-2 |year=2004}}
* {{Citation |first1=H. D. |last1= Ebbinghaus |first2=H. |last2= Hermes |first3=F. |last3=Hirzebruch |first4=M. |last4=Koecher |first5=K. |last5= Mainzer |first6=J. |last6= Neukirch |first7=A. |last7=Prestel |first8=R. |last8=Remmert |title=Numbers |publisher=Springer |isbn=978-0-387-97497-2 |edition=hardcover |year=1991}}
* {{cite book |ref=none |title=An Imaginary Tale: The Story of <math>\scriptstyle\sqrt{-1}</math> |first=Paul J. |last=Nahin |publisher=Princeton University Press |isbn=978-0-691-02795-1 |year=1998}} — A gentle introduction to the history of complex numbers and the beginnings of complex analysis.
*: An advanced perspective on the historical development of the concept of number.
* {{cite book |first1=H. D. |last1= Ebbinghaus |first2=H. |last2= Hermes |first3=F. |last3=Hirzebruch |first4=M. |last4=Koecher |first5=K. |last5= Mainzer |first6=J. |last6= Neukirch |first7=A. |last7=Prestel |first8=R. |last8=Remmert |title=Numbers |publisher=Springer |isbn=978-0-387-97497-2 |edition=hardcover |year=1991}} — An advanced perspective on the historical development of the concept of number.
{{refend}}
 
{{Complex numbers}}
Line 736 ⟶ 610:
[[Category:Composition algebras]]
[[Category:Complex numbers| ]]
[[Category:Linear algebra]]