Imaginary Unit.
We define the imaginary unit, [latex]i[/latex], by
[latex]{i^2=-1}~~~~~~\text{or}~~~~~~{i=\sqrt{-1}}[/latex]
Chapter 10: Polar Coordinates and Complex Numbers
Solve.
[latex]\underline{\qquad\qquad\qquad\qquad}[/latex]
Learning Objectives
So far most of your work in mathematics has been done using the set of real numbers. We often represent the real numbers by a number line because they can be matched up one-for-one with the points on the line. Every real number is either rational or irrational and can be expressed as a decimal number, although irrational numbers are non-repeating, non-terminating decimals. However, the real numbers are actually a subset of a larger set of numbers called the complex numbers.
You may have first encountered complex numbers as solutions of certain quadratic equations. For example, the graph of
[latex]f(x)=x^2-2x+2[/latex]
has no [latex]x[/latex]-intercepts (as shown at right) because the equation [latex]~~x^2-2x+2-0~~[/latex] has no real-valued solutions.
Applying the quadratic formula, we find
[latex]x=\dfrac{-(-2) \pm \sqrt{(-2)^2-4(1)(2)}}{2} = \dfrac{2 \pm \sqrt{-4}}{2}[/latex]
The solutions of the equation are [latex]\dfrac{2 + \sqrt{-4}}{2}[/latex] and [latex]\dfrac{2 - \sqrt{-4}}{2}\text{,}[/latex] but they are not real numbers. Because [latex]\sqrt{-4}[/latex] is not a real number, the equation [latex]x^2-2x+2-0[/latex] has no real solutions.
Although square roots of negative numbers such as are not real numbers, they occur often in mathematics and its applications. Mathematicians began working with square roots of negative numbers in the sixteenth century in their attempts to solve quadratic and cubic equations. René Descartes gave them the name imaginary numbers, which reflected the mistrust with which mathematicians regarded them at the time. Today, however, such numbers are well understood and used routinely by scientists and engineers.
We begin by defining a new number, called [latex]i[/latex], whose square is [latex]-1\text{.}[/latex]
We define the imaginary unit, [latex]i[/latex], by
[latex]{i^2=-1}~~~~~~\text{or}~~~~~~{i=\sqrt{-1}}[/latex]
The letter [latex]i[/latex] used in this way is not a variable; it is the name of a specific number, and hence is a constant. The square root of any negative number can be written as the product of a real number and [latex]i[/latex]. For example,
[latex]\sqrt{-4} = \sqrt{-1 \cdot 4}\\ = \sqrt{-1} \sqrt{4} = i \cdot 2[/latex]
or [latex]\sqrt{-4} = 2\text{.}[/latex] Any number that is the product of [latex]i[/latex][latex]i[/latex] and a real number is called an imaginary number.
For any real number [latex]a \gt 0\text{,}[/latex]
[latex]{\sqrt{-a} = \sqrt{-1}\sqrt{a} = i\sqrt{a}}[/latex]
Examples of imaginary numbers are [latex]3i,~ \dfrac{7}{8}i,~ -38i,[/latex] and [latex]i\sqrt{5}\text{.}[/latex]
Write each radical as an imaginary number.
Write each radical as an imaginary number.
Just as each positive number has two real-valued square roots, every negative number has two imaginary square roots. For example, the two square roots of [latex]9[/latex] are [latex]3i[/latex] and [latex]-3i\text{.}[/latex]
Consider the quadratic equation
[latex]x^2 - 2x + 5 = 0[/latex]
Using the quadratic formula to solve the equation, we find
[latex]x=\dfrac{-(-2) \pm \sqrt{(-2)^2-4(1)(5)}}{2} = \dfrac{2 \pm \sqrt{-16}}{2}[/latex]
If we now replace [latex]\sqrt{-16}[/latex] by [latex]4i\text{,}[/latex] we have
[latex]x = \dfrac{2 \pm 4i}{2} = 1 \pm 2i[/latex]
The two solutions are [latex]1 + 2i[/latex] and [latex]1 - 2i\text{.}[/latex] These are examples of complex numbers.
A complex number can be written in the form
[latex]z=a+bi[/latex]
where [latex]a[/latex] and [latex]b[/latex] are real numbers.
Examples of complex numbers are
[latex]3-5i,~ 2+\sqrt{7}i,~ \dfrac{4-i}{3},~ 6i,~~\text{and} ~~ -9[/latex]
In a complex number [latex]a+bi\text{,}[/latex] [latex]a[/latex] is called the real part, and [latex]b[/latex] is called the imaginary part. All real numbers are also complex numbers (with imaginary part equal to zero). A complex number whose real part equals 0 is called a pure imaginary number.
The real and imaginary parts of a complex number cannot be combined. Thus, two complex numbers [latex]z_1[/latex] and [latex]z_2[/latex] are equal if and only if their real parts are equal and their imaginary parts are equal.
Two complex numbers [latex]z_1 = a + bi[/latex] and [latex]z_2 = c + di[/latex] are equal if and only if
[latex]a = c ~~ \text{and} ~~ c = d[/latex]
The solutions of the equation [latex]x^2-2x+2=0[/latex] are [latex]\dfrac{2 \pm \sqrt{-4}}{2}\text{.}[/latex] Write these solutions as complex numbers and simplify.
Because [latex]\sqrt{-4} = \sqrt{-1}\sqrt{4} = 2i,[/latex] we have [latex]\dfrac{2 \pm \sqrt{-4}}{2} = \dfrac{2 \pm 2i}{2}\text{,}[/latex] or [latex]1 \pm i\text{.}[/latex] The solutions are [latex]1+i[/latex] and [latex]1-i\text{.}[/latex]
Use extraction of roots to solve [latex](2x+1)^2 + 9 = 0\text{.}[/latex] Write your answers as complex numbers.
[latex]x=\dfrac{-1}{2}\pm\dfrac{3}{2}i[/latex]
We add and subtract complex numbers by combining their real and imaginary parts separately. For example,
[latex](4+5i)+(2-3i) = (4+2) + (5-3)i\\ = 6+2i[/latex]
The algebraic form of this rule can be stated as follows.
The sum of two complex numbers [latex]z_1=a+bi[/latex] and [latex]z_2=c+di[/latex] is
[latex]z_1+z_2=(a+bi)+(c+di)=(a+c)+(b+d)i[/latex]
Their difference is
[latex]z_1-z_2=(a+bi)-(c+di)=(a-c)+(b-d)i[/latex]
Subtract: [latex](8-6i)-(5+2i)\text{.}[/latex]
Combine the real and imaginary parts.
[latex](8-6i)-(5+2i)= (8-5)+(-6-2)i\\ =3+(-8)i = 3-8i[/latex]
Subtract: [latex](-3+2i)-(-3-2i)[/latex]
[latex]4i[/latex]
To find the product of two imaginary numbers, we use the fact that [latex]i^2=-1\text{.}[/latex] For example,
[latex](3i)(4i)= 3 \cdot 4i^2\\ =12(-1)=-12[/latex]
To find the product of two complex numbers, we use the distributive law, as if the numbers were binomials.
Multiply [latex](2+3i)(3-5i)\text{.}[/latex]
We multiply each term of the first complex number by each term of the second one.
[latex](2+3i)(3-5i)=6-10i+9i-15i^2[/latex]
Because [latex]i^2=-1\text{,}[/latex] the last term, [latex]-15i^2\text{,}[/latex] can be replaced by [latex]-15(-1)\text{,}[/latex] or [latex]15\text{,}[/latex] to obtain
[latex]6-10i+9i+15[/latex]
Finally, we combine the real parts and imaginary parts to obtain
[latex](6+15)+(-10i+9i) = 21-i[/latex]
Multiply [latex](-3+2i)(-3-2i)\text{.}[/latex]
[latex]13[/latex]
In the Homework Problems, you will verify that the following rule holds.
The product of two complex numbers [latex]z_1=a+bi[/latex] and [latex]z_2=c+di[/latex] is
[latex]z_1z_2=(a+bi)(c+di) = (ac-bd)+(ad+bc)i[/latex]
One property of real numbers that is not true of complex numbers is [latex]\sqrt{ab} = \sqrt{a}\sqrt{b}\text{.}[/latex] This identity fails when [latex]a[/latex] and [latex]b[/latex] are both negative. For example, if [latex]a=b=-2\text{,}[/latex] we have
[latex]\sqrt{ab} = \sqrt{(-2)(-2)}=\sqrt{4}=2[/latex]
but
[latex]\sqrt{a} \cdot \sqrt{b} = \sqrt{(-2)} \cdot \sqrt{(-2)}\\ =\sqrt{(-1 \cdot 2)} \cdot \sqrt{(-1 \cdot 2)}\\ =i\sqrt{2} \cdot i\sqrt{2} = i^2(\sqrt{2})^2 = -2[/latex]
so [latex]\sqrt{ab} \not= \sqrt{a}\sqrt{b}\text{.}[/latex] We can avoid possible errors by writing square roots of negative numbers as imaginary numbers before attempting any calculations.
To find the quotient of two complex numbers, we use the technique of rationalizing the denominator. First consider division by a pure imaginary number.
Divide [latex]\dfrac{3+4i}{2i}\text{.}[/latex]
Because [latex]i[/latex] is really a radical (remember that [latex]i=\sqrt{-1}[/latex]), we multiply the numerator and denominator of the quotient by [latex]i[/latex] to obtain
[latex]\dfrac{(3+4i) \cdot i}{2i \cdot i}= \dfrac{3i+4i^2}{2i^2} \qquad \text{Apply the distributive law.}\\ =\dfrac{3i-4}{-2} \qquad \text{Recall that }i^2=-1.[/latex]
To write the quotient in the form [latex]a+bi\text{,}[/latex] we divide [latex]-2[/latex] into each term of the numerator.
[latex]\dfrac{3i}{-2} - \dfrac{4}{-2} = \dfrac{-3}{2}i +2[/latex]
The quotient is [latex]2 - \dfrac{3}{2} i\text{.}[/latex]
Divide [latex]\dfrac{8+9i}{3i}\text{.}[/latex]
[latex]3-\dfrac{8}{3}i[/latex]
Perhaps you recall that to rationalize a binomial denominator, we multiply by its conjugate. For example, to rationalize the denominator of [latex]\dfrac{5}{2+\sqrt{3}}\text{,}[/latex] we multiply numerator and denominator by [latex]2-\sqrt{3}\text{.}[/latex] A similar technique works for dividing complex numbers. We first define the conjugate of a complex number.
For any complex number [latex]z=a+bi\text{,}[/latex] the number
[latex]\bar{z} = a-bi[/latex]
is called the complex conjugate of [latex]z\text{.}[/latex]
The conjugate of a complex number has several useful properties. In particular, the product of a nonzero complex number and its conjugate is always a positive real number.
[latex]z \bar{z} = (a+bi)(a-bi) = a^2 - b^2i^2 = a^2 - b^2(-1)=a^2+b^2[/latex]
To illustrate, we calculate the quotient [latex]\dfrac{5}{2+3i}\text{.}[/latex] We multiply numerator and denominator by the complex conjugate of the denominator, [latex]2-3i\text{,}[/latex] to obtain
[latex]\dfrac{5}{2+3i} \cdot \dfrac{2-3i}{2-3i}[/latex]
The denominator is then a real number because
[latex](2+3i)(2-3i) = 4-6i+6i-9i^2 = 4+9 = 13[/latex]
and the quotient is
[latex]\dfrac{5}{2+3i} \cdot \dfrac{2-3i}{2-3i}=\dfrac{10-15i}{13} = \dfrac{10}{13} - \dfrac{15}{13}i[/latex]
Divide [latex]\dfrac{2+3i}{4-2i}\text{.}[/latex]
We multiply numerator and denominator by [latex]4+2i\text{,}[/latex] the complex conjugate of the denominator.
[latex]\dfrac{2+3i}{4-2i} =\dfrac{(2+3i){(4+2i)}}{(4-2i){(4+2i)}} \qquad \text{Expand numerator and denominator. }\\ = \dfrac{8+4i+12i+6i^2}{16+8i-8i-4i^2} \qquad \text{ Replace} \qquad i^2 \qquad \text{by} \qquad - 1\\ = \dfrac{8+16i-6}{16-(-4)} \qquad \text{Combine like terms.} \\ = \dfrac{2+16i}{20} \qquad \text{Divide 20 into each term of numerator.} \\ = \dfrac{2}{20} + \dfrac{16i}{20} = \dfrac{1}{10} + \dfrac{4}{5}i[/latex]
Write the quotient [latex]\dfrac{4-2i}{1+i}[/latex] in the form [latex]a+bi\text{.}[/latex]
[latex]1-3i[/latex]
In the Homework Problems, you will verify the rule for dividing complex numbers.
The quotient of two complex numbers [latex]z_1=a+bi[/latex] and [latex]z_2=c+di[/latex] is
[latex]\dfrac{z_1}{z_2} = \dfrac{a+bi}{c+di} = \dfrac{a+bi}{c+di} \cdot \dfrac{c-di}{c-di} = \dfrac{ac+bd}{c^2+d^2} + \dfrac{bc-ad}{c^2+d^2}i[/latex]
Real numbers can be plotted on a number line, but to graph a complex number, we use a plane called the complex plane. In the complex plane, the real numbers lie on the horizontal or real axis, and pure imaginary numbers lie on the vertical or imaginary axis. To plot a complex number [latex]a+bi[/latex], we move [latex]a[/latex] units from the origin in the horizontal direction and [latex]b[/latex] units in the vertical direction.
Plot the numbers [latex]z=2+3i[/latex] and [latex]\bar{z}=2-3i[/latex] in the complex plane.
To plot [latex]z=2+3i\text{,}[/latex] we move from the origin 2 units to the right and 3 units up. To plot [latex]\bar{z}=2-3i[/latex], we move from the origin 2 units to the right and 3 units down. The numbers [latex]2+3i[/latex] and [latex]2-3i[/latex] are plotted in the figure at right.
Plot [latex]z=-3+5i[/latex] and its conjugate in the complex plane.
You are used to plotting ordered pairs [latex](x,y)[/latex] in the Cartesian plane so that one point represents two real numbers, given by its coordinates. However, in the complex plane, one point represents a single complex number [latex]z=a+bi\text{,}[/latex] and the coordinates of the point are the real and imaginary parts of [latex]z\text{.}[/latex] For example, the point [latex](2,-6)[/latex] in the real plane represents the pair of real numbers [latex]x=2[/latex] and [latex]t=-6\text{,}[/latex] but the point [latex](2,-6)[/latex] in the complex plane represents the complex number [latex]z=2-6i\text{.}[/latex]
The modulus, or length, of a complex number is its distance from the origin in the complex plane. The modulus of a complex number is analogous to the absolute value of a real number and is denoted by [latex]\lvert z \rvert \text{.}[/latex] If [latex]z=a+bi\text{,}[/latex] we can use the Pythagorean theorem to compute its modulus.
The modulus of a complex number [latex]z=a+bi[/latex] is given by
[latex]\lvert z \rvert=\sqrt{a^2+b^2}[/latex]
For example, the modulus of [latex]z=2+3i[/latex] is
[latex]\lvert z \rvert=\sqrt{2^2+3^2}=\sqrt{13}[/latex]
Examples
Plot all points in the complex plane that satisfy the equation [latex]\lvert z=4 \rvert[/latex]
The points that satisfy [latex]\lvert z=4 \rvert[/latex] all lie at a distance of 4 units from the origin. In other words, they lie on a circle of radius 4 centered at the origin, as shown at right.
Write an equation for the circle of radius 1 centered at the origin in the complex plane.
[latex]{|z|}=1[/latex]
We can think of the graph of a complex number [latex]z=a+bi[/latex] as the vector (or arrow) that starts at the origin and ends at the point [latex](a,b)[/latex] in the complex plane, as shown in figure (a).
Then the sum of two complex numbers corresponds to the sum of the two vectors representing them. Figure (b) illustrates the sum of two complex numbers, [latex]z_1[/latex] and [latex]z_2\text{,}[/latex] by vector addition using the parallelogram law: we form a parallelogram with the vectors [latex]z_1[/latex] and [latex]z_2[/latex] and as adjacent sides. Their sum is the vector that forms the diagonal of the parallelogram, starting at the origin.
Illustrate the sum of [latex]z_1=5-i[/latex] and [latex]z_2=-7+4i[/latex] by vector addition.
Draw a vector starting at the origin and ending at the point [latex](5,-1)[/latex] in the complex plane to represent [latex]z_1\text{,}[/latex] and another vector ending at [latex](-7,4)[/latex] to represent [latex]z_2\text{.}[/latex] Now sketch the opposite sides of a parallelogram and draw the diagonal starting at the origin, as shown at right.
This vector represents the sum [latex]z_1+z_2\text{.}[/latex] You can check that the vector ends at the point
[latex]z_1+z_2=(5-7)+(-1+4)i=-2+3i[/latex]
To visualize subtraction, we add the opposite of the second vector, because
[latex]z_1-z_2=z_1+(-z_2)[/latex]
Recall that the opposite of a vector has the same length, but it points in the opposite direction.
Illustrate [latex]z_1-z_2\text{,}[/latex] for [latex]z_1=3-2i[/latex] and [latex]z_2=-4+5i\text{.}[/latex]
A polynomial with real-number coefficients may or may not have real-valued zeros. For example, the polynomial [latex]x^4+4[/latex] has no real-valued zeros. But a polynomial always has a zero if we allow complex numbers as inputs. Because we can add, subtract, and multiply any two complex numbers, we can evaluate a polynomial function at a complex number. Thus, we can extend the domain of any polynomial to include all complex numbers.
Evaluate the polynomial [latex]f(x)=x^2-2x+2[/latex] for [latex]x=1+i\text{,}[/latex] and simplify.
We substitute [latex]x=1+i\text{,}[/latex] to find
[latex]f(1+i) =(1+i)^2 - 2(1+i) +2\\ = 1^2+2i+i^2-2-2i+2\\ = 1+2i+(-1)-2-2i+2[/latex]
Thus, [latex]f(1+i)=0\text{,}[/latex] so [latex]1+i[/latex] is a zero of the polynomial.
If [latex]f(x)=x^2-6x+13\text{,}[/latex] evaluate [latex]f(3+2i)\text{.}[/latex]
[latex]0[/latex]
The zeros of a quadratic polynomial [latex]~ax^2+bx+c~\text{,}[/latex] of course, are the solutions of the quadratic equation [latex]~ax^2+bx+c=0~,[/latex] and those solutions are given by the quadratic formula,
[latex]x=\dfrac{-b}{2a} + \dfrac{b^2-4ac}{2a}~~~\text{and}~~~x=\dfrac{-b}{2a} - \dfrac{b^2-4ac}{2a}[/latex]
If the discriminant [latex]~D=b^2-4ac~[/latex] is negative, the two solutions are complex conjugates. For example, the solutions of the equation [latex]~x^2-4x+5=0~[/latex] are
[latex]\dfrac{-(-4)\pm \sqrt{(-4)^2-4(1)(5)}}{2(1)} = \dfrac{4 \pm \sqrt{-4}}{2}[/latex]
or [latex]z=2+i[/latex] and [latex]\bar{z}=2-i\text{.}[/latex] Thus, if we know that [latex]z=a+bi[/latex] is one complex solution of a quadratic equation, we know that [latex]\bar{z}=a-bi[/latex] is the other solution.
We can now write a quadratic polynomial, with real coefficients, having any complex number as one of its zeros. The factored form of the quadratic polynomial with zeros [latex]z[/latex] and [latex]\bar{z}[/latex] is
[latex]p(x)=(x-z)(x-\bar{z})[/latex]
Expanding the right side, we find
[latex]p(x)=x^2 - (z+\bar{z})x+z\bar{z}[/latex]
Because [latex](z+\bar{z})[/latex] and [latex]z\bar{z}[/latex] are both real numbers, this polynomial has real-valued coefficients.
If [latex]z=a+bi,~b \not= 0\text{,}[/latex] is a complex zero of a quadratic polynomial [latex]p(x)[/latex] with real coefficients and lead coefficient 1, then [latex]\bar{z}=a-bi[/latex] is the other zero, and
[latex]p(x)=(x-z)(x-\bar{z})=x^2 - (z+\bar{z})x+z\bar{z}[/latex]
One of the most important results in mathematics is the fundamental theorem of algebra, which says that if we allow complex numbers as inputs, then every polynomial [latex]p(x)[/latex] of degree [latex]n \ge 1[/latex] has exactly [latex]n[/latex] complex number zeros.
Let [latex]p(x)[/latex] be a polynomial of degree [latex]n \ge 1\text{.}[/latex] Then [latex]p(x)[/latex] has exactly [latex]n[/latex] complex zeros, counting multiplicities.
A polynomial has a zero “of multiplicity [latex]k[/latex]” at [latex]x=a[/latex] if [latex](x-a)[/latex] occurs [latex]k[/latex] times as a factor of the polynomial. For example, the polynomial [latex]p(x) = (x-5)^2[/latex] has a zero of multiplicity 2 at [latex]x=5\text{.}[/latex]
As a result, every polynomial of degree can be factored as the product of linear terms.
For example, although the graph of [latex]~~y=x^4+4~~[/latex] shown at right has no [latex]x[/latex]-intercepts, the fundamental theorem tells us that there are four complex solutions to [latex]~x^4+4=0~\text{,}[/latex] and that [latex]x^4+4[/latex] can be factored. You can check that the four solutions to [latex]~x^4+4=0~[/latex] are
[latex]1+i,~-1+i,~-1-i,~\text{and}~ 1-i[/latex]
For example, if [latex]x=1+i\text{,}[/latex] then
[latex]x^2=(1+i)^2=1+2i+i^2=2i[/latex]
and
[latex]x^4=(x^2)^2=(2i)^2=-4[/latex]
Because each zero corresponds to a factor of the polynomial, the factored form of [latex]x^4+4[/latex] is
[latex]x^4+4=\left[x-(1+i)][x-(-1+i)\right]\left[x-(-1-i)\right]\left[x-(1-i)\right][/latex]
The four solutions to [latex]~x^4+4=0~[/latex] form two complex conjugate pairs, namely [latex]1 \pm i[/latex] and [latex]-1 \pm i\text{.}[/latex] We see again that, for every polynomial with real coefficients, the nonreal zeros always occur in complex conjugate pairs.
Find a fourth degree polynomial with real coefficients, two of whose zeros are [latex]3i[/latex] and [latex]2+i\text{.}[/latex]
The other two zeros are [latex]-3i[/latex] and [latex]2-i\text{.}[/latex] The factored form of the polynomial is
[latex](x-3i)(x+3i)[x-(2+i)][x-(2-i)][/latex]
We multiply together the factors to find the polynomial. The product of [latex](x-3i)(x+3i)[/latex] is [latex]x^2+9\text{,}[/latex] and
[latex]x-(2+i)][x-(2-i)] =x^2-(2+i+2-i)x+(2+i)(2-i)\\ = x^2-4x+5[/latex]
Finally, we multiply these two partial products to find the polynomial we seek,
[latex](x^2+9)(x^2-4x+5)=x^4-4x^3+14x^2-36x+45[/latex]
We define the imaginary unit, [latex]i[/latex], by
[latex]i^2=-1~~~~~~\text{or}~~~~~~i=\sqrt{-1}[/latex]
[latex]z_1+z_2=(a+bi)+(c+di)=(a+c)+(b+d)i[/latex]
[latex]z_1-z_2=(a+bi)-(c+di)=(a-c)+(b-d)i[/latex]
[latex]z_1z_2=(a+bi)(c+di) = (ac-bd)+(ad+bc)i[/latex]
[latex]\dfrac{z_1}{z_2} = \dfrac{a+bi}{c+di} = \dfrac{a+bi}{c+di} \cdot \dfrac{c-di}{c-di} = \dfrac{ac+bd}{c^2+d^2} + \dfrac{bc-ad}{c^2+d^2}i[/latex]
Let [latex]p(x)[/latex] be a polynomial of degree [latex]n \ge 1\text{.}[/latex] Then [latex]p(x)[/latex] has exactly [latex]n[/latex] complex zeros.