We are given a polynomial equation $P(x)$, and we know that if we divide the given equation with polynomial $(x^2-1)$ the remainder is $0$. The question is, what can we tell about the roots of $P(x)$? Thank you so much, any advice would be helpful.
2026-04-03 12:38:10.1775219890
determining the roots of a polynomial equation,if one divider is given
72 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
This tell you only two solution of $P(x)$ that you can easily understand by factoring $x^2-1$ in $(x+1)(x-1)$: $x=1$ or $x=-1$. For example consider the polynomial $P(x)=(x^2-1)(x-2)(x+9)$: the remainder, dividing by $x^2-1$ is 0, but the solutions are: $x=1$ or $x=-1$ or $x=2$ or $x=-9$.