What is the radius of convergence for a series with logarithmic terms?

AllRelative
Messages
42
Reaction score
2

Homework Statement


This is from a complex analysis course:

Find radius of convergence of
$$\sum_{}^{} (log(n+1) - log (n)) z^n$$

Homework Equations


I usually use the root test or with the limit of ##\frac {a_{n+1}}{a_n}##

The Attempt at a Solution


My first reaction is that this sum looks like a telescoping sum. But since the term ##z_n## is there, it doesn't cancel out.

Then I thought I could split the sum in two:
## \sum_{}^{} log(n+1)z^n - \sum log (n)z^n ##

But I am not sure whereto go from there.Thanks for the help!
 
Last edited by a moderator:
Physics news on Phys.org
Hi AR:

I am guessing that the following is something you know, but may need to refresh your memory.
It may also help you if you put the coefficients cn into the form
cn = log(f(n)).​
That is, express cn as a single log function of an expression involving n.

Hope this helps.

Regards,
Buzz
 
  • Like
Likes scottdave
As @Buzz Bloom said, remember how logarithms work. For example, how could you rewrite log(a) - log(b) into a single log?
 
  • Like
Likes AllRelative
scottdave said:
As @Buzz Bloom said, remember how logarithms work. For example, how could you rewrite log(a) - log(b) into a single log?

Log(n+1)-log(n) = log(1 + 1/n) then the root test is easy. Thanks man
 
  • Like
Likes scottdave
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top