No problem, glad I could help!

  • I
  • Thread starter Buffu
  • Start date
  • Tags
    Limit
In summary: Yes. A very simple sequence that is bounded and that diverges is ##s_n = (-1)^n = \{1, -1, 1, -1, +- \dots \}##.Thanks.But can you help me understand how does the given sequence is bounded ?It clearly does diverge, so should be a unbounded sequence, right ?No. ##((-1)^n)_{n \in \mathbb{N}}## clearly diverges because it does not converge. On the other hand it is clearly bounded by ##-1 \leq (-1)^n \leq 1##Yes. A very simple sequence that
  • #1
Buffu
849
146
$$x_n = (-1)^n {2n\over n+1} \sin n $$

it is given that ,

$$|x_n| = |(-1)^n| {2n\over n+1} |\sin n| < {2n\over n+1} < 2$$
thus bounded, but what i did not get is how did we find ##\lim_{n \to \infty} |(-1)^n| {2n\over n+1} |\sin n| = 2##.
I checked with wolfram alpha and it says ##\lim_{n \to \infty} |(-1)^n| {2n\over n+1} |\sin n| = 2##.
https://www.wolframalpha.com/input/?i=lim+n+to+infinity+(-1)^n+*+sin+n+*+(2n/(n+1))My try

$$\lim_{n \to \infty} |(-1)^n| {2n\over n+1} |\sin n|$$
$$\lim_{n \to \infty} {|(-1)^n| \over n} {2n^3\over n+1} {|\sin n| \over n}$$
$$\lim_{n \to \infty} {|(-1)^n| \over n}{2\over {1\over n^2}+{1\over n^3}} {|\sin n |\over n} ={2 \over 0}$$
 
Physics news on Phys.org
  • #2
The limit does not exist, and it's not clear to me that Wolfram is saying it does. The expression on the results page is vague but there is certainly no clear statement that the limit exists.

In fact, for any ##N\in\mathbb N## and ##\epsilon>0## we can find ##m>N## such that ##\bigg||x_m|-0\bigg|<\epsilon##.
 
  • Like
Likes CumrunVafa01
  • #4
pwsnafu said:
No it doesn't, it just says it's between -2 to 2, which is true.
The sequence diverges by bounded oscillation.

So a sequence can diverge and still be bounded ?
 
  • #5
andrewkirk said:
The limit does not exist, and it's not clear to me that Wolfram is saying it does. The expression on the results page is vague but there is certainly no clear statement that the limit exists.

In fact, for any ##N\in\mathbb N## and ##\epsilon>0## we can find ##m>N## such that ##\bigg||x_m|-0\bigg|<\epsilon##.

Thanks.
But can you help me understand how does the given sequence is bounded ?
It clearly does diverge, so should be a unbounded sequence, right ?
 
  • #6
Buffu said:
So a sequence can diverge and still be bounded ?
Yes. A very simple sequence that is bounded and that diverges is ##s_n = (-1)^n = \{1, -1, 1, -1, +- \dots \}##.
 
  • #7
Buffu said:
Thanks.
But can you help me understand how does the given sequence is bounded ?
It clearly does diverge, so should be a unbounded sequence, right ?
No. ##((-1)^n)_{n \in \mathbb{N}}## clearly diverges because it does not converge. On the other hand it is clearly bounded by ##-1 \leq (-1)^n \leq 1##
 
  • #8
fresh_42 said:
No. ##((-1)^n)_{n \in \mathbb{N}}## clearly diverges because it does not converge. On the other hand it is clearly bounded by ##-1 \leq (-1)^n \leq 1##

Mark44 said:
Yes. A very simple sequence that is bounded and that diverges is ##s_n = (-1)^n = \{1, -1, 1, -1, +- \dots \}##.
Thanks.
That cleared many of my doubts.
 
  • #9
There are two concepts here which are different but similar.
  • w is a cluster point for a sequence {xn} if for any ε>0 and any N you can find an m>N such that |xm-w|<ε.
  • z is a limit point for a sequence {xn} if for any ε>0 you can find an N such that for all m>N you have |xm-w|<ε.
Thus if a sequence has only one cluster point, that cluster point is a limit point.

For the sequence in the OP, every point in [-2, 2] is a cluster point. BUT there is no limit point.
 
  • Like
Likes PeroK
  • #10
Svein said:
There are two concepts here which are different but similar.
  • w is a cluster point for a sequence {xn} if for any ε>0 and any N you can find an m>N such that |xm-w|<ε.
By this definition, the sequences ##s_n = \{(-1)^n\}## and ##\sigma_n = \{2 + (-1)^n\frac n {n + 1}\}## have no cluster points. No matter how large N is, there will be some members of each sequence that are farther from w than ε. In other words, not all elements in the tail of the sequence are close to some limiting value.
Edit: I misinterpreted what Svein was saying in the definition above. He's not saying that |xm - w| < ε for every m > N, just some m > N.

