Series Test for convergent and divergent

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

Homework Statement


Ʃ √n/(ln(n))^2
from n=2 to ∞


Homework Equations



Series Test for convergent and divergent

The Attempt at a Solution



I tried doing ratio test and gotten
[√(n+1)*(ln(n))^n] / [(ln(n+1))^(n+1) * √n]

to find the limit, do i cont by using Hopstal rule?
 
Physics news on Phys.org
mikbear said:

Homework Statement


Ʃ √n/(ln(n))^2
from n=2 to ∞

Homework Equations



Series Test for convergent and divergent

The Attempt at a Solution



I tried doing ratio test and gotten
[√(n+1)*(ln(n))^n] / [(ln(n+1))^(n+1) * √n]
That is not correct. It should be
$$ \frac{\sqrt{n+1}~(ln(n))^2}{\sqrt{n}~(ln(n+1))^2}$$

In any case, I don't think the Ratio Test is going to be much help here. What other tests do you know?
mikbear said:
to find the limit, do i cont by using Hopstal rule?
 
I made a mistake in the question its suppose to be power of n

Ʃ √n/(ln(n))^n
from n=2 to ∞

I have learned root test, integral test, comparison and limit test.

however I do not see how these will help solve this question.
 
mikbear said:
I made a mistake in the question its suppose to be power of n

Ʃ √n/(ln(n))^n
from n=2 to ∞

I have learned root test, integral test, comparison and limit test.

however I do not see how these will help solve this question.

That's little more subtle. Can you show (ln(n))^n will eventually dominate any power series? For example, (ln(n))^n>n^2 for sufficiently large n? That would let you make a comparison test.
 
Oh. thanks for the tip. I gona try it rite now. Thanks