New Reply

Proving convergence of 1/log(n)

 
Share Thread Thread Tools
Apr2-12, 11:14 PM   #1
 

Proving convergence of 1/log(n)


Has anybody got any idea as to how to prove that Ʃ 1/(n(log(n))^p) converges? (where p>1)
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Bird's playlist could signal mental strengths and weaknesses
>> Minus environment, patterns still emerge: Computational study tracks E. coli cells' regulatory mechanisms
>> Bacterium uses natural 'thermometer' to trigger diarrheal disease, scientists find
Apr3-12, 02:44 AM   #2
 
0 < log(n) < n for n>3
Apr3-12, 06:35 AM   #3
 
Quote by hivesaeed4 View Post
Has anybody got any idea as to how to prove that Ʃ 1/(n(log(n))^p) converges? (where p>1)

First way, the integral test: [itex]\int_2^\inf \frac{1}{x\log^px} dx=\frac{\log^{1-p}(x)}{1-p}|_2^\inf \rightarrow \frac{log^{1-p}(2)}{p-1}[/itex] .

Second way, Cauchy's Condensation test: taking [itex]n=2^k[/itex] , the series's general term is [itex]\frac{1}{2^kk^p\log^p(2)}[/itex] , so multiplying this by [itex]2^k[/itex] we get [itex]\frac{1}{k^p\log^p(2)}[/itex] , which is a multiple of the series of [itex]\frac{1}{k^p}[/itex] , which we know converges for [itex]p>1[/itex] .

DonAntonio
Apr3-12, 09:32 AM   #4
 

Proving convergence of 1/log(n)


Quote by DonAntonio View Post
First way, the integral test: [itex]\int_2^\inf \frac{1}{x\log^px} dx=\frac{\log^{1-p}(x)}{1-p}|_2^\inf \rightarrow \frac{log^{1-p}(2)}{p-1}[/itex] .

Second way, Cauchy's Condensation test: taking [itex]n=2^k[/itex] , the series's general term is [itex]\frac{1}{2^kk^p\log^p(2)}[/itex] , so multiplying this by [itex]2^k[/itex] we get [itex]\frac{1}{k^p\log^p(2)}[/itex] , which is a multiple of the series of [itex]\frac{1}{k^p}[/itex] , which we know converges for [itex]p>1[/itex] .

DonAntonio
Thing is I've got to prove determine it's convergence from 1 to infinity.
Apr3-12, 09:33 AM   #5
 
Just to clarify, the previous message was supposed to be:
Thing is I've got to determine it's convergence from 1 to infinity.
Apr3-12, 09:37 AM   #6
 
Blog Entries: 1
Recognitions:
Homework Helper Homework Help
If the sum starts at 1, you have a problem because log(1)=0
Apr3-12, 11:02 AM   #7
 
The sum from 1 to any fixed number will always converge (unless you divide by zero).
Therefore, if the sum from any fixed number to infinity converges, then the sum from 1 to infinity converges.

You can choose any fixed number you like. I chose 3 because 0<log(n) < n for all n>=3.

You can choose 11 if your log is base 10 rather than natural, or because, you know, usual amps only go up to 10, but yours goes all the way up to 11.

The sum from 3 to infinity of your series is smaller than the sum from 3 to infinity over 1/n^(p+1), which is smaller than 1/n^2 which we know converges.
New Reply
Thread Tools


Similar Threads for: Proving convergence of 1/log(n)
Thread Forum Replies
Proving Convergence of a Series Calculus & Beyond Homework 7
can you please help me proving , uniform convergence implies pointwise convergence Calculus & Beyond Homework 1
Proving Convergence of this Calculus & Beyond Homework 4
proving the convergence of a sequence.. Calculus & Beyond Homework 0
Proving convergence Calculus & Beyond Homework 3