Calculus limit and sequence Question

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
8 replies · 1K views
mr.tea
Messages
101
Reaction score
12

Homework Statement


prove: [tex]\lim_{n\rightarrow \infty} {\frac{n!}{2^n}}=\infty[/tex]

Homework Equations


Def. of a limit

The Attempt at a Solution


I would like to know if my solution is right or not. I think it is right but I would like to get a feedback. Please do not give me the answer, just directions/hints/things to think about, etc.

I need to show that for every (let's assume) positive natural number K (because I am going positively large, so negative numbers are not reasonable), I need to show that the sequence is larger then K from some place.

I thought to use the K I will be given to prove it. So I tried to find when:

[tex]\frac{K!}{2^K}>K[/tex]

and I have: [tex]\leftrightarrow K!>K*2^K \leftrightarrow (K-1)!>2^K[/tex]

And this is true for all K>=6. The proof is by induction(please feel free to correct me if I am wrong).

So, we take the max(K,7) and then it is true.

What do you think? (This is just a draft, so it will be more formal).

Thanks
Thomas
 
Physics news on Phys.org
It is not sufficient to prove that the sequence exceeds every K for some element. Imagine the sequence 0, 1, 0, 2, 0, 3, 0, 4, ... - it will do the same, but it does not have infinity as limit.

In addition to what you have shown, you can also show that the sequence is increasing monotonically. Alternatively, show that the elements of the sequence are larger than K not only for element n=K but for all beyond that (K+1, K+2, ...) as well
 
  • Like
Likes   Reactions: mr.tea
Thank you.
I don't know how I forgot about the monotonically of the sequence(proved it but left it out for some reason).

If I knew how to show that the elements of the sequence are larger than K and beyond, I would prefer this solution, because I think it should be easier, but could not find the way to do this. Hints or ways to think about that would be great.

Thank you again!
Thomas
 
Well, once you know that the sequence is increasing monotonically and ##\frac{K!}{2^K}>K##, then ##\frac{n!}{2^n}>K## for n>K is a direct consequence.

f(n)=n-10 as lower bound would work as well, the limit of this sequence is obvious.
 
I don't know what kind of proof they are looking for, but you could just argue by which value is greater, the limit of the numerator as n->inf or the limit of the denominator as n->inf
 
YoshiMoshi said:
I don't know what kind of proof they are looking for, but you could just argue by which value is greater, the limit of the numerator as n->inf or the limit of the denominator as n->inf
No, that's not valid. Both limits are infinite.
$$\lim_{n \to \infty} n! = \infty$$
$$\lim_{n \to \infty} 2^n = \infty$$
 
oh sorry, it's been a while since calc 1, but I thought there was something that since the numerator approaches infinity faster than the denominator that the limit would tend to inf instead of zero?
 
YoshiMoshi said:
oh sorry, it's been a while since calc 1, but I thought there was something that since the numerator approaches infinity faster than the denominator that the limit would tend to inf instead of zero?
Since the OP needs to prove that the limit of the fraction is ∞, the numerator would have to get large more quickly than the denominator, but taking the limits of the numerator and denominator aren't necessarily helpful, and especially so in this case.
 
Thank you all!

In the end I have decided to also show that the sequence is increasing monotonically.

Thank you all again for helping me.

Thomas.
 
  • Like
Likes   Reactions: mfb