For the power series expansion of the function $f(x)$ I worked out the at $x=0$ the power series expansion is $$1(x-0)^n$$ and at $x=-1$ the power series expansion is $$\left(\frac{1}{2^n}+1\right)\cdot(x+1)^n$$ I was hoping to confirm these expansions.
Asked
Active
Viewed 2.1k times
1 Answers
4
Hint: remember that for $\lvert x\rvert <1$, $$\frac{1}{1-x} = \sum_{n=0}^\infty x^n = 1+x+x^2+x^3+\dots$$
This gives you the power series expansion at $0$. For the one at $-1$, write $x=-1+\varepsilon$ and $$\frac{1}{1-x} = \frac{1}{2-\varepsilon} = \frac{1}{2}\frac{1}{1-\frac{\varepsilon}{2}}$$ and use the same formula.
Clement C.
- 67,323
-
If we have to find at $x=2$ then we use $x=2+e$ ? – Nikhil rolawan Jan 28 '23 at 06:13