SlideShare a Scribd company logo
1 of 20
Download to read offline
A Solutions to exercises on complex numbers.
A.1 addition and multiplication
1. Do problems 1-4, 11, 12 from appendix G in the book (page A47).
Evaluate the expression and write your answer in the form a + bi.
(1.) (5 − 6i) + (3 + 2i)
Solution. 8 − 4i.
(2.) (4 − 1
2
i) − (9 + 5
2
i)
Solution. −5 − 3i.
(3.) (2 + 5i)(4 − i)
Solution. (2 + 5i)(4 − i) = 8 − 2i + 20i − 5i2
= 13 + 18i.
(4.) (1 − 2i)(8 − 3i)
Solution. (1 − 2i)(8 − 3i) = 8 − 3i − 16i + 6i2
= 2 − 19i.
(11.) i3
Solution. i3
= i2
(i) = (−1)i = −i.
(12.) i100
Solution. i100
= i2·50
= (i2
)50
= (−1)50
= 1.
2. Find 2 distinct complex numbers z1 and z2 with the property that z2
j = −1 for
both j = 1 and j = 2.
Solution. i and −i.
3. Find 4 distinct complex numbers z1, z2, z3, and z4 with the property that z4
j = 1
for all j = 1, 2, 3, 4.
Solution. 1, i, −1, and −i.
4. Write the product (
√
3
2
+ 1
2
i)(1
2
+
√
3
2
i) in the form a + bi.
Solution.
√
3
2
+
1
2
i
!
1
2
+
√
3
2
i
!
=
√
3
4
+
3
4
i +
1
4
i +
√
3
4
i2
= i.
A.2 conjugates and multiplicative inverses
1. Do problems 5-10 from appendix G in the book (page A47).
Evaluate the expression and write your answer in the form a + bi.
(5.) 12 + 7i.
Solution. 12 − 7i.
(6.) 2i(1
2
− i)
Solution. Since 2i(1
2
− i) = i − 2i2
= 2 + i we have 2i(1
2
− i) = 2 − i.
1
(7.) 1+4i
3+2i
Solution. 1+4i
3+2i
= 1+4i
3+2i
· 3−2i
3−2i
= 3−2i+12i−8i2
32+22 = 11+10i
13
= 11
13
+ 10
13
i.
(8.) 3+2i
1−4i
Solution. 3+2i
1−4i
= 3+2i
1−4i
· 1+4i
1+4i
= 3+12i+2i+8i2
12+42 = −5+12i
17
= − 5
17
+ 12
17
i.
(9.) 1
1+i
Solution. 1
1+i
= 1
1+i
· 1−i
1−i
= 1−i
12+12 = 1−i
2
= 1
2
− 1
2
i.
(10.) 3
4−3i
Solution. 3
4−3i
= 3
4−3i
· 4+3i
4+3i
= 12+9i
42+32 = 12+9i
25
= 12
25
+ 9
25
i.
2. Find the multiplicative inverse of each of the complex numbers:
−1 − i, 3 − 2i, i, 2
√
3 − 2i, −
√
2
2
+
√
2
2
i
Solution.
• (−1 − i)−1
= 1
(−1−i)(−1+i)
(−1 + i) = 1
12+12 (−1 + i) = −1
2
+ 1
2
i.
• (3 − 2i)−1
= 1
(3−2i)(3+2i)
(3 + 2i) = 1
32+22 (3 + 2i) = 3
13
+ 2
13
i.
• i−1
= 1
i(−i)
(−i) = 1
1
(−i) = −i.
• (2
√
3 − 2i)−1
= 1
(2
√
3−2i)(2
√
3+2i)
(2
√
3 + 2i) = 1
(2
√
3)2+22 (2
√
3 + 2i)
= 2
√
3
16
+ 2
16
i =
√
3
8
+ 1
8
i.
• (−
√
2
2
+
√
2
2
i)−1
= 1
(−
√
2
2
+
√
2
2
i)(−
√
2
2
−
√
2
2
i)
(−
√
2
2
−
√
2
2
i) = 1
(
√
2
2
)2+(
√
2
2
)2
(−
√
2
2
−
√
2
2
i)
= −
√
2
2
−
√
2
2
i.
3. Find the multiplicative inverse of bi where b is an arbitrary nonzero real number.
Solution.
(bi)−1
=
1
(bi)(bi)
(bi) =
1
(bi)(−bi)
(−bi) =
1
b2
(−bi) = −
i
b
.
4. Show that z + w = z̄ + w̄ for any complex numbers z and w.
[Hint: Set z = a + bi and w = c + di and compute each side of the equation
separately.]
Solution. Set z = a + bi and w = c + di. Then we have
z + w = (a + bi) + (c + di) = (a + c) − (b + d)i = (a + c) − (b + d)i,
z̄ + w̄ = a + bi + c + di = a − bi + c − di = (a + c) − (b + d)i.
Thus z + w = z̄ + w̄.
2
5. Show that z · w = z̄ · w̄ for any complex numbers z and w.
[Hint: Set z = a + bi and w = c + di and compute each side of the equation
separately.]
Solution. Set z = a + bi and w = c + di. Then we have
z · w = (a + bi)(c + di) = (ac − bd) + (ad + bc)i = (ac − bd) − (ad + bc)i,
z̄·w̄ = (a + bi)(c + di) = (a−bi)(c−di) = ac−adi−bci+bdi2
= (ac−bd)−(ad+bc)i.
Thus z · w = z̄ · w̄.
A.3 the complex plane
1. (Proving the parallelogram rule). Let z = a + bi and w = c + di and assume
that no two of the points 0, z and w lie on a single vertical line.
(a) Find a formula for the slope of the line through 0 and z.
Answer. b−0
a−0
(b) Find a formula for the slope of the line through w and z + w.
Answer. (b+d)−d
(a+c)−c
(c) Show that the formulas you found in parts (a) and (b) are equal.
Solution. Both are equal to b
a
.
2. Consider the complex numbers z, w, and v pictured below:
3
Draw a separate picture for each of the following:
(a) Plot the complex numbers z + z̄, w + w̄ and v + v̄ in the complex plane.
Solution.
(b) Plot the complex number 2w + z̄ + v in the complex plane.
Solution.
4
(c) Plot the complex number v − z − w in the complex plane.
Solution.
3. (a) Shade the region of the complex plane consisting of all complex numbers
whose real part is greater than or equal to 1.
Solution.
(b) Shade the region of the complex plane consisting of all complex numbers
whose imaginary part is less than or equal to 4.
Solution.
5
4. Let z = 2 − 2i and w = −1 − 3i.
(a) Carefully plot z and w in the complex plane.
(b) Use the parallelogram rule and your answer from part (a) to plot the
complex number z̄ − w.
(c) Check your answer for part (b) by writing 2 − 2i − (−1 − 3i) in the form
a + bi.
Solution.
z̄ − w = 2 − 2i − (−1 − 3i) = 2 + 2i + 1 + 3i = 3 + 5i.
6
A.4 moduli, limits, and series
1. Assume z 6= 0 is a complex number. Show that z−1
= z̄
|z|2 .
Solution. Let z = a + bi. Then z · z̄ = a2
+ b2
= (
√
a2 + b2)2
= |z|2
. Thus
z−1
= z̄
z·z̄
= z̄
|z|2 .
2. Show that |z · w| = |z| · |w| for any complex numbers z and w.
[Hint: Set z = a + bi and w = c + di and compute both sides of the equation
separately.]
Solution. Set z = a + bi and w = c + di. Then
|z · w| = |(a + bi)(c + di)| = |(ac − bd) + (ad + bc)i| =
p
(ac − bd)2 + (ad + bc)2
=
√
a2c2 − 2abcd + b2d2 + a2d2 + 2abcd + b2c2 =
√
a2c2 + b2d2 + a2d2 + b2c2.
Whereas
|z| · |w| = |a + bi| · |c + di| =
√
a2 + b2
√
c2 + d2 =
p
(a2 + b2)(c2 + d2)
=
√
a2c2 + b2d2 + a2d2 + b2c2.
3. For each of the given series
(I) Determine whether or not the series is convergent, and if the series is
convergent find its sum (and write your answer in the form a + bi).
(II) Find the first six partial sums (s0, s1, s2, s3, s4, s5).
(III) Plot the first six partial sums in the complex plane as in example 1 to
verify your answer for part (I).
7
(a)
∞
P
n=0
2i
3
n
Solution. The series is geometric with |r| = |2i
3
| = 2
3
 1 so it converges.
