Prove that $q(x)$ does not divide $p(x)$?

115 Views Asked by At

"Let $F$ be a field and suppose that $p(x),q(x) \in F[x]$ are the two polynomials $p(x) = x^5 - x^4 + x^3 - x^2 + x - 1$ and $q(x) = x^2-1$

(i) Prove that $q(x)$ does not divide $p(x)$ when $F = \mathbb{R}$

(ii) Prove that $q(x)$ does divide $p(x)$ when $F = \mathbb{Z}_3$"

I'm not sure how to approach this - is it enough for (i) to use long division to show that $p(x) = q(x) + 3x+3$?

I'm not sure what $\mathbb{Z}_3$ actually is - I know that $\mathbb{Z}$ is the set of integers, but I'm not sure what the 3 means.

2

There are 2 best solutions below

1
On BEST ANSWER

Hint $\ {\rm mod}\ x^2-1\!:\,\ x^2\equiv 1\,\Rightarrow\,p(x)\equiv x-1 + x-1 + x-1 \equiv 3(x-1)$

0
On

i. $$p(-1)=-6\ne 0$$

ii. If $F=\mathbb{Z_3}[x]$ then $\,-x=2x$ and $$ x^5 - x^4 + x^3 - x^2 + x - 1=(x^3-1)(x^2-x+1)=(x^3-1)(x^2+2x+1)=(x^3-1)(x+1)^2\quad$$