Section CNO Complex Number Operations
Subsection CNA Arithmetic with complex numbers
A complex number is a linear combination of 1 and i=√−1, typically written in the form a+bi. 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*}Definition CNE. Complex Number Equality.
The complex numbers α=a+bi and β=c+di are equal, denoted α=β, if a=c and b=d.
Definition CNA. Complex Number Addition.
The sum of the complex numbers α=a+bi and β=c+di , denoted α+β, is (a+c)+(b+d)i.
Definition CNM. Complex Number Multiplication.
The product of the complex numbers α=a+bi and β=c+di , denoted αβ, is (ac−bd)+(ad+bc)i.
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 α,β∈C, then α+β∈C.
- MCCN Multiplicative Closure, Complex Numbers
If α,β∈C, then αβ∈C.
- CACN Commutativity of Addition, Complex Numbers
For any α,β∈C, α+β=β+α.
- CMCN Commutativity of Multiplication, Complex Numbers
For any α,β∈C, αβ=βα.
- AACN Additive Associativity, Complex Numbers
For any α,β,γ∈C, α+(β+γ)=(α+β)+γ.
- MACN Multiplicative Associativity, Complex Numbers
For any α,β,γ∈C, α(βγ)=(αβ)γ.
- DCN Distributivity, Complex Numbers
For any α,β,γ∈C, α(β+γ)=αβ+αγ.
- ZCN Zero, Complex Numbers
There is a complex number 0=0+0i so that for any α∈C, 0+α=α.
- OCN One, Complex Numbers
There is a complex number 1=1+0i so that for any α∈C, 1α=α.
- AICN Additive Inverse, Complex Numbers
For every α∈C there exists −α∈C so that α+(−α)=0.
- MICN Multiplicative Inverse, Complex Numbers
For every α∈C, α≠0 there exists 1α∈C so that α(1α)=1.
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.
Theorem ZPCN. Zero Product, Complex Numbers.
Suppose α∈C. Then 0α=0.
Proof.
We have
Theorem ZPZF. Zero Product, Zero Factors.
Suppose α,β∈C. Then αβ=0 if and only if at least one of α=0 or β=0.
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.
Subsection CCN Conjugates of Complex Numbers
Definition CCN. Conjugate of a Complex Number.
The conjugate of the complex number α=a+bi∈C is the complex number ¯α=a−bi.
Example CSCN. Conjugate of some complex numbers.
For example,
Theorem CCRA. Complex Conjugation Respects Addition.
Suppose that α and β are complex numbers. Then ¯α+β=¯α+¯β.
Proof.
Let \(\alpha=a+bi\) and \(\beta=r+si\text{.}\) Then
Theorem CCRM. Complex Conjugation Respects Multiplication.
Suppose that α and β are complex numbers. Then ¯αβ=¯α¯β.
Proof.
Let \(\alpha=a+bi\) and \(\beta=r+si\text{.}\) Then
Theorem CCT. Complex Conjugation Twice.
Suppose that α is a complex number. Then ¯¯α=α.
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 α=a+bi∈C, is the nonnegative real number
Example MSCN. Modulus of some complex numbers.
For example,