Saturday, June 15, 2019

limits - How may I show x! grows faster than (x+1)n1

I am trying to show that the factorial function grows faster than its respective power function.
I started by define f(x)=x!xn and then looked at f(x+1)f(x) and got xn(x+1)(n1) and took the limit as n goes to infinity, and got 0.



If I recall, that's inconclusive, yes?




Note: As I'm typing this, I feel that maybe I should have taken the limit as x goes to infinity, since I am trying to show the argument of x grows.

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...