Does this series converge or diverge?

  • Thread starter Thread starter ghost34
  • Start date Start date
  • Tags Tags
    Series
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
3 replies · 2K views
ghost34
Messages
5
Reaction score
0

Homework Statement


does the following series converge or diverge? how does one determine whether it diverges or converges?

Homework Equations


Ʃ (n+1)/((n^3)+3n^2+5)^1/2

n=1, to infinity

The Attempt at a Solution


I attempted to compare it with n/(n)^3/2, this series diverges and is greater than the original series, so the comparison test didn't work, at least in this case. the ratio test was inconclusive as well. any help would be appreciated, thanks
 
Last edited:
Physics news on Phys.org
Try using the asymptotic comparison test. I'll write it down in case you don't know it.


If [itex]|a_{n}|[/itex] ~ [itex]|b_{n}|[/itex]

then

[itex]\sum |a_{n}|[/itex] converges [itex]\Leftrightarrow[/itex] [itex]\sum |b_{n}|[/itex] converges


~ means "is asymptotic to".

[itex]a_{n}[/itex] ~ [itex]b_{n} \Leftrightarrow[/itex] limit [itex]{a_{n}}/{b_{n}}\rightarrow 1[/itex]

It's a very very useful test.
 
The crucial point is that the denominator has "leading power" 3/2 while the numerator has power 1. The entire fraction has "power" -1/2. You should be able to compare it with [itex]1/n^{1/2}[/itex].