In order to prove that n → ∞ lim a n diverges, we first suppose that it converges to some limit L , and find an appropriate ϵ > 0 such that for every pair of real values of N and L the statement
n > N ⟹ ∣ a n − L ∣ < ϵ
is false, which would be a contradiction to the supposition that a n is convergent.
Choose all valid sequences { a n } so that ϵ = 1 would yield such a contradiction.
A . B . C . a n = ( − 1 ) n a n = sin n a 1 = 1 0 1 , a n + 1 = { a n + n + n 1 − a n ( n rational ) ( otherwise )
This is a part of the College Calc problem set. You can find more problems here .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Problem Loading...
Note Loading...
Set Loading...
A. Since terms will be always alternating between -1 and 1, there is no L that they will become arbitrarily close to. But the question is not asking whether the limit diverges, but whether a choice of ε = 1 will suffice to show that. Setting L = 0 we see that it does: ∣ a n − 0 ∣ = 1 . Any other choice for L will only make ∣ a n − L ∣ larger for either even or odd values of n. So case A contradicts the given statement when ε = 1 .
B. A similar argument. Terms will keep going up and down taking values between -1 and 1 without converging, but the difference with A is, that values will never quite reach the values -1 or 1, because n would have to be equal to n = ( k + 2 1 ) π for k ∈ Z . Since π is irrational this won't happen. We find ∣ a n − 0 ∣ < 1 . So case B does not contadict the given statement for ε = 1 .
C. A tricky one, we have to be careful.
First observe that 0 is the best choice for L because there will always be consecutive terms changing sign and 0 has the least maximum value for ∣ a n − L ∣ .
Next observe that the sign keeps flipping all the time until n − 1 is a perfect square. (N-1?? Yes, the definition has a special case for a n + 1 when n is a perfect square - roots of natural numbers are either irrational or natural).
Next observe that the separation between consecutive squares is always an odd number. That means there will be an even number of sign flips and then adding a term, so all the terms are eventually adding up in the positive sense.
Next notice that, although 1 0 1 + ∑ k = 1 ∞ k + k 2 1 exists, we can see that it is bigger than 1. Its partial sum reaches 1 when k = 9 . This means that terms a n with n > = 8 2 will have ∣ a n − 0 ∣ > = 1 . They are still flipping sign, so setting L closer to a specific value will not help. So for any choice of L and N , ∣ a n − L ∣ > = 1 at least for some n > N and case C contradicts the given statement for ε = 1 .
Summary
All three sequences actually diverge, but for A and C even the course choice of ε = 1 suffices to show that.
Bonus
Sequence C is divergent, but still 'absolute convergent', meaning that ∃ L : ∀ ε > 0 : ∃ N : ∀ n > N : ∣ ∣ a n ∣ − L ∣ < ε . Its absolute value converges to this value L = 1 0 1 1