I would like to show as $x\rightarrow 0$
$$\frac{1}{1-x}= 1+x^2+x^3+\dots+x^n +O(x^{n+1})$$
My inclination is to multiply by $1-x$ to get:
$1=(1-x)(1+x^2+\dots+x^n) +(1-x)O(x^{n+1})$
and then, for some constant $C$:
$1=x^{n+1}-1 +(1-x)C|x^n|$
But I am stuck here. I am a self-studier, but I tried to tag this as "homework" as it is that type of problem. Thanks.