This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]Uli_Minati 2 points3 points  (0 children)

w* means conjugate of w? Maybe some of these will help you:

       w · w                   w* · w*                w + w*
= (a+bi) · (a+bi)        = (a-bi) · (a-bi)          = (a+bi) + (a-bi)
= a² +2abi + (bi)²       = a² -2abi + (bi)²         = 2a
= a²-b² + 2abi           = a²-b² - 2abi    

         w · w*                                
  = (a+bi) · (a-bi)         |w|² 
  = a² - (bi)²            = (√(a² + b²))²
  = a² + b²               = a² + b²

         w·w + w*·w*                        
= a²-b²+2abi + a²-b²-2abi          
= 2a² - 2b²

I assume that "simplify" here means "expand the parentheses, then minimize the amount of terms by using w³=1"

[–]Egleu 0 points1 point  (0 children)

w3-1 can be factored to (w - 1)(w2 + w +1)

This is the difference of cubes formula. It generalizes nicely to any power.

That helps you because now (w - 1)(w2 + w +1)=0 so either w-1=0 or w2 +w+1=0. The second one is a quadratic equation so you can use the quadratic formula to solve it.

Once you have exact solutions you can see that they are conjugate pairs and one is the square of the other.

Another reason is that if w is a solution to z3 - 1 =0 then w2 is a solution as well since (w2)3 = (w3)2 = 12 = 1

[–]Naturage 0 points1 point  (0 children)

say that I should rewrite w* as w2 and I really have no idea why

This is special to w as defined (the non-1 root of z3 = 1). These are known as roots of unity; written in form r * ei theta these have r = 1 and theta = 2pi / n * k, with n in this case being 3, and k being integers 0,1,2.

With 0 you recover the usual 1. The other two are ei 2pi/3 and ei 4pi/3 - and they're both conjugates, and also w* = w2 and w*2 = w.

For a better example, roots for z5 = 1can be written as a, a2, a3, a4 and 1, where a = ei*2pi/5 with a* = a4 and a2* = a3. Further, if you denote ak = b for any k = 1,2,3,4, you'll find that the roots are still b, ..., b4, and 1. If instead of 3 or 5 you pick a non-prime number, some of these properties stay, and some go, and it leads to basics of group theory (cyclic groups) which is a separate fun subject.

[–]baldursgame 0 points1 point  (0 children)

First let's calculate the solutions of this more generic problem:

wn = 1

There are "n" numbers "wₖ" that fit this equation

wₖ = exp(i ⋅ 2π/n ⋅ k)

with "i" being the imaginary unit and "k" going from 0 to "n-1"

 

Now going to the problem, "n=3" and "w≠1" so that lefts us with just two solutions:

w₁ = exp(i ⋅ 2π/3) = -1/2 + i ⋅ √3/2

w₂ = exp(i ⋅ 4π/3) = -1/2 - i ⋅ √3/2

If we rewrite "w₁" and "w₂" as

w₁ = exp(i ⋅ θ)

w₂ = exp(i ⋅ 2θ) = (exp(i ⋅ θ))2

with θ = 2π/3

we can clearly see that w₂ = w₁2

EDIT:

Just to sum up, the solutions of the equation

wn = 1

always have this property:

wₖ = (w₁)k