Stirling's approximation problem

  • Thread starter Thread starter tnutty
  • Start date Start date
  • Tags Tags
    Approximation
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
9 replies · 4K views
tnutty
Messages
324
Reaction score
1

Homework Statement



[tex]\sum n^n/ n![/tex]


This example is in the book, it concludes that the above series is :

(1 +1/n)^n, which converges to e and n->infinity

how is this so?

If i take the root test then, is not answer 1 as n->infinity

Can you explain?
 
Physics news on Phys.org


Haven't got there yet
 


Prove the following:

lim (1 +1/n)^n = e
n->infinity
 


so how is it that the above limit goes to e = 2.7128282...
 


dont u just re-arrange to find n if e = 2.7?

if u draw the graph on ur calculator u can see that the left side jumps up then stops at (-1.27, 7.15), then all of a sudden on the right side it shows up at about (0.3, 1.57) again, then moves up slowly
 
Last edited:


Alright forget about this minor problem.
 


tnutty said:
Prove the following:

lim (1 +1/n)n = e
n->infinity

Let y = (1 + 1/n)n (no limits just yet)
ln y = ln (1 + 1/n)n = n ln (1 + 1/n)

lim ln y = lim n ln (1 + 1/n) ( all limits as n --> [itex]\infty[/itex])

= lim ln (1 + 1/n) / (1/n) (the limit on right is of the form 0/0, so L'Hopital's Rule applies)
[tex]= lim \frac{\frac{-1/n^2}{1 + 1/n}}{\frac{-1}{n^2}}[/tex]
= lim 1/(1 + 1/n) = 1

So lim ln y = 1, or
ln (lim y) = 1, or
lim y = e1 = e

Therefore, lim (1 +1/n)n = e