Problem
Find all complex numbers z that satisfy equation z3=−8
Attempt to solve
The real solution is quite easily computable or more specifically complex solution where imaginary part is zero.
z3=−8⟺z1=3√−8=−2
Now WolframAlpha suggests that other complex solutions would be :
z2=1−i√3
z3=1+i√3
Only problem is i don't have clue on how to derive these. I heard something about using polar form of complex number and then increasing argument by 2π so that we have all roots. I lack intuition on how this would work.
I could try to represent our complex number −2 in polar
reiθ
Computing radius via pythagoras theorem
r=√(−2)2+(0)2=√4=2
which is quite intuitive even without pythagoras theorem since our imaginary part is 0 so "radius" has to be same as real part, just without the − sign.
our angle would be π radians since our complex number was −2+i⋅0.
We get:
2eiπ
Now increasing by every 2π
2ei3π,2ei5π,2ei7π,…
which doesn't make any sense since we end up in the same spot over and over again since 2π in radians is full circle by definition.
Answer
z3+8=0;
(z+2)(z2−2z+22)=0;
z1=−2;
Solve quadratic equation:
z2,3=2±√4−(4)222;
z2,3=2±i2√32.
No comments:
Post a Comment