Friday, November 10, 2017

calculus - Limit of sequence, squeeze theorem?



I have this question, Find the limit of the sequence an:=n20011.001n

as n.



I presume that the limit is 0 due to the exponential in the denominator, and also presume I am to use the squeeze theorem to show this, but I am finding it hard to find two bounds that tend to the same limit. Or do I need to use a different theorem?



We have not used logarithms to solve limits yet and this exercise is meant to be completed using theorems and rules such as squeeze theorem, ratio test, sum/product/quotient rules etc.


Answer



Ok, so ratio it is:




an+1an=(n+1)20011.001n+11.001nn2001=(1+1n)200111.001n11.001<1



and thus the sequence converges to zero.


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