Will This Mathematical Series Converge?

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
7 replies · 2K views
zonk
Messages
43
Reaction score
0

Homework Statement



Test for convergence or divergence. Give a reason for your decision.

Homework Equations



[itex]\sum_{i=1}^{\infty} \frac{\sqrt{2n-1} \log{(4n + 1)}}{n(n + 1)}[/itex]

The Attempt at a Solution



I've tried to compare it to the series [itex]\sum_{i=1}^{\infty} \frac{\sqrt{2n-1} \log{(4n + 1)}}{n^2}[/itex] and show the latter converges. I have no idea how to show this. Although the limit of the sequence approaches 0 as n goes to infinite, that is not enough to guarantee convergence. The book says it converges.
 
Last edited:
Physics news on Phys.org
It's Apostol volume 1. I think Cauchy's test is a section or two after this. Yes he did teach the integral test in this section.
 
I can reduce it to:[itex]\sum_{i=1}^{\infty} \frac{\sqrt{2} \log{(4n + 1)}}{n^{(2 - \frac{1}{2})}}[/itex] and can factor sqrt(2) out, but I don't see how you can get the log argument that way.
 
Last edited:
Oh, thank you so much, I would have never figured this out without those hints.
 
zonk said:

Homework Statement



Test for convergence or divergence. Give a reason for your decision.



Homework Equations



[itex]\sum_{i=1}^{\infty} \frac{\sqrt{2n-1} \log{(4n + 1)}}{n(n + 1)}[/itex]

The Attempt at a Solution



I've tried to compare it to the series [itex]\sum_{i=1}^{\infty} \frac{\sqrt{2n-1} \log{(4n + 1)}}{n^2}[/itex] and show the latter converges. I have no idea how to show this. Although the limit of the sequence approaches 0 as n goes to infinite, that is not enough to guarantee convergence. The book says it converges.

Let t(n) = nth term above. You could try to get a simple upper bound on t(n): sqrt(2n-1) < sqrt(2n), log(4n-1) < log(4n) and n(n+1) > n^2. Thus, t(n) < sqrt(2n)*log(4n)/n^2, which is of the form c*log(n)/n^(3/2). Convergence of sum log(n)/n^(3/2) is easier to show, and that implies convergence of sum t(n) [why?]

RGV