How do you test the series #Sigma 1/(n!)# from n is #[0,oo)# for convergence?
1 Answer
Jan 14, 2017
Use the ratio test to show the series' convergence.
Explanation:
We will use the ratio test. The ratio test says that the for the series
- If
#L>1# , then#suma_n# is divergent. - If
#L=1# , then the test is inconclusive. - If
#L<1# , then#suma_n# is (absolutely) convergent.
So for the series
#L=lim_(nrarroo)abs((1/((n+1)!))/(1/(n!)))=lim_(nrarroo)abs((n!)/((n+1)!))#
This takes recalling a little bit about factorial. The definition of factorial states that
#L=lim_(nrarroo)abs((n!)/((n+1)(n!)))=lim_(nrarroo)abs(1/(n+1))=0#
Since