12.1: A Complex Numbers
( \newcommand{\kernel}{\mathrm{null}\,}\)
The fact that the square of every real number is nonnegative shows that the equation x2+1=0 has no real root; in other words, there is no real number u such that u2=−1. So the set of real numbers is inadequate for finding all roots of all polynomials. This kind of problem arises with other number systems as well. The set of integers contains no solution of the equation 3x+2=0, and the rational numbers had to be invented to solve such equations. But the set of rational numbers is also incomplete because, for example, it contains no root of the polynomial x2−2. Hence the real numbers were invented. In the same way, the set of complex numbers was invented, which contains all real numbers together with a root of the equation x2+1=0. However, the process ends here: the complex numbers have the property that every polynomial with complex coefficients has a (complex) root. This fact is known as the fundamental theorem of algebra.
One pleasant aspect of the complex numbers is that, whereas describing the real numbers in terms of the rationals is a rather complicated business, the complex numbers are quite easy to describe in terms of real numbers. Every complex number has the form
a+bi
where a and b are real numbers, and i is a root of the polynomial x2+1. Here a and b are called the real part and the imaginary part of the complex number, respectively. The real numbers are now regarded as special complex numbers of the form a+0i=a, with zero imaginary part. The complex numbers of the form 0+bi=bi with zero real part are called pure imaginary numbers. The complex number i itself is called the imaginary unit and is distinguished by the fact that
i2=−1
As the terms complex and imaginary suggest, these numbers met with some resistance when they were first used. This has changed; now they are essential in science and engineering as well as mathematics, and they are used extensively. The names persist, however, and continue to be a bit misleading: These numbers are no more “complex” than the real numbers, and the number i is no more “imaginary” than −1.
Much as for polynomials, two complex numbers are declared to be equal if and only if they have the same real parts and the same imaginary parts. In symbols,
a+bi=a′+b′i if and only if a=a′ and b=b′
The addition and subtraction of complex numbers is accomplished by adding and subtracting real and imaginary parts:
(a+bi)+(a′+b′i)=(a+a′)+(b+b′)i(a+bi)−(a′+b′i)=(a−a′)+(b−b′)i
This is analogous to these operations for linear polynomials a+bx and a′+b′x, and the multiplication of complex numbers is also analogous with one difference: i2=−1. The definition is
(a+bi)(a′+b′i)=(aa′−bb′)+(ab′+ba′)i
With these definitions of equality, addition, and multiplication, the complex numbers satisfy all the basic arithmetical axioms adhered to by the real numbers (the verifications are omitted). One consequence of this is that they can be manipulated in the obvious fashion, except that i2 is replaced by −1 wherever it occurs, and the rule for equality must be observed.
033865 If z=2−3i and w=−1+i, write each of the following in the form a+bi: z+w, z−w, zw, 13z, and z2.
z+w=(2−3i)+(−1+i)=(2−1)+(−3+1)i=1−2iz−w=(2−3i)−(−1+i)=(2+1)+(−3−1)i=3−4izw=(2−3i)(−1+i)=(−2−3i2)+(2+3)i=1+5i13z=13(2−3i)=23−iz2=(2−3i)(2−3i)=(4+9i2)+(−6−6)i=−5−12i
033872 Find all complex numbers z such as that z2=i.
Write z=a+bi; we must determine a and b. Now z2=(a2−b2)+(2ab)i, so the condition z2=i becomes
(a2−b2)+(2ab)i=0+i
Equating real and imaginary parts, we find that a2=b2 and 2ab=1. The solution is a=b=±1√2, so the complex numbers required are z=1√2+1√2i and z=−1√2−1√2i.
As for real numbers, it is possible to divide by every nonzero complex number z. That is, there exists a complex number w such that wz=1. As in the real case, this number w is called the inverse of z and is denoted by z−1 or 1z. Moreover, if z=a+bi, the fact that z≠0 means that a≠0 or b≠0. Hence a2+b2≠0, and an explicit formula for the inverse is
1z=aa2+b2−ba2+b2i
In actual calculations, the work is facilitated by two useful notions: the conjugate and the absolute value of a complex number. The next example illustrates the technique.
033897 Write 3+2i2+5i in the form a+bi.
Multiply top and bottom by the complex number 2−5i (obtained from the denominator by negating the imaginary part). The result is
3+2i2+5i=(2−5i)(3+2i)(2−5i)(2+5i)=(6+10)+(4−15)i22−(5i)2=1629−1129i
Hence the simplified form is 1629−1129i, as required.
The key to this technique is that the product (2−5i)(2+5i)=29 in the denominator turned out to be a real number. The situation in general leads to the following notation: If z=a+bi is a complex number, the conjugate of z is the complex number, denoted ¯z, given by
¯z=a−bi where z=a+bi
Hence ¯z is obtained from z by negating the imaginary part. Thus ¯(2+3i)=2−3i and ¯(1−i)=1+i. If we multiply z=a+bi by ¯z, we obtain
z¯z=a2+b2 where z=a+bi
The real number a2+b2 is always nonnegative, so we can state the following definition: The absolute value or modulus of a complex number z=a+bi, denoted by |z|, is the positive square root √a2+b2; that is,
|z|=√a2+b2 where z=a+bi
For example, |2−3i|=√22+(−3)2=√13 and |1+i|=√12+12=√2.
Note that if a real number a is viewed as the complex number a+0i, its absolute value (as a complex number) is |a|=√a2, which agrees with its absolute value as a real number.
With these notions in hand, we can describe the technique applied in Example [exa:033897] as follows: When converting a quotient zw of complex numbers to the form a+bi, multiply top and bottom by the conjugate ¯w of the denominator.
The following list contains the most important properties of conjugates and absolute values. Throughout, z and w denote complex numbers.
C1.¯z±w=¯z±¯wC7.1z=1|z|2¯zC2.¯zw=¯z ¯wC8.|z|≥0 for all complex numbers zC3.¯(zw)=¯z¯wC9.|z|=0 if and only if z=0C4.¯(¯z)=zC10.|zw|=|z||w|C5.z is real if and only if ¯z=zC11.|zw|=|z||w|C6.z¯z=|z|2C12.|z+w|≤|z|+|w| (\textbf{triangle inequality})\indexcomplexnumber!triangleinequality\indextriangle!inequality\indextriangleinequality
All these properties (except property C12) can (and should) be verified by the reader for arbitrary complex numbers z=a+bi and w=c+di. They are not independent; for example, property C10 follows from properties C2 and C6.
The triangle inequality, as its name suggests, comes from a geometric representation of the complex numbers analogous to identification of the real numbers with the points of a line. The representation is achieved as follows:
Introduce a rectangular coordinate system in the plane (Figure [fig:033934]), and identify the complex number a+bi with the point (a,b). When this is done, the plane is called the complex plane. Note that the point (a,0) on the x axis now represents the real number a=a+0i, and for this reason, the x axis is called the real axis. Similarly, the y axis is called the imaginary axis. The identification (a,b)=a+bi of the geometric point (a,b) and the complex number a+bi will be used in what follows without comment. For example, the origin will be referred to as 0.
This representation of the complex numbers in the complex plane gives a useful way of describing the absolute value and conjugate of a complex number z=a+bi. The absolute value |z|=√a2+b2 is just the distance from z to the origin. This makes properties C8 and C9 quite obvious. The conjugate ¯z=a−bi of z is just the reflection of z in the real axis (x axis), a fact that makes properties C4 and C5 clear.
Given two complex numbers z1=a1+b1i=(a1,b1) and z2=a2+b2i=(a2,b2), the absolute value of their difference
|z1−z2|=√(a1−a2)2+(b1−b2)2
is just the distance between them. This gives the complex distance formula:
|z1−z2| is the distance between z1 and z2
This useful fact yields a simple verification of the triangle inequality, property C12. Suppose z and w are given complex numbers. Consider the triangle in Figure [fig:033953] whose vertices are 0, w, and z+w. The three sides have lengths |z|, |w|, and |z+w| by the complex distance formula, so the inequality
|z+w|≤|z|+|w|
expresses the obvious geometric fact that the sum of the lengths of two sides of a triangle is at least as great as the length of the third side.
The representation of complex numbers as points in the complex plane has another very useful property: It enables us to give a geometric description of the sum and product of two complex numbers. To obtain the description for the sum, let
z=a+bi=(a,b)w=c+di=(c,d)
denote two complex numbers. We claim that the four points 0, z, w, and z+w form the vertices of a parallelogram. In fact, in Figure [fig:033957] the lines from 0 to z and from w to z+w have slopes
b−0a−0=ba and (b+d)−d(a+c)−c=ba
respectively, so these lines are parallel. (If it happens that a=0, then both these lines are vertical.) Similarly, the lines from z to z+w and from 0 to w are also parallel, so the figure with vertices 0, z, w, and z+w is indeed a parallelogram. Hence, the complex number z+w can be obtained geometrically from z and w by completing the parallelogram. This is sometimes called the parallelogram law of complex addition. Readers who have studied mechanics will recall that velocities and accelerations add in the same way; in fact, these are all special cases of vector addition.
Polar Form
The geometric description of what happens when two complex numbers are multiplied is at least as elegant as the parallelogram law of addition, but it requires that the complex numbers be represented in polar form. Before discussing this, we pause to recall the general definition of the trigonometric functions sine and cosine. An angle θ in the complex plane is in standard position if it is measured counterclockwise from the positive real axis as indicated in Figure [fig:033966]. Rather than using degrees to measure angles, it is more natural to use radian measure. This is defined as follows: The circle with its centre at the origin and radius 1 (called the unit circle) is drawn in Figure [fig:033966]. It has circumference 2π, and the radian measure of θ is the length of the arc on the unit circle counterclockwise from 1 to the point P on the unit circle determined by θ. Hence 90∘=π2, 45∘=π4, 180∘=π, and a full circle has the angle 360∘=2π. Angles measured clockwise from 1 are negative; for example, −i corresponds to −π2 (or to 3π2).
Consider an angle θ in the range 0≤θ≤π2. If θ is plotted in standard position as in Figure [fig:033966], it determines a unique point P on the unit circle, and P has coordinates (cosθ, sinθ) by elementary trigonometry. However, any angle θ (acute or not) determines a unique point on the unit circle, so we define the cosine and sine of θ (written cosθ and sinθ) to be the x and y coordinates of this point. For example, the points
1=(1,0)i=(0,1)−1=(−1,0)−i=(0,−1)
plotted in Figure [fig:033966] are determined by the angles 0, π2, π, 3π2, respectively. Hence
cos0=1cosπ2=0cosπ=−1cos3π2=0sin0=0sinπ2=1sinπ=0sin3π2=−1
Now we can describe the polar form of a complex number. Let z=a+bi be a complex number, and write the absolute value of z as
r=|z|=√a2+b2
If z≠0, the angle θ shown in Figure [fig:033977] is called an argument of z and is denoted
θ=\funcargz
This angle is not unique (θ+2πk would do as well for any k=0,±1,±2,… ). However, there is only one argument θ in the range −π<θ≤π, and this is sometimes called the principal argument of z.
Returning to Figure [fig:033977], we find that the real and imaginary parts a and b of z are related to r and θ by
a=rcosθb=rsinθ
Hence the complex number z=a+bi has the form
z=r(cosθ+isinθ)r=|z|,θ=\funcarg(z)
The combination cosθ+isinθ is so important that a special notation is used:
eiθ=cosθ+isinθ
is called Euler’s formula after the great Swiss mathematician Leonhard Euler (1707–1783). With this notation, z is written
z=reiθr=|z|,θ=\funcarg(z)
This is a polar form of the complex number z. Of course it is not unique, because the argument can be changed by adding a multiple of 2π.
033987 Write z1=−2+2i and z2=−i in polar form.
The two numbers are plotted in the complex plane in Figure [fig:033996]. The absolute values are
r1=|−2+2i|=√(−2)2+22=2√2r2=|−i|=√02+(−1)2=1
By inspection of Figure [fig:033996], arguments of z1 and z2 are
θ1=\funcarg(−2+2i)=3π4θ2=\funcarg(−i)=3π2
The corresponding polar forms are z1=−2+2i=2√2e3πi/4 and z2=−i=e3πi/2. Of course, we could have taken the argument −π2 for z2 and obtained the polar form z2=e−πi/2.
In Euler’s formula eiθ=cosθ+isinθ, the number e is the familiar constant e=2.71828… from calculus. The reason for using e will not be given here; the reason why cosθ+isinθ is written as an exponential function of θ is that the law of exponents holds:
eiθ⋅eiϕ=ei(θ+ϕ)
where θ and ϕ are any two angles. In fact, this is an immediate consequence of the addition identities for sin(θ+ϕ) and cos(θ+ϕ):
eiθeiϕ=(cosθ+isinθ)(cosϕ+isinϕ)=(cosθcosϕ−sinθsinϕ)+i(cosθsinϕ+sinθcosϕ)=cos(θ+ϕ)+isin(θ+ϕ)=ei(θ+ϕ)
This is analogous to the rule eaeb=ea+b, which holds for real numbers a and b, so it is not unnatural to use the exponential notation eiθ for the expression cosθ+isinθ. In fact, a whole theory exists wherein functions such as ez, sinz, and cosz are studied, where z is a complex variable. Many deep and beautiful theorems can be proved in this theory, one of which is the so-called fundamental theorem of algebra mentioned later (Theorem [thm:034196]). We shall not pursue this here.
The geometric description of the multiplication of two complex numbers follows from the law of exponents.
Multiplication Rule034029 If z1=r1eiθ1 and z2=r2eiθ2 are complex numbers in polar form, then
z1z2=r1r2ei(θ1+θ2)
In other words, to multiply two complex numbers, simply multiply the absolute values and add the arguments. This simplifies calculations considerably, particularly when we observe that it is valid for any arguments θ1 and θ2.
034047 Multiply (1−i)(1+√3i) in two ways.
We have |1−i|=√2 and |1+√3i|=2 so, from Figure [fig:034054],
1−i=√2e−iπ/41+√3i=2eiπ/3
Hence, by the multiplication rule,
(1−i)(1+√3i)=(√2e−iπ/4)(2eiπ/3)=2√2ei(−π/4+π/3)=2√2eiπ/12
This gives the required product in polar form. Of course, direct multiplication gives (1−i)(1+√3i)=(√3+1)+(√3−1)i. Hence, equating real and imaginary parts gives the formulas cos(π12)=√3+12√2 and sin(π12)=√3−12√2.
Roots of Unity
If a complex number z=reiθ is given in polar form, the powers assume a particularly simple form. In fact, z2=(reiθ)(reiθ)=r2e2iθ, z3=z2⋅z=(r2e2iθ)(reiθ)=r3e3iθ, and so on. Continuing in this way, it follows by induction that the following theorem holds for any positive integer n. The name honours Abraham De Moivre (1667–1754).
De Moivre’s Theorem034080 If θ is any angle, then (eiθ)n=einθ holds for all integers n.
The case n>0 has been discussed, and the reader can verify the result for n=0. To derive it for n<0, first observe that
if z=reiθ≠0 then z−1=1r e−iθ
In fact, (reiθ)(1re−iθ)=1ei0=1 by the multiplication rule. Now assume that n is negative and write it as n=−m, m>0. Then
(reiθ)n=[(reiθ)−1]m=(1r e−iθ)m=r−mei(−mθ)=rneinθ
If r=1, this is De Moivre’s theorem for negative n.
034096
Verify that (−1+√3i)3=8.
We have |−1+√3i|=2, so −1+√3i=2e2πi/3 (see Figure [fig:034105]). Hence De Moivre’s theorem gives
(−1+√3i)3=(2e2πi/3)3=8e3(2πi/3)=8e2πi=8
De Moivre’s theorem can be used to find nth roots of complex numbers where n is positive. The next example illustrates this technique.
034107 Find the cube roots of unity; that is, find all complex numbers z such that z3=1.
First write z=reiθ and 1=1ei0 in polar form. We must use the condition z3=1 to determine r and θ. Because z3=r3e3iθ by De Moivre’s theorem, this requirement becomes
r3e3iθ=1e0i
These two complex numbers are equal, so their absolute values must be equal and the arguments must either be equal or differ by an integral multiple of 2π:
r3=13θ=0+2kπ,k some integer
Because r is real and positive, the condition r3=1 implies that r=1. However,
θ=2kπ3,k some integer
seems at first glance to yield infinitely many different angles for z. However, choosing k=0,1,2 gives three possible arguments θ (where 0≤θ<2π), and the corresponding roots are
1e0i=11e2πi/3=−12+√32i1e4πi/3=−12−√32i
These are displayed in Figure [fig:034128]. All other values of k yield values of θ that differ from one of these by a multiple of 2π—and so do not give new roots. Hence we have found all the roots.
The same type of calculation gives all complex nth roots of unity; that is, all complex numbers z such that zn=1. As before, write 1=1e0i and
z=reiθ
in polar form. Then zn=1 takes the form
rneniθ=1e0i
using De Moivre’s theorem. Comparing absolute values and arguments yields
rn=1nθ=0+2kπ,k some integer
Hence r=1, and the n values
θ=2kπn,k=0,1,2,…,n−1
of θ all lie in the range 0≤θ<2π. As in Example [exa:034107], every choice of k yields a value of θ that differs from one of these by a multiple of 2π, so these give the arguments of all the possible roots.
nth Roots of Unity034138 If n≥1 is an integer, the nth roots of unity (that is, the solutions to zn=1) are given by
z=e2πki/n,k=0,1,2,…,n−1
The nth roots of unity can be found geometrically as the points on the unit circle that cut the circle into n equal sectors, starting at 1. The case n=5 is shown in Figure [fig:034146], where the five fifth roots of unity are plotted.
The method just used to find the nth roots of unity works equally well to find the nth roots of any complex number in polar form. We give one example.
034148 Find the fourth roots of √2+√2i.
First write √2+√2i=2eπi/4 in polar form. If z=reiθ satisfies z4=√2+√2i, then De Moivre’s theorem gives
r4ei(4θ)=2eπi/4
Hence r4=2 and 4θ=π4+2kπ, k an integer. We obtain four distinct roots (and hence all) by
r=4√2,θ=π16=2kπ16,k=0,1,2,3
Thus the four roots are
4√2eπi/164√2e9πi/164√2e17πi/164√2e25πi/16
Of course, reducing these roots to the form a+bi would require the computation of 4√2 and the sine and cosine of the various angles.
An expression of the form ax2+bx+c, where the coefficients a≠0, b, and c are real numbers, is called a real quadratic. A complex number u is called a root of the quadratic if au2+bu+c=0. The roots are given by the famous quadratic formula:
u=−b±√b2−4ac2a
The quantity d=b2−4ac is called the discriminant of the quadratic ax2+bx+c, and there is no real root if and only if d<0. In this case the quadratic is said to be irreducible. Moreover, the fact that d<0 means that √d=i√|d|, so the two (complex) roots are conjugates of each other:
u=12a(−b+i√|d|) and ¯u=12a(−b−i√|d|)
The converse of this is true too: Given any nonreal complex number u, then u and ¯u are the roots of some real irreducible quadratic. Indeed, the quadratic
x2−(u+¯u)x+u¯u=(x−u)(x−¯u)
has real coefficients (u¯u=|u|2 and u+¯u is twice the real part of u) and so is irreducible because its roots u and ¯u are not real.
034182 Find a real irreducible quadratic with u=3−4i as a root.
We have u+¯u=6 and |u|2=25, so x2−6x+25 is irreducible with u and ¯u=3+4i as roots.
Fundamental Theorem of Algebra
As we mentioned earlier, the complex numbers are the culmination of a long search by mathematicians to find a set of numbers large enough to contain a root of every polynomial. The fact that the complex numbers have this property was first proved by Gauss in 1797 when he was 20 years old. The proof is omitted.
Fundamental Theorem of Algebra034196 Every polynomial of positive degree with complex coefficients has a complex root.
If f(x) is a polynomial with complex coefficients, and if u1 is a root, then the factor theorem (Section [sec:6_5]) asserts that
f(x)=(x−u1)g(x)
where g(x) is a polynomial with complex coefficients and with degree one less than the degree of f(x). Suppose that u2 is a root of g(x), again by the fundamental theorem. Then g(x)=(x−u2)h(x), so
f(x)=(x−u1)(x−u2)h(x)
This process continues until the last polynomial to appear is linear. Thus f(x) has been expressed as a product of linear factors. The last of these factors can be written in the form u(x−un), where u and un are complex (verify this), so the fundamental theorem takes the following form.
034210 Every complex polynomial f(x) of degree n≥1 has the form
f(x)=u(x−u1)(x−u2)⋯(x−un)
where u,u1,…,un are complex numbers and u≠0. The numbers u1,u2,…,un are the roots of f(x) (and need not all be distinct), and u is the coefficient of xn.
This form of the fundamental theorem, when applied to a polynomial f(x) with real coefficients, can be used to deduce the following result.
034221 Every polynomial f(x) of positive degree with real coefficients can be factored as a product of linear and irreducible quadratic factors.
In fact, suppose f(x) has the form
f(x)=anxn+an−1xn−1+⋯+a1x+a0
where the coefficients ai are real. If u is a complex root of f(x), then we claim first that ¯u is also a root. In fact, we have f(u)=0, so
0=¯0=¯f(u)=¯anun+an−1un−1+⋯+a1u+a0=¯anun+¯an−1un−1+⋯+¯a1u+¯a0=¯an¯un+¯an−1¯un−1+⋯+¯a1¯u+¯a0=an¯un+an−1¯un−1+⋯+a1¯u+a0=f(¯u)
where ¯ai=ai for each i because the coefficients ai are real. Thus if u is a root of f(x), so is its conjugate ¯u. Of course some of the roots of f(x) may be real (and so equal their conjugates), but the nonreal roots come in pairs, u and ¯u. By Theorem [thm:034221], we can thus write f(x) as a product:
f(x)=an(x−r1)⋯(x−rk)(x−u1)(x−¯u1)⋯(x−um)(x−¯um)
where an is the coefficient of xn in f(x); r1,r2,…,rk are the real roots; and u1,¯u1,u2,¯u2,…,um,¯um are the nonreal roots. But the product
(x−uj)(x−¯uj)=x2−(uj+¯uj)x+(uj¯uj)
is a real irreducible quadratic for each j (see the discussion preceding Example [exa:034182]). Hence ([eq:complexproduct]) shows that f(x) is a product of linear and irreducible quadratic factors, each with real coefficients. This is the conclusion in Theorem [thm:034221].
Exercises for [chap:appacomplexnumbers]
solutions
2
Solve each of the following for the real number x.
x−4i=(2−i)2 \boldsymbol{(2+xi)(3-2i) \\ \hspace*{2em}= 12+5i} (2+xi)2=4 (2+xi)(2−xi)=5
- x=3
- x=±1
Convert each of the following to the form a+bi.
(2−3i)−2(2−3i)+9 (3−2i)(1+i)+|3+4i| 1+i2−3i+1−i−2+3i 3−2i1−i+3−7i2−3i i131 (2−i)3 (1+i)4 (1−i)2(2+i)2 3√3−i√3+i+√3+7i√3−i
- 10+i
- 1126+2326i
- 2−11i
- 8−6i
In each case, find the complex number z.
iz−(1+i)2=3−i (i+z)−3i(2−z)=iz+1 z2=−i z2=3−4i z(1+i)=¯z+(3+2i) z(2−i)=(¯z+1)(1+i)
- 115+35i
- ±(2−i)
- 1+i
In each case, find the roots of the real quadratic equation.
x2−2x+3=0 x2−x+1=0 3x2−4x+2=0 2x2−5x+2=0
- 12±√32i
- 2, 12
Find all numbers x in each case.
x3=8 x3=−8 x4=16 x4=64
- −2, 1±√3i
- ±2√2, ±2√i
In each case, find a real quadratic with u as a root, and find the other root.
u=1+i u=2−3i u=−i u=3−4i
- x2−4x+13; 2+3i
- x2−6x+25; 3+4i
Find the roots of x2−2cosθx+1=0, θ any angle.
Find a real polynomial of degree 4 with 2−i and 3−2i as roots.
x4−10x3+42x2−82x+65
Let \funcrez and imz denote, respectively, the real and imaginary parts of z. Show that:
im(iz)=\funcrez \funcre(iz)=−imz z+¯z=2\funcrez z−¯z=2iimz \funcre(z+w)=\funcrez+\funcrew, and \funcre(tz)=t⋅\funcrez if t is real im(z+w)=imz+imw, and im(tz)=t⋅imz if t is real
In each case, show that u is a root of the quadratic equation, and find the other root.
x2−3ix+(−3+i)=0; u=1+i x2+ix−(4−2i)=0; u=−2 x2−(3−2i)x+(5−i)=0; u=2−3i x2+3(1−i)x−5i=0; u=−2+i
- (−2)2+2i−(4−2i)=0; 2−i
- (−2+i)2+3(1−i)(−1+2i)−5i=0; −1+2i
Find the roots of each of the following complex quadratic equations.
x2+2x+(1+i)=0 x2−x+(1−i)=0 x2−(2−i)x+(3−i)=0 x2−3(1−i)x−5i=0
- −i, 1+i
- 2−i, 1−2i
In each case, describe the graph of the equation (where z denotes a complex number).
|z|=1 |z−1|=2 z=i¯z z=−¯z z=|z| imz=m⋅\funcrez, m a real number
- Circle, centre at 1, radius 2
- Imaginary axis
- Line y=mx
- Verify |zw|=|z||w| directly for z=a+bi and w=c+di.
- Deduce (a) from properties C2 and C6.
Prove that |z+w|=|z|2+|w|2+w¯z+¯wz for all complex numbers w and z.
If zw is real and z≠0, show that w=a¯z for some real number a.
If zw=¯zv and z≠0, show that w=uv for some u in C with |u|=1.
Show that (1+i)n+(1−i)n is real for all n, using property C5.
Express each of the following in polar form (use the principal argument).
3−3i −4i −√3+i −4+4√3i −7i −6+6i
- 4e−πi/2
- 8e2πi/3
- 6√2e3πi/4
Express each of the following in the form a+bi.
3eπi e7πi/3 2e3πi/4 √2e−πi/4 e5πi/4 2√3e−2πi/6
- 12+√32i
- 1−i
- √3−3i
Express each of the following in the form a+bi.
(−1+√3i)2 (1+√3i)−4 (1+i)8 (1−i)10 (1−i)6(√3+i)3 (√3−i)9(2−2i)5
- −132+√332i
- −32i
- −216(1+i)
Use De Moivre’s theorem to show that:
- cos2θ=cos2θ−sin2θ; sin2θ=2cosθsinθ
cos3θ=cos3θ−3cosθsin2θ;
sin3θ=3cos2θsinθ−sin3θ
- Find the fourth roots of unity.
- Find the sixth roots of unity.
Find all complex numbers z such that:
z4=−1 z4=2(√3i−1) z3=−27i z6=−64
- ±√22(√3+i), ±√22(−1+√3i)
- ±2i, ±(√3+i), ±(√3−i)
If z=reiθ in polar form, show that:
¯z=re−iθ z−1=1re−iθ if z≠0
Show that the sum of the nth roots of unity is zero.
- Let z1, z2, z3, z4, and z5 be equally spaced around the unit circle. Show that z1+z2+z3+z4+z5=0. [Hint: (1−z)(1+z+z2+z3+z4)=1−z5 for any complex number z.]
- Repeat (a) for any n≥2 points equally spaced around the unit circle.
- If |w|=1, show that the sum of the roots of zn=w is zero.
- The argument in (a) applies using β=2πn. Then 1+z+⋯+zn−1=1−zn1−z=0.
If zn is real, n≥1, show that (¯z)n is real.
If ¯z2=z2, show that z is real or pure imaginary.
If a and b are rational numbers, let p and q denote numbers of the form a+b√2. If p=a+b√2, define ˜p=a−b√2 and [p]=a2−2b2. Show that each of the following holds.
a+b√2=a1+b1√2 only if a=a1 and b=b1 ~p±q=˜p±˜q ~pq=˜p˜q [p]=p˜p [pq]=[p][q] If f(x) is a polynomial with rational coefficients and p=a+b√2 is a root of f(x), then ˜p is also a root of f(x).