What is the meaning of K in |an|\leq K (n \in \mathbb{N})?

  • Thread starter Thread starter Physicsissuef
  • Start date Start date
  • Tags Tags
    Strings
Physicsissuef
Messages
908
Reaction score
0
To prove that some function is limited we use |an|\leq K (n \in \mathbb{N}) where K = max { |m| , |M| }

What this last part mean K = max { |m| , |M| } ?

Thank you.
 
Last edited:
Physics news on Phys.org
well, i think that |m| and |M| are the absolute minimum and max, that the function reaches in a certian interval. So if it is limited we choose the max of these two, so we can assure ourselves that our function will fall between these two.

It is obvious that m<M but since we are talking about abs values, then it is possible that

|m|>|M| that's why we choose the max of their abs values, since this way we are saying that

-max(|M|,|m|)< a_n<max(|m|,|M|)
 
but why abs? is { |m|, |M| } some kind of point?
 
i don't know what you exactly mean when you say is { |m|, |M| } some kind of point?

We say that a function f is bounded on an interval, call it I, if there exists a K>0 such that

|f(x)|<K for every x in I. This means that f(x) will lay between -K and K that is -K<f(x)<K for all x's in I. Now, asuume that f is continusous in a closed interval [a,b], so it means that in this interval the function reaches it's max and min values. That is there are two points c, d, on the interva. (a,b) such that f(c)=m, and f(d)=M. What this is telling us is that

m\leq f(x)\leq M for all x in [a,b]. This tells us that the function is bounded. Now let K=max{|m|,|M|} we take abs in here since our function might as well be negative, so

|f(x)|\leq K=&gt;-K\leq f(x)\leq K But K is either |m| or |M| whichever of these is greater in abs value.

Say for example that both m and M are positive, then what this is telling us is that for all x's in [a,b] -M<f(x)<M, but if say both m and M are negative then |m|>|M| so this is telling us that


-|m|<f(x)<|m| for all x
s in [a,b]
 
so K = max{ |m|, |M| } , means the maximum value of this two in abs ?

I think I understand you know. And what about this string:

a_n=\frac{2n+1}{n}

|a_n| \leq K

|a_n|=|\frac{2n+1}{n}|=|2+\frac{1}{n}| &gt; 2

What should I do with this one (this is example, not homework question)

Thank you.
 
Physicsissuef said:
so K = max{ |m|, |M| } , means the maximum value of this two in abs ?

I think I understand you know. And what about this string:

a_n=\frac{2n+1}{n}

|a_n| \leq K

|a_n|=|\frac{2n+1}{n}|=|2+\frac{1}{n}| &gt; 2

What should I do with this one (this is example, not homework question)

Thank you.
well, now


|a_n|=|\frac{2n+1}{n}|=|2+\frac{1}{n}|\leq 3


because when n=1 then a_n=3, and for any n greater than 1 we will get sth that is smaller than 3, so it means that a_n is bounded by 3 for any n.

P.S. these are sequences, not functions. Well, in a sense they are, but still.
 
So -3 \leq a_n \leq 3, like this?
 
And, what about:

a_n=\frac{(-1)^n}{n}

|a_n|=|\frac{(-1)^n}{n}|

|a_n|=|\frac{(-1)^n}{n}| \leq K

How will I prove for this one?
 
well,

|a_n|=|\frac{(-1)^n}{n}|=\frac{|(-1)^n|}{|n|}=\frac{1}{|n|}\leq 1

|(-1)^n|=1 because if we take n even, then it is obviously poz. but also if we take n odd, then (-1)^n=-1 but the abs value of -1 is still 1, so that makes it valid.

NOte , we can do this only when the sequence a_n converges, other wise we would not be able to do this all the time.
 
  • #10
And what about this:

a_n=\frac{(-1)^n+1}{n}

|a_n|=|\frac{(-1)^n+1}{n}|=|\frac{(-1)^n}{n}+\frac{1}{n}|=|\frac{(-1)^n}{n}|+|\frac{1}{n}|=\frac{1}{|n|}+|\frac{1}{n}|=\frac{2}{|n|} \leq 1

Like this?
 
  • #11
Physicsissuef said:
And what about this:

a_n=\frac{(-1)^n+1}{n}

|a_n|=|\frac{(-1)^n+1}{n}|=|\frac{(-1)^n}{n}+\frac{1}{n}|=|\frac{(-1)^n}{n}|+|\frac{1}{n}|=\frac{1}{|n|}+|\frac{1}{n}|=\frac{2}{|n|} \leq 1

Like this?
Well u did a couple of mistakes in there, compare it to this


|a_n|=|\frac{(-1)^n+1}{n}|=|\frac{(-1)^n}{n}+\frac{1}{n}|\leq|\frac{(-1)^n}{n}|+|\frac{1}{n}|=\frac{1}{|n|}+|\frac{1}{n}|=\frac{2}{|n|} \leq 2
 
  • #12
Ok, thank you very much. In this case \frac{1}{|n|}=|\frac{1}{n}|, right?
 
  • #13
Physicsissuef said:
Ok, thank you very much. In this case \frac{1}{|n|}=|\frac{1}{n}|, right?
Yup, these are some of the properties of the abs value, and they can be proved.
 
Back
Top