Wednesday, November 30, 2016

real analysis - Using the definition of a limit, prove that limnrightarrowinftyfracn2+3nn33=0





Using the definition of a limit, prove that limnn2+3nn33=0




I know how i should start: I want to prove that given ϵ>0, there NN such that nN



|n2+3nn330|<ϵ



but from here how do I proceed? I feel like i have to get rid of 3n,3 from but clearly |n2+3nn33|<n2n33

this is not true.


Answer



This is not so much of an answer as a general technique.




What we do in this case, is to divide top and bottom by n3:
1n+3n213n3


Suppose we want this to be less than a given ϵ>0. We know that 1n can be made as small as we like. First, we split this into two parts:
1n13n3+3n213n3




The first thing we know is that for large enough n, say n>N, 3n3<3n2<1n. We will use this fact.



Let δ>0 be so small that δ1δ<ϵ2. Now, let n be so large that 1n<δ, and n>N.



Now, note that 3n3<3n2<1n<δ. Furthermore, 13n3>13n2>1δ.



Thus,
1n13n3+3n213n3<δ1+δ+δ1+δ<ϵ2+ϵ2<ϵ



For large enough n. Hence, the limit is zero.



I could have had a shorter answer, but you see that using this technique we have reduced powers of n to this one δ term, and just bounded that δ term by itself, bounding all powers of n at once.


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