Difference between revisions of "The complex plane"
Line 97: | Line 97: | ||
==Resources== | ==Resources== | ||
− | |||
* [https://mathresearch.utsa.edu/wikiFiles/MAT1093/The%20complex%20plane/Esparza%201093%20Notes%20Week%2012.pdf The complex plane]. Written notes created by Professor Esparza, UTSA. | * [https://mathresearch.utsa.edu/wikiFiles/MAT1093/The%20complex%20plane/Esparza%201093%20Notes%20Week%2012.pdf The complex plane]. Written notes created by Professor Esparza, UTSA. | ||
+ | |||
+ | ==Licensing== | ||
+ | Content obtained and/or adapted from: | ||
+ | * [https://en.wikibooks.org/wiki/Calculus/Complex_numbers Complex Numbers, Wikibooks: Calculus] under a CC BY-SA license |
Latest revision as of 17:10, 28 October 2021
The complex plane
A complex number can be viewed as a point or a position vector in a two-dimensional Cartesian coordinate system called the complex plane or Argand diagram. The point and hence the complex number can be specified by Cartesian (rectangular) coordinates. The Cartesian coordinates of the complex number are the real part and the imaginary part . The representation of a complex number by its Cartesian coordinates is called the Cartesian form or rectangular form or algebraic form of that complex number.
Polar form
Alternatively, the complex number can be specified by polar coordinates. The polar coordinates are , called the absolute value or modulus, and , called the argument of . For any value of describes the same number. To get a unique representation, a conventional choice is to set . For the argument is unique modulo ; that is, if any two values of the complex argument differ by an exact integer multiple of , they are considered equivalent. To get a unique representation, a conventional choice is to limit to the interval i.e. . The representation of a complex number by its polar coordinates is called the polar form of the complex number.
Conversion from the polar form to the Cartesian form
Conversion from the Cartesian form to the polar form
The previous formula requires rather laborious case differentiations. However, many programming languages provide a variant of the arctangent function. A formula that uses the arccos function requires fewer case differentiations:
Notation of the polar form
The notation of the polar form as
is called trigonometric form. The notation is sometimes used as an abbreviation for . Using Euler's formula it can also be written as
which is called exponential form.
Multiplication, division, exponentiation, and root extraction in the polar form
Multiplication, division, exponentiation, and root extraction are much easier in the polar form than in the Cartesian form.
Using sum and difference identities its possible to obtain that
and that
Exponentiation with integer exponents; according to de Moivre's formula,
Exponentiation with arbitrary complex exponents is discussed in the article on exponentiation.
The addition of two complex numbers is just the addition of two vectors, and multiplication by a fixed complex number can be seen as a simultaneous rotation and stretching.
Multiplication by corresponds to a counter-clockwise rotation by 90° or radians. The geometric content of the equation is that a sequence of two 90° rotations results in a 180° ( radians) rotation. Even the fact from arithmetic can be understood geometrically as the combination of two 180° turns.
All the roots of any number, real or complex, may be found with a simple algorithm. The -th roots are given by
for , where represents the principal -th root of .
Absolute value, conjugation and distance
The absolute value (or modulus or magnitude) of a complex number is defined as .
Algebraically, if then .
One can check readily that the absolute value has three important properties:
- if and only if
- (triangle inequality)
for all complex numbers . It then follows, for example, that and . By defining the distance function we turn the set of complex numbers into a metric space and we can therefore talk about limits and continuity.
The complex conjugate of the complex number is defined to be , written as or . As seen in the figure, is the "reflection" of about the real axis. The following can be checked:
- if and only if is real
- if is non-zero.
The latter formula is the method of choice to compute the inverse of a complex number if it is given in rectangular coordinates.
That conjugation commutes with all the algebraic operations (and many functions; e.g. ) is rooted in the ambiguity in choice of (−1 has two square roots). It is important to note, however, that the function is not complex-differentiable.
Resources
- The complex plane. Written notes created by Professor Esparza, UTSA.
Licensing
Content obtained and/or adapted from:
- Complex Numbers, Wikibooks: Calculus under a CC BY-SA license