So I was scrolling through the homepage of Youtube to see if there were any math equations that I thought that I might be able to solve when I came across this video by Blackpenredpen which was a video on solving equations but they get increasingly more awesome. For this question, I will be focusing on the "Awesome" level equation but here are all $5$:
Good:$\quad x+1=0\quad$Solution: $x=-1$
Great:$\quad x^2+x+1=0\quad$Solution: $x=\dfrac{1\pm\sqrt5}{2}$
Nice:$\quad x^3+x^2+x+1=0\quad$Solution: $x=-1$
Excellent:$\quad x^4+x^3+x^2+x+1=0\quad$Solution: $x=\dfrac{-\phi\pm\sqrt{\phi^2-4}}{2}$
Awesome:$\quad x^5+x^4+x^3+x^2+x+1=0\quad$Solution: We don't have this right now.
Here is my attempt at solving the "Awesome" level equation:
- Try plugging in real numbers.
- Attempt $1$: $1$
- $1$ doesn't work because $6\neq0$
- Attempt $2$: $-1$
- $-1+1-1+1-1+1=0$
Therefore, the solution for $x$ in$$x^5+x^4+x^3+x^2+x+1=0$$is $-1$, and this will work for basically any problem like this with $x^n+x^{n-1}+x^{n-2}\dots+x^2+x+1=0$ where $n$ is an odd number, which is because they will all cancel out with each other because there are an even amount of terms.
My question
Is the solution that I have achieved correct, or what could I do to attain the correct solution/attain it more quickly?
Polynomials of the form $x^{2n+1}+ ...+x+1$ can be factored as $(x+1)(1+x^2+...+x^{2n})$. So for the case of $x^5+x^4+x^3+x^2+x+1$, we have that it is factorable as $(1+x)(1+x^2+x^4)$. Thus we can substitute $u=x^2$ into the quartic term, which results in $u^2+u+1$, which factors as $(u-\phi)(u+\frac{1}{\phi})$, so your roots of the quintic are $x=-1, \sqrt\phi, -\sqrt\phi, i\sqrt\frac{1}{\phi}, -i\sqrt\frac{1}{\phi}$.