Saturday, June 21, 2008

Complex Numbers Brilliance

Finally, after waiting a very long time, I found a really good question with complex numbers. Usually those questions are really lame, and they are an exact copy of each other. However, today I found a really good one (like ones in super math tips), and the solution someone gave there is pure brilliance.

z is a complex number with modulus 1. Solve:
5z4 - 11z3 + 16z2 - 11z + 5 = 0


Because of its special coefficient pattern, some people factored it. But doing so takes the fun, and not everyone can spot this pattern. However, someone used the modulus property to create a truely amazing solution.

A complex number can be represented in two ways:
z = a + bi
z = r(cos θ + isin θ)

r is the modulus, and it is also given by √(a2 + b2).

Let w be the conjugate of z (which means w = a - bi). Since a2 + b2 = z * w, z * w = 1. Square that, and you get:
z2w2 = 1

Multiply the entire equation by w2 (w is non-zero because z is non-zero):
5z4w2 - 11z3w2 + 16z2w2 - 11zw2 + 5w2 = 0

Using what we showed before, this equation turns into:
5z2 - 11z + 16 - 11w + 5w2 = 0

Now it's just playing with numbers (remember that i2 = -1 by definition):
5(z2 + w2) = 11(z + w) - 16

Since z = a + bi, w = a - bi:
5((a + bi)2 + (a - bi)2) = 11(a + bi + a - bi) - 16
5(a2 + 2abi - b2 + a2 - 2abi - b2) = 11(2a) - 16
5(2a2 - 2b2) = 22a - 16
10(a2 - b2) = 22a - 16

Since √(a2 + 2) = 1, we can conclude that:
a2 + b2 = 1
b2 = 1 - a2

Plugging back into the equation:
10(a2 - 1 + a2) = 22a - 16
10(2a2 - 1) = 22a - 16
20a2 - 10 = 22a - 16
20a2 - 22a + 6 = 0
10a2 - 11a + 3 = 0
(2a - 1)(5a - 3) = 0
a = 1/2, 3/5

Now it's really easy to find b (notice that each a has two b's):
When a = 1/2:
(1/2)2 + b2 = 1
b2 = 3/4
b = ±√3/2

When a = 3/5:
(3/5)2 + b2 = 1
b2 = 16/25
b = ±4/5

The four solutions of the equation are:
z1 = 1/2 + i√3/2
z2 = 1/2 - i√3/2
z3 = 3/5 + i4/5
z4 = 3/5 - i4/5

Hope you liked it. I know I did.

Have a great, non-complex weekend,
Nadav

nadavs

No comments: