Message Boards Message Boards

0
|
8746 Views
|
9 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Need to calculate a limit. Step-by-step solution doesn't give much guidance

Posted 9 years ago

limit 2^n*n!/n^n, n=infinity

The step-by-step solution converts to a log and then the answer really just begs the question. Is there a more detailed way of finding this limit?

POSTED BY: Brad Cooper
9 Replies

Glad to be helpful!

POSTED BY: Gianluca Gorni

It seems that this web site does not allow me to write -1 less than r less than 1.

POSTED BY: Gianluca Gorni

This web site corrupts my formulas. I meant that when -1<r<1 the sequence goes to zero.

POSTED BY: Gianluca Gorni
POSTED BY: Gianluca Gorni

Good point, in this case one can deduce the limit without knowing details of the factorial expansion at infinity.

POSTED BY: Daniel Lichtblau

Short answer is no. A detailed set of steps would require some serious understanding of how to recast the factorial behavior at infinity in terms of logs and exponentials.

POSTED BY: Daniel Lichtblau

Take the ratio of two consecutive terms:

a[n_] = 2^n n!/n^n;
FullSimplify[a[n]/a[n + 1], n > 0]

You will see that a[n+1]/a[n] converges to 2/e, which is less than 1. You can also try

DiscretePlot[2^n n!/n^n, {n, 1, 20}]
POSTED BY: Gianluca Gorni
Posted 9 years ago
POSTED BY: Brad Cooper
Posted 9 years ago
POSTED BY: Brad Cooper
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract