Complex Numbers: 4th Degree Polynomial

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
8daysAweek
Messages
10
Reaction score
0

Homework Statement



Solve the following equation:

[tex]z^4+z^3+z^2+z+1 = 0[/tex]

z is a complex number.

2. The attempt at a solution
I was trying to factorize it to 1st degree polynomial multiplied by 3rd degree polynomial:
[tex](z+a)(z^3+bz^2+cz+1/a) = 0[/tex]
I discovered that I need to solve 3rd degree polynomial just to do that.
[tex]a^3-a^2+1 = 0[/tex]
This is too much mess for a small homework exercise. I think that there is a technique that I am not aware of.




Thank You.
 
Physics news on Phys.org
Try multiplying the original equation by z - 1.
 
@Hurkyl Very perceptive of you ! :)

Through the use of the finite geometric series sum you can find all the roots !

@Petek it's the same as multiplying by (1-z), you right.