How can I show that $(x-1)(x^2-1)$ divides the polynomial $(x^n-1)(x^{n+1}-1)$?
2026-04-09 02:37:40.1775702260
On
On
On
How can I show that $(x-1)(x^2-1)$ divides the polynomial $(x^n-1)(x^{n+1}-1)$?
97 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
- Show/recall that $x-1$ divides $x^k - 1$.
- Use that to show $x^2 - 1 $ divides $(x^2)^k -1$, that is $x^2 - 1$ divides $x^m -1$ for even $m$.
- Distinguish cases according to $n$ odd and even.
0
On
$$x-1|x^n-1$$ Now, if $n$ is odd $x+1|x^{n+1}-1$, if $n$ is even then $x-1|x^n-1$. Thus the result follows.
0
On
The roots of $f(x):=(x-1)(x^2-1)$ are the multiset $\{1,1,-1\}$. One of $n$ or $n+1$ is even. Assume without loss of generality $n$ is even so that $1$ and $-1$ are roots of $x^n-1$. The other root $1$ is then a root of $x^{n+1}-1$.
So all the roots of $f(x)$ are roots of $g(x):=(x^n-1)(x^{n+1}-1)$ and so by the Factor Theorem all the factors of $f(x)$ are factors of $g(x)$; i.e. $f(x)$ divides $g(x)$.