In some problem, I have to use the expression $$\sum^\infty_{k=0}(-1)^kx^k=1-x+x^2-x^3+\cdots$$ I know about Taylor series, but I'm not sure how to find the equivalent to this. It's similar to the $log(1+x)$ series. Any help will be appreciated.
2026-04-11 16:49:08.1775926148
Evaluate $1-x+x^2-x^3+\cdots$
74 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
For $|y| < 1$, $$ 1 + y + y^2 + \dots + y^n = \frac{1-y^{n+1}}{1-y} $$
so taking the limit $ n \to \infty$ we get
$$ \sum_{k=0}^\infty y^k = \frac{1}{1-y}. $$
Now take $y = -x$ and you get what you want.
Have I answered your question?