I have a (complex) function represented by the power series
L(z)=z−z22+z33−z44…
which I have tried to represent (perhaps incorrectly) in summation notation as
L(z)=∞∑n=0(−1)nz(n+1)n+1.
To find the radius of convergence I considered the ratio of terms:
|an+1an|=|(−1)n+1z(n+2)(n+2)||(n+1)(−1)nz(n+1)|
which simplifies to
|z(n+1)(n+2)|=|z||(nn+1n)(nn+2n)|→|z| as n→∞.
By the ratio test, L(z) will converge for |z|<1.
I believe that the derivative L′(z) of my original series will have the same radius of convergence. Differentating term-by-term I have
L′(z)=1−z+z2−z3+…
I do not believe that this is a geometric series due to the alternating sign. My attempt to find a formula for the sum is as follows. Multipling by z gives me:
zL′(z)=z−z2+z3−z4+…
I can take the rth partial sums of the previous two series to get
1−z+z2−z3+…+(−1)rzr+z−z2+z3−z4+…+(−1)rz(r+1)=1+(−1)rz(r+1).
Thus I can say that
L′(z)+zL′(z)=lim
where the last term tends to zero within the R.O.C. (|z| < 1). So finally, by factoring on the left and dividing through I get:
\begin{equation*} L'(z) = \frac{1}{1+z} \end{equation*}.
Can anyone tell me if I've done the above correctly, and if there was a quicker way of jumping to the the final sum?
Edit: Also, I've been told that the ratio test is only to be used on series with positive terms - why is it okay in this alternating series?
Answer
Yes, you have done this correctly, and you are correct that \dfrac{1}{1+z}=1-z+z^2-z^3+\cdots for \vert z\vert<1. If you are willing to take the formula for the sum of a geometric series for granted, then that can lead to a slightly quicker answer (although you have essentially derived the formula in your argument). The series 1-z+z^2-z^3+\cdots is, in fact, a geometric series with common ratio -z, so the sum of the series (for \vert z\vert<1) is \dfrac{1}{1-(-z)}=\dfrac{1}{1+z}. That is, geometric series are allowed to have negative common ratios.
No comments:
Post a Comment