Polynomial division problem- find the degree of the remainder

algebra-precalculuseuclidean-algorithmpolynomials

Let $r(x)$ be the remainder when the polynomial $x^{135}+x^{125}-x^{115}+x^5+1$ is divided by $x^3-x$. Then

a. $r(x)$ is the zero polynomial
b. $r(x)$ is a nonzero constant
c. the degree of $r(x)$ is one
d. the degree of $r(x)$ is two

Would like some help solving this. How would I apply the remainder theorem?

Best Answer

$P(x) = Q(x)(x^3-x) + R(x)$

Note that the degree of $R(x)$ is at most $2$, since it must be lower than the degree of $x^3-x$. Also, $x^3 - x = x(x^2 - 1) = x(x-1)(x+1)$.

So,

$P(x) = Q(x)\cdot x \cdot (x+1) \cdot (x-1) + R(x)$

Note that $P(0) = R(0) = 1, P(1) = R(1) = 3, P(-1) = R(-1) = -1$.

Immediately, choices a) and b) are excluded.

Choice c) is possible because the trend here does not exclude monotonic behaviour, so let's see if the the slope remains constant. The change in $R(x)$ as $x$ goes from $-1$ to $0$ is an increase of $2$, while the change in $R(x)$ as $x$ goes from $0$ to $1$ is again an increase of $2$. This implies a constant slope (gradient), and therefore choice c) is the correct answer.