convergence of series with square root in the denominator

sambellamy

Junior Member
Joined
Oct 21, 2014
Messages
53
I am being asked to determine whether ∑n=4 1/(n-3)1/2 is convergent. I am not sure if I am doing this correctly.

I decided to use the ratio test:

an=1/(n-3)1/2 an+1=1/(n-2)1/2

I got | (n-3)1/2 / (n-2)1/2 |, and then dividing everything by n:

| (1-3/n)1/2 / (1-2/n)1/2 |

It seems the numerator will be larger... is the limit 2/3?

I do not know what to do from there. Using L'Hospital's rule seems like it would continue with the ∞/∞ form and not be helpful. Any hints?
 
I am being asked to determine whether ∑n=4 1/(n-3)1/2 is convergent. I am not sure if I am doing this correctly.

I decided to use the ratio test:

an=1/(n-3)1/2 an+1=1/(n-2)1/2

I got | (n-3)1/2 / (n-2)1/2 |, and then dividing everything by n:

| (1-3/n)1/2 / (1-2/n)1/2 |

It seems the numerator will be larger... is the limit 2/3?

I do not know what to do from there. Using L'Hospital's rule seems like it would continue with the ∞/∞ form and not be helpful. Any hints?

In this particular case the ratio test doesn't help because
limn>an+1an=limn>(n3)12(n2)12=limn>[n3n2]12=112=1\displaystyle lim_{n -> \infty} \frac{a_{n+1}}{a_n} = lim_{n ->\infty} \frac {(n-3)^{\frac{1}{2}}}{(n-2)^{\frac{1}{2}}} =lim_{n ->\infty} [\frac {n-3}{n-2}]^{\frac{1}{2}} = 1^{\frac{1}{2}} = 1

If you make the substitution m = n-3 and use the comparison test against the harmonic series, you might get further.
 
I am being asked to determine whether ∑n=4 1/(n-3)1/2 is convergent.
n>4,  1n3>1n>1n\displaystyle n>4,~~\dfrac{1}{\sqrt{n-3}}>\dfrac{1}{\sqrt{n}}>\dfrac{1}{n}
 
I can see that if i just consider

limn→∞ 1/(n-3)1/2

that as the denominator grows, the value will approach 1/∞ which equals zero in the world of limits. is this assessment enough? can I just make this logical leap with the standard test for divergence?

I also have not learned the m substitution method, and I think I'll stay away from it, at least for homework purposes.
 
I can see that if i just consider

limn→∞ 1/(n-3)1/2

that as the denominator grows, the value will approach 1/∞ which equals zero in the world of limits. is this assessment enough? can I just make this logical leap with the standard test for divergence?

I also have not learned the m substitution method, and I think I'll stay away from it, at least for homework purposes.

Use simple comparison. n=51n\displaystyle \sum\limits_{n = 5}^\infty {\frac{1}{n}} diverges.
 
Top