Solving Series Convergence: ln(x)^ln ln(x)

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
pierce15
Messages
313
Reaction score
2

Homework Statement



Is this series convergent or divergent?

[tex]\sum_{n=2}^{\infty} \frac{1}{(ln(n))^{ln \, ln(n)}}[/tex]

Homework Equations



[tex]ln(x)<x^a, \, a>0[/tex]

The Attempt at a Solution



I don't see a way to tackle this one other than the comparison test.

[tex]\sum_{n=2}^{\infty} \frac{1}{(ln(n))^{ln \, ln(n)}} < or > ?[/tex]

What would I compare this to?
 
Last edited:
Physics news on Phys.org
piercebeatz said:

Homework Statement



Is this series convergent or divergent?

[tex]\sum_{n=2}^{\infty} \frac{1}{(ln(n))^{ln \, ln(n)}}[/tex]



Homework Equations



[tex]ln(x)<x^a, \, a>0[/tex]



The Attempt at a Solution



I don't see a way to tackle this one other than the comparison test.

[tex]\sum_{n=2}^{\infty} \frac{1}{(ln(n))^{ln \, ln(n)}} < or > ?[/tex]

What would I compare this to?

Re: LaTeX code: you need }} instead of } to close the \frac command properly. Also, you should write '\ln' instead of 'ln'; 'ln' produces ##ln(n)##, while '\ln' gives ##\ln(n)##.
 
piercebeatz said:

Homework Statement



Is this series convergent or divergent?

[tex]\sum_{n=2}^{\infty} \frac{1}{(ln(n))^{ln \, ln(n)}}[/tex]

Homework Equations



[tex]ln(x)<x^a, \, a>0[/tex]

The Attempt at a Solution



I don't see a way to tackle this one other than the comparison test.

[tex]\sum_{n=2}^{\infty} \frac{1}{(ln(n))^{ln \, ln(n)}} < or > ?[/tex]

What would I compare this to?

Slow down and take your hint into consideration.

For ##a>0##, if ##ln(n) < n^a## then ##(ln(n))^{ln(ln(n))} < (n^a)^{ln(ln(n))}##.

Reciprocating both sides, you get ##\frac{1}{(ln(n))^{ln(ln(n))}} > \frac{1}{n^{aln(ln(n))}} >## something I will allow you to notice for yourself.

Then you will have to break down the cases for positive a... you'll need two cases in total. Pretty sure it was 'p-series' though, not 'a-series' :).
 
Zondrina said:
Slow down and take your hint into consideration.

For ##a>0##, if ##ln(n) < n^a## then ##(ln(n))^{ln(ln(n))} < (n^a)^{ln(ln(n))}##.

Reciprocating both sides, you get ##\frac{1}{(ln(n))^{ln(ln(n))}} > \frac{1}{n^{aln(ln(n))}} >## something I will allow you to notice for yourself.

Then you will have to break down the cases for positive a... you'll need two cases in total. Pretty sure it was 'p-series' though, not 'a-series' :).

Based on visual inspection it looks as if ##\frac{1}{(\ln n)^{\ln(\ln n)}} > \frac 1 {n^{0.1}} > \frac 1 n## for n sufficiently large.
The series diverges.


I don't see how I can match that with your observation though.
The series ##\dfrac{1}{n^{a\ln(\ln n)}}## converges for any a>0, meaning it won't give conclusive evidence.