Ratio Test inconclusive with factorial

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 4K views
micast87
Messages
1
Reaction score
0

Homework Statement



[tex]\sum(n-1)!/(n+2)![/tex]

2. The attempt at a solution

I tried the ratio test and came up with the lim[tex]_{}n\rightarrow\infty[/tex] n/(n+3) = 1 which gives no information on convergence or divergence. I'm trying to find absolute or conditional convergence so what else can I do?
 
Physics news on Phys.org
You can first simplify that sum into 1/[(n+2)(n+1)(n)] = 1/[n^3 +3n^2 + 2n].

Then do comparison test using another sum: 1/n^3,

Since the latter is greater than the former and it converges, therefore the original series converges. For absolute convergence, just remember to take the absolute value of the original series.