Show that $(x + 1)^{(2n + 1)} + x^{(n + 2)}$ can be divided by $x^2 + x + 1$ without remainder

1.9k Views Asked by At

I am in my pre-academic year. We recently studied the Remainder sentence (at least that's what I think it translates) which states that any polynomial can be written as $P = Q\cdot L + R$

I am unable to solve the following:

Show that $(x + 1)^{(2n + 1)} + x^{(n + 2)}$ can be divided by $x^2 + x + 1$ without remainder.

5

There are 5 best solutions below

1
On BEST ANSWER

If $n=0$, then it is trivial.

For $n>0$, we have $$(x+1)^{2n+1}+x^{n+2}\\=(x^2+2x+1)(x+1)^{2n-1}+x^{n+2}\\=(x^2+x+1)(x+1)^{2n-1}+x(x+1)^{2n-1}+x^{n+2}\\=(x^2+x+1)(x+1)^{2n-1}+x((x+1)^{2n-1}+x^{n+1})$$. By using induction, suppose $(x+1)^{2n-1}+x^{n+1}$ can be divided by $x^2+x+1$, then, $(x+1)^{2n+1}+x^{n+2}$ also can be divided by $x^2+x+1$.

2
On

Hint: try to check if complex roots of $x^2+x+1$ are also roots for $(x+1)^{2n+1}+x^{n+2}$.

Also there is another way to prove it. Let see that $((x+1)^2-x)\cdot (x+1)^{2n-1}$ also divided by $x^2+x+1$. So we just need to prove that $x\cdot (x+1)^{2n-1}+x^{n+2}$ is divided by $x^2+x+1$. In this way we can come to prove that $(x^k\cdot (x+1)^{2n+1-2\cdot k}+x^{n+2}), \dots ,$ $(x^n(x+1)+x^{n+2})$ are all divided by $x^2+x+1$. But it's true, because $x^n(x+1)+x^{n+2} = x^n(x^2+x+1) $

5
On

Suppose $a$ is a root of $x^2+x+1=0$, then we have both $$a+1=-a^2$$ and $$a^3=1$$

Let $f(x)=(x+1)^{2n+1}+x^{n+2}$ then $$f(a)=(-a^2)^{2n+1}+a^{n+2}=-a^{4n+2}+a^{n+2}=-a^{n+2}+a^{n+2}=0$$

Since the two distinct roots of the quadratic are also roots of $f(x)$ we can use the remainder theorem to conclude that the remainder is zero.

0
On

$$(x+1)^{2n+1}+x^{n+2}=(x+1)\{(x+1)^2\}^n+x^{n+2}=(x+1)(x^2+2x+1)^n+x^{n+2}$$

Now as $x^2+2x+1\equiv x\pmod{x^2+x+1}$

$$(x+1)(x^2+2x+1)^n+x^{n+2}\equiv (x+1)(x)^n+x^{n+2}\pmod{x^2+x+1}$$

$$\equiv x^n(x+1+x^2)$$

0
On

I am going to prove it by modulo. In modulo $$ x^{2}+x+1 \equiv 0\left(\bmod x^{2}+x+1\right) \Rightarrow x+1\equiv -x^2\textrm{ and } x^3 \equiv 1 \left(\bmod x^{2}+x+1\right). $$ In modulo $x^{2}+x+1$, we have $$ \begin{aligned} (x+1)^{2 n+1}+x^{n+2} \equiv &\left(-x^{2}\right)^{2 n+1}+x^{n+2} \\ \equiv &-x^{4 n+2}+x^{n+2} \\ \equiv & x^{n+2}\left(1-x^{3 n}\right) \\ \equiv & x^{n+2}\left(1-1\right) \\ \equiv & 0 \end{aligned} $$ Therefore it has no remainder when divided by $x^{2}+x+1$.