Moreover, we have
∞
X
n=0

2i
3
n
=
1
1 − 2i
3
=
3
3 − 2i
=
3
3 − 2i
·
3 + 2i
3 + 2i
=
9 + 6i
32 + 22
=
9
13
+
6
13
i.
Since ∞
X
n=0

2i
3
n
= 1 +
2
3
i −
4
9
−
8
27
i +
16
81
+
32
243
i − · · ·
we see the first few partial sums are
s0 = 1
s1 = 1 + 2
3
i
s2 = 5
9
+ 2
3
i
s3 = 5
9
+ 10
27
i
s4 = 61
81
+ 10
27
i
s5 = 61
81
+ 122
243
i
Here are is a picture of the first several partial sums plotted in the complex
plane:
8
(b)
∞
P
n=0
−2i
3
n
Solution. The series is geometric with |r| = |−2i
3
| = 2
3
 1 so it converges.
Moreover, we have
∞
X
n=0

−
2i
3
n
=
1
1 + 2i
3
=
3
3 + 2i
=
3
3 + 2i
·
3 − 2i
3 − 2i
=
9 − 6i
32 + 22
=
9
13
−
6
13
i.
Since ∞
X
n=0

−
2i
3
n
= 1 −
2
3
i −
4
9
+
8
27
i +
16
81
−
32
243
i − · · ·
we see the first few partial sums are
s0 = 1
s1 = 1 − 2
3
i
s2 = 5
9
− 2
3
i
s3 = 5
9
− 10
27
i
s4 = 61
81
− 10
27
i
s5 = 61
81
− 122
243
i
Here are is a picture of the first several partial sums plotted in the complex
plane:
9
(c)
∞
P
n=0
(2i)n
Solution. The series is geometric with |r| = |2i| = 2  1 so it diverges.
Since
∞
X
n=0
(2i)n
= 1 + 2i − 4 − 8i + 16 + 32i − 64 − 128i + · · ·
we see the first few partial sums are
s0 = 1
s1 = 1 + 2i
s2 = −3 + 2i
s3 = −3 − 6i
s4 = 13 − 6i
s5 = 13 + 26i
Here are is a picture of the first several partial sums plotted in the complex
plane:
4. Consider the series
∞
P
n=0
(1
2
+ 1
2
i)n
.
(I) Determine whether or not the series is convergent, and if the series is
convergent find its sum (and write your answer in the form a + bi).
(II) Find the first 8 partial sums (s0, s1, s2, s3, s4, s5, s6, s7).
10
(III) Plot the first 8 partial sums in the complex plane as in example 1 to verify
your answer for part (I).
Solution. This a geometric series with
|r| =
1
2
+
1
2
i =
s
1
2
2
+

1
2
2
=
r
1
2
 1
so it converges. Moreover,
∞
X
n=0

1
2
+
1
2
i
n
=
1
1 − 1
2
+ 1
2
i
 =
1
1
2
− 1
2
i
=
2
1 − i
=
2
1 − i
·
1 + i
1 + i
=
2 + 2i
2
= 1+i.
To check that our answer makes sense, let’s look at some of the partial sums:
∞
X
n=0

1
2
+
1
2
i
n
= 1 +

1
2
+
1
2
i

+

1
2
+
1
2
i
2
+

1
2
+
1
2
i
3
+

1
2
+
1
2
i
4
+ · · ·
Since 1
2
+ 1
2
i
2
= 1
2
i we have
∞
X
n=0

1
2
+
1
2
i
n
= 1+

1
2
+
1
2
i

+

1
2
i

+

−
1
4
+
1
4
i

+

−
1
4

+

−
1
8
−
1
8
i

+

−
1
8
i

+

1
16
−
1
16
i

+ · · ·
so the partial sums look like:
s0 = 1
s1 = 3
2
+ 1
2
i
s2 = 3
2
+ i
s3 = 5
4
+ 5
4
i
s4 = 1 + 5
4
i
s5 = 7
8
+ 9
8
i
s6 = 7
8
+ i
s7 = 15
16
+ 15
16
i
.
.
.
11
Here’s a picture of the first several partial sums plotted in the complex plane,
illustrating our answer.
5. For each of the following power series find the radius of convergence and draw
a picture of the disk where the series converges as in example 2.
(a)
∞
P
n=0
nxn
n+1
.
Solution. Using the ratio test with an = nxn
n+1
we have
an+1
an
=
(n + 1)xn+1
n + 2
·
n + 1
nxn
=
x(n2
+ 2n + 1)
n2 + 2
→ |x| as n → ∞
So the series converges when |x|  1 and diverges when |x|  1. Thus the
radius of convergence is 1 as pictured below.
(b)
∞
P
n=1
(x−2+i)n
(n+1)3n
[Hint: To see where the power series is centered you need to write x−2+i
in the form x − (a + bi).]
12
Solution. Using the ratio test with an = (x−2+i)n
(n+1)3n we have
an+1
an
=
(x − 2 + i)n+1
(n + 2)3n+1
·
(n + 1)3n
(x − 2 + i)n
=
(x − 2 + i)(n + 1)
(n + 2)3
→
|x − 2 + i|
3
as n → ∞
So the series converges when |x − 2 + i| = |x − (2 − i)|  3 and diverges
when |x − 2 + i| = |x − (2 − i)|  3. Thus the radius of convergence is 3
as pictured below.
(c)
∞
P
n=1
n!
nn (x + 2i)n
Solution. Using the ratio test with an = n!
nn (x + 2i)n
we have
an+1
an
=
(n + 1)!(x + 2i)n+1
(n + 1)n+1
·
nn
n!(x + 2i)n
=
nn
(n + 1)n
(x + 2i) = |x + 2i|

n
n + 1
n
Since lim
n→∞
ln n
n+1
n
= lim
n→∞
ln( n
n+1 )
1
n
= lim
n→∞
(n+1
n )
“
1
(n+1)2
”
− 1
n2
= lim
n→∞
−n
n+1
= −1,
we see n
n+1
n
= eln( n
n+1 )
n
→ e−1
as n → ∞. Thus
|x + 2i|

n
n + 1
n
→
|x + 2i|
e
as n → ∞
So the series converges when |x + 2i| = |x − (−2i)|  e and diverges when
|x + 2i| = |x − (−2i)|  e. Thus the radius of convergence is e as pictured
below.
13
A.5 exponentials and Euler’s formula
1. Write each of the following in the form a + bi.
(a) e
−2π
3
i
Solution. e
−2π
3
i
= cos(−2π
3
) + i sin(−2π
3
) = −1
2
−
√
3
2
i.
(b) 12e
π
6
i
Solution. 12e
π
6
i
= 12[cos(π
6
) + i sin(π
6
)] = 12[
√
3
2
+ 1
2
i] = 6
√
3 + 6i.
(c) e
2π
3
i
+ e
4π
3
i
+ e
6π
3
i
Solution.
• e
2π
3
i
= cos(2π
3
) + i sin(2π
3
) = −1
2
+
√
3
2
i,
• e
4π
3
i
= cos(4π
3
) + i sin(4π
3
) = −1
2
−
√
3
2
i,
• e
6π
3
i
= e2πi
= 1.
Thus
e
2π
3
i
+ e
4π
3
i
+ e
6π
3
i
= −
1
2
+
√
3
2
i −
1
2
−
√
3
2
i + 1 = 0.
2. Show that cos(θ) = eiθ+e−iθ
2
and sin(θ) = eiθ−e−iθ
2i
for all real numbers θ.
[Hint: Use Euler’s formula and the negative angle identities for sine and cosine.]
Solution.
eiθ
+ e−iθ
2
=
cos(θ) + i sin(θ) + cos(−θ) + sin(−θ)
2
=
cos θ + i sin θ + cos θ − i sin θ
2
=
2 cos θ
2
= cos θ.
eiθ
− e−iθ
2i
=
cos(θ) + i sin(θ) − [cos(−θ) + sin(−θ)]
2i
=
cos θ + i sin θ − [cos θ − i sin θ]
2i
=
cos θ + i sin θ − cos θ + i sin θ]
2i
=
2i sin θ
2i
= sin θ.
14
3. Let S be the set of all complex numbers with real part 3.
(a) Draw a picture of S in the complex plane and label at least one point in
S using the form a + bi.
(b) Draw a picture of the image of S under the map z 7→ ez
in the complex
plane and label at least one point in the image of S using the form a + bi.
Solution.
4. Let T be the set of all complex numbers a + bi with a = b  0.
(a) Draw a picture of T in the complex plane and label at least one point in
T using the form a + bi.
(b) Draw a picture of the preimage of T under the map z 7→ ez
in the complex
plane and label at least one point in the preimage of T using the form
a + bi.
Solution.
15
5. Solve the equation ex
= e for x.
[Find ALL complex solutions.]
Solution. Since ea+bi
= ea
ebi
we know that ea+bi
= e if and only if ea
= e and
ebi
= 1. Thus the solutions to the equation ex
= e are all complex numbers
1 + 2πki where k is any integer.
6. Show that |ea+bi
| = ea
.
Solution.
|ea+bi
| = |ea
ebi
| = |ea
|·|ebi
| = ea
| cos(b)+i sin(b)| = ea
p
cos2 b + sin2
b = ea
√
1 = ea
.
7. Let z be an arbitrary complex number. Explain why ez
6= 0.
[Hint: Use the result from the previous exercise.]
Solution. Let z = a + bi for a and b real. Then from exercise 6 we know
|ez
| = ea
 0. However, |0| = 0. So it’s impossible for ez
