|
|||||
A complex number is the sum of a real number and another real number multiplied
by i, where i is a square root of -1. We can add two such numbers by adding their real and imaginary parts separately. Thus(5 + 7i) + (2 - 3i) = 7 + 4i. We subtract them similarly: (5 + 7i) - (2 - 3i) = 3 + 10i. We can multiply them as follows: (5 + 7i) * (2 - 3i) = 10 + (14 - 15)i - 21i2 = 31 - i. To do division you make use of the fact that (a + ib) * (a - ib) = a2 - (ib)2 = a2 + b2. Thus you write . It is common to represent complex numbers by points in the "complex plane".
The real part of the complex number (a + ib) is a, its imaginary part is b. We
represent it by the point with x coordinate a, and y coordinate b. x and y can be expressed in terms of r and by
and the wonderful fact
implies that we can write Exercises: Evaluate1. (4 + i) / (3 - 2i) 2. (3 + 3i) * (2 - i) 3. Find r given x = 3, y = 4 4. Find given x = 3, y = -2 5. Find given x = -2, y = 4 |