Thursday, June 8, 2017

calculus - Sequence convergence with inequality



Find the limits:





limnn4n3en




My Attempt:
using L'Hospital's rule I got that the limit equals to 0.




(1) the sequence an given by:
an=t1enxx3dx, n=1,2,





then an is the function value F(n), as:



F(t)=t1enxx3dx




(2) use the mean value theorem on the function F(t) in the interval [1,n] to show that: ann1=encc3, c(1,n)





My Attempt:
I think I'm able to show this. Is it correct that f(b)f(a)=f(b)=an because f(a)=o (integral from 1 to 1)?




(3) why is encc3(n1)enn3(n1),c(1,n)




My Attempt:
Need help, I don't know how to approach this. What is the role of c here?





(4) Use the inequality to show that the sequence an converges, and find the limit: limnan




My Attempt:



(4) Not sure what to do here, maybe I have to solve (3) first.


Answer



For (3), it's very simple:





  • c>1 implies nc<n, and as the exponential is an increasing function, enc<en.

  • the x3 function is also increasing, so $ c implies $c^3



As these inequalities involve only positive numbers, we can multiply them to get
$$e^{-nc}c^3
and there only remains to multiply both sides by the positive number n1.


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