Prove that a sequence is eventually decreasing.

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
4 replies · 5K views
The_Iceflash
Messages
50
Reaction score
0

Homework Statement



Prove that if a > 0, the sequence [tex]\frac{a^{n}}{n!}[/tex] is eventually decreasing for large n.


Homework Equations


N/A


The Attempt at a Solution



I know I'm to prove this by finding the index but I'm at a loss on how to find the index on such a sequence as I'm not used to using a variable that's in the sequence.

To warmup I was given a values 110 and 300 to find an index for but with 'a' being in the sequence itself I'm not sure how to do that.
 
Physics news on Phys.org
The_Iceflash said:

Homework Statement



Prove that if a > 0, the sequence [tex]\frac{a^{n}}{n!}[/tex] is eventually decreasing for large n.


Homework Equations


N/A


The Attempt at a Solution



I know I'm to prove this by finding the index but I'm at a loss on how to find the index on such a sequence as I'm not used to using a variable that's in the sequence.

To warmup I was given a values 110 and 300 to find an index for but with 'a' being in the sequence itself I'm not sure how to do that.

The numerator and denominator are products of n terms but each term in the numerator is a while the terms in the denominator are increasing. The "average" value (geometric average since we are multiplying) in the denominator is [itex]\sqrt[n]{n!}[/itex]. Can you show that, for fixed a, there exist an integer, n, such that [itex]\sqrt[n]{n!}> a[/itex]?
 
HallsofIvy said:
The numerator and denominator are products of n terms but each term in the numerator is a while the terms in the denominator are increasing. The "average" value (geometric average since we are multiplying) in the denominator is [itex]\sqrt[n]{n!}[/itex]. Can you show that, for fixed a, there exist an integer, n, such that [itex]\sqrt[n]{n!}> a[/itex]?

I don't really follow.
 
try subtracting the n+1 term of the sequence from the nth term. if this quantitiy is less that zero the the sequence is decreasing. however you can factor out a to the power n. this is greater than zero so it doesn't matter. look at the other factor, if you choose a <N+1 you get the desired result.