Prove: $$\frac{1}{(1+z)^2}=1-2z+\mathcal{O}(z^2)$$ as $z\to 0$.
2026-05-05 01:15:43.1777943743
On
Prove $\frac{1}{(1+z)^2}=1-2z + \mathcal{O}(z^2)$ as $z \to 0$
63 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
An alternative approach to the one given by Olivier Oloa above can be to use an ansatz:
$\frac1{(1+z)^2}=a+bz+O(z^2), \quad |z|<1, \quad a,b\in\mathbb{C}\tag1$
Multiplying each side by the factor $(1+z)^2$, we get:
$1=(1+z)^2(a+bz+O(z^2)), \quad |z|<1, \tag2$
Now we expand, and simplify:
$(2)\Leftrightarrow ... \Leftrightarrow 1=a+(2a+b)z+O(z^2), \quad |z|<1, \tag3$
Identification in $(3)$ now gives that $a=1$ and $b=-2$, as desired.
Hint. From the standard identity $$ \frac1{1+z}=1-z+z^2+O(z^3), \quad |z|<1, \tag1 $$ you obtain by differentiating $$ \frac{-1}{(1+z)^2}=-1+2z+O(z^2), \quad |z|<1, \tag2 $$ as desired.
You may prove $(1)$ by the Maclaurin formula.