How do you use the limit comparison test to determine if Sigma (n+3)/(n(n+2)) from [1,oo) is convergent or divergent?

1 Answer
May 14, 2018

The series:

sum_(n=0)^oo (n+3)/(n(n+2))

is divergent.

Explanation:

Note that:

(n+3)/(n+2) = (n+2+1)/(n+2) = 1+1/(n+2) > 1

Then:

(n+3)/(n(n+2)) > 1/n

and as the harmonic series:

sum_(n=0)^oo 1/n

is divergent, by direct comparison also the series:

sum_(n=0)^oo (n+3)/(n(n+2))

is divergent.