Section CNO Complex Number Operations
In this section we review some of the basics of working with complex numbers.
Subsection CNA Arithmetic with complex numbers
A complex number is a linear combination of \(1\) and \(i=\sqrt{-1}\text{,}\) typically written in the form \(a+bi\text{.}\) Complex numbers can be added, subtracted, multiplied and divided, just like we are used to doing with real numbers, including the restriction on division by zero. We will not define these operations carefully immediately, but instead first illustrate with examples.
Example ACN. Arithmetic of complex numbers.
For example,
Division takes just a bit more care. We multiply the denominator by a complex number chosen to produce a real number and then we can produce a complex number as a result.
\begin{align*} \frac{2+5i}{6-4i}&=\frac{2+5i}{6-4i}\frac{6+4i}{6+4i}=\frac{-8+38i}{52}=-\frac{8}{52}+\frac{38}{52}i=-\frac{2}{13}+\frac{19}{26}i\text{.} \end{align*}In this example, we used \(6+4i\) to convert the denominator in the fraction to a real number. This number is known as the conjugate, which we define in the next section.
We will often exploit the basic properties of complex number addition, subtraction, multiplication and division, so we will carefully define the two basic operations, together with a definition of equality, and then collect nine basic properties in a theorem.
Definition CNE. Complex Number Equality.
The complex numbers \(\alpha=a+bi\) and \(\beta=c+di\) are equal, denoted \(\alpha=\beta\text{,}\) if \(a=c\) and \(b=d\text{.}\)
Definition CNA. Complex Number Addition.
The sum of the complex numbers \(\alpha=a+bi\) and \(\beta=c+di\) , denoted \(\alpha+\beta\text{,}\) is \((a+c)+(b+d)i\text{.}\)
Definition CNM. Complex Number Multiplication.
The product of the complex numbers \(\alpha=a+bi\) and \(\beta=c+di\) , denoted \(\alpha\beta\text{,}\) is \((ac-bd)+(ad+bc)i\text{.}\)
Theorem PCNA. Properties of Complex Number Arithmetic.
The operations of addition and multiplication of complex numbers have the following properties.
- ACCN Additive Closure, Complex Numbers
If \(\alpha,\beta\in\complexes\text{,}\) then \(\alpha+\beta\in\complexes\text{.}\)
- MCCN Multiplicative Closure, Complex Numbers
If \(\alpha,\beta\in\complexes\text{,}\) then \(\alpha\beta\in\complexes\text{.}\)
- CACN Commutativity of Addition, Complex Numbers
For any \(\alpha,\,\beta\in\complexes\text{,}\) \(\alpha+\beta=\beta+\alpha\text{.}\)
- CMCN Commutativity of Multiplication, Complex Numbers
For any \(\alpha,\,\beta\in\complexes\text{,}\) \(\alpha\beta=\beta\alpha\text{.}\)
- AACN Additive Associativity, Complex Numbers
For any \(\alpha,\,\beta,\,\gamma\in\complexes\text{,}\) \(\alpha+\left(\beta+\gamma\right)=\left(\alpha+\beta\right)+\gamma\text{.}\)
- MACN Multiplicative Associativity, Complex Numbers
For any \(\alpha,\,\beta,\,\gamma\in\complexes\text{,}\) \(\alpha\left(\beta\gamma\right)=\left(\alpha\beta\right)\gamma\text{.}\)
- DCN Distributivity, Complex Numbers
For any \(\alpha,\,\beta,\,\gamma\in\complexes\text{,}\) \(\alpha(\beta+\gamma)=\alpha\beta+\alpha\gamma\text{.}\)
- ZCN Zero, Complex Numbers
There is a complex number \(0=0+0i\) so that for any \(\alpha\in\complexes\text{,}\) \(0+\alpha=\alpha\text{.}\)
- OCN One, Complex Numbers
There is a complex number \(1=1+0i\) so that for any \(\alpha\in\complexes\text{,}\) \(1\alpha=\alpha\text{.}\)
- AICN Additive Inverse, Complex Numbers
For every \(\alpha\in\complexes\) there exists \(-\alpha\in\complexes\) so that \(\alpha+\left(-\alpha\right)=0\text{.}\)
- MICN Multiplicative Inverse, Complex Numbers
For every \(\alpha\in\complexes\text{,}\) \(\alpha\neq 0\) there exists \(\frac{1}{\alpha}\in\complexes\) so that \(\alpha\left(\frac{1}{\alpha}\right)=1\text{.}\)
Proof.
We could derive each of these properties of complex numbers with a proof that builds on the identical properties of the real numbers. The only proof that might be at all interesting would be to show Property MICN since we would need to trot out a conjugate. For this property, and especially for the others, we might be tempted to construct proofs of the identical properties for the reals. This would take us way too far afield, so we will draw a line in the sand right here and just agree that these nine fundamental behaviors are true. OK?
Mostly we have stated these nine properties carefully so that we can make reference to them later in other proofs. So we will be linking back here often.
Zero and one play special roles, of course, and especially zero. Our first result is one we take for granted, but it requires a proof, derived from our nine properties. You can compare it to its vector space counterparts, Theorem ZSSM and Theorem ZVSM.
Theorem ZPCN. Zero Product, Complex Numbers.
Suppose \(\alpha\in\complexes\text{.}\) Then \(0\alpha=0\text{.}\)
Proof.
We have
Our next theorem could be called “cancellation”, since it will make that possible. Though you will never see us drawing slashes through parts of products. We will also make very limited use of this result, or its vector space counterpart, Theorem SMEZV.
Theorem ZPZT. Zero Product, Zero Terms.
Suppose \(\alpha,\beta\in\complexes\text{.}\) Then \(\alpha\beta=0\) if and only if at least one of \(\alpha=0\) or \(\beta=0\text{.}\)
Proof.
(⇒)
We conduct the forward argument in two cases. First suppose that \(\alpha=0\text{.}\) Then we are done. (That was easy.)
For the second case, suppose now that \(\alpha\neq 0\text{.}\) Then
(⇐)
With two applications of Theorem ZPCN it is easy to see that if one of the scalars is zero, then so is the product.
As an equivalence (Proof Technique E), we could restate this result as the contrapositive (Proof Technique CP) by negating each statement, so it would read “\(\alpha\beta\neq 0\) if and only if \(\alpha\neq 0\) and \(\beta\neq 0\text{.}\)” After you have learned more about nonsingular matrices and matrix multiplication, you should compare this result with Theorem NPNF.
Subsection CCN Conjugates of Complex Numbers
Definition CCN. Conjugate of a Complex Number.
The conjugate of the complex number \(\alpha=a+bi\in\complexes\) is the complex number \(\conjugate{\alpha}=a-bi\text{.}\)
Example CSCN. Conjugate of some complex numbers.
For example,
Notice how the conjugate of a real number leaves the number unchanged. The conjugate enjoys some basic properties that are useful when we work with linear expressions involving addition and multiplication.
Theorem CCRA. Complex Conjugation Respects Addition.
Suppose that \(\alpha\) and \(\beta\) are complex numbers. Then \(\conjugate{\alpha+\beta}=\conjugate{\alpha}+\conjugate{\beta}\text{.}\)
Proof.
Let \(\alpha=a+bi\) and \(\beta=r+si\text{.}\) Then
Theorem CCRM. Complex Conjugation Respects Multiplication.
Suppose that \(\alpha\) and \(\beta\) are complex numbers. Then \(\conjugate{\alpha\beta}=\conjugate{\alpha}\conjugate{\beta}\text{.}\)
Proof.
Let \(\alpha=a+bi\) and \(\beta=r+si\text{.}\) Then
Theorem CCT. Complex Conjugation Twice.
Suppose that \(\alpha\) is a complex number. Then \(\conjugate{\conjugate{\alpha}}=\alpha\text{.}\)
Proof.
Let \(\alpha=a+bi\text{.}\) Then
Subsection MCN Modulus of a Complex Number
We define one more operation with complex numbers that may be new to you.
Definition MCN. Modulus of a Complex Number.
The modulus of the complex number \(\alpha=a+bi\in\complexes\text{,}\) is the nonnegative real number
Example MSCN. Modulus of some complex numbers.
For example,
The modulus can be interpreted as a version of the absolute value for complex numbers, as is suggested by the notation employed. You can see this in how \(\modulus{-3}=\modulus{-3+0i}=3\text{.}\) Notice too how the modulus of the complex zero, \(0+0i\text{,}\) has value \(0\text{.}\)