For direct proof, how do you choose M for bounded sequence?

Click For Summary

Discussion Overview

The discussion revolves around how to choose a specific value of ##M## for proving that a given sequence is bounded. Participants explore the implications of the definition of bounded sequences and consider specific examples, particularly focusing on sequences involving trigonometric and logarithmic functions. The scope includes theoretical reasoning and mathematical proofs.

Discussion Character

  • Exploratory
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • Some participants clarify that a bounded sequence requires a specific ##M## for each sequence, as no single ##M## can apply universally.
  • One participant presents the sequence ##a_n=\frac{\sin(n)}{n}## and asks how to choose ##M## such that ##|\frac{\sin(n)}{n}|\le M## for all ##n##.
  • Another participant suggests that understanding the sequence is crucial to determining why it is bounded.
  • One participant proposes choosing ##M \ge 1/n##, arguing that this satisfies the boundedness condition for the sequence in question.
  • Another participant points out that for ##n \ge 1##, ##|a_n| \le 1##, suggesting that ##M = 1## is a valid choice for bounding the sequence.
  • Participants discuss the sequence ##a_n = \frac{\sin(n) \cdot \ln(2n)}{n}## and propose similar reasoning for bounding it, with ##M = 1## being suggested again.
  • Concerns are raised about the validity of certain assumptions, such as using ##\ln(2n) \le n## without proper justification.
  • There is a mention of the appropriateness of posting certain types of questions in the Homework section versus independent study.

Areas of Agreement / Disagreement

Participants generally agree that a specific ##M## must be chosen for each sequence to demonstrate boundedness, but there is no consensus on the best approach or the validity of certain assumptions made during the discussion.

Contextual Notes

Some participants express uncertainty about the implications of their choices for ##M## and the assumptions underlying their proofs. There are unresolved questions regarding the justification of certain inequalities used in the examples.

mikeyBoy83
So the definition of a bounded sequence is this:
A sequence ##(x_{n})## of real numbers is bounded if there exists a real number ##M>0## such that ##|x_{n}|\le M## for each ##n##

My question is pretty simple. How does one choose the M, based on the sequence in order to arrive at the conclusion? This has been something I've been confused about for a number of years and it seems like it all depends on the sequence in question. But is there a general rule that applies in these cases?
 
Physics news on Phys.org
It's difficult to see what is the confusion. Do you have an example in mind? Clearly no single ##M## will work for all bounded sequences.
 
PeroK said:
It's difficult to see what is the confusion. Do you have an example in mind? Clearly no single ##M## will work for all bounded sequences.
Right I understand no single ##M## works for all bounded sequences. But specifically let's consider something like ##a_n=\frac{sin(n)}{n}##, for example. We basically need to choose ##M## such that ##|\frac{sin(n)}{n}|\le M## for each ##n##. The question is how do I go about choosing ##M## in a case like this? Thanks!
 
mikeyBoy83 said:
Right I understand no single ##M## works for all bounded sequences. But specifically let's consider something like ##a_n=\frac{sin(n)}{n}##, for example. We basically need to choose ##M## such that ##|\frac{sin(n)}{n}|\le M## for each ##n##. The question is how do I go about choosing ##M## in a case like this? Thanks!
You need to understand the sequence. Why is it bounded?
 
PeroK said:
You need to understand the sequence. Why is it bounded?
No matter what ##n## we choose, the distance between consecutive terms of ##a_{n}## are within some finite range. Basically, it converges, but how does that dictate what my proof involving the definition should be written?

Edit: I just thought of this. Suppose we choose ##M\ge 1/n##, then for each n

##|\frac{sin(n)}{n}|\le |\frac{1}{n}|\le |M|##

And since ##M>0##, ##|a_{n}|\le M##. Hence, ##a_{n}## is bounded.
 
For a particular sequence, the existence of any M like that will make it bounded. But to prove it is bounded, you need to look at the sequence and find a specific M for your proof. The proof is designed around your selection of M.
 
mikeyBoy83 said:
No matter what ##n## we choose, the distance between consecutive terms of ##a_{n}## are within some finite range. Basically, it converges, but how does that dictate what my proof involving the definition should be written?

Edit: I just thought of this. Suppose we choose ##M\ge 1/n##, then for each n

##|\frac{sin(n)}{n}|\le |\frac{1}{n}|\le |M|##

And since ##M>0##, ##|a_{n}|\le M##. Hence, ##a_{n}## is bounded.

Perhaps you haven't undertstood that for each sequence you need to find a specific number. In your example:

For ##n \ge 1## we have ##|a_n| = |\frac{\sin (n)}{n}| \le |\sin (n)| \le 1##

Hence the sequence ##(a_n)## is bounded by ##1## (and, of course by any number greater than ##1##).

You could say it is bounded by ##M = 1##, but in a specific case there is no need to mention ##M##.
 
PeroK said:
Perhaps you haven't undertstood that for each sequence you need to find a specific number. In your example:

For ##n \ge 1## we have ##|a_n| = |\frac{\sin (n)}{n}| \le |\sin (n)| \le 1##

Hence the sequence ##(a_n)## is bounded by ##1## (and, of course by any number greater than ##1##).

You could say it is bounded by ##M = 1##, but in a specific case there is no need to mention ##M##.
Don't you mean

For ##n \ge 1## we have ##|a_n| = |\frac{\sin (n)}{n}| \le |\frac{1}{n}| \le 1## ?

I suppose it wouldn't matter since sin(n) is bounded by 1 as well.

Actually after posting this my thoughts directed me to choosing 1, which when plotted is equally justified (not a convincing argument though). Thanks for your help.
 
Here is a similar example. I want to show that ##a_{n} = \frac{sin(n)\cdot ln(2n)}{n}## is bounded under the assumption that ##ln(x)\le x## for each ##x \in R##.

For that choose ##M=1## as well. Then, for ##n\ge 1## we have ##|a_n| = |\frac{\sin (n)\cdot ln(2n)}{n}| \le |\frac{ln(2n)}{n}|##. Since, ##ln(x)\le x## for each ##x \in R##, then ##ln(2n) \le n## for any ##n \in N\subset R##. Hence,

##|\frac{ln(2n)}{n}| \le |\frac{n}{n}|\le 1##

So, ##a_{n}## is bounded by ##M=1##.
 
  • #10
mikeyBoy83 said:
Here is a similar example. I want to show that ##a_{n} = \frac{sin(n)\cdot ln(2n)}{n}## is bounded under the assumption that ##ln(x)\le x## for each ##x \in R##.

For that choose ##M=1## as well. Then, for ##n\ge 1## we have ##|a_n| = |\frac{\sin (n)\cdot ln(2n)}{n}| \le |\frac{ln(2n)}{n}|##. Since, ##ln(x)\le x## for each ##x \in R##, then ##ln(2n) \le n## for any ##n \in N\subset R##. Hence,

##|\frac{ln(2n)}{n}| \le |\frac{n}{n}|\le 1##

So, ##a_{n}## is bounded by ##M=1##.

You've used ##ln(2n) \le n##, which is more than you were given. You need to sort that out.

Otherwise, that's the right idea.

Any more problems need to go in Homework, though!
 
  • #11
PeroK said:
You've used ##ln(2n) \le n##, which is more than you were given. You need to sort that out.

Otherwise, that's the right idea.

Any more problems need to go in Homework, though!

But this isn't homework, its independent study, or does that matter?
 
  • #12
mikeyBoy83 said:
But this isn't homework, its independent study, or does that matter?

It doesn't matter how you're studying. For problems, you get a better response in the Homework section anyway.
 
  • #13
PeroK said:
It doesn't matter how you're studying. For problems, you get a better response in the Homework section anyway.
Great! Thanks for all your help!
 

Similar threads

  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 17 ·
Replies
17
Views
2K
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K