real numbers are in 1-1 correspondence with points of a line. complex (i.e. "imaginary") numbers are in 1-1 correspondence with points of the plane, and include the real numbers as the special case of the points of the x-axis in the plane.
thus a complex number has 2 coordinates (a,b). To add (a,b)+(x,y) = (a+x,b+y) you add the coordinates separately. to multiply (a,b).(x,y) is more complicated.
the rule is: (a,b).(x,y) = (ax-by, ay+bx). the real numbers are the ones of form (x,0), or just x. Thus notice that (0,1).(0,1) = (-1,0). So we now have a new non real number namely (0,1), whose square equals the real number -1.
If we give a special name, usually i, to the number (0,1), then we can write every complex number (a,b) as a(1,0) + b(0,1) = a + bi, where i^2 = -1.
This explains the multiplication rule, since now we see that (a,b).(x,y) = (a+bi)(x+iy)
= ab + xyi^2 +ayi + bxi = (ab-xy) + i(ay+bx) = (ab-xy, ay+bx).If we also remember the addition laws for sin and cosine, we get that multiplication of two complex numbers, multiplies their lengths (distance from the origin) and adds the angles made by the lines joining them to the origin.
thus we can write every complex number as r(cos(t)+ i sin(t)),
and we have [rcos(t) + i sin(t)][scosu)+i sin(u)] = rs[cos(s+t) + i sin(s+t)]
hows them apples?