Determine where sum 1/1+z^n converges in C.
Converge of this? \[\sum_n \frac{1}{1+z^n}\]
yup
What converge theorems do you have? The ratio test/condition?
Yeah
I assume all of the major ones.
I "know" that it converges for \(\lvert z\rvert > 1\) and diverges otherwise, but I don't know how to show it.
That definitely feels intuitively right. Let a_n be the nth term. Then \[\left| \frac{a_{n+1}}{a_n} \right| = \left| \frac{1+z^{n+1}}{1+z^n} \right|\] we want to some show that this ratio, call it R satisfies \[R \leq \delta < 1\] for some delta, for sufficiently large x if |z| > 1. Then we will have convergence.
ok
Actually the bounding by delta is probably too strong. It'll be enough that the limit of R = r < 1 if |z| > 1
Whoops, I've written R incorrectly
Now, it seems like it will be much harder in \(\mathbb{C}\).
it's the reciprocal of that. And now I think it's easy.
| a(n+1)/a(n) | = | ( 1 + z^n) / (1 + z^(n+1) ) | = | ( 1/z^n + 1) / ( 1/z^n + z ) | Now if |z| > 1, then you can see this limit goes to --> 1/|z| --> 0
It's clear that if |z| =1, for example an irrational point on the unit circle, you're in trouble; and on a rational point it's like to be not even defined for some n.
and inside the unit circle, |1/(1+z^n)| doesn't even go to zero, so the sum certainly can't converge.
right, that part is easy
okay, i think I buy the limit
okay, cool
actually, the best thing to do is divide top and bottom by z^(n+1) then you can break up the | | of the numerator and denominator and show the num --> 0 even if the dem is finite and that will do it.
ok, cool
Join our real-time social learning platform and learn together with your friends!