Complex Numbers and Polynomials: Mats Bodin
Complex Numbers and Polynomials: Mats Bodin
polynomials
Mats Bodin
2017-02-21
A big thanks goes to Kibret Sigstam for proofreading the compendium!
Table of contents
1 Complex numbers 5
1.1 Definition and arithmetic rules . . . . . . . . . . . . . . . . . 5
1.2 Polar represenation . . . . . . . . . . . . . . . . . . . . . . . . 12
1.3 Quadratic equations . . . . . . . . . . . . . . . . . . . . . . . 16
1.4 The n:th roots of a complex number . . . . . . . . . . . . . . 20
2 Polynomials 25
2.1 The division algorithm . . . . . . . . . . . . . . . . . . . . . . 25
2.2 Factoring polynomials . . . . . . . . . . . . . . . . . . . . . . 29
3
Chapter 1
Complex numbers
ax + b = 0
does not necessarily have an integer solution x for integers a and b, but
there is a solution −b/a that belong to the rational numbers. The quadratic
equation
ax2 + bx + c = 0,
where a, b and c are real numbers, does not necessarily have a solution that is
a real number. But if it has real valued solutions we can factor the quadratic
5
6 CHAPTER 1. COMPLEX NUMBERS
a0 + a1 x + a2 x2 + . . . + an xn = an (x − α1 )(x − α2 ) . . . (x − αn ).
Example 1.1
a + ib or a + bi,
where a and b are real numbers. The number a is called the real
part, while b is called the imaginary part. Two complex numbers
a + bi and c + di are equal if and only if a = c och b = d.
Even though the complex number i may seem strange, i is not stranger
than a rational or real number, and essential in many applications. The
ImHzL complex numbers is denoted by
-2 + 2 ä 2ä C = {a + bi : a, b ∈ R}.
ä 2+ä By letting b = 0 it is clear that a real number is also a complex number
1
with imaginary part equal to 0, and C is an extension of R. A summary of
-2 1
-2 -1 1 2
ReHzL complex numbers is given in Appendix B in Anton and Rorres 1 .
-1
Since a complex number is uniquely determined by two real numbers,
-2 - ä the real part and the imaginary part, a complex number z = a + bi can be
Figure 1.1 Complex numbers illustrated graphically in a plane by the coordinate (a, b), i.e. with Re(z) on
illustrated in the complex the x-axis and Im(z) on the y-axis, as shown in Figure 1.1. This plane is
plane. referred to as the complex plane.
How do we perform arithmetic with complex numbers? This i actually
easier than one might expect. Addition and multiplication of complex num-
bers will obey the following arithmetic rules.
• Add two complex numbers by adding the real part with the
real part, and the imaginary part with the imaginary part
• Multiply as you would normally do if i was an unknown variable
ImHzL
and use that i2 = −1
z a+bi
w+z Addition can be interpreted graphically as vector addition, illustrated in
Figure 1.2. In the next section we will discuss how multiplication of complex
numbers can be interpreted graphically. First we look at some examples of
ReHzL addition and multiplication is performed according to Rule 1.
w c+di
Example 1.3
Figure 1.2 Addition of com-
plex numbers in the complex We treat i as if it was an unknown variable and use that the imaginary
plane. unit i satisfies i2 = −1.
a. 2(1 − 3i) = 2 − 6i
b. (7 − 3i) + (2 + 2i) = (7 + 2) + (−3 + 2)i = 9 − i
c. (1 + 4i)(3 − 2i) = 3 − 2i + 12i − 8i2 = 3 + 10i + 8 = 11 + 10i
d. i3 = i2 i = (−1)i = −i
We can identify (a, 0) with the real number a and (0, 1) with the imag-
inary unit i, especially (a, b) = a(1, 0) + b(0, 1) = a + bi. It is not difficult
to confirm that Rule 1 gives the same result as property 1-3 above. Assume
that z = a + bi and w = c + di, then by Rule 1
z · w = (a + bi)(c + di) = ac + adi + bci + bdi2 = ac + adi + bci − bd
ImHzL = (ac − bd) + (ad + bc)i
which is the same as Property 3. Proving Property 1 and 2 is left as an
z a+bi exercise.
b z¤ a2 + b2
Next we introduce some basic concepts and begin with the absolute value
ReHzL of a complex number.
a
Figure 1.3 The absolute value Definition 1.2: Absolute value: |z|
|z| can be intepreted as the dis-
The absolute value (or modulus) of√the complex number z = a + bi is
tance from the origin to z.
denoted by |z| and given by |z| = a2 + b2 .
Figure 1.4 A graphic illustra- Theorem 1.1: Properties of the complex conjugate
tion of the complex conjugate z
of z. z z
a) z · w = z · w b) z = z c) z + w = z + w d) =
w w
We only give a proof of property (a) of Theorem 1.1 and leave (b)-(d)
as an exercise.
Proof. To show that z · w = z·w, we will need to show that the left hand side
(LHS) equals the right hand side (RHS). If we let z = a + bi and w = c + di,
and then expand LHS and RHS separately, we get
LHS: z · w = (a + bi) · (c + di) = ac − bd + i(ad + cb) = ac−bd−i(ad+cb)
RHS: z · w = (a − ib) · (c − di) = ac − adi − cbi + bdi2 = ac − bd + i(ad + cb)
Thus LHS=RHS, which completes the proof.
1.1. DEFINITION AND ARITHMETIC RULES 9
z |z|
2
a) |z| = z · z b) |z| = |z| c) |z · w| = |z| · |w| d) =
w |w|
z · z = |z|2 = a2 + b2 (1.1)
Evaluate
1+i
.
3 + 4i
Since we only have arithmetic rules for addition and multiplication we
can not evaluate the quotient directly, however, we may use property
(1.1), i.e. z · z = |z|2 . By multiplying both the numerator and the
denominator with the conjugate of the denominator, the denominator
will become a real number
1+i (1 + i)(3 − 4i) 3 − 4i + 3i + 4 7−i 7 1
= = 2 2
= = − i.
3 + 4i (3 + 4i)(3 − 4i) 3 +4 25 25 25
w + z¤ There is also a triangle inequality for complex numbers, similar to that for
ReHzL
vectors. It can be interpreted as the distance from the origin to z + w is less
w than or equal to the distance when taking the detour via z, see Figure 1.5.
Theorem 1.3: The triangle inequality
Figure 1.5 Illustration of the
triangle inequality. For any two complex numbers z and w
|z + w| ≤ |z| + |w|
|z + w|2 = (z + w) · z + w = (z + w)(z + w)
(1.1) (Theorem 1.1c)
= z · z + z · w + w · z + w · w = |z|2 + (z · w + w · z) + |w|2
10 CHAPTER 1. COMPLEX NUMBERS
|a|2 ≤ a2 + b2 = |z|2 .
Taking the square root of both sides and using that a = Re(z) we get that
|Re(z)| ≤ |z| .
It follows that
Therefore
|z + w|2 ≤ |z|2 + 2 |z| |w| + |w|2 = (|z| + |w|)2
and the triangle inequality follows by taking the square root.
ImHzL ImHzL
ä ä
ReHzL ReHzL
-1 1 -1 1
-ä -ä
ImHzL ImHzL
ä ä
ReHzL ReHzL
-1 1 -1 1
-ä -ä
Exercises 1.1
In exercise 1.1-1.9, write the complex number
1.15 z · w 1.17 z · w
in the form a + bi
Angle v
◦ 0◦ 30◦ 45◦ 60◦ 90◦
rad 0 π/6 π/4 π/3
√
π/2
√1 3
sin(v) 0 1/2 2 2 1
√
3 √1 1
cos(v) 1 2 0
2 √2
tan(v) 0 √1 1 3 undef.
3
30 °
45 °
1 1
1 3
2 2
45 ° 60 °
1 1
2 2
z = r(cos(θ) + i sin(θ)).
Θ1
Θ2 z2 = r2 (cos(θ2 ) + i sin(θ2 )),
ReHzL
and let z = z1 · z2 = r(cos(θ) + i sin(θ)). It follows by standard trigonometric
formulas that
z1 · z2 = r1 r2 (cos(θ1 ) + i sin(θ1 ))(cos(θ2 ) + i sin(θ2 ))
Figure 1.12 Arguments are
added when multiplying to = r1 r2 (cos(θ1 ) cos(θ2 ) − sin(θ1 ) sin(θ2 )) + i(cos(θ1 ) sin(θ2 ) + sin(θ1 ) cos(θ2 ))
complex numbers. = r1 r2 (cos(θ1 + θ2 ) + i sin(θ1 + θ2 ))
This proves (1.2) in Theorem1.2(c). The identity (1.3) should be read with
care since we may add multiples of 2π to the argument. In a strict mathe-
matical sense we are abusing equality, but write like like this for simplicity.
Note that since arg(z) = − arg(z) and arg(kz) = arg(z) for a en positive
constant k (why?), it follows that
z1 z1 · z2 z1 · z2
arg = arg = arg = arg(z1 · z2 ) = arg(z1 ) − arg(z2 )
z2 z2 · z2 |z2 |2
z1 |z1 |
= (1.4)
z2 |z2 |
z1
arg = arg(z1 ) − arg(z2 ). (1.5)
z2
ImHzL
3 z + H2 + äL
2 z
äz
1
ReHzL
-3 -2 -1 1 2 3 4
-1
1.2. POLAR REPRESENATION 15
Exercises 1.2
In exercise 1.28-1.31, let z = 1 + i and w = 2i. In exercise 1.36-1.39, write the complex number
Indicate z, w, z/w, and z · w, in the complex in the form z = a + bi
plane, and find
1.36 |z| = 4 and 1.38 |z| = 2 and
1.28 arg(w) och |w| 1.30 arg(z/w) and arg(z) = 3π/4 arg(z) = π/3
|z/w|
1.37 |z| = 1 and 1.39 |z| = 2 and
1.29 arg(z) and |z| 1.31 arg(z · w) and arg(z) = −π/4 arg(z) = 4π/3
|z · w|
In exercise 1.40-1.41, sketch the indicated points
in the complex plane
In exercise 1.32-1.35, write the complex number
in polar form
1.40 |z| = 1 and 1.42 |z − i| ≤ 1 and
−π < arg(z) < π4 0 ≤ arg(z) < π/2
1.32 −1 1.34 1+i
i−1
z 2 + 2z + 5 = 0
z 2 + 2z + 1 − i = 0.
z 2 = −3 + 4i.
x2 − y 2 + 2xyi = −3 + 4i
For this equality to hold, the real part of the left hand side must be
equal to the real part on the right hand side, and the imaginary part
on the left must be equal to the imaginary part on the right, i.e.
and
2xy = Im(x2 − y 2 + 2xyi) = Im(−3 + 4i) = 4,
which gives the equation system
1.3. QUADRATIC EQUATIONS 17
x2 − y 2 = −3 (1.6)
2xy = 4 (1.7)
√
Also note that x2 + y 2 = |z|2 = z 2 = |−3 + 4i| = 25 = 5.
x2 − y 2 = −3 (1.8)
x2 + y 2 = 5 (1.9)
Adding (1.8) and (1.9) we get that 2x2 = 2, so x = ±1. Inserting this
into (1.7) gives y = ±2, which gives the solutions
z1 = −1 − 2i and z2 = 1 + 2i.
z 2 + 2iz − 5 = 0.
For the last equality to hold, the real part and the imaginary part
must both be zero. Therefore we get the equation system
x2 − y 2 − 2y − 5 = 0 (1.10)
2xy + 2x = 0 (1.11)
−y 2 − 2y − 5 = 0 ⇔ y 2 + 2y + 5 = 0.
x2 − 4 = 0 ⇒ x = ±2.
These solutions are valid solutions since they are real valued, hence
the solutions are x = 2 and y = −1, and x = −2 and y = −1, that is
z1 = 2 − i and z2 = −2 − i.
a
The symbol ⇔ means that the statements on each side of the symbol are
equivalent and is read as ”is equivalent to” or ”if and only if”. See Appendix A in
Anton and Rorres 1 .
b
The symbol ⇒ means that the statement to the left implies the statement to
the right, and is read as ”implies”.
z 2 + 2iz + 1 = 0.
Setting z + i = x + yi we get
x2 − y 2 = −2 (1.12)
2xy = 0 (1.13)
The illustration on the front page (Figure 1.13) shows the Julia set
for P (z) = z 2 + 0.9iz + 0.1111, created with Mathematica 10, using
the Escape time algorithm, in which a pixels is colored by how fast
the corresponding point diverge towards infinity when iterated under
P (z). The filled Julia set for P (z) consist of points (blue) which under
iteration of P (z) remains in a bounded region. Julia sets are examples
of so called fractals, which means “broken”or “fractured”. A typical
property of fractals is that a fractal look similar on different scales,
and you can zoom in and discover new details on any scale. Figure
1.13 was created in Mathematica with the command
Exercises 1.3
In exercise 1.45-1.49, solve the equation
1.43 Show that z = −1 + i is a solution to the
equation z 2 + 2z + 2 = 0. Verify that z is also
a solution. 1.45 1.47
1+i z 2 −(3+2i)z+5+i = 0
z2 =
1.44 Show that z = −1 − i is a solution to the 1−i
equation iz 2 − 2z − 2i = 0. Verify that z is
not a solution. 1.48
z 2 − 2iz + 1 = 0
1.46
(4−3i)z 2 −25z+31−17i = 0
20 CHAPTER 1. COMPLEX NUMBERS
zn = w
z = cos(θ) + i sin(θ).
By the properties
z n = cos(nθ) + i sin(nθ)
Evaluate
(1 + i)10 .
Since √
1+i= 2(cos(π/4) + i sin(π/4))
we get
√
(1 + i)10 = ( 2(cos(π/4) + i sin(π/4)))10
= 210/2 (cos(10π/4) + i sin(10π/4))
= 25 (cos(π/2) + i sin(π/2)) = 32i
1.4. THE N :TH ROOTS OF A COMPLEX NUMBER 21
If we identify the real part of the left hand side with the real part
of the right hand side of the last inequality, and similarly for the
imaginary parts of respective side, we get the formulas
z n = r n (cos(nθ) + i sin(nθ)).
Since two complex numbers are equal if and only if they have the same
absolute value and argument (up to a multiple of 2π), it follows that
Taking into account that we can add 2kπ to the argument, k ∈ Z, we get
the equations
r n = r0 (1.14)
n θ = θ0 + 2kπ, k∈Z (1.15)
1/n
Since r0 > 0 Equation (1.14) has a unique solution r = r0 , and (1.15)
gives that
22 CHAPTER 1. COMPLEX NUMBERS
θ0 2kπ
+
θk = , for k ∈ Z
n n
Therefore the solutions to the equation z n = w are
1/n θ0 2kπ θ0 2kπ
z = r0 cos + + i sin + k∈N
n n n n
Since cosine and sine have period 2π it is enough to chose n consecutive in-
teger values of k in order to find all solutions. Note that this means that the
1/n
solutions will be evenly distributed on a circle of radius r0 in the complex
plane with an angle of 2π/n between them (cf. Figure 1.14).
ImHzL
Example 1.14: Finding n:th roots
3Π Π
Find all solutions to the equation
4 4
ä
z 4 = −4.
ReHzL
- 2 2 Let z = r(cos(θ) + i sin(θ)) so that
-ä
3Π Π
- -
4
z 4 = r 4 (cos(4θ) + i sin(4θ)).
4
Since |−4| = 4 and arg(−4) = π we get the equations
Figure 1.14 All solutions to
rn = 4 (1.16)
the equation z 4 = −4. Note
that the radius of the circle is 4 θ = π + 2kπ, for k∈Z (1.17)
√
r = 41/4 = 2. √
By Equation (1.16) we get that r = 41/4 = (22 )1/4 = 21/2 = 2.
Solving for θ in (1.17), we get that
π π
θ= +k ,
4 2
so the solutions are given by
√ π π π π
z= 2(cos( + k ) + i sin( + k )) for k = −2, −1, 0, 1
4 2 4 2
Note that we may chose any four consecutive values of k, and could
just as well have chosen e.g. k = 0, 1, 2, 3. Hence the solutions are
√ π √ 1
π
1
z1 = 2 cos + i sin = 2 √ + i√ =1+i
4 4 2 2
√ √
3π 3π −1 1
z2 = 2 cos + i sin = 2 √ + i√ = −1 + i
4 4 2 2
√ π √ −1
π
1
z3 = 2 cos − + i sin − = 2 √ − i√ = −1 − i
4 4 2 2
√ √
3π 3π 1 1
z4 = 2 cos − + i sin − = 2 √ − i√ =1−i
4 4 2 2
The solutions are illustrated in Figure 1.14.
1.4. THE N :TH ROOTS OF A COMPLEX NUMBER 23
Exercises 1.4
In exercise 1.52-1.56, solve the equation
1.50 Show that
a. eiπ + 1 = 0
√
b. e2+i2π/3 = e2 (− 12 + i 3
2 ) 1.52 z 3 = 8i 1.55 (z − i)3 = i
Polynomials
P (x) = a0 + a1 x + a2 x2 + a3 x3 + . . . + an xn ,
Two polynomials are equal if and only if their coefficients are equal. We
define addition of two polynomials by adding the coefficients of the same
power.
Example 2.1
25
26 CHAPTER 2. POLYNOMIALS
Example 2.2
Dividing 48 by 5 we get
48 3
= 9 + ⇔ 48 = 9 · 5 + 3
5 5
where 3 is called the remainder. Note that the remainder 3 is strictly
less than the divisor 5. In general the remainder is strictly less than
the quotient. In a similar way we shall see that we can divide the
polynomial x2 + 3 with the polynomial (x − 1) and get
x2 + 3 4
= (x + 1) + ⇔ x2 + 3 = (x + 1)(x − 1) + 4,
x−1 x−1
where the remainder is 4. Note that the degree of the remainder
is strictly less than the degree of the divisor (x − 1), in this case
deg(4) = 0 och deg((x − 1)) = 1. This will always be the case for
polynomial division.
x3 −3x2 +2x −5 |x − 1
x2
x3 −3x2 +2x −5 |x − 1
−(x3 −x2 )
x2 −2x
x3 −3x2 +2x −5 |x − 1
−(x3 2
−x )
−2x2 +2x −5
−(−2x2 +2x)
−5
A(x) x3 − 3x2 + 2x − 5 5
= = x2 − 2x − .
B(x) x−1 x−1
Thus
A(x) 5
= x2 − 2x − ,
B(x) x−1
where Q(x) = x2 −2x is the quotient, and r(x) = −5 is the remainder.
28 CHAPTER 2. POLYNOMIALS
In the next example the long division is written with the divisor to the
right, but the method is of course the same.
Example 2.4
Find the remainder for the polynomial divsion A(x)/B(x) där A(x) =
(x4 + 3x3 + 4x2 + 15x − 5) and B(x) = (x2 + 5).
x2 + 3x − 1
x2 + 5 x4 + 3x3 + 4x2 + 15x − 5
− x4 − 5x2
3x3 − x2 + 15x
− 3x3 − 15x
− x2 −5
x2 +5
0
The reminder equals 0, hence
Exercises 2.1
In exercise 2.1-2.4, by inspection state the In exercise 2.5-2.8, find the reminder by
highest possible degree of the remainder. polynomial long division
P (x) = R2 (x)(x − a) + r.
A polynomial
P (x) = a0 + a1 x + a2 x2 + a3 x3 + . . . + an xn ,
Multiplying all factors it follows that the constant k in front of the highest
power must be an .
Note that some of the roots βi my be equal, however, we can collect all
factors that are the same and express a P (x) polynomial of degree n in a
unique way as
Example 2.5
x2 − 5x + 6
x3 − 6x2 + 11x − 6
x−1
− x3 + x2
− 5x2 + 11x
5x2 − 5x
6x − 6
− 6x + 6
0
Since the remainder equals 0, we have that
x2 − 5x + 6 = 0.
Theorem 2.4 is not true for complex polynomials (some coefficients are
compelex), a counter example is given by Example 1.3. Note that if w is a
root to a real polynomial P (x), then
(x − w)(x − w)
will always be a real quadratic factor of P (x). To show this is left as an
exercise.
32 CHAPTER 2. POLYNOMIALS
Example 2.6
√
Factor P (x) = x4 + 4x + 3 into linear
√ factors, given that w = 1 − i 2
is a root to P (x). Since 1 − i 2 is a root√ to P (x) and P (x) is a
real polynomial, it follows that w = 1 + i 2i is also a root of P (x).
Therefore
√ √
(x − (1 − i 2)(x − (1 + i 2)) = x2 − 2x + 3
Exercises 2.2
2.13 2.16
2.10 Show that if w = a+bi, where a, b ∈ R then 2x3 +9x2 +10x+3 x4 + 2x2 + 1
(x − w)(x − w) is real polynomial of degree 2.
2.14
4x3 + 4x2 + x + 1
2.11 Find one root by trial and error and deter-
mine all roots.
a. P (x) = 4x3 − 7x − 3 2.17 Factor p(x) into linear factors given that
b. P (x) = x4 − 2x3 + 3x2 − 4x + 2 w is a root.
a. p(x) = x4 + 10x2 + 9, where w = i
b. p(x) = x5 + x4 + 10x3 − 8x2 + 16x− 20, where
In exercise 2.12-2.16, factor the polynomial into w = 3i − 1
linear factors
Answers to exercises
1.1: −1 + 3i
1.2: −1 − i
1.3: −3 + i
2
1.4: 3
1.5: 2 + 2i
2
1.6: 5 − 15 i
1.7: − 3i
2
1.8: −1
1.9: − 21 + 12 i
1.11: 12
1.12: −4
33
34 CHAPTER 2. POLYNOMIALS
1.13: 0
√
1.14: 4 10
1.15: −1 + 3i
1.16: 1
1.17: −3 − i
1.18: 3 − 2i
ImHzL
ReHzL
-1 1
-ä
1.19:
ImHzL
ReHzL
-2 -1 1 2
-ä
1.20:
ImHzL
ReHzL
-2 -1 1 2
-ä
1.21:
ImHzL
ReHzL
-2 -1 1 2
-ä
1.22:
2.2. FACTORING POLYNOMIALS 35
ImHzL
ä
ReHzL
-2 -1 1 2
-ä
1.23:
ImHzL
ReHzL
-2 -1 1 2
-ä
1.24:
1.25: a = 3/4
1.26:
a. Let z = a + bi och w = c + di. Then LHS: z + w =
(a + bi) + (c + di) = a + c + i(b + d) = a + c − i(b + d). Futher more
RHS: z + w = a − bi + c − di = a + c − i(b + d), so RHS=LHS.
b. Proven in a similar way as (a).
√
1.29: arg(z) = π/4 and |z| = 2
√ √ √ √
1.30: arg(z/w) = −π/4 and |z/w| = 2/2 = 1/ 2 (obs: 2 = 2· 2)
√
1.31: arg(z · w) = 3π/4 and |z · w| = 2 2
√
1.33: 2(cos(3π/4) + i sin(3π/4))
36 CHAPTER 2. POLYNOMIALS
√ √
1.36: −2 2 + 2 2i
√ √
1−i 2 2
1.37: √
2
= 2 +i 2
√
1.38: 1 + i 3
√
1.39: −1 − i 3
ImHzL
ä
Π
4
ReHzL
-2 -1 1 2
-ä
1.40:
ImHzL
Π
6
1
ReHzL
2
1
1.41:
ImHzL
ReHzL
-1 1 2
1.42: -ä
1.45: z = ± √12 (1 + i)
1.46: z = 3 − i or z = 1 + i
1.47: z = 2 + 3i or z = 1 − i
√ √
1.48: (1 − 2)i or z = (1 + 2)i
1.49: z = 3 + 4i or z = 1 − i
1.50:
a. eiπ + 1 = cos(π) + i sin(π) + 1 = −1 + 0 + 1 = 0
√
3
b. e2+i2π/3 = e2 ei2π/3 = e2 (cos(2π/3) + i sin(2π/3)) = e2 (− 12 + 2 )
1.51:
a. i
b. 215 (1 + i)
1.52:
Roots: 9ä - 3 , -2 ä, ä + 3=
ImHzL
5Π Π
6 ä 6
ReHzL
-2 2
-ä
Π
-
2
38 CHAPTER 2. POLYNOMIALS
1.53:
Roots: 9H-1 + äL 2 , H-1 - äL 2 , H1 - äL 2 , H1 + äL 2=
ImHzL
3Π Π
4 4
ä
ReHzL
-2 2
-ä
3Π Π
- -
4 4
1.54:
1 ä 3 1 ä 3 1 ä 3 1 ä 3
Roots: : + ,- + , -1, - - , - , 1>
2 2 2 2 2 2 2 2
ImHzL
2Π Π
3 3
ä
Π 0 ReHzL
-1 1
-ä Π
2Π
- -
3 3
1.55:
3ä 3 3ä 3
Roots: : - , 0, + >
2 2 2 2
ImHzL
5Π ä Π
6 6
ReHzL
-1 1
-ä
Π
-
2
Note that the figure show the solutions of the equation w3 = i, and
that w = z − i
2.2. FACTORING POLYNOMIALS 39
1.56:
Roots: 8-2 + ä, -2 - ä, -ä, ä<
ImHzL
3Π Π
4 4
ä
ReHzL
- 2 2
-ä
3Π Π
- -
4 4
Note that the figure show the solutions of the equation w4 = −4, and
that w = z + 1
2.1: 0
2.2: 1
2.3: 1
2.4: 2
2.5: x2 − x + 2
x3
x+1 +x−1
− x3 − x2
− x2 + x
x2 + x
2x − 1
− 2x − 2
−3
2.6: x4 +x+1
x3 − 1 x7 x3
+
− x7 + x4
x4 + x3
− x4 +x
x3 + x
− x3 +1
x+1
40 CHAPTER 2. POLYNOMIALS
2.7: x2 + x + 1
x2 − x x4
+ 2x + 1
− x4 + x3
x3
− x3 + x2
x2 + 2x
− x2 + x
3x
2.8: x8
x9 + 1
x
− x9
2.11:
a. x = −1 is a root, the division algorithm gives that P (x) = (x +
1)(4x2 −4x−3), we find the remaining roots by solving (4x2 −4x−3) =
0, which are x = 3/2 and x = −1/2.
b. x = 1 is a root, the division algorithm gives P (x) = (x − 1)(x3 − x2 +
2x− 2). Trying some values for the 3:rd degree polynomial yields that
x = 1 is a root of x3 − x2 + 2x − 2, the division algorithm then yieles
√
x3 − x2 + 2x − 2 = (x − 1)(x2 + 2) so the roots are x = 1, x = ±i 2.
2
2.16: x2 + 1 = (x − i)2 (x + i)2
2.2. FACTORING POLYNOMIALS 41
1. Howard Anton and Chris Rorres. Elementary linear algebra: with sup-
plemental applications. Wiley, 2011.
43