Series, find Divergence or Convergence

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
CitizenInsane
Messages
6
Reaction score
0

Homework Statement



Find the Divergence or Convergence of the series

[itex]\sum[/itex][itex]^{∞}_{n=1}[/itex][itex]\frac{2n^2+3n}{\sqrt{5+n^5}}[/itex]

Homework Equations



Ratio Test, Comparison Test, Limit Comparison Test, Integral test etc.

The Attempt at a Solution



This question was on my final exam and the only question of which I couldn't actually figure out. I tried the ratio test multiple times and ended getting L=1 which is no info multiple times. I figured the comparison test was the right approach but had no idea what series to compare it to.
 
Physics news on Phys.org
You could compare it to: [tex]\frac{2n^2}{\sqrt{n^5}}[/tex]Or you could try factorizing it by taking out [itex]n^2[/itex] from the numerator and denominator.
 
Last edited:
sharks said:
You could compare it to: [tex]\frac{2n^2}{\sqrt{n^5}}[/tex]Or you could try factorizing it by taking out [itex]n^2[/itex] from the numerator and denominator.

Can you expand on your suggestions? I am utterly clueless with respect to this problem.
 
Taking out [itex]n^2[/itex] from the numerator and denominator:[tex]\sum^{\infty}_{n=1}\frac{2+\frac{3}{n}}{\sqrt{5/n^4 + n}}[/tex]Well, the nth-term test is not useful here, as the limit is 0.
 
sharks said:
Taking out [itex]n^2[/itex] from the numerator and denominator:[tex]\sum^{\infty}_{n=1}\frac{2+\frac{3}{n}}{\sqrt{5/n^4 + n}}[/tex]Well, the nth-term test is not useful here, as the limit is 0.

Ye I was about to say that lol.
 
CitizenInsane said:
Ye I was about to say that lol.
You should always try with the simpler tests first. :smile:

Using the comparison test: [tex]u_n=\frac{2n^2+3n}{\sqrt{5+n^5}}[/tex][tex]v_n=\frac{2n^2}{\sqrt{n^5}}=\frac{2}{n^{1/2}}[/tex]Now, use the p-series test and the series ##v_n## diverges.
Since [itex]v_n \le u_n[/itex] and [itex]\sum^{\infty}_{n=1}v_n[/itex] diverges, therefore the original series diverges.
 
sharks said:
You should always try with the simpler tests first. :smile:

Using the comparison test: [tex]u_n=\frac{2n^2+3n}{\sqrt{5+n^5}}[/tex][tex]v_n=\frac{2n^2}{\sqrt{n^5}}=\frac{2}{n^{1/2}}[/tex]Now, use the p-series test and the series ##v_n## diverges.
Since [itex]v_n \le u_n[/itex] and [itex]\sum^{\infty}_{n=1}v_n[/itex] diverges, therefore the original series diverges.

Thanks.