How do I get the expansion of $(2x-1)^{-1} $ to the $x^3$ term

3k Views Asked by At

How do I get the expansion of $(2x-1)^{-1}$ to the $x^3$ term

I don't really know how I have to use the formula here.

Do I have to use $$(1-2x)^{-1} = 1 + nx + \cdots$$

2

There are 2 best solutions below

0
On

For $g \in \mathbb{R}$, the geometric series $$\displaystyle\sum\limits_{n=0}^{\infty} g^n$$

converges when $-1 < g < 1$ to

$$1+g+g^2+g^3 + \cdots = \frac{1}{1-g}$$


Let $g=2x$, so the radius of convergence becomes $1/2$.

Now, whenever $-1/2 < x < 1/2$ we have

$$ 1 + 2x + 4x^2 + 8x^3 + \cdots = \frac{1}{1-2x}$$

Since $2x-1$ = $-(1-2x)$, we can get the expansion you want by simply multiplying by $-1$:

$$\frac{1}{2x-1} = -1 -2x - 4x^2 - 8x^3 - \cdots$$

The interval of convergence for this is also $-1/2 < x < 1/2$.

1
On

We know that

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

Then

$$(2x-1)^{-1}=-(1-2x)^{-1}=-1-(2x)-(2x)^2-(2x)^3-...$$