to be equal to 0.
A.6 polar form and multiplication.
1. Write the following numbers in standard (rectangular) form (a + bi).
(a) 3e
3π
4
i
Solution. 3e
3π
4
i
= 3 cos(3π
4
) + 3i sin(3π
4
) = −3
√
2
2
+ 3
√
2
2
i.
(b) 12e− 22π
3
i
Solution. Since −22π
3
= 2π
3
− 8π we have
12e− 22π
3
i
= 12 cos

−
22π
3

+12i sin

−
22π
3

= 12 cos

2π
3

+i sin

2π
3

= −6 + 6
√
3i.
(c) 19e
14π
2
i
Solution. 19e
14π
2
i
= 19e7πi
= 19eπi
= 19 cos(π) + 19i sin(π) = −19.
2. Write the following numbers in polar form (reiθ
).
(a) 4 − 4i
Solution. r = |4 − 4i| =
p
42 + (−4)2 =
√
32 = 4
√
2. Also
cos θ =
4
4
√
2
=
√
2
2
and sin θ = −
4
4
√
2
= −
√
2
2
so we choose θ = −3π
4
. (This is not the only possible correct choice of θ. θ
could be any −3π
4
+2πk as long as k is an integer.) Thus 4−4i = 4
√
2e− 3π
4
i
.
16
(b) −32i
Solution. r = | − 32i| = 32. Also, cos θ = 0
32
= 0 and sin θ = −32
32
= −1
so we choose θ = −π
2
(again, this is not the only θ which works). Thus
−32i = 32e− π
2
i
.
(c) 7
√
3 − 7i
Solution. r = |7
√
3 − 7i| =
q
72 + (7
√
3)2 =
√
49 + 147 =
√
196 = 14.
Also
cos θ =
7
14
=
1
2
and sin θ =
−7
√
3
14
= −
√
3
2
.
We choose θ = −π
3
(other correct θ exist). Thus 7
√
3 − 7i = 14e− π
3
i
.
(d) −2 − 2
√
3i
Solution. r = | − 2 − 2
√
3i| =
q
(−2)2 + (−2
√
3)2 =
√
4 + 12 = 4. Also,
cos θ =
−2
4
= −
1
2
and sin θ =
−2
√
3
4
= −
√
3
2
.
So we choose θ = −2π
3
(other correct θ exist). So −2 − 2
√
3i = 2e− 2π
3
i
.
3. Write (−
√
3 + i)8
in the form a + bi.
[Hint: use example 3 as a guide.]
Solution. First we write −
√
3 + i in polar form. You should get something
equivalent to −
√
3 + i = 2e
5π
6
i
. Thus
(−
√
3 + i)8
= (2e
5π
6
i
)8
= 28
e8· 5π
6
i
= 256e
40π
6
i
= 256e6πi+ 2π
3
i
= 256e
2π
3
i
.
Now we convert back to rectangular coordinates (a + bi). You should get
256e
2π
3
i
= −128 + 128
√
3.
4. Let z = e
5π
6
i
. Plot the complex numbers z, z2
, z3
, z4
, z5
, and z6
in the complex
plane.
Solution.
17
5. Let z = e− 2π
3
i
. Plot the complex numbers z, z2
, z3
, z4
, z5
, and z6
in the complex
plane.
Solution.
6. Plot the complex number zw where z and w are the complex numbers given
below.
Solution.
7. Plot the complex number iw + zw̄ where z and w are the complex numbers
given below.
Solution.
8. Suppose z = reiθ
is an arbitrary complex number.
(a) Write −z in polar form.
Solution. −z = rei(θ+π)
18
(b) Write z̄ in polar form.
Solution. z̄ = re−iθ
(c) Write z−1
in polar form (assuming z 6= 0).
Solution. z−1
= 1
r
e−iθ
9. The nth roots of unity are all the complex solutions to the equation xn
= 1.
(a) Write down all 12th roots of unity in polar form (reiθ
).
Solution.
e0i
, e
2π
12
i
, e
4π
12
i
, e
6π
12
i
, e
8π
12
i
, e
10π
12
i
, e
12π
12
i
, e
14π
12
i
, e
16π
12
i
, e
18π
12
i
, e
20π
12
i
, e
22π
12
i
,
or simplified a bit
1, e
π
6
i
, e
π
3
i
, e
π
2
i
, e
2π
3
i
, e
5π
6
i
, eπi
, e
7π
6
i
, e
4π
3
i
, e
3π
2
i
, e
5π
3
i
, e
11π
6
i
.
(b) Write down all 12th roots of unity in standard (rectangular) form (a + bi).
Solution. You should get ±1, ±i and all complex numbers of the form
±
√
3
2
± 1
2
i or ±1
2
±
√
3
2
i.
(c) Plot the 12th roots of unity in the complex plane.
(d) Indicate which of the 12th roots of unity are also 6th roots of unity in your
answer for part (c).
(e) Indicate which of the 12th roots of unity are also 3rd roots of unity in your
answer for part (c).
(f) Indicate which of the 12th roots of unity are also 4th roots of unity in your
answer for part (c).
Solution.
19
10. (a) Find all complex roots of the polynomial x5
− 1.
Solution. The roots are the five 5th roots of unity:
1, e
2π
5
i
, e
4π
5
i
, e
6π
5
i
, e
8π
5
i
.
(b) Find all complex roots of the polynomial x4
+ x3
+ x2
+ x + 1.
[Hint: expand (x − 1)(x4
+ x3
+ x2
+ x + 1) and use your answer from part
(a).]
Solution. Since (x − 1)(x4
+ x3
+ x2
+ x + 1) = x5
− 1 we know the roots
of x4
+ x3
+ x2
+ x + 1 are all the fifth roots of unity except 1, namely
e
2π
5
i
, e
4π
5
i
, e
6π
5
i
, e
8π
5
i
.
11. Solve for x (give all complex solutions):
(a) x3
= −1.
Solution. x is one of the following: e
π
3
i
, −1, e
5π
3
i
(the 6th roots of
unity which are not 3rd roots of unity).
(b) x4
= 2.
Solution. x is one of the following: 4
√
2, 4
√
2i, − 4
√
2, − 4
√
2i
(c) x5
= 32.
Solution. x is one of the following: 2, 2e
2π
5
i
, 2e
4π
5
i
, 2e
6π
5
i
, 2e
8π
5
i
20

More Related Content

What's hot

3 sk. pembentukan tim siaga bencana
3 sk. pembentukan tim siaga bencana3 sk. pembentukan tim siaga bencana
3 sk. pembentukan tim siaga bencanaDeddy Sutarmin
 
Cetak segel pilkades 2019
Cetak segel pilkades  2019Cetak segel pilkades  2019
Cetak segel pilkades 2019WanTsunami
 
Pericardium external features
Pericardium external featuresPericardium external features
Pericardium external featuresdrasarma1947
 
Imaging ischemic infarction.pptx
Imaging ischemic infarction.pptxImaging ischemic infarction.pptx
Imaging ischemic infarction.pptxirkoWorku
 
UU Nomor 6 Tahun 2014 Tentang Desa
UU Nomor 6 Tahun 2014 Tentang DesaUU Nomor 6 Tahun 2014 Tentang Desa
UU Nomor 6 Tahun 2014 Tentang DesaYudhi Aldriand
 
Keputusan bersama kepala desa
Keputusan bersama kepala desaKeputusan bersama kepala desa
Keputusan bersama kepala desaPeno Wirawan
 
Laporan Pelaksanaan Pemilihan Kepala Desa Panjalu Kab. Ciamis Tahun 2013
Laporan Pelaksanaan Pemilihan Kepala Desa Panjalu Kab. Ciamis Tahun 2013Laporan Pelaksanaan Pemilihan Kepala Desa Panjalu Kab. Ciamis Tahun 2013
Laporan Pelaksanaan Pemilihan Kepala Desa Panjalu Kab. Ciamis Tahun 2013Aji Sahdi Sutisna
 

What's hot (9)

Radial nerve
Radial nerveRadial nerve
Radial nerve
 
3 sk. pembentukan tim siaga bencana
3 sk. pembentukan tim siaga bencana3 sk. pembentukan tim siaga bencana
3 sk. pembentukan tim siaga bencana
 
Cetak segel pilkades 2019
Cetak segel pilkades  2019Cetak segel pilkades  2019
Cetak segel pilkades 2019
 
Pericardium external features
Pericardium external featuresPericardium external features
Pericardium external features
 
Imaging ischemic infarction.pptx
Imaging ischemic infarction.pptxImaging ischemic infarction.pptx
Imaging ischemic infarction.pptx
 
UU Nomor 6 Tahun 2014 Tentang Desa
UU Nomor 6 Tahun 2014 Tentang DesaUU Nomor 6 Tahun 2014 Tentang Desa
UU Nomor 6 Tahun 2014 Tentang Desa
 
Contoh persetujuan camat
Contoh persetujuan camatContoh persetujuan camat
Contoh persetujuan camat
 
Keputusan bersama kepala desa
Keputusan bersama kepala desaKeputusan bersama kepala desa
Keputusan bersama kepala desa
 
Laporan Pelaksanaan Pemilihan Kepala Desa Panjalu Kab. Ciamis Tahun 2013
Laporan Pelaksanaan Pemilihan Kepala Desa Panjalu Kab. Ciamis Tahun 2013Laporan Pelaksanaan Pemilihan Kepala Desa Panjalu Kab. Ciamis Tahun 2013
Laporan Pelaksanaan Pemilihan Kepala Desa Panjalu Kab. Ciamis Tahun 2013
 

Similar to A Solutions To Exercises On Complex Numbers

3.complex numbers Further Mathematics Zimbabwe Zimsec Cambridge
3.complex numbers  Further Mathematics Zimbabwe Zimsec Cambridge3.complex numbers  Further Mathematics Zimbabwe Zimsec Cambridge
3.complex numbers Further Mathematics Zimbabwe Zimsec Cambridgealproelearning
 
2 complex numbers part 2 of 3
2 complex numbers part 2 of 32 complex numbers part 2 of 3
2 complex numbers part 2 of 3naveenkumar9211
 
Algebra ii honors study guide
Algebra ii honors study guideAlgebra ii honors study guide
Algebra ii honors study guidemorrobea
 
Algebra ii honors study guide
Algebra ii honors study guideAlgebra ii honors study guide
Algebra ii honors study guidemorrobea
 
1 complex numbers part 1 of 3
1 complex numbers part 1 of 31 complex numbers part 1 of 3
1 complex numbers part 1 of 3naveenkumar9211
 
1.4 complex numbers t
1.4 complex numbers t1.4 complex numbers t
1.4 complex numbers tmath260
 
Model Qes 2
Model Qes 2Model Qes 2
Model Qes 2shojan84
 
Assignment of class 12 (chapters 2 to 9)
Assignment of class 12 (chapters 2 to 9)Assignment of class 12 (chapters 2 to 9)
Assignment of class 12 (chapters 2 to 9)KarunaGupta1982
 
The solution of problem
The solution of problemThe solution of problem
The solution of problemnoviannurf
 
Assessments for class xi
Assessments  for class  xi Assessments  for class  xi
Assessments for class xi indu psthakur
 
Maths important questions for 2018
Maths important questions for 2018Maths important questions for 2018
Maths important questions for 2018KarunaGupta1982
 
Maths imp questions for 2018
Maths imp questions for 2018Maths imp questions for 2018
Maths imp questions for 2018KarunaGupta1982
 
Question bank -xi (hots)
Question bank -xi (hots)Question bank -xi (hots)
Question bank -xi (hots)indu psthakur
 
2018 mtap for g10 with answers
2018 mtap for g10 with answers2018 mtap for g10 with answers
2018 mtap for g10 with answersJashey Dee
 
Vii ch 1 integers
Vii  ch 1 integersVii  ch 1 integers
Vii ch 1 integersAmruthaKB2
 
some important questions for practice clas 12
some important questions for practice clas 12  some important questions for practice clas 12
some important questions for practice clas 12 nitishguptamaps
 

Similar to A Solutions To Exercises On Complex Numbers (20)

3.complex numbers Further Mathematics Zimbabwe Zimsec Cambridge
3.complex numbers  Further Mathematics Zimbabwe Zimsec Cambridge3.complex numbers  Further Mathematics Zimbabwe Zimsec Cambridge
3.complex numbers Further Mathematics Zimbabwe Zimsec Cambridge
 
2 complex numbers part 2 of 3
2 complex numbers part 2 of 32 complex numbers part 2 of 3
2 complex numbers part 2 of 3
 
Algebra ii honors study guide
Algebra ii honors study guideAlgebra ii honors study guide
Algebra ii honors study guide
 
Algebra ii honors study guide
Algebra ii honors study guideAlgebra ii honors study guide
Algebra ii honors study guide
 
1 complex numbers part 1 of 3
1 complex numbers part 1 of 31 complex numbers part 1 of 3
1 complex numbers part 1 of 3
 
1.4 complex numbers t
1.4 complex numbers t1.4 complex numbers t
1.4 complex numbers t
 
Model Qes 2
Model Qes 2Model Qes 2
Model Qes 2
 
Assignment of class 12 (chapters 2 to 9)
Assignment of class 12 (chapters 2 to 9)Assignment of class 12 (chapters 2 to 9)
Assignment of class 12 (chapters 2 to 9)
 
The solution-of-problem
The solution-of-problemThe solution-of-problem
The solution-of-problem
 
The solution of problem
The solution of problemThe solution of problem
The solution of problem
 
Assessments for class xi
Assessments  for class  xi Assessments  for class  xi
Assessments for class xi
 
Maths important questions for 2018
Maths important questions for 2018Maths important questions for 2018
Maths important questions for 2018
 
Maths imp questions for 2018
Maths imp questions for 2018Maths imp questions for 2018
Maths imp questions for 2018
 
Question bank -xi (hots)
Question bank -xi (hots)Question bank -xi (hots)
Question bank -xi (hots)
 
2018 mtap for g10 with answers
2018 mtap for g10 with answers2018 mtap for g10 with answers
2018 mtap for g10 with answers
 
1 ca nall
1 ca nall1 ca nall
1 ca nall
 
Appt and reasoning
Appt and reasoningAppt and reasoning
Appt and reasoning
 
Vii ch 1 integers
Vii  ch 1 integersVii  ch 1 integers
Vii ch 1 integers
 
add math form 4/5
add math form 4/5add math form 4/5
add math form 4/5
 
some important questions for practice clas 12
some important questions for practice clas 12  some important questions for practice clas 12
some important questions for practice clas 12
 

