View Single Post
  #2  
Old November 14th, 2007, 10:04 AM
Jhevon's Avatar
Jhevon Jhevon is offline
vs Jhevon
 
Join Date: Feb 2007
Location: New York, USA
Posts: 11,044
Country:
Thanks: 2,607
Thanked 4,261 Times in 3,960 Posts
Jhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond repute
Default

Quote:
Originally Posted by niyati View Post
I need to find out if:

Summation of n = 1 to infinity of n^n/n!

converges or diverges. If it converges, what is the sum?

I tried the ratio test, since it has a factorial in it, and I end up getting ((n+1)/n)^n, where I apply L'Hopital's Rule, by taking the natural log, pulling the n forward and whatnot, but I'm not sure where to go from there. I mean, I'm sure that I can make it a fraction, but taking limit as n goes to infinity of ln((n+1)/n)/(1/n), and since it's in the 0/0 form, I can take the derivatives, and then take e to that answer, and if it's less than one, it converges. Greater than one is divergence, and equal to one is inconclusive.

However, would the ratio found be the sum that the problem is looking for (if it converges)?

Am I approaching this correctly?
the sum diverges, you can see this pretty quickly since \lim_{n \to \infty}\frac {n^n}{n!} \ne 0

but if you want to do it the hard way and do the ratio test, then here is how to proceed.

you ended up with:

\lim_{n \to \infty} \left| \left( \frac {n + 1}n \right)^n \right| = \lim_{n \to \infty} \left| \left( 1 + \frac 1n \right)^n \right| = |e| = e > 1

thus the series diverges

in general the ration found is not the sum, as can readily be seen here. the ratio found is e while the actual sum diverges to infinity
Reply With Quote