Monday, November 14, 2016

calculus - What is the limit of the sequence n!/4^n?




I am trying to find the limit of the sequence by using root test and I don't understand why the limit is not zero?
(the answer is inf).



Answer



By the root test:



lim supnnan=lim supnnn!4n=14lim supnnn!=14lim supnnexp(nlnnn)=14lim supnexp(lnn1)=14elim supnn=



Hence the sequence diverges to infinity.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...