PDA

View Full Version : series


math8
Dec11-08, 04:26 PM
What are all the positive values of "b" for which the series summation(b^log n) converges.

I think we must find the values of b for which the sequence of partial sums form a bounded sequence. But it gets complicated when I try to solve the inequality
"summation of k from 1 to n of (b^log k)< or equal to some M".

HallsofIvy
Dec11-08, 05:00 PM
Since those are all positive terms, I would be more inclined to use the ratio test: Look at b^log(n)/b^log(n+1) as n goes to infinity. You can use exponential and logarithm properties to simplify that.

math8
Dec11-08, 05:51 PM
Thanks HallsofIvy, I tried that and I got 0<b<1 by just solving b^log(n)/b^log(n+1) <1. I am not sure how to introduce the limsup part. I mean, when I try to solve limsup [b^log(n)/b^log(n+1)] <1; I get lim as n-->inf of b^log(n+1/n) <1 which gives me b^ln1<1 and that gives me 1<1.
How do I get rid of that contradiction?