What is the sum of all non-real, complex roots of this equation -
$$x^5 = 1024$$
Also, please provide explanation about how to find sum all of non real, complex roots of any $n$ degree polynomial. Is there any way to determine number of real and non-real roots of an equation?
Please not that I'm a high school freshman (grade 9). So please provide simple explanation. Thanks in advance!
By the fundamental theorem of algebra, the polynomial $a_0 + a_1x + \cdots + a_nx^n$ has $n$ (not necessarily distinct) roots, say $\alpha_1,\ldots,\alpha_n$. The polynomial $\frac{a_0}{a_n} + \frac{a_1}{a_n}x + \cdots + x^n$ also has roots $\alpha_1,\ldots,\alpha_n$. Factoring the latter polynomial and expanding, \begin{align*} \frac{a_0}{a_n} + \frac{a_1}{a_n}x + \cdots + \frac{a_{n-1}}{a_n} x^{n-1} + x^n &= (x - \alpha_1)\cdots(x - \alpha_n) \\ &= x^n - (\alpha_1 + \cdots+ \alpha_n)x^{n-1} + \cdots. \end{align*} Comparing coefficients, we have $\alpha_1 + \cdots + \alpha_n = -\frac{a_{n-1}}{a_n}$, giving us an explicit formula for the sum of the roots.
We are looking for the sum of the non-real roots of $x^5 - 1024$. Clearly $x = 4$ is a root, and since $5$ is odd, there are no other real roots (in the complex plane, the roots lie on a circle with radius 4 centered at the origin in the shape of a pentagon with a vertex at $(4,0)$). The sum of all the roots is 0, so the sum of the non-real roots is $-4$.