Mattofix
- 137
- 0
Homework Statement
The sum from n=1 to infinity of n!*2^n*n^(-n)
Homework Equations
The Attempt at a Solution
not a clue.
The discussion revolves around the convergence of the series defined by the sum from n=1 to infinity of n!*2^n*n^(-n). Participants are exploring the application of the ratio test to determine the behavior of the series.
The discussion includes various interpretations of the ratio test results, with some participants asserting different conclusions about convergence and divergence. There is ongoing clarification of the calculations and assumptions made in the process.
Some participants express uncertainty about the simplifications and limits involved in the ratio test, indicating a need for further exploration of the mathematical reasoning behind their conclusions.
masnevets said:when you simplify that ratio, you get 2(n/(n+1))^n, whose limit is 2/e.
torresmido said:Alright,
the series you have is n!*2^n*n^-n
this can be simplifyed to become:
An= n!*(2/n)^n
so An+1= (n+1)!*(2/n)^(n+1) "you just replace n by n+1
The ratio test says lim as n goes to infinity of An+1/An
which is the same as:
lim as n aprroaches infiniti of [(n+1)!*(2/n)^(n+1)] / [n!*(2/n)^n]
(n+1)!/n! equals n+1 and (2/n)^(n+1)/(2/n)^(n) equals 2/n
so the limit becomes:
lim as n approaches infiniti of (n+1)*(2/n)
which is the same as:
lim as n approaches infiniti of (2n+2)/n
you can factor out the
The limit becomes:
n*(2+2*n^-1)/n
cancel out the n in the denominator and the one above it:
now you have the limit as n aprroaches infiniti of 2+(2/n) or 2+2*n^-1
which equals 2
Mattofix said:yeah - i know that torresmido is wrong.
i have handed it in already though.
but i got to 2(n/(n+1))^n and then didnt know how to get 2/e as the limit.
thanks for your help guys
torresmido said:Sorry guys ... I see my mistake now.
the limimit is 2/e so the series diverges by the ratio test