What is the general formula for expansion of 1 + x^(odd number) in terms of (1+x)

59 Views Asked by At

I believe there's formula to write $1+x^{2n+1}$ in terms of $(1+x)(\cdots)$ just like how $1+x^3$ can be written as $(1+x)(x^2 -x +1)$. I am not able to find explanation of it anywhere over the internet.

2

There are 2 best solutions below

0
On BEST ANSWER

This is more closely related to geometric series than binomial theorem.

First, recall the formula for a geometric series. In particular,

$$1 + x + x^2 + x^3 + \ldots + x^{n-1} = \frac{1 - x^n}{1 - x}.$$

Rearranging, this gives a factorisation result:

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

Now, substituting $-x$ in for $x$ (when $n$ is odd),

$$1 + x^n = (1 + x)(1 - x + x^2 - x^3 + \ldots + x^{n-1}).$$

Hope that helps!

0
On

$$1+x^{2n+1}=(1+x)\sum_{j=0}^{2n}(-x)^j.$$This uses a geometric series, not the binomial theorem.