09.09.2014 Views

algorithms

algorithms

algorithms

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Figure 2.6 The complex roots of unity are ideal for our divide-and-conquer scheme.<br />

Imaginary<br />

b<br />

r<br />

θ<br />

a<br />

Real<br />

The complex plane<br />

z = a + bi is plotted at position (a, b).<br />

Polar coordinates: rewrite as z = r(cos θ + i sin θ) = re iθ ,<br />

denoted (r, θ).<br />

• length r = √ a 2 + b 2 .<br />

• angle θ ∈ [0, 2π): cos θ = a/r, sin θ = b/r.<br />

• θ can always be reduced modulo 2π.<br />

Examples:<br />

Number −1 i 5 + 5i<br />

Polar coords (1, π) (1, π/2) (5 √ 2, π/4)<br />

Multiplying is easy in polar coordinates<br />

(r 2 , θ 2 )<br />

(r 1 , θ 1 )<br />

Multiply the lengths and add the angles:<br />

(r 1 , θ 1 ) × (r 2 , θ 2 ) = (r 1 r 2 , θ 1 + θ 2 ).<br />

(r 1 r 2 , θ 1 + θ 2 )<br />

2π<br />

n + π<br />

4π<br />

n<br />

Angle 2π n<br />

For any z = (r, θ),<br />

• −z = (r, θ + π) since −1 = (1, π).<br />

• If z is on the unit circle (i.e., r = 1), then z n = (1, nθ).<br />

The nth complex roots of unity<br />

Solutions to the equation z n = 1.<br />

By the multiplication rule: solutions are z = (1, θ), for θ a<br />

multiple of 2π/n (shown here for n = 16).<br />

For even n:<br />

• These numbers are plus-minus paired: −(1, θ) = (1, θ+π).<br />

• Their squares are the (n/2)nd roots of unity, shown here<br />

with boxes around them.<br />

Divide-and-conquer step<br />

Evaluate A(x)<br />

at nth roots<br />

of unity<br />

Evaluate<br />

A e (x), A o (x)<br />

at (n/2)nd<br />

roots<br />

Divide and<br />

conquer<br />

Paired<br />

Still<br />

paired<br />

(n is a power of 2)<br />

70

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!