From Wikibooks, open books for an open world
The imaginary unit
Compute
i
25
=
i
{\displaystyle i^{25}=i}
Compute
i
100
=
1
{\displaystyle i^{100}=1}
Compute
i
1000
=
1
{\displaystyle i^{1000}=1}
The pattern of
i
1
,
i
2
,
i
3
,
.
.
.
{\displaystyle i^{1},i^{2},i^{3},...}
shows that
i
4
n
=
1
{\displaystyle i^{4n}=1}
where n is any integer. This case applies to questions 2 and 3. For question 1,
i
25
=
i
24
×
i
1
=
i
{\displaystyle i^{25}=i^{24}\times i^{1}=i}
.
Complex numbers as solutions to quadratic equations
Convince yourself that x = 3 - 2i is also a solution to the equation.
x
=
3
−
2
i
x
2
=
(
3
)
2
+
2
(
3
)
(
−
2
i
)
+
(
−
2
i
)
2
=
5
−
12
i
x
2
−
6
x
+
13
=
5
−
12
i
−
6
(
3
−
2
i
)
+
13
=
0
{\displaystyle {\begin{matrix}x&=&3-2i&\\x^{2}&=&(3)^{2}+2(3)(-2i)+(-2i)^{2}\\&=&5-12i\\x^{2}-6x+13&=&5-12i-6(3-2i)+13\\&=&0\\\end{matrix}}}
Plot the points A(3, 2) and B(3, -2) on a XY plane. Draw a line for each point joining them to the origin.
Compute the length of AO (the distance from point A to the Origin) and BO. Denote them by
r
1
and
r
2
{\displaystyle r_{1}\ {\mbox{and}}\ r_{2}}
respectively. What do you observe?
r
1
=
3
2
+
2
2
=
13
{\displaystyle r_{1}={\sqrt {3^{2}+2^{2}}}={\sqrt {13}}}
r
2
=
3
2
+
(
−
2
)
2
=
13
{\displaystyle r_{2}={\sqrt {3^{2}+(-2)^{2}}}={\sqrt {13}}}
r
1
and
r
2
{\displaystyle r_{1}\ {\mbox{and}}\ r_{2}}
are the same
Compute the angle between each line and the x-axis and denote them by
ϕ
1
and
ϕ
2
{\displaystyle \phi _{1}\ {\mbox{and}}\ \phi _{2}}
. What do you observe?
ϕ
1
=
tan
−
1
(
3
/
2
)
≈
56
{\displaystyle \phi _{1}=\tan ^{-1}(3/2)\approx 56}
ϕ
2
=
tan
−
1
(
3
/
−
2
)
≈
−
56
{\displaystyle \phi _{2}=\tan ^{-1}(3/-2)\approx -56}
ϕ
1
and
ϕ
2
{\displaystyle \phi _{1}\ {\mbox{and}}\ \phi _{2}}
differ only in the sign of the number
Consider the complex numbers:
z
=
r
1
⋅
(
cos
ϕ
1
+
i
sin
ϕ
1
)
w
=
r
2
⋅
(
cos
ϕ
2
+
i
sin
ϕ
2
)
{\displaystyle {\begin{matrix}z&=&r_{1}\cdot (\cos {\phi _{1}}+i\sin {\phi _{1}})\\w&=&r_{2}\cdot (\cos {\phi _{2}}+i\sin {\phi _{2}})\\\end{matrix}}}
Substitute z and w into the quadratic equation above using the values you have computed in Exercise 3 and 4. What do you observe? What conclusion can you draw from this?
z
=
13
⋅
(
cos
tan
−
1
(
3
/
2
)
+
i
sin
tan
−
1
(
3
/
2
)
)
=
2
+
3
i
w
=
13
⋅
(
cos
tan
−
1
(
3
/
−
2
)
+
i
sin
tan
−
1
(
3
/
−
2
)
)
=
2
−
3
i
{\displaystyle {\begin{matrix}z&=&{\sqrt {13}}\cdot (\cos {\tan ^{-1}(3/2)}+i\sin {\tan ^{-1}(3/2)})&=&2+3i\\w&=&{\sqrt {13}}\cdot (\cos {\tan ^{-1}(3/-2)}+i\sin {\tan ^{-1}(3/-2)})&=&2-3i\\\end{matrix}}}
Thus the quadratic equation will equal 0 since z and w are equal to the solutions we found when solving the equation.
Addition and multiplication
x
=
3
−
2
i
y
=
3
+
2
i
{\displaystyle {\begin{matrix}x&=&3-2i\\y&=&3+2i\end{matrix}}}
Compute:
x + y
x - y
x2
(3 - 2i)(3 - 2i) = 9 + (2)(3)(-2i) + 4i2 = 5 - 12 i
y2
(3 + 2i)(3 + 2i) = 9 + (2)(3)(2i) + 4i2 = 5 + 12 i
xy
(3 - 2i)(3 + 2i) = 9 + 6 i - 6i - 4i2 = 13
(x + y)(x - y)
((3 - 2i) + (3 + 2i))((3 - 2i) - (3 + 2i)) = (6)(-4i) = -24i
Division
Convince yourself that the product of zw is always a real number.
z
w
=
(
a
+
b
i
)
(
a
−
b
i
)
=
a
2
−
a
b
i
+
a
b
i
−
b
2
i
2
=
a
2
−
b
{\displaystyle zw=(a+bi)(a-bi)=a^{2}-abi+abi-b^{2}i^{2}=a^{2}-b}
Complex Conjugate
Convince yourself that the multiplication law is also true.
z
=
a
+
b
i
w
=
c
−
d
i
x
=
z
×
w
=
(
a
+
b
i
)
(
c
−
d
i
)
=
a
c
+
b
c
i
−
a
d
i
−
b
d
i
2
=
a
c
−
b
d
+
(
b
c
−
a
d
)
i
x
¯
=
a
c
−
b
d
−
(
b
c
−
a
d
)
i
z
¯
×
w
¯
=
(
a
−
b
i
)
(
c
+
d
i
)
=
a
c
−
b
i
c
+
a
d
i
−
b
d
i
2
=
a
c
−
b
d
−
(
b
c
+
a
d
)
i
=
x
¯
{\displaystyle {\begin{matrix}z&=&a+bi\\w&=&c-di\\\\x&=&z\times w\\&=&(a+bi)(c-di)&=&ac+bci-adi-bdi^{2}&=&ac-bd+(bc-ad)i\\{\bar {x}}&=&ac-bd-(bc-ad)i\\\\{\bar {z}}\times {\bar {w}}&=&(a-bi)(c+di)\\&=&ac-bic+adi-bdi^{2}\\&=&ac-bd-(bc+ad)i\\&=&{\bar {x}}\end{matrix}}}
The complex root
1. Find (3 + 3i)1/2
z
=
3
+
3
i
w
=
z
w
2
=
z
w
=
a
+
i
b
w
2
=
a
2
−
b
2
+
2
a
b
i
3
=
a
2
−
b
2
(1)
3
=
2
a
b
(2)
a
=
3
2
b
3
=
(
3
2
b
)
2
−
b
2
=
9
4
b
2
−
b
2
0
=
9
4
b
2
−
3
−
b
2
=
9
4
−
3
b
2
−
b
4
c
=
b
2
0
=
9
4
−
3
c
−
c
2
c
=
−
−
3
±
(
−
3
)
2
−
4
×
9
4
×
−
1
2
×
−
1
=
−
3
±
18
2
b
2
=
−
3
±
18
2
b
=
−
3
+
18
2
=
−
3
+
18
2
=
−
3
+
3
2
2
=
3
(
2
−
1
)
2
=
3
2
(
2
−
1
)
=
6
2
(
2
−
1
)
=
6
(
2
−
1
)
2
{\displaystyle {\begin{matrix}z&=&3+3i\\w&=&{\sqrt {z}}\\w^{2}&=&z\\w&=&a+ib\\w^{2}&=&a^{2}-b^{2}+2abi\\\\3&=&a^{2}-b^{2}&{\mbox{(1)}}&\\3&=&2ab&{\mbox{(2)}}&\\\\a&=&{\frac {3}{2b}}\\\\3&=&({\frac {3}{2b}})^{2}-b^{2}\\&=&{\frac {9}{4b^{2}}}-b^{2}\\0&=&{\frac {9}{4b^{2}}}-3-b^{2}\\&=&{\frac {9}{4}}-3b^{2}-b^{4}\\\\c&=&b^{2}\\0&=&{\frac {9}{4}}-3c-c^{2}\\c&=&{\frac {--3\pm {\sqrt {(-3)^{2}-4\times {\frac {9}{4}}\times -1}}}{2\times -1}}\\&=&{\frac {-3\pm {\sqrt {18}}}{2}}\\b^{2}&=&{\frac {-3\pm {\sqrt {18}}}{2}}\\b&=&{\sqrt {\frac {-3+{\sqrt {18}}}{2}}}\\&=&{\sqrt {\frac {-3+{\sqrt {18}}}{2}}}\\&=&{\sqrt {\frac {-3+3{\sqrt {2}}}{2}}}\\&=&{\sqrt {\frac {3({\sqrt {2}}-1)}{2}}}\\&=&{\sqrt {\frac {3}{2}}}{\sqrt {({\sqrt {2}}-1)}}\\&=&{\frac {\sqrt {6}}{2}}{\sqrt {({\sqrt {2}}-1)}}\\&=&{\frac {\sqrt {6({\sqrt {2}}-1)}}{2}}\\\end{matrix}}}
3
=
2
a
b
a
=
3
2
b
=
3
2
6
(
2
−
1
)
2
=
3
6
×
1
2
−
1
=
6
2
×
1
2
−
1
=
6
2
×
2
+
1
2
−
1
×
2
+
1
=
6
2
×
2
+
1
=
6
(
2
+
1
)
2
{\displaystyle {\begin{matrix}3&=&2ab\\a&=&{\frac {3}{2b}}\\&=&{\frac {3}{2{\frac {\sqrt {6({\sqrt {2}}-1)}}{2}}}}\\&=&{\frac {3}{\sqrt {6}}}\times {\frac {1}{\sqrt {{\sqrt {2}}-1}}}\\&=&{\frac {\sqrt {6}}{2}}\times {\frac {1}{\sqrt {{\sqrt {2}}-1}}}\\&=&{\frac {\sqrt {6}}{2}}\times {\frac {\sqrt {{\sqrt {2}}+1}}{{\sqrt {{\sqrt {2}}-1}}\times {\sqrt {{\sqrt {2}}+1}}}}\\&=&{\frac {\sqrt {6}}{2}}\times {\sqrt {{\sqrt {2}}+1}}\\&=&{\frac {\sqrt {6({\sqrt {2}}+1)}}{2}}\end{matrix}}}
Thus the solution for (3 + 3i)1/2 is:
3
+
3
i
=
±
(
6
(
2
+
1
)
2
+
6
(
2
−
1
)
2
×
i
)
{\displaystyle {\sqrt {3+3i}}=\pm ({\frac {\sqrt {6({\sqrt {2}}+1)}}{2}}+{\frac {\sqrt {6({\sqrt {2}}-1)}}{2}}\times i)}
2. Find (1 + 1i)1/2
z
=
1
+
1
i
w
=
z
w
2
=
z
w
=
a
+
i
b
w
2
=
a
2
−
b
2
+
2
a
b
i
1
=
a
2
−
b
2
(1)
1
=
2
a
b
(2)
a
=
1
2
b
1
=
(
1
2
b
)
2
−
b
2
=
1
4
b
2
−
b
2
0
=
1
4
b
2
−
1
−
b
2
=
1
4
−
b
2
−
b
4
c
=
b
2
0
=
1
4
−
1
c
−
c
2
c
=
−
−
1
±
(
−
1
)
2
−
4
×
1
4
×
−
1
2
×
−
1
=
−
1
±
2
2
b
2
=
−
1
±
2
2
b
=
−
1
+
2
2
=
2
−
1
2
=
2
−
1
×
2
2
×
2
=
2
(
2
−
1
)
2
{\displaystyle {\begin{matrix}z&=&1+1i\\w&=&{\sqrt {z}}\\w^{2}&=&z\\w&=&a+ib\\w^{2}&=&a^{2}-b^{2}+2abi\\\\1&=&a^{2}-b^{2}&{\mbox{(1)}}&\\1&=&2ab&{\mbox{(2)}}&\\\\a&=&{\frac {1}{2b}}\\\\1&=&({\frac {1}{2b}})^{2}-b^{2}\\&=&{\frac {1}{4b^{2}}}-b^{2}\\0&=&{\frac {1}{4b^{2}}}-1-b^{2}\\&=&{\frac {1}{4}}-b^{2}-b^{4}\\\\c&=&b^{2}\\0&=&{\frac {1}{4}}-1c-c^{2}\\c&=&{\frac {--1\pm {\sqrt {(-1)^{2}-4\times {\frac {1}{4}}\times -1}}}{2\times -1}}\\&=&{\frac {-1\pm {\sqrt {2}}}{2}}\\b^{2}&=&{\frac {-1\pm {\sqrt {2}}}{2}}\\b&=&{\sqrt {\frac {-1+{\sqrt {2}}}{2}}}\\&=&{\frac {\sqrt {{\sqrt {2}}-1}}{\sqrt {2}}}\\&=&{\frac {{\sqrt {{\sqrt {2}}-1}}\times {\sqrt {2}}}{{\sqrt {2}}\times {\sqrt {2}}}}\\&=&{\frac {\sqrt {2({\sqrt {2}}-1)}}{2}}\\\end{matrix}}}
1
=
2
a
b
a
=
1
2
b
=
1
2
2
(
2
−
1
)
2
=
1
2
(
2
−
1
)
=
2
(
2
+
1
)
2
(
2
−
1
)
×
2
(
2
+
1
)
=
2
(
2
+
1
)
1
{\displaystyle {\begin{matrix}1&=&2ab\\a&=&{\frac {1}{2b}}\\&=&{\frac {1}{2{\frac {\sqrt {2({\sqrt {2}}-1)}}{2}}}}\\&=&{\frac {1}{\sqrt {2({\sqrt {2}}-1)}}}\\&=&{\frac {\sqrt {2({\sqrt {2}}+1)}}{{\sqrt {2({\sqrt {2}}-1)}}\times {\sqrt {2({\sqrt {2}}+1)}}}}\\&=&{\frac {\sqrt {2({\sqrt {2}}+1)}}{1}}\\\end{matrix}}}
Thus the solution for (1 + 1i)1/2 is:
1
+
1
i
=
±
(
2
(
2
+
1
)
2
+
2
(
2
−
1
)
2
×
i
)
{\displaystyle {\sqrt {1+1i}}=\pm ({\frac {\sqrt {2({\sqrt {2}}+1)}}{2}}+{\frac {\sqrt {2({\sqrt {2}}-1)}}{2}}\times i)}
3. Find i1/3
z
=
i
w
=
z
1
/
3
w
3
=
z
w
=
(
a
+
i
b
)
w
3
=
(
a
2
−
b
2
+
2
a
b
i
)
×
(
a
+
i
b
)
z
=
(
a
3
−
3
a
b
2
)
+
i
(
3
a
2
b
−
b
3
)
0
=
a
3
−
3
a
b
2
(
1
)
1
=
3
a
2
b
−
b
3
(
2
)
{\displaystyle {\begin{matrix}z&=&i\\w&=&z^{1/3}w^{3}&=&z\\\\w&=&(a+ib)\\w^{3}&=&(a^{2}-b^{2}+2abi)\times (a+ib)\\z&=&(a^{3}-3ab^{2})+i(3a^{2}b-b^{3})\\\\0&=&a^{3}-3ab^{2}\qquad (1)\\1&=&3a^{2}b-b^{3}\qquad (2)\\\end{matrix}}}
0
=
a
3
−
3
a
b
2
a
3
=
3
a
b
2
a
2
=
3
b
2
1
=
3
a
2
b
−
b
3
1
=
3
(
3
b
2
)
b
−
b
3
1
=
9
b
3
−
b
3
1
=
8
b
3
1
8
=
b
3
b
=
1
8
3
=
1
2
a
2
=
3
b
2
=
3
(
1
2
)
2
=
3
4
a
=
3
4
=
3
2
{\displaystyle {\begin{matrix}0&=&a^{3}-3ab^{2}\\a^{3}&=&3ab^{2}\\a^{2}&=&3b^{2}\\\\1&=&3a^{2}b-b^{3}\\1&=&3(3b^{2})b-b^{3}\\1&=&9b^{3}-b^{3}\\1&=&8b^{3}\\{\frac {1}{8}}&=&b^{3}\\b&=&{\sqrt[{3}]{\frac {1}{8}}}\\&=&{\frac {1}{2}}\\\\a^{2}&=&3b^{2}\\&=&3({\frac {1}{2}})^{2}\\&=&{\frac {3}{4}}\\a&=&{\sqrt {\frac {3}{4}}}\\&=&{\frac {\sqrt {3}}{2}}\\\end{matrix}}}
Thus the solution for i1/3 is:
i
3
=
±
(
3
2
+
1
2
×
i
)
{\displaystyle {\sqrt[{3}]{i}}=\pm ({\frac {\sqrt {3}}{2}}+{\frac {1}{2}}\times i)}
Bases
The following numbers are written in base 2. Write them out in base 10:
101011 (base 2) = 43 (base 10) = 25 + 23 + 21 + 20 = 32+8+2+1
001101 = 13
10 = 2
011 = 3
Write those numbers out in base 10 as if they were originally in base 5.
101011 (base 5) = 3256 (base 10) = 55 + 53 + 51 + 50 = 3125+125+5+1
001101 = 151
10 = 5
011 = 6
How many numbers could I write out in base 5 with only the first 4 columns?
Answer: 625 = 54 (each new column multiplies the number of possibilities by 5)
In computing, each 1 or 0 is called a bit . They are stored in groups of 8. Each group is called a byte . How many bytes are possible?
Answer: 256 = 28 (values from 00000000 through 11111111 binary, or 0 through 255 base 10)
Question: When editing the bytes directly, writing out 10110001 is too long and hexadecimal is used instead (in this case, B1). How many digits of hexadecimal are needed to cover all possible bytes?
Answer: 2 digits (162 = number of possible 2-digit hexadecimal numbers = 256 = number of possible bytes)