However, each of these sequences has a subsequence that converges.
For the sequence ##s_n## above, the subsequence ##\{s_0, s_2, s_4, \dots, s_{2n}, \dots \} = \{1, 1, 1, \dots, 1, \dots \}## is convergent, so 1 is a cluster point. Likewise, the subsequence of terms with odd indexes is ##\{-1, -1, -1, \dots, -1, \dots \}## is convergent, so -1 is also a cluster point. For the sequence itself, there is no limit point, hence no limit.

For the sequence ##\sigma_n## above, there are two convergent subsequences - the subsequence made up of terms with even indexes ##\{2, 2 + 2/3, 2 + 4/5, \dots, 2 + n/(n + 1), \dots \}##, which converges to 3. There is also the subsequence of terms with odd indexes, which converges to 1. This sequence has two cluster points, 3 and 1. For the sequence itself, there is no limit point, hence no limit.
Svein said:
  • z is a limit point for a sequence {xn} if for any ε>0 you can find an N such that for all m>N you have |xm-w|<ε.
Thus if a sequence has only one cluster point, that cluster point is a limit point.

For the sequence in the OP, every point in [-2, 2] is a cluster point. BUT there is no limit point.
 
Last edited:
  • #11
Svein said:
There are two concepts here which are different but similar.
  • w is a cluster point for a sequence {xn} if for any ε>0 and any N you can find an m>N such that |xm-w|<ε.
Mark44 said:
By this definition, the sequences ##s_n = \{(-1)^n\}## and ##\sigma_n = \{2 + (-1)^n\frac n {n + 1}\}## have no cluster points.
I think you may have misread something here? You only need to find one ##m > N##.
 
  • #12
Svein said:
There are two concepts here which are different but similar.
  • w is a cluster point for a sequence {xn} if for any ε>0 and any N you can find an m>N such that |xm-w|<ε.
Mark44 said:
By this definition, the sequences ##s_n = \{(-1)^n\}## and ##\sigma_n = \{2 + (-1)^n\frac n {n + 1}\}## have no cluster points.
Krylov said:
I think you may have misread something here? You only need to find one m>N.
I'm interpreting what Svein said to mean that for a given N, and m > N, |xm - w| < ε.
 
  • #13
Mark44 said:
I'm interpreting what Svein said to mean that for a given N, and m > N, |xm - w| < ε.
Fine. That is not what he wrote, though.
 
  • #14
Krylov said:
Fine. That is not what he wrote, though.
I edited my reply to Svein.
 
  • #15
[itex]\lim_{n \to \infty}|(-1)^n\frac{2n}{n+1}|=2[/itex]. However |sin(n)| oscillates between 0 and 1, so there is no limit for the expression.
 
  • #16
Mark44 said:
I'm interpreting what Svein said to mean that for a given N, and m > N, |xm - w| < ε.
That is why English is badly suited to mathematics. I shall rephrase using math symbols:
  • w is a cluster point for a sequence {xn} if (∀ε>0)(∀N>0)(∃m>N)(|xm-w|<ε).
  • z is a limit point for a sequence {xn} if (∀ε>0)(∃N>0)(∀m>N)(|xm-z|<ε).
 
  • Like
Likes Buffu
  • #17
"w is a cluster point for a sequence {xn} if for any ε>0 and any N you can find an m>N such that |xm-w|<ε."

Yes!

"z is a limit point for a sequence {xn} if for any ε>0 you can find an N such that for all m>N you have |xm-w|<ε."

No!

In fact the phrase "limit point" is always used to mean exactly the same thing as your definition of cluster point above. The phrase "limit point" does not mean "limit". Although there are certainly some cases where limit points are also limits.

The correct terminology for "limit" in English is the word "limit" (not "limit point"). (And beware: Occasionally the term "cluster point" is used to mean something other than "limit point". I have seen "cluster point" used for a point (of a set) every neighborhood of which contains *uncountably* many points of the set. But this is not standard.)

NOTE: The term "limit" is appropriate for a sequence, but the term "limit point" is appropriate to apply to a set.

My apologies if this may be confusing, but that's how the words are used.
 
  • #18
zinq said:
No!

In fact the phrase "limit point" is always used to mean exactly the same thing as your definition of cluster point above. The phrase "limit point" does not mean "limit". Although there are certainly some cases where limit points are also limits.
Well, I can tentatively agree with you on the phrase "limit point" - I should have written "limit". Otherwise, my definitions are identical to the ones used in Royden: Real Analysis. The usage "limit point" may be more appropriate in a topological context.
 
  • #19
Yes I think the term 'limit point' is more often used in topology. I also found it confusing when I first encountered it, as it is quite different from the usual meaning of 'limit' in analysis.

I prefer the term 'accumulation point', as it doesn't risk generating the same confusion that the word 'limit' brings. Or we could say a set ##S\subset\mathbb R## is 'dense' at point ##P\in\mathbb R##.

A sense in which a limit point ##P## of a subset ##S## of a metric space is a genuine limit is that there exists a sequence of elements of ##S-\{P\}## whose limit is ##\{P\}##. We may however need to use the Axiom of Choice to assert the existence of such a sequence, unless we have some pre-existing structure that enables us to identify the sequence without using Choice.

