How do I solve this:
$$1 - i + i^2 - i^3 + i^4 + ... + i^{100} - i^{101}$$
I see that any 4 consecutive members of the sequence equal $0$.
If I extract $1$ and $-i^{101}$, I see there are 100 members, and since 100 is divisible by 4, these equal $0$.
What I'm left with is $$1-i^{101}=1-i,$$
but that's not the result. What did I do wrong?
Your sum is
$$\sum_{k=0}^{101}(-i)^k=\frac{1-(-i)^{102}}{1+i}=\frac{2}{1+i}=1-i$$
So your result is correct.