You are about to erase your work on this activity. Are you sure you want to do this?
Updated Version Available
There is an updated version of this activity. If you update to the most recent version of this activity, then your current progress on this activity will be erased. Regardless, your record of completion will remain. How would you like to proceed?
Mathematical Expression Editor
We perform arithmetic operations on complex numbers.
1 Complex Numbers
What is a complex number? The core component of a complex number is the
imaginary number .
A complex number is a number of the form where . The set of all complex
numbers is . The real part of is ‘’ and the imaginary part of is ‘’.
The imaginary part of a complex number is a real number.
We use the symbols and to denote the real and imaginary parts of a complex
number:
Example 1 The following are complex numbers: and . Their real and imaginary parts
are: \begin{align*} (i)& \quad \Rep (2+3i) = 2 \quad \mbox{and} \quad \;\Imp (2+3i) = 3 \\ (ii)& \quad \Rep (-2i) = 0 \quad \;\;\; \mbox{and} \quad \;\Imp (-2i) = -2 \\ (iii)& \quad \Rep \left (\sqrt 2\right ) = \sqrt 2 \quad \;\mbox{and} \quad \;\Imp \left (\sqrt 2\right ) = 0 \end{align*}
A real number is a complex number, i.e., . Moreover, the imaginary part of a real
number is .
If the real part of a complex number is , then we say that the complex number is
purely imaginary.
(Problem 1a) Find the real and imaginary parts of the following complex numbers:
and . \begin{align*} (i) \quad &\Rep (-3i) = \answer{0} \qquad \quad \; \mbox{and} \quad \; \Imp (-3i) = \answer{-3}\\ (ii) \quad &\Rep (\pi ) = \answer{\pi } \qquad \qquad \; \mbox{and} \quad \;\Imp (\pi ) = \answer{0}\\ (iii) \quad &\Rep (-2+i) = \answer{-2} \qquad \mbox{and} \quad \; \Imp (-2+i) = \answer{1}\\ \end{align*}
(Problem 1b) Label each complex number as either real, purely imaginary or
neither: (i) realpurely imaginaryneither (ii) realpurely imaginaryneither (iii) realpurely imaginaryneither (iv) realpurely imaginaryneitherboth!
Two complex numbers are equal if their real and imaginary parts are both
equal.
Example 2 The complex numbers and are equal since and .
(Problem 2) Which of the following complex numbers are equal?
and and and
2 Addition of Complex Numbers
Complex numbers are added by adding the real and imaginary parts independently:
Complex addition is both commutative and associative. This is a consequence of the
fact that the addition of real numbers is both commutative and associative.
To divide complex numbers, we use the complex conjugate as follows:
Example 8 Divide the complex numbers: Begin by multiplying the numerator
and denominator by the conjugate of the denominator, which is . We have \begin{align*} \frac{3+2i}{4-5i} &= \frac{3+2i}{4-5i} \cdot \frac{4+5i}{4+5i} \\[9 pt] &= \frac{(3+2i)(4+5i)}{(4-5i)(4+5i)}\\[9pt] &= \frac{(3+2i)(4+5i)}{4^2 +(-5)^2}\\[8pt] &= \frac{2+23i}{41}\\[7pt] &= \frac{2}{41} + \frac{23}{41}i \end{align*}