Is the series sum(1/n!,n,1,inf) convergent?

nameVoid
Messages
238
Reaction score
0
sum(1/n!,n,1,inf)
the only thing i can think of is
1/n^2>=1/n! , 1/n^2 being a convergent p series since p >1
thus /n! is convergent
 
Last edited:
Physics news on Phys.org
nameVoid could you start putting some effort into your posts perhaps? In particular use the template and state your question plus your work clearly.
 
whats the syntax for definite integral
 
You should split off the first few terms to make the comparison with 1/n^2 more accurate.

The syntax for a definite integral is [ tex] \int_{lowerlimit}^{upperlimit} [ /tex].

1/n^2>=1/n! , 1/n^2 being a convergent p series since p >1

This is not true for all n, take n=2 for example.
 
If you are investigating the series

<br /> \sum_{n=1}^\infty \frac{1}{n!}<br />

then you can use

<br /> \sum_{n=1}^\infty \frac 1 {n^2}<br />

and compare terms (and the second series IS a convergent p-series: I'm not sure what Cyosis was getting at).
 
I was getting at the fact that for the first few terms the inequality doesn't hold. So concluding right away that one converges may bit a bit of a jump hence I suggested to write out the first few terms until the inequality indeed holds.
 
\sum_{n=1}^{\infty}1/n!
\frac{1}{n!}\leq\frac{1}{n^2} , n\geq 4

\sum_{n=1}^{\infty}1/n^2:convergent
b_{n}=\sum_{n=4}^{\infty}1/n^2\geq\sum_{n=4}^{\infty}1/n!=a_{n}
i believe there is a property which states that if
\sum_{n=c}^{\infty}a_{n}
is convergent then the series converges for all n>=1 in any case here are the first few terms
\sum_{n=1}^{\infty}1/n^2=1+\frac{1}{4}+\frac{1}{9}+\frac{1}{16}+\frac{1}{25}...
\sum_{n=1}^{\infty}1/n!=1+\frac{1}{2}+\frac{1}{6}+\frac{1}{24}+\frac{1}{120}...
this seems to confirm things
 
Last edited:
Looks fine to me. Good work. But you might want to prove that 1/n! <= 1/n^2 for n>= 4.
 
Just as a side note, a series almost identical to yours--
\sum_{n = 0}^{\infty}\frac{1}{n!}
-- converges to a number that is familiar to all mathematicians. Note that 0!, by definition, is 1.
 
  • #10
Does the question state explicitly that you need to use the Comparison Test? If not, then you may want to try using the Ratio Test, which I think works equally well in this case and you don't need to do induction to check what you're comparing this against actually works.

Denote a_n = 1/n!. Then see that \lim_{n \to \infty} |a_{n+1}/a_n| = \lim \dfrac{1}{(n+1)!}\cdot n! = \lim \dfrac{n!}{(n+1)n!} = \lim \dfrac{1}{n+1} = 0 = \limsup |a_{n+1} / a_n| &lt; 1. Thus, by the Ratio Test, this converges.
 

Similar threads

Replies
3
Views
1K
Replies
6
Views
1K
Replies
1
Views
1K
Replies
4
Views
1K
Replies
5
Views
1K
Replies
5
Views
2K
Replies
14
Views
2K
Replies
2
Views
2K
Back
Top