Exercise 2.3.6

Consider the sequence given by b n = n n 2 + 2 n . Taking ( 1 n ) 0 as given, and using both the Algebraic Limit Theorem and the result in Exercise 2.3.1, show lim b n exists and find the value of the limit.

Answers

I’m going to find the value of the limit before proving it. We have

n n 2 + 2 n = n ( n + 1 ) 2 1

For large n , ( n + 1 ) 2 1 n + 1 so lim b n = 1 .

Factoring out n we get n ( 1 1 + 2 n ) . Tempting as it is to apply the ALT here to say ( b n ) 0 it doesn’t work since n diverges.

How about if I get rid of the radical, then use the ALT to go back to what we had before?

( n n 2 + 2 n ) ( n + n 2 + 2 n ) = n 2 ( n 2 + 2 n ) = 2 n

Then we have

b n = n n 2 + 2 n = 2 n n + n 2 + 2 n = 2 1 + 1 + 2 n

Now we can finally use the algebraic limit theorem!

lim ( 2 1 + 1 + 2 n ) = 2 1 + 1 + lim ( 2 n ) = 2 1 + 1 + 0 = 1

Stepping back the key to this technique is removing the radicals via a difference of squares, then dividing both sides by the growth rate n and applying the ALT.

User profile picture
2022-01-27 00:00
Comments