Exercise 2.2.2

Verify, using the definition of convergence of a sequence, that the following sequences converge to the proposed limit.

(a)
lim 2 n + 1 5 n + 4 = 2 5 .
(b)
lim 2 n 2 n 3 + 3 = 0 .
(c)
lim sin ( n 2 ) n 3 = 0 .

Answers

(a)
We have | 2 n + 1 5 n + 4 2 5 | = | 5 ( 2 n + 1 ) 2 ( 5 n + 4 ) 5 ( 5 n + 4 ) | = | 3 5 ( 5 n + 4 ) | = 3 5 ( 5 n + 4 ) < 𝜖

We now find n such that the distance is less then 𝜖

3 5 ( 5 n + 4 ) < 1 n < 𝜖 n > 1 𝜖

You could also solve for the smallest n , which would give you

3 5 ( 5 n + 4 ) < 𝜖 5 n + 4 > 3 5 𝜖 n > 3 25 𝜖 4 5

I prefer the first approach, the second is better if you were doing numerical analysis and wanted a precise convergence rate.

(b)
We have | 2 n 2 n 3 + 3 0 | = 2 n 2 n 3 + 3 < 2 n 2 n 3 = 2 n < 𝜖 n > 2 𝜖

(c)
We have sin ( n 2 ) n 1 3 1 n 1 3 < 𝜖 n > 1 𝜖 3

Really slow convergence! if 𝜖 = 1 0 2 we would require n > 1 0 6

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