| Working with complex numbers |
|
| Some mathematical tools | |
|
Here's how we add complex numbers: (a1 + ib1) + (a2 + ib2) = (a1 + a2) + i(b1 + b2). Hopefully, this reminds you of the parallelogram rule for adding vectors:
The absolute value of a+ib is |a+ib| = √(a2+b2). (Remember Pythagoras?) A useful definition is the complex conjugate c* = a-ib of c=a+ib. It makes it easy to calculate the absolute square |c|2 of a complex number: c c* = (a+ib) (a-ib) = a2+b2 = |c|2. All you need to know in order to be able to multiply complex numbers is that i2 = -1: (a1 + ib1)(a2 + ib2) = (a1a2 - b1b2) + i(a1b2 + b1a2). There is however an easier way of multiplying complex numbers (once you've gotten used to it). If α is the angle between the real axis and the straight line from the origin to c=a+ib, then a = |c| cos(α) and b = |c| sin(α).
So we have that c = |c| [cos(α) + i sin(α)]. The functioins sin(x) and cos(x) have the following expansions in powers of x:
sin(x) = x - (x3/3!) + (x5/5!) - (x7/7!) + ···, (The factorial k! is defined (for 0 and the natural numbers) by 0!=1, 1!=1, 2!=1·2, 3!=1·2·3, and so on.) Hence cos(x) + i sin(x) = 1 + ix - (x2/2!) - i(x3/3!) + (x4/4!) + i(x5/5!) - (x6/6!) - i(x7/7!)+ ··· This happens to be the expansion in powers of x of eix, where e = e1 = 1/0! + 1/1! + 1/2! + 1/3! + ··· = 2.7182818284590452353602874713526... Thus c = |c| eiα. The angle α is known as the phase of c, and eiα is known as a phase factor. Observe that if |c|=1 then there is an α such that c = eiα. In other words, the absolute value of a phase factor is 1. Multiplying two complex numbers now boils down to multiplying their absolute values and adding their phases: c1 c2 = |c1|eiα |c2|eiβ = |c1| |c2| ei(α+β). |
|
| < Prev | Next > |
|---|