More from Scott Bou

💐 College Argumentative Essay. 16 Easy Argumenta.pdf
💐 College Argumentative Essay. 16 Easy Argumenta.pdf💐 College Argumentative Essay. 16 Easy Argumenta.pdf
💐 College Argumentative Essay. 16 Easy Argumenta.pdfScott Bou
 
Teagan Education Consulting Columbia College Chicago
Teagan Education Consulting Columbia College ChicagoTeagan Education Consulting Columbia College Chicago
Teagan Education Consulting Columbia College ChicagoScott Bou
 
Beginning Of Quotes In Essay Example. QuotesGr
Beginning Of Quotes In Essay Example. QuotesGrBeginning Of Quotes In Essay Example. QuotesGr
Beginning Of Quotes In Essay Example. QuotesGrScott Bou
 
WilsonFundati. Online assignment writing service.
WilsonFundati. Online assignment writing service.WilsonFundati. Online assignment writing service.
WilsonFundati. Online assignment writing service.Scott Bou
 
IELTS Writing Task 2. Free Lessons For Improving Your
IELTS Writing Task 2. Free Lessons For Improving YourIELTS Writing Task 2. Free Lessons For Improving Your
IELTS Writing Task 2. Free Lessons For Improving YourScott Bou
 
Top Examples Of Personal Essays. Online assignment writing service.
Top Examples Of Personal Essays. Online assignment writing service.Top Examples Of Personal Essays. Online assignment writing service.
Top Examples Of Personal Essays. Online assignment writing service.Scott Bou
 
How To Write In Third Person. How To Write In 3Rd Perso
How To Write In Third Person. How To Write In 3Rd PersoHow To Write In Third Person. How To Write In 3Rd Perso
How To Write In Third Person. How To Write In 3Rd PersoScott Bou
 
History Essay Our University Essay. Online assignment writing service.
History Essay Our University Essay. Online assignment writing service.History Essay Our University Essay. Online assignment writing service.
History Essay Our University Essay. Online assignment writing service.Scott Bou
 
Mla Format Double Spaced Essay - Ma. Online assignment writing service.
Mla Format Double Spaced Essay - Ma. Online assignment writing service.Mla Format Double Spaced Essay - Ma. Online assignment writing service.
Mla Format Double Spaced Essay - Ma. Online assignment writing service.Scott Bou
 
Enneagram 4 Wing 3. Online assignment writing service.
Enneagram 4 Wing 3. Online assignment writing service.Enneagram 4 Wing 3. Online assignment writing service.
Enneagram 4 Wing 3. Online assignment writing service.Scott Bou
 
First Grade Writng Paper Template With Picture Jour
First Grade Writng Paper Template With Picture JourFirst Grade Writng Paper Template With Picture Jour
First Grade Writng Paper Template With Picture JourScott Bou
 
Layout Of A Research Proposal. Research Propos
Layout Of A Research Proposal. Research ProposLayout Of A Research Proposal. Research Propos
Layout Of A Research Proposal. Research ProposScott Bou
 
Ms De 50 Ejemplos, Formularios Y Preguntas D
Ms De 50 Ejemplos, Formularios Y Preguntas DMs De 50 Ejemplos, Formularios Y Preguntas D
Ms De 50 Ejemplos, Formularios Y Preguntas DScott Bou
 
Formal Proposal. Online assignment writing service.
Formal Proposal. Online assignment writing service.Formal Proposal. Online assignment writing service.
Formal Proposal. Online assignment writing service.Scott Bou
 
How To Write A Note Card For A Research Paper Tips To Hel
How To Write A Note Card For A Research Paper Tips To HelHow To Write A Note Card For A Research Paper Tips To Hel
How To Write A Note Card For A Research Paper Tips To HelScott Bou
 
10 Best Love Letter Templates Printable For Fr
10 Best Love Letter Templates Printable For Fr10 Best Love Letter Templates Printable For Fr
10 Best Love Letter Templates Printable For FrScott Bou
 
Essay Help Australia For Students By Profe
Essay Help Australia For Students By ProfeEssay Help Australia For Students By Profe
Essay Help Australia For Students By ProfeScott Bou
 
Printable Writing Paper Writing Paper Printable, Fr
Printable Writing Paper Writing Paper Printable, FrPrintable Writing Paper Writing Paper Printable, Fr
Printable Writing Paper Writing Paper Printable, FrScott Bou
 
Custom Research Paper Writing Service By Khan Jo
Custom Research Paper Writing Service By Khan JoCustom Research Paper Writing Service By Khan Jo
Custom Research Paper Writing Service By Khan JoScott Bou
 
An Abstract For A Research Paper. What To Put In An Ab
An Abstract For A Research Paper. What To Put In An AbAn Abstract For A Research Paper. What To Put In An Ab
An Abstract For A Research Paper. What To Put In An AbScott Bou
 

More from Scott Bou (20)

💐 College Argumentative Essay. 16 Easy Argumenta.pdf
💐 College Argumentative Essay. 16 Easy Argumenta.pdf💐 College Argumentative Essay. 16 Easy Argumenta.pdf
💐 College Argumentative Essay. 16 Easy Argumenta.pdf
 
Teagan Education Consulting Columbia College Chicago
Teagan Education Consulting Columbia College ChicagoTeagan Education Consulting Columbia College Chicago
Teagan Education Consulting Columbia College Chicago
 
Beginning Of Quotes In Essay Example. QuotesGr
Beginning Of Quotes In Essay Example. QuotesGrBeginning Of Quotes In Essay Example. QuotesGr
Beginning Of Quotes In Essay Example. QuotesGr
 
WilsonFundati. Online assignment writing service.
WilsonFundati. Online assignment writing service.WilsonFundati. Online assignment writing service.
WilsonFundati. Online assignment writing service.
 
IELTS Writing Task 2. Free Lessons For Improving Your
IELTS Writing Task 2. Free Lessons For Improving YourIELTS Writing Task 2. Free Lessons For Improving Your
IELTS Writing Task 2. Free Lessons For Improving Your
 
Top Examples Of Personal Essays. Online assignment writing service.
Top Examples Of Personal Essays. Online assignment writing service.Top Examples Of Personal Essays. Online assignment writing service.
Top Examples Of Personal Essays. Online assignment writing service.
 
How To Write In Third Person. How To Write In 3Rd Perso
How To Write In Third Person. How To Write In 3Rd PersoHow To Write In Third Person. How To Write In 3Rd Perso
How To Write In Third Person. How To Write In 3Rd Perso
 
History Essay Our University Essay. Online assignment writing service.
History Essay Our University Essay. Online assignment writing service.History Essay Our University Essay. Online assignment writing service.
History Essay Our University Essay. Online assignment writing service.
 
Mla Format Double Spaced Essay - Ma. Online assignment writing service.
Mla Format Double Spaced Essay - Ma. Online assignment writing service.Mla Format Double Spaced Essay - Ma. Online assignment writing service.
Mla Format Double Spaced Essay - Ma. Online assignment writing service.
 
Enneagram 4 Wing 3. Online assignment writing service.
Enneagram 4 Wing 3. Online assignment writing service.Enneagram 4 Wing 3. Online assignment writing service.
Enneagram 4 Wing 3. Online assignment writing service.
 
First Grade Writng Paper Template With Picture Jour
First Grade Writng Paper Template With Picture JourFirst Grade Writng Paper Template With Picture Jour
First Grade Writng Paper Template With Picture Jour
 
Layout Of A Research Proposal. Research Propos
Layout Of A Research Proposal. Research ProposLayout Of A Research Proposal. Research Propos
Layout Of A Research Proposal. Research Propos
 
Ms De 50 Ejemplos, Formularios Y Preguntas D
Ms De 50 Ejemplos, Formularios Y Preguntas DMs De 50 Ejemplos, Formularios Y Preguntas D
Ms De 50 Ejemplos, Formularios Y Preguntas D
 
Formal Proposal. Online assignment writing service.
Formal Proposal. Online assignment writing service.Formal Proposal. Online assignment writing service.
Formal Proposal. Online assignment writing service.
 
How To Write A Note Card For A Research Paper Tips To Hel
How To Write A Note Card For A Research Paper Tips To HelHow To Write A Note Card For A Research Paper Tips To Hel
How To Write A Note Card For A Research Paper Tips To Hel
 
