Complex algebra problem (roots)

Remixex
Messages
57
Reaction score
4

Homework Statement


First off i wasn't sure if i should put this in precalc or here so i just tossed a coin[/B]
I must find the roots of the expression z^4 +4=0 (which I've seen repeatedly on the internet)
Use it to factorize z^4 +4 into quadratic factors with real coefficients
The answer is (z^2 + 2z + 2)(z^2 - 2z + 2)

Homework Equations


Just the one given on the top

The Attempt at a Solution


Ok so, the question is quite basic as I've seen people pull it off in 10 mins, BUT after 3 semesters of dealing with only real numbers i forgot about complex ones, and now that i took complex analysis I'm in trouble D:
First off i had to search Euler's identity, that's how lost i was
I managed to establish that the magnitude of Z (r) is sqrt(2), i also got to the point where phi is -pi/4 +k*pi/2
so the 4 roots would be given by the sqrt(2) * e^i*phi given k takes the values within (0,1,2,3)
This is where i die i have no idea how to turn those into the final equation, i know the 4 solutions are
(+/-)1 (+/-)i, and from there is just polynomial algebra, but i don't know how to get there, Am i supposed to be able to deduct this as obvious from my last step?
Thanks in advance, i firmly believe there are no such thing as dumb questions, but given this is something I'm supposed to manage, it's quite the candidate :D
 
Physics news on Phys.org
Remixex said:

Homework Statement


First off i wasn't sure if i should put this in precalc or here so i just tossed a coin[/B]
I must find the roots of the expression z^4 +4=0 (which I've seen repeatedly on the internet)
Use it to factorize z^4 +4 into quadratic factors with real coefficients
The answer is (z^2 + 2z + 2)(z^2 - 2z + 2)

Homework Equations


Just the one given on the top

The Attempt at a Solution


Ok so, the question is quite basic as I've seen people pull it off in 10 mins, BUT after 3 semesters of dealing with only real numbers i forgot about complex ones, and now that i took complex analysis I'm in trouble D:
First off i had to search Euler's identity, that's how lost i was
I managed to establish that the magnitude of Z (r) is sqrt(2), i also got to the point where phi is -pi/4 +k*pi/2
so the 4 roots would be given by the sqrt(2) * e^i*phi given k takes the values within (0,1,2,3)
This is where i die i have no idea how to turn those into the final equation, i know the 4 solutions are
(+/-)1 (+/-)i, and from there is just polynomial algebra, but i don't know how to get there, Am i supposed to be able to deduct this as obvious from my last step?
Thanks in advance, i firmly believe there are no such thing as dumb questions, but given this is something I'm supposed to manage, it's quite the candidate :D

You can write ##-1## as
-1 = e^{i \pi} = e^{3 i \pi} = e^{-i \pi} = e^{-3 i \pi},
so the four 4th roots of ##-1## are obtained by taking 1/4 of the argument of each of the above. That is, the four roots ##r_1,r_2,r_3,r_4## are
<br /> r_1 = e^{i \pi/4} = (1+i)/ \sqrt{2}, \; r_2 = e^{i 3 \pi/4} = (-1 + i)/ \sqrt{2} \\ <br /> r_3 = e^{-i \pi/4} = (1-i)/ \sqrt{2}, \; r_4 = e^{-i 3 \pi/4} = (-1-i)/ \sqrt{2}
From these you can determine the four 4th roots of ##-4##.

Note that ##e^{i \theta} = \cos(\theta) + i \sin(\theta)##, so we can easily write the four roots in ##a + ib## form, just using elementary geometry/trigonometry.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top