For which $k$ can $(x-1)^{k} - (x+1)^{k}$ be divided by $x$?

78 Views Asked by At

Consider $$ f_{n}(x) = (x-1)^{n} - (x+1)^{n}\,. $$ For which $n$ can it be divided by $x$?

Explicitly I found that for $k = 1, 3$ $f_{n}(x)$ can not be divided by $x$, while for $n = 2$ It can.

Next, I used the formula

$$ a^{n} - b^{n} = (a-b)(a^{n-1}+a^{n-2}b + \dots + ab^{n-2}+b^{n-1}), $$

but I don't see the way to show something from it explicitly.

5

There are 5 best solutions below

1
On BEST ANSWER

Let $p(x)=x^k$. Since $f(x)=p(x-1)-p(x+1)$ is divisible by $x$ we see that $x=0$ is zero of $f(x)$, so $p(-1)=p(1)$, so $$(-1)^k = 1^k$$ and that is only if $k$ is even.

2
On

I would say that for all even $n$. Observe that, irrespective of the value of $n$, $(x+1)^n=x^n+....+1.$ On the other hand, $(x-1)^n=x^n-....+(-1)^n.$ The last term in this polynomial will be $+1$ for even $n$, and, thus, the difference, $ (x-1)^n-(x+1)^n$ is just a polynomial of degree $n-1$ without a constant term which can always be divided by $x.$ Again, this is true only for even $n.$

0
On

We have that

$$f_n(x)\equiv (-1)^n-1 \pmod x$$

0
On

$f_k(x)=(x-1)^k-(x+1)^k$ can be divided by $x$ when $f_k(0)=0$. So, but if $f_k(0)=0$, then $(-1)^k=1^k$, and so $k$ is even. The converse is similar. Hence $f_k(x)$ is divisible by $x$ if and only if $k$ is even.

1
On

For $x$ to divide $f_n(x)$, we should have $f_n(0)=0$. This means $(-1)^n-(1)^n=(-1)^n-1=0$. This can happen only when $n$ is even.