10 Best Love Letter Templates Printable For Fr
10 Best Love Letter Templates Printable For Fr10 Best Love Letter Templates Printable For Fr
10 Best Love Letter Templates Printable For Fr
 
Essay Help Australia For Students By Profe
Essay Help Australia For Students By ProfeEssay Help Australia For Students By Profe
Essay Help Australia For Students By Profe
 
Printable Writing Paper Writing Paper Printable, Fr
Printable Writing Paper Writing Paper Printable, FrPrintable Writing Paper Writing Paper Printable, Fr
Printable Writing Paper Writing Paper Printable, Fr
 
Custom Research Paper Writing Service By Khan Jo
Custom Research Paper Writing Service By Khan JoCustom Research Paper Writing Service By Khan Jo
Custom Research Paper Writing Service By Khan Jo
 
An Abstract For A Research Paper. What To Put In An Ab
An Abstract For A Research Paper. What To Put In An AbAn Abstract For A Research Paper. What To Put In An Ab
An Abstract For A Research Paper. What To Put In An Ab
 

Recently uploaded

Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptxPoojaSen20
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 

Recently uploaded (20)

Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptx
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 

A Solutions To Exercises On Complex Numbers

  • 1. A Solutions to exercises on complex numbers. A.1 addition and multiplication 1. Do problems 1-4, 11, 12 from appendix G in the book (page A47). Evaluate the expression and write your answer in the form a + bi. (1.) (5 − 6i) + (3 + 2i) Solution. 8 − 4i. (2.) (4 − 1 2 i) − (9 + 5 2 i) Solution. −5 − 3i. (3.) (2 + 5i)(4 − i) Solution. (2 + 5i)(4 − i) = 8 − 2i + 20i − 5i2 = 13 + 18i. (4.) (1 − 2i)(8 − 3i) Solution. (1 − 2i)(8 − 3i) = 8 − 3i − 16i + 6i2 = 2 − 19i. (11.) i3 Solution. i3 = i2 (i) = (−1)i = −i. (12.) i100 Solution. i100 = i2·50 = (i2 )50 = (−1)50 = 1. 2. Find 2 distinct complex numbers z1 and z2 with the property that z2 j = −1 for both j = 1 and j = 2. Solution. i and −i. 3. Find 4 distinct complex numbers z1, z2, z3, and z4 with the property that z4 j = 1 for all j = 1, 2, 3, 4. Solution. 1, i, −1, and −i. 4. Write the product ( √ 3 2 + 1 2 i)(1 2 + √ 3 2 i) in the form a + bi. Solution. √ 3 2 + 1 2 i ! 1 2 + √ 3 2 i ! = √ 3 4 + 3 4 i + 1 4 i + √ 3 4 i2 = i. A.2 conjugates and multiplicative inverses 1. Do problems 5-10 from appendix G in the book (page A47). Evaluate the expression and write your answer in the form a + bi. (5.) 12 + 7i. Solution. 12 − 7i. (6.) 2i(1 2 − i) Solution. Since 2i(1 2 − i) = i − 2i2 = 2 + i we have 2i(1 2 − i) = 2 − i. 1
  • 2. (7.) 1+4i 3+2i Solution. 1+4i 3+2i = 1+4i 3+2i · 3−2i 3−2i = 3−2i+12i−8i2 32+22 = 11+10i 13 = 11 13 + 10 13 i. (8.) 3+2i 1−4i Solution. 3+2i 1−4i = 3+2i 1−4i · 1+4i 1+4i = 3+12i+2i+8i2 12+42 = −5+12i 17 = − 5 17 + 12 17 i. (9.) 1 1+i Solution. 1 1+i = 1 1+i · 1−i 1−i = 1−i 12+12 = 1−i 2 = 1 2 − 1 2 i. (10.) 3 4−3i Solution. 3 4−3i = 3 4−3i · 4+3i 4+3i = 12+9i 42+32 = 12+9i 25 = 12 25 + 9 25 i. 2. Find the multiplicative inverse of each of the complex numbers: −1 − i, 3 − 2i, i, 2 √ 3 − 2i, − √ 2 2 + √ 2 2 i Solution. • (−1 − i)−1 = 1 (−1−i)(−1+i) (−1 + i) = 1 12+12 (−1 + i) = −1 2 + 1 2 i. • (3 − 2i)−1 = 1 (3−2i)(3+2i) (3 + 2i) = 1 32+22 (3 + 2i) = 3 13 + 2 13 i. • i−1 = 1 i(−i) (−i) = 1 1 (−i) = −i. • (2 √ 3 − 2i)−1 = 1 (2 √ 3−2i)(2 √ 3+2i) (2 √ 3 + 2i) = 1 (2 √ 3)2+22 (2 √ 3 + 2i) = 2 √ 3 16 + 2 16 i = √ 3 8 + 1 8 i. • (− √ 2 2 + √ 2 2 i)−1 = 1 (− √ 2 2 + √ 2 2 i)(− √ 2 2 − √ 2 2 i) (− √ 2 2 − √ 2 2 i) = 1 ( √ 2 2 )2+( √ 2 2 )2 (− √ 2 2 − √ 2 2 i) = − √ 2 2 − √ 2 2 i. 3. Find the multiplicative inverse of bi where b is an arbitrary nonzero real number. Solution. (bi)−1 = 1 (bi)(bi) (bi) = 1 (bi)(−bi) (−bi) = 1 b2 (−bi) = − i b . 4. Show that z + w = z̄ + w̄ for any complex numbers z and w. [Hint: Set z = a + bi and w = c + di and compute each side of the equation separately.] Solution. Set z = a + bi and w = c + di. Then we have z + w = (a + bi) + (c + di) = (a + c) − (b + d)i = (a + c) − (b + d)i, z̄ + w̄ = a + bi + c + di = a − bi + c − di = (a + c) − (b + d)i. Thus z + w = z̄ + w̄. 2
  • 3. 5. Show that z · w = z̄ · w̄ for any complex numbers z and w. [Hint: Set z = a + bi and w = c + di and compute each side of the equation separately.] Solution. Set z = a + bi and w = c + di. Then we have z · w = (a + bi)(c + di) = (ac − bd) + (ad + bc)i = (ac − bd) − (ad + bc)i, z̄·w̄ = (a + bi)(c + di) = (a−bi)(c−di) = ac−adi−bci+bdi2 = (ac−bd)−(ad+bc)i. Thus z · w = z̄ · w̄. A.3 the complex plane 1. (Proving the parallelogram rule). Let z = a + bi and w = c + di and assume that no two of the points 0, z and w lie on a single vertical line. (a) Find a formula for the slope of the line through 0 and z. Answer. b−0 a−0 (b) Find a formula for the slope of the line through w and z + w. Answer. (b+d)−d (a+c)−c (c) Show that the formulas you found in parts (a) and (b) are equal. Solution. Both are equal to b a . 2. Consider the complex numbers z, w, and v pictured below: 3
  • 4. Draw a separate picture for each of the following: (a) Plot the complex numbers z + z̄, w + w̄ and v + v̄ in the complex plane. Solution. (b) Plot the complex number 2w + z̄ + v in the complex plane. Solution. 4
  • 5. (c) Plot the complex number v − z − w in the complex plane. Solution. 3. (a) Shade the region of the complex plane consisting of all complex numbers whose real part is greater than or equal to 1. Solution. (b) Shade the region of the complex plane consisting of all complex numbers whose imaginary part is less than or equal to 4. Solution. 5
  • 6. 4. Let z = 2 − 2i and w = −1 − 3i. (a) Carefully plot z and w in the complex plane. (b) Use the parallelogram rule and your answer from part (a) to plot the complex number z̄ − w. (c) Check your answer for part (b) by writing 2 − 2i − (−1 − 3i) in the form a + bi. Solution. z̄ − w = 2 − 2i − (−1 − 3i) = 2 + 2i + 1 + 3i = 3 + 5i. 6
  • 7. A.4 moduli, limits, and series 1. Assume z 6= 0 is a complex number. Show that z−1 = z̄ |z|2 . Solution. Let z = a + bi. Then z · z̄ = a2 + b2 = ( √ a2 + b2)2 = |z|2 . Thus z−1 = z̄ z·z̄ = z̄ |z|2 . 2. Show that |z · w| = |z| · |w| for any complex numbers z and w. [Hint: Set z = a + bi and w = c + di and compute both sides of the equation separately.] Solution. Set z = a + bi and w = c + di. Then |z · w| = |(a + bi)(c + di)| = |(ac − bd) + (ad + bc)i| = p (ac − bd)2 + (ad + bc)2 = √ a2c2 − 2abcd + b2d2 + a2d2 + 2abcd + b2c2 = √ a2c2 + b2d2 + a2d2 + b2c2. Whereas |z| · |w| = |a + bi| · |c + di| = √ a2 + b2 √ c2 + d2 = p (a2 + b2)(c2 + d2) = √ a2c2 + b2d2 + a2d2 + b2c2. 3. For each of the given series (I) Determine whether or not the series is convergent, and if the series is convergent find its sum (and write your answer in the form a + bi). (II) Find the first six partial sums (s0, s1, s2, s3, s4, s5). (III) Plot the first six partial sums in the complex plane as in example 1 to verify your answer for part (I). 7
  • 8. (a) ∞ P n=0 2i 3 n Solution. The series is geometric with |r| = |2i 3 | = 2 3 1 so it converges. Moreover, we have ∞ X n=0 2i 3 n = 1 1 − 2i 3 = 3 3 − 2i = 3 3 − 2i · 3 + 2i 3 + 2i = 9 + 6i 32 + 22 = 9 13 + 6 13 i. Since ∞ X n=0 2i 3 n = 1 + 2 3 i − 4 9 − 8 27 i + 16 81 + 32 243 i − · · · we see the first few partial sums are s0 = 1 s1 = 1 + 2 3 i s2 = 5 9 + 2 3 i s3 = 5 9 + 10 27 i s4 = 61 81 + 10 27 i s5 = 61 81 + 122 243 i Here are is a picture of the first several partial sums plotted in the complex plane: 8
  • 9. (b) ∞ P n=0 −2i 3 n Solution. The series is geometric with |r| = |−2i 3 | = 2 3 1 so it converges. Moreover, we have ∞ X n=0 − 2i 3 n = 1 1 + 2i 3 = 3 3 + 2i = 3 3 + 2i · 3 − 2i 3 − 2i = 9 − 6i 32 + 22 = 9 13 − 6 13 i. Since ∞ X n=0 − 2i 3 n = 1 − 2 3 i − 4 9 + 8 27 i + 16 81 − 32 243 i − · · · we see the first few partial sums are s0 = 1 s1 = 1 − 2 3 i s2 = 5 9 − 2 3 i s3 = 5 9 − 10 27 i s4 = 61 81 − 10 27 i s5 = 61 81 − 122 243 i Here are is a picture of the first several partial sums plotted in the complex plane: 9
  • 10. (c) ∞ P n=0 (2i)n Solution. The series is geometric with |r| = |2i| = 2 1 so it diverges. Since ∞ X n=0 (2i)n = 1 + 2i − 4 − 8i + 16 + 32i − 64 − 128i + · · · we see the first few partial sums are s0 = 1 s1 = 1 + 2i s2 = −3 + 2i s3 = −3 − 6i s4 = 13 − 6i s5 = 13 + 26i Here are is a picture of the first several partial sums plotted in the complex plane: 4. Consider the series ∞ P n=0 (1 2 + 1 2 i)n . (I) Determine whether or not the series is convergent, and if the series is convergent find its sum (and write your answer in the form a + bi). (II) Find the first 8 partial sums (s0, s1, s2, s3, s4, s5, s6, s7). 10
  • 11. (III) Plot the first 8 partial sums in the complex plane as in example 1 to verify your answer for part (I). Solution. This a geometric series with |r| = 1 2 + 1 2 i = s 1 2 2 + 1 2 2 = r 1 2 1 so it converges. Moreover, ∞ X n=0 1 2 + 1 2 i n = 1 1 − 1 2 + 1 2 i = 1 1 2 − 1 2 i = 2 1 − i = 2 1 − i · 1 + i 1 + i = 2 + 2i 2 = 1+i. To check that our answer makes sense, let’s look at some of the partial sums: ∞ X n=0 1 2 + 1 2 i n = 1 + 1 2 + 1 2 i + 1 2 + 1 2 i 2 + 1 2 + 1 2 i 3 + 1 2 + 1 2 i 4 + · · · Since 1 2 + 1 2 i 2 = 1 2 i we have ∞ X n=0 1 2 + 1 2 i n = 1+ 1 2 + 1 2 i + 1 2 i + − 1 4 + 1 4 i + − 1 4 + − 1 8 − 1 8 i + − 1 8 i + 1 16 − 1 16 i + · · · so the partial sums look like: s0 = 1 s1 = 3 2 + 1 2 i s2 = 3 2 + i s3 = 5 4 + 5 4 i s4 = 1 + 5 4 i s5 = 7 8 + 9 8 i s6 = 7 8 + i s7 = 15 16 + 15 16 i . . . 11
  • 12. Here’s a picture of the first several partial sums plotted in the complex plane, illustrating our answer. 5. For each of the following power series find the radius of convergence and draw a picture of the disk where the series converges as in example 2. (a) ∞ P n=0 nxn n+1 . Solution. Using the ratio test with an = nxn n+1 we have an+1 an = (n + 1)xn+1 n + 2 · n + 1 nxn = x(n2 + 2n + 1) n2 + 2 → |x| as n → ∞ So the series converges when |x| 1 and diverges when |x| 1. Thus the radius of convergence is 1 as pictured below. (b) ∞ P n=1 (x−2+i)n (n+1)3n [Hint: To see where the power series is centered you need to write x−2+i in the form x − (a + bi).] 12
  • 13. Solution. Using the ratio test with an = (x−2+i)n (n+1)3n we have an+1 an = (x − 2 + i)n+1 (n + 2)3n+1 · (n + 1)3n (x − 2 + i)n = (x − 2 + i)(n + 1) (n + 2)3 → |x − 2 + i| 3 as n → ∞ So the series converges when |x − 2 + i| = |x − (2 − i)| 3 and diverges when |x − 2 + i| = |x − (2 − i)| 3. Thus the radius of convergence is 3 as pictured below. (c) ∞ P n=1 n! nn (x + 2i)n Solution. Using the ratio test with an = n! nn (x + 2i)n we have an+1 an = (n + 1)!(x + 2i)n+1 (n + 1)n+1 · nn n!(x + 2i)n = nn (n + 1)n (x + 2i) = |x + 2i| n n + 1 n Since lim n→∞ ln n n+1 n = lim n→∞ ln( n n+1 ) 1 n = lim n→∞ (n+1 n ) “ 1 (n+1)2 ” − 1 n2 = lim n→∞ −n n+1 = −1, we see n n+1 n = eln( n n+1 ) n → e−1 as n → ∞. Thus |x + 2i| n n + 1 n → |x + 2i| e as n → ∞ So the series converges when |x + 2i| = |x − (−2i)| e and diverges when |x + 2i| = |x − (−2i)| e. Thus the radius of convergence is e as pictured below. 13
  • 14. A.5 exponentials and Euler’s formula 1. Write each of the following in the form a + bi. (a) e −2π 3 i Solution. e −2π 3 i = cos(−2π 3 ) + i sin(−2π 3 ) = −1 2 − √ 3 2 i. (b) 12e π 6 i Solution. 12e π 6 i = 12[cos(π 6 ) + i sin(π 6 )] = 12[ √ 3 2 + 1 2 i] = 6 √ 3 + 6i. (c) e 2π 3 i + e 4π 3 i + e 6π 3 i Solution. • e 2π 3 i = cos(2π 3 ) + i sin(2π 3 ) = −1 2 + √ 3 2 i, • e 4π 3 i = cos(4π 3 ) + i sin(4π 3 ) = −1 2 − √ 3 2 i, • e 6π 3 i = e2πi = 1. Thus e 2π 3 i + e 4π 3 i + e 6π 3 i = − 1 2 + √ 3 2 i − 1 2 − √ 3 2 i + 1 = 0. 2. Show that cos(θ) = eiθ+e−iθ 2 and sin(θ) = eiθ−e−iθ 2i for all real numbers θ. [Hint: Use Euler’s formula and the negative angle identities for sine and cosine.] Solution. eiθ + e−iθ 2 = cos(θ) + i sin(θ) + cos(−θ) + sin(−θ) 2 = cos θ + i sin θ + cos θ − i sin θ 2 = 2 cos θ 2 = cos θ. eiθ − e−iθ 2i = cos(θ) + i sin(θ) − [cos(−θ) + sin(−θ)] 2i = cos θ + i sin θ − [cos θ − i sin θ] 2i = cos θ + i sin θ − cos θ + i sin θ] 2i = 2i sin θ 2i = sin θ. 14
  • 15. 3. Let S be the set of all complex numbers with real part 3. (a) Draw a picture of S in the complex plane and label at least one point in S using the form a + bi. (b) Draw a picture of the image of S under the map z 7→ ez in the complex plane and label at least one point in the image of S using the form a + bi. Solution. 4. Let T be the set of all complex numbers a + bi with a = b 0. (a) Draw a picture of T in the complex plane and label at least one point in T using the form a + bi. (b) Draw a picture of the preimage of T under the map z 7→ ez in the complex plane and label at least one point in the preimage of T using the form a + bi. Solution. 15
  • 16. 5. Solve the equation ex = e for x. [Find ALL complex solutions.] Solution. Since ea+bi = ea ebi we know that ea+bi = e if and only if ea = e and ebi = 1. Thus the solutions to the equation ex = e are all complex numbers 1 + 2πki where k is any integer. 6. Show that |ea+bi | = ea . Solution. |ea+bi | = |ea ebi | = |ea |·|ebi | = ea | cos(b)+i sin(b)| = ea p cos2 b + sin2 b = ea √ 1 = ea . 7. Let z be an arbitrary complex number. Explain why ez 6= 0. [Hint: Use the result from the previous exercise.] Solution. Let z = a + bi for a and b real. Then from exercise 6 we know |ez | = ea 0. However, |0| = 0. So it’s impossible for ez to be equal to 0. A.6 polar form and multiplication. 1. Write the following numbers in standard (rectangular) form (a + bi). (a) 3e 3π 4 i Solution. 3e 3π 4 i = 3 cos(3π 4 ) + 3i sin(3π 4 ) = −3 √ 2 2 + 3 √ 2 2 i. (b) 12e− 22π 3 i Solution. Since −22π 3 = 2π 3 − 8π we have 12e− 22π 3 i = 12 cos − 22π 3 +12i sin − 22π 3 = 12 cos 2π 3 +i sin 2π 3 = −6 + 6 √ 3i. (c) 19e 14π 2 i Solution. 19e 14π 2 i = 19e7πi = 19eπi = 19 cos(π) + 19i sin(π) = −19. 2. Write the following numbers in polar form (reiθ ). (a) 4 − 4i Solution. r = |4 − 4i| = p 42 + (−4)2 = √ 32 = 4 √ 2. Also cos θ = 4 4 √ 2 = √ 2 2 and sin θ = − 4 4 √ 2 = − √ 2 2 so we choose θ = −3π 4 . (This is not the only possible correct choice of θ. θ could be any −3π 4 +2πk as long as k is an integer.) Thus 4−4i = 4 √ 2e− 3π 4 i . 16
  • 17. (b) −32i Solution. r = | − 32i| = 32. Also, cos θ = 0 32 = 0 and sin θ = −32 32 = −1 so we choose θ = −π 2 (again, this is not the only θ which works). Thus −32i = 32e− π 2 i . (c) 7 √ 3 − 7i Solution. r = |7 √ 3 − 7i| = q 72 + (7 √ 3)2 = √ 49 + 147 = √ 196 = 14. Also cos θ = 7 14 = 1 2 and sin θ = −7 √ 3 14 = − √ 3 2 . We choose θ = −π 3 (other correct θ exist). Thus 7 √ 3 − 7i = 14e− π 3 i . (d) −2 − 2 √ 3i Solution. r = | − 2 − 2 √ 3i| = q (−2)2 + (−2 √ 3)2 = √ 4 + 12 = 4. Also, cos θ = −2 4 = − 1 2 and sin θ = −2 √ 3 4 = − √ 3 2 . So we choose θ = −2π 3 (other correct θ exist). So −2 − 2 √ 3i = 2e− 2π 3 i . 3. Write (− √ 3 + i)8 in the form a + bi. [Hint: use example 3 as a guide.] Solution. First we write − √ 3 + i in polar form. You should get something equivalent to − √ 3 + i = 2e 5π 6 i . Thus (− √ 3 + i)8 = (2e 5π 6 i )8 = 28 e8· 5π 6 i = 256e 40π 6 i = 256e6πi+ 2π 3 i = 256e 2π 3 i . Now we convert back to rectangular coordinates (a + bi). You should get 256e 2π 3 i = −128 + 128 √ 3. 4. Let z = e 5π 6 i . Plot the complex numbers z, z2 , z3 , z4 , z5 , and z6 in the complex plane. Solution. 17
  • 18. 5. Let z = e− 2π 3 i . Plot the complex numbers z, z2 , z3 , z4 , z5 , and z6 in the complex plane. Solution. 6. Plot the complex number zw where z and w are the complex numbers given below. Solution. 7. Plot the complex number iw + zw̄ where z and w are the complex numbers given below. Solution. 8. Suppose z = reiθ is an arbitrary complex number. (a) Write −z in polar form. Solution. −z = rei(θ+π) 18
  • 19. (b) Write z̄ in polar form. Solution. z̄ = re−iθ (c) Write z−1 in polar form (assuming z 6= 0). Solution. z−1 = 1 r e−iθ 9. The nth roots of unity are all the complex solutions to the equation xn = 1. (a) Write down all 12th roots of unity in polar form (reiθ ). Solution. e0i , e 2π 12 i , e 4π 12 i , e 6π 12 i , e 8π 12 i , e 10π 12 i , e 12π 12 i , e 14π 12 i , e 16π 12 i , e 18π 12 i , e 20π 12 i , e 22π 12 i , or simplified a bit 1, e π 6 i , e π 3 i , e π 2 i , e 2π 3 i , e 5π 6 i , eπi , e 7π 6 i , e 4π 3 i , e 3π 2 i , e 5π 3 i , e 11π 6 i . (b) Write down all 12th roots of unity in standard (rectangular) form (a + bi). Solution. You should get ±1, ±i and all complex numbers of the form ± √ 3 2 ± 1 2 i or ±1 2 ± √ 3 2 i. (c) Plot the 12th roots of unity in the complex plane. (d) Indicate which of the 12th roots of unity are also 6th roots of unity in your answer for part (c). (e) Indicate which of the 12th roots of unity are also 3rd roots of unity in your answer for part (c). (f) Indicate which of the 12th roots of unity are also 4th roots of unity in your answer for part (c). Solution. 19
  • 20. 10. (a) Find all complex roots of the polynomial x5 − 1. Solution. The roots are the five 5th roots of unity: 1, e 2π 5 i , e 4π 5 i , e 6π 5 i , e 8π 5 i . (b) Find all complex roots of the polynomial x4 + x3 + x2 + x + 1. [Hint: expand (x − 1)(x4 + x3 + x2 + x + 1) and use your answer from part (a).] Solution. Since (x − 1)(x4 + x3 + x2 + x + 1) = x5 − 1 we know the roots of x4 + x3 + x2 + x + 1 are all the fifth roots of unity except 1, namely e 2π 5 i , e 4π 5 i , e 6π 5 i , e 8π 5 i . 11. Solve for x (give all complex solutions): (a) x3 = −1. Solution. x is one of the following: e π 3 i , −1, e 5π 3 i (the 6th roots of unity which are not 3rd roots of unity). (b) x4 = 2. Solution. x is one of the following: 4 √ 2, 4 √ 2i, − 4 √ 2, − 4 √ 2i (c) x5 = 32. Solution. x is one of the following: 2, 2e 2π 5 i , 2e 4π 5 i , 2e 6π 5 i , 2e 8π 5 i 20