Another interesting (to me) observation is that a point being a limit of a sequence does not necessarily make it a limit point of the set comprising the elements of the sequence. For instance, the point 1 is the limit, but not a limit point of the associated set, of the constant sequence 1,1,1,1... In fact that set {1} has no limit points in ##\mathbb R##.
 
  • #20
andrewkirk said:
Yes I think the term 'limit point' is more often used in topology. I also found it confusing when I first encountered it, as it is quite different from the usual meaning of 'limit' in analysis.

I prefer the term 'accumulation point', as it doesn't risk generating the same confusion that the word 'limit' brings. Or we could say a set ##S\subset\mathbb R## is 'dense' at point ##P\in\mathbb R##.

A sense in which a limit point ##P## of a subset ##S## of a metric space is a genuine limit is that there exists a sequence of elements of ##S-\{P\}## whose limit is ##\{P\}##. We may however need to use the Axiom of Choice to assert the existence of such a sequence, unless we have some pre-existing structure that enables us to identify the sequence without using Choice.

Another interesting (to me) observation is that a point being a limit of a sequence does not necessarily make it a limit point of the set comprising the elements of the sequence. For instance, the point 1 is the limit, but not a limit point of the associated set, of the constant sequence 1,1,1,1... In fact that set {1} has no limit points in ##\mathbb R##.
I am lost, can you please explain me the difference between point and limit in easy words? please.
 
  • #21
Buffu said:
I am lost, can you please explain me the difference between point and limit in easy words?
It's not something you need to understand for the subject you are currently learning. 'Limit point' is a concept used in topology and real analysis, not in introductory calculus. It's probably best to disregard the discussion about limit points, as it's potentially confusing for somebody doing introductory calculus. Instead just make sure you understand the posts up to and including number 8.

The most I would suggest you consider in relation to posts after number 8 at this stage is the idea that a sequence can have either a single limit, or no limit. However a sequence may have subsequences that have different limits. For instance the sequence
$$1,-1,1,-1,1,-1,1,...$$
has no limit, but it has a subsequence with limit 1 (consisting of all the elements that are 1) and another subsequence with limit -1 (consisting of all the elements that are -1). Neither 1 nor -1 is a limit of the sequence, but since they are limits of subsequences we sometimes use a different word to describe them, like 'cluster point' or 'accumulation point'.

If you haven't yet come across the concept of a subsequence, it would be best to ignore that last paragraph.
 
  • Like
Likes dextercioby and Buffu
  • #22
andrewkirk said:
It's not something you need to understand for the subject you are currently learning. 'Limit point' is a concept used in topology and real analysis, not in introductory calculus. It's probably best to disregard the discussion about limit points, as it's potentially confusing for somebody doing introductory calculus. Instead just make sure you understand the posts up to and including number 8.

The most I would suggest you consider in relation to posts after number 8 at this stage is the idea that a sequence can have either a single limit, or no limit. However a sequence may have subsequences that have different limits. For instance the sequence
$$1,-1,1,-1,1,-1,1,...$$
has no limit, but it has a subsequence with limit 1 (consisting of all the elements that are 1) and another subsequence with limit -1 (consisting of all the elements that are -1). Neither 1 nor -1 is a limit of the sequence, but since they are limits of subsequences we sometimes use a different word to describe them, like 'cluster point' or 'accumulation point'.

If you haven't yet come across the concept of a subsequence, it would be best to ignore that last paragraph.

Thanks, nicely explained.
 

1. Why do we have limits in science?

Limits in science exist because they help us understand the boundaries and constraints of the natural world. By setting limits, we can define what is possible and what is not, and use this information to make predictions and draw conclusions.

2. How are limits determined in science?

Limits in science are determined through experimentation and observation. Scientists use various methods and tools to measure and analyze data, which can then be used to determine the limits of a particular phenomenon or process.

3. What factors can affect the existence of a limit in science?

There are many factors that can affect the existence of a limit in science, such as the accuracy and precision of measurements, the complexity of the system being studied, and the limitations of technology and resources. Additionally, external factors like environmental conditions and human error can also impact the existence of a limit.

4. Can limits change over time in science?

Yes, limits in science can change over time as new discoveries are made and technology advances. What may have been considered a limit in the past may no longer be a limit with new knowledge and tools. Additionally, as our understanding of the natural world deepens, we may discover new limits that were previously unknown.

5. How do limits in science impact our understanding of the world?

Limits in science are essential to our understanding of the world because they provide a framework for what is possible and what is not. By recognizing and studying limits, we can gain a deeper understanding of the natural world and use this knowledge to improve our lives and make informed decisions.

Similar threads

Replies
2
Views
1K
Replies
6
Views
677
  • Calculus
Replies
3
Views
1K
Replies
16
Views
2K
Replies
9
Views
1K
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
17
Views
611
Replies
8
Views
1K
  • Calculus
Replies
19
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
413
Back
Top