I am to solve the following sum: $$\sum_{n=0}^{\infty} \frac{(1+i)^n}{(1+2i)^{2n}}$$ Should I divide the sum on real and imaginary parts (in similar way as limits of sequences are calculated)? If yes how can I do it? The expression is quite complicated.
2026-03-26 19:03:45.1774551825
Calculating a complex sum
58 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
The series is just
$$\sum_{n = 0}^{\infty} \left(\frac{1 + i}{(1 + 2i)^2}\right)^{n} = \frac 1 {1 - \frac{1 + i}{(1 + 2i)^2}} = \frac{(1 + 2i)^2}{(1 + 2i)^2 - (1 + i)^2}$$
since the modulus of the common ratio is clearly less than $1$. If you want real and imaginary parts, now it's a simple matter of multiplying by conjugates.