Convergence of Series using the Integral Test

  • Thread starter Thread starter llooppii
  • Start date Start date
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
15 replies · 2K views
llooppii
Messages
8
Reaction score
0

Homework Statement



Determine whether the series (from 1 to infinity) [tex]\Sigma[/tex] 1/(n^(1+1/n)) converges.


The Attempt at a Solution



I know that since it is positive, continuous, and decreasing, I am able to use the integral test, but I don't know how to anti-differentiate that. I've tried a u-sub, but that didn't lead anywhere. Any help is much appreciated!
 
Physics news on Phys.org
I don't know that test. How does it work?
 
Well, you take a series with term [tex]u_n[/tex]. You change this into a series with term [tex]2^nu_{2^n][/tex]. If this series converges/diverges, then so does the original series.

Example:
The series [tex]\sum{1/n}[/tex] diverges since the series [tex]\sum{2^n/2^n}[/tex] diverges.

Okay, let's try something else. Do you know the following test?
If {a_n}, {b_n} > 0 and if [tex]\lim_{n\rightarrow +\infty}{\frac{a_n}{b_n}}[/tex] exists and is nonzero, then

[tex]\sum_{n=1}^{+\infty}~\text{converges iff}~ \sum_{n=1}^{+\infty}~\text{converges}[/tex]


If not, can you list all the tests you've seen?
 
llooppii said:

Homework Statement



Determine whether the series (from 1 to infinity) [tex]\Sigma[/tex] 1/(n^(1+1/n)) converges.


The Attempt at a Solution



I know that since it is positive, continuous, and decreasing, I am able to use the integral test, but I don't know how to anti-differentiate that. I've tried a u-sub, but that didn't lead anywhere. Any help is much appreciated!

You can't apply the integral test directly. Your series is 1/(n*n^(1/n)). Try to think of a function you can replace the n^(1/n) part with that allows you to integrate it and then apply a comparison test. Hint: your given series is really close to being 1/n.
 
Ah thank you! That really helped. Could i just say that because n^(1+1/n) is always greater than n, that the series must converge because p-series states that p > 1, then the series converges??
 
Last edited:
llooppii said:
Ah thank you! That really helped. Could i just say that because n^(1+1/n) is always greater than n, that the series must converge because p-series states that p > 1, then the series converges??

No. Because it's not a p-series. I'll also give you the hint that it diverges. Can you find a series that's smaller than the given series that you can show diverges?
 
i really can't think of anything that works because i always end up having n^n for i don't know a test for...
 
micromass said:
No, because p=1+1/n and this is dependent of n. We can only say that 1/n^p converges if p is constant. I'd still try the ration test...

The ratio test gives you 1. Did you try it?
 
llooppii said:
i really can't think of anything that works because i always end up having n^n for i don't know a test for...

What do you think about 1/(n*log(n))? Convergent, divergent?
 
i must have done the ratio test wrong then, but it would still fail if it equals 1 though, rite? and I am not too sure about nlogn, but i definitely see how 1/2n works. thank you very much micromass and Dick, i really appreciate your time!