Friday, October 13, 2017

convergence divergence - Prove that xn/n! converges to 0 for all x

Prove that an=xn/n!0 for all x



Here is what I tried, but it seems to lead to nowhere.




Choose ϵ>0. We need to show that there exists NN such that for all n>N we have |an|<ϵ



So, |(xn/n!)|<ϵ|xn|<n!ϵ (since n! is positive we ignore the absolute signs). So |x|/(ϵ1/n)<[n!(1/n)].
Now I am stuck in solving this for n, and hence finding N ...

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