Accumulation points and divergence

In summary: I understand. I think I just need to do it. I'll try to think about this for a bit more and then come back with a solution.In summary, we are trying to show that a sequence with two distinct accumulation points cannot converge. We can do this by taking the distance between the two accumulation points and showing that there is no index N for which all elements with index greater than N are within that distance. This would contradict the definition of convergence, thus proving that the sequence must diverge.
  • #1
fishturtle1
394
82

Homework Statement


Show that the sequence with two distinct accumulation points must diverge. (Hint: look at the proof of divergence for {##(-1)^k##}.

Homework Equations


Some definitions and propositions I'm trying to use:
2.2.3: A sequence cannot converge to two different numbers. If {##x_k##} is a sequence in ##\mathbb{R}## which converges to both y and z, then y = z.

2.2.5 A real sequence {##x_k##} diverges to (positive) infinity (denoted ##x_k \rightarrow \infty##) if for every ##M \epsilon \mathbb{R}## there exists ##K## such that, for every ##k \ge K##, we have ##x_k \ge M##.

2.3.9 For any sequence {##x_k##} in ##\mathbb{R}##, an accumulation point of the sequence is any point which is the limit of some subsequence {##y_j##} of the sequence {##x_k##}.

The proof/excerpt for {##(-1)^n##} diverges is this:
While every convergent sequence must be bounded, it is not true that every bounded sequence vineries: in other words, there exist bounded sequence which diverge .For example, consider the sequence
$$\lbrace(-1)^n\rbrace = +1, -1, +1, -1, ...$$
which alternates the two values +1 and -1. This is bounded, since the absolute value of al elements is 1. Nonetheless the sequences diverges. To see this consider the possibilities. It can't converge to +1, because every second element satisfies
$$|(-1)^k - 1| = 2$$
so it cannot approximate +1 with accuracy, say ##\epsilon = 1##. However, if
##y \neq 1##, we see that every even index term has
$$|(-1)^k - y| = |y - 1| > 0$$
and so we can't approximate y with accuracy, say, half the distance from y to 1:
##\epsilon = |y-1|/2##.

The Attempt at a Solution


Proof: Let {##x_k##} be a sequence and {##y_j##}, {##z_h##} be subsequences of {##x_k##} with distinct accumulation points. Then ##\lim_{j\to\infty} y_j = a## and ##\lim_{h \to\infty} z_h = b## where ##a \neq b##.
...

edit1: one of the things I'm stuck on is that, what if I have the sequence {##x_k##} = (-10, -5, 0, 5, 10, 5, 0, 0, 0, 0, 0). Then I looked at the subsequences {##y_j##} = (-10, -5, 0, 5, 10) and {##z_h##} = (5, 0, 0, 0). Then {##x_k##} converges to 0, {##y_j##} approaches 10 and {##z_h##} approaches 0. So what's the problem?
please help
 
Physics news on Phys.org
  • #2
fishturtle1 said:

Homework Statement


Show that the sequence with two distinct accumulation points must diverge. (Hint: look at the proof of divergence for {##(-1)^k##}.

Homework Equations


Some definitions and propositions I'm trying to use:
2.2.3: A sequence cannot converge to two different numbers. If {##x_k##} is a sequence in ##\mathbb{R}## which converges to both y and z, then y = z.

2.2.5 A real sequence {##x_k##} diverges to (positive) infinity (denoted ##x_k \rightarrow \infty##) if for every ##M \epsilon \mathbb{R}## there exists ##K## such that, for every ##k \ge K##, we have ##x_k \ge M##.

2.3.9 For any sequence {##x_k##} in ##\mathbb{R}##, an accumulation point of the sequence is any point which is the limit of some subsequence {##y_j##} of the sequence {##x_k##}.

The proof/excerpt for {##(-1)^n##} diverges is this:
While every convergent sequence must be bounded, it is not true that every bounded sequence vineries: in other words, there exist bounded sequence which diverge .For example, consider the sequence
$$\lbrace(-1)^n\rbrace = +1, -1, +1, -1, ...$$
which alternates the two values +1 and -1. This is bounded, since the absolute value of al elements is 1. Nonetheless the sequences diverges. To see this consider the possibilities. It can't converge to +1, because every second element satisfies
$$|(-1)^k - 1| = 2$$
so it cannot approximate +1 with accuracy, say ##\epsilon = 1##. However, if
##y \neq 1##, we see that every even index term has
$$|(-1)^k - y| = |y - 1| > 0$$
and so we can't approximate y with accuracy, say, half the distance from y to 1:
##\epsilon = |y-1|/2##.

The Attempt at a Solution


Proof: Let {##x_k##} be a sequence and {##y_j##}, {##z_h##} be subsequences of {##x_k##} with distinct accumulation points. Then ##\lim_{j\to\infty} y_j = a## and ##\lim_{h \to\infty} z_h = b## where ##a \neq b##.
...

edit1: one of the things I'm stuck on is that, what if I have the sequence {##x_k##} = (-10, -5, 0, 5, 10, 5, 0, 0, 0, 0, 0). Then I looked at the subsequences {##y_j##} = (-10, -5, 0, 5, 10) and {##z_h##} = (5, 0, 0, 0). Then {##x_k##} converges to 0, {##y_j##} approaches 10 and {##z_h##} approaches 0. So what's the problem?
please help
The sequence you show in your edit, {xk} is a finite sequence. Not sure if that's what you intended. When we talk about sequences converging, we're usually talking about infinite sequences.
For the problem you're working on, set d equal to the distance between two accumulation points (in absolute value), then take ##\epsilon < d##. Can you show that there is no index N so that all of the elements with index >= N are within ##\epsilon## of either of the accumulation points?

BTW, this probably belongs in the Calc & Beyond section, as the concepts here aren't typically precalc topics.
 
  • #3
Mark44 said:
The sequence you show in your edit, {xk} is a finite sequence. Not sure if that's what you intended. When we talk about sequences converging, we're usually talking about infinite sequences.
For the problem you're working on, set d equal to the distance between two accumulation points (in absolute value), then take ##\epsilon < d##. Can you show that there is no index N so that all of the elements with index >= N are within ##\epsilon## of either of the accumulation points?

BTW, this probably belongs in the Calc & Beyond section, as the concepts here aren't typically precalc topics.
Trying to use your suggestion but I'm not sure

Let b and c be distinct accumulation points of the sequence {x_n}. Let d = |b - c|. We'll show that d cannot be the limit of {x_n}. Suppose for any ##\epsilon## > 0 there exists an N such that for all n > N, we have
##|x_n + -|b - c|| < \epsilon##
##||x_n + -|b - c|| \le |x_n| + |-|b-c|| < \epsilon##
##|x_n| + |b-c| < \epsilon##

but i don't see a way to get a contradiction..

i'm also kind of confused, if I understand what you said, we are trying to show ##d## is not the limit of {x_n}, but how does that show that a limit doesn't exist
 
  • #4
fishturtle1 said:
Trying to use your suggestion but I'm not sure

Let b and c be distinct accumulation points of the sequence {x_n}. Let d = |b - c|. We'll show that d cannot be the limit of {x_n}.
d is just the distance between b and c. It is not a limit point.
Assume that b is the limit of the sequence ##\{x_n \}##. Let ##\epsilon = \frac d 2##. Can you show that no matter how large you let N get, some of the elements of the sequence will be farther away from b than ##\frac \epsilon 2##?
fishturtle1 said:
Suppose for any ##\epsilon## > 0 there exists an N such that for all n > N, we have
##|x_n + -|b - c|| < \epsilon##
##||x_n + -|b - c|| \le |x_n| + |-|b-c|| < \epsilon##
##|x_n| + |b-c| < \epsilon##

but i don't see a way to get a contradiction..

i'm also kind of confused, if I understand what you said, we are trying to show ##d## is not the limit of {x_n}, but how does that show that a limit doesn't exist
 
  • #5
Mark44 said:
d is just the distance between b and c. It is not a limit point.
Assume that b is the limit of the sequence ##\{x_n \}##. Let ##\epsilon = \frac d 2##. Can you show that no matter how large you let N get, some of the elements of the sequence will be farther away from b than ##\frac \epsilon 2##?
Thank you for the reply.

Ok, so i have the inequality ##|x_n - b| < \frac{|c - b|}{2}## where ##b, c## are fixed real numbers. And I'm trying to show, algebraically, that this inequality isn't true for all n. But i don't think this can be done algebraically, since we can't say anything about ##x_i##. So do I need to show this with some theorems/defintions?..
 
  • #6
You have two accumulation points, so there are two convergent subsequences. Call them ##\{a_{n_k}\}## and ##\{a_{n_l}\}##, where ##n_k## and ##n_l## are sequences of positive integers. Assume that the subsequence ##\{a_{n_k}\}## converges to b, and that the subsequence ##\{a_{n_l}\}## converges to c. Use the definition of convergence of a sequence to show that for suitably large numbers n, all of the elements of the first subsequence are "close to" b and all of the elements of the second subsequence are "close to" c. Use this idea to show that there are some elements of the overall sequence that are either too far away from b or too far away from c for the sequence to converge.
 

1. What is an accumulation point?

An accumulation point, also known as a limit point, is a point in a sequence or set of numbers that is approached by infinitely many other points in the sequence or set.

2. How is an accumulation point different from a limit?

An accumulation point is a point in a sequence or set that is approached by infinitely many other points, while a limit is a specific value that a sequence or function approaches as its input approaches a certain value.

3. Can a sequence have more than one accumulation point?

Yes, a sequence can have multiple accumulation points. This occurs when there are multiple points in the sequence that are approached by infinitely many other points.

4. How do you determine if a sequence diverges?

A sequence diverges if it does not have a finite limit or accumulation point. This means that the sequence either approaches infinity or oscillates between two or more values.

5. What is the difference between a convergent and divergent sequence?

A convergent sequence approaches a finite limit or accumulation point, while a divergent sequence does not have a finite limit or accumulation point and either approaches infinity or oscillates between two or more values.

Similar threads

  • Calculus and Beyond Homework Help
Replies
13
Views
964
  • Calculus and Beyond Homework Help
Replies
2
Views
496
  • Calculus and Beyond Homework Help
Replies
8
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
255
  • Calculus and Beyond Homework Help
Replies
17
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
781
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
841
  • Calculus and Beyond Homework Help
Replies
1
Views
821
Back
Top