What rule used in the following factorization? Could anyone tell me please? $$z^5 - 1 = (z - 1)(z^4 + z^3 + z^2 + z + 1)$$
2026-03-27 01:47:43.1774576063
On
What rule is used in the factorization $z^5 - 1 = (z - 1)(z^4 + z^3 + z^2 + z + 1)$?
95 Views Asked by user426277 https://math.techqa.club/user/user426277/detail At
4
There are 4 best solutions below
0
On
Just multiply it out and check it.
If you mean how did someone guess that it could be factored like that? Well, $z^5 -1$ has the obvious root of $1$ so $(z - 1)$ must be a factor. You can divide polynomials in a process similar to long division of integers. Since, we know in advance that $(z - 1)$ is a factor, we should get no remainder.
$z^n-1 = (z-1)(z^{n-1}+z^{n-2}+z^{n-3}...+z^1+1)$
$z^n+1 = (z+1)(z^{n-1}-z^{n-2}+z^{n-3}...-z^1+1)$ (For n is odd.)