4A: 1: Number Systems Flashcards
Convert recurring decimal a.bcbcbcbc… into a fraction.
(Here abc represents a three-digit number with digits a, b, and c.)
let x = a.bcbcbc…
100x = abc.bcbcbc…
99x = (abc-a)
x = (abc-a)/99 or a + bc/99
Suppose a and b are two irrational numbers. Can (a + √2)(b + √2) be a rational number? If so, provide an example.
Yes.
(a + √2)(b + √2) = ab + (√2)(a+b) +2
Taking a = b = (√2)/2, ab = 1/2, (√2)(a+b) = 2.
What is the definition of i?
i = √(-1)
√[(-16)2] + [√(-16)]2
(-16)2 = 256
√[(-16)2] = 16
√(-16) = 4i
[√(-16)]2 = 16i2 = -16
√[(-16)2] + [√(-16)]2 = 0
(revision exercise)
If a and b are positive numbers, which of the statement(s) are correct?
1. √(-a) x √(-b) = √ab
2. √(-a) + √(-b) = √[-(a+b)]
3. √(-a)[√(-a) + √(-b)] = -a + √ab
4. √(-a) x √(-a) = -a
Only (4)
Note that (1) and (3) contradict (4).
√(-a) = √a x i
√(-a) x √(-a) = √a x √a x i x i = -a
i + i2 + i3 +…+ i20 =?
i2 = -1
i3 = -i
i4 = 1
i + i2 + i3 + i4 = 0
i + i2 + i3 +…+ i20 = 0
What is the real part of (i+2)2 + (i-4)2?
(i+2)2 = 4-1+4i = 3+4i
(i-4)2 = 16-1-8i = 15-8i
real part = 3+15 = 18
What is the imaginary part of (i - i3 + i5 - i7 + i9) x (i2 - i4 + i6 - i8)?
5i x (-4) = -20i
imaginary part = -20
Simplify 1/i.
i x (-i) = 1
1/i = -i
Simplify (1+i)/(1-i) + (1-i)/(1+i).
(1+i)/(1-i) = (1+i)2/(1+i)(1-i) = (1-1+2i)/(1+1) = 2i/2 = i
(1-i)/(1+i) = 1/i = -i
(1+i)/(1-i) + (1-i)/(1+i) = 0
Let u = 1/(a+bi) and v = 1/(a-bi). Determine if u+v and uv are real, purely imaginary, or complex. Hence determine if u3 + v3 is real, purely imaginary, or complex.
u3 + v3 = (u+v) (u2 + v2 - uv) = (u+v) [(u+v)2 - 3uv]
u + v = [(a-bi)+(a+bi)]/(a+bi)(a-bi) = 2a/(a2 + b2), which is real
uv = 1/(a+bi)(a-bi) = 1/(a2 + b2), which is real
Since both u+v and uv are real, u3 + v3 is real.
Suppose a2 + b2 = 1.
Define u = 1/(a+bi) and v = 1/(a-bi). Simplify (u-1)(v+1) and determine if it is real, purely imaginary, or complex.
(u-1)(v+1) = uv + u - v - 1
uv = 1/(a+bi)(a-bi) = 1/a2 + b2 = 1
u - v = [(a-bi)-(a+bi)]/(a+bi)(a-bi) = -2bi/a2 + b2 = -2bi
(u-1)(v+1) = 1 -2bi - 1 = -2bi, which is purely imaginary.
Simplify i2(a1+b1i)i3(b2-a2i)i6(a3+b3i)i7(4b-a4i)…i27(a14+b14i)i30(b15-a15i)i31(a16+b16i)/i1(-b16+a16i)i4(-a15-b15i)i5(-b14+a14i)i9(-a13-b13i)…i28(-b3+a3i)i29(-a2-b2i)i32(-b1+a1i),
where a1, a2…a16, b1, b2 …b16 are distinct real numbers ≠ 0.
terms like i2i3/i i4 cancel out.
(a+bi)/(-b+ai) = (a+bi)(b+ai)/-(b-ai)(b+ai) = -(ab-ab+a2i+b2i)/a2+b2) = -i
(b-ai)/(-a-bi) = 1/(-i) = i
the expression simplifies to (-i)(i)(-i)…(i) = i16 = 1.