Another convergent and divergent

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

Homework Statement


Determine whether the series is convergent or divergent.
[tex]\sum[/tex] n5 / (n6 + 1)
 
Physics news on Phys.org
Yes I was thinking of the comparison test, but that's next chapter. in this chpt, its all about integral test. i am not sure how to solve this with integral test, but can you check out the comparison test that follows ?

Comparison test ;

n^5 / (n^6+1) <= n^5 / n^6 = 1/n and from definition we know that 1/(n^p)
converges if n > 1 and diverges if n< 1. So in this case it diverges since n = 1.

Any ideas solving this by integral test?
 
tnutty said:
Yes I was thinking of the comparison test, but that's next chapter. in this chpt, its all about integral test. i am not sure how to solve this with integral test, but can you check out the comparison test that follows ?

Comparison test ;

n^5 / (n^6+1) <= n^5 / n^6 = 1/n and from definition we know that 1/(n^p)
converges if n > 1 and diverges if n< 1. So in this case it diverges since n = 1.
?

No, you can't conclude from this comparison that the series diverges. For the comparison test to show that a series diverges, the terms have to be larger than those of a divergent series. Here you show that they are smaller than those of [itex]\sum 1/n[/itex].
 
rwisz said:
The comparison test does show divergence that's right.
Sorry to burst your bubble, but no it does not. Take a look at the comparison test and what it says about divergent series and what it says about convergent series. They are different.
rwisz said:
For the integral test however, since the numerator contains [tex]n^5[/tex] and the derivative of the denominator is [tex]6n^5[/tex] then you should be able to tell that u-substitution will work like a charm here...

Hint: du/u = ln u.

And for the setup of the improper integral, try looking at the previous thread where I helped you, at the bottom of my last post.
 
as Mark mentioned out the comparison test points out that if

[tex]b_n > a_n[/tex] for all n>N then if an diverges so does bn
so your pevious example doesn't work...

but to get this condition you could notice

[tex]\frac{n^5}{n^6 + 1} > \frac{1}{2n}[/tex] which is true [tex]\forall n >1[/tex]

or
[tex]\frac{n^5}{n^6 + 1} > \frac{n^5}{n^6 + n^5} = \frac{1}{n+1}[/tex] which is true [tex]\forall n >1[/tex] and cleary diverges...

clearly