Proof of Divergence: (-1)^n Sequence

In summary: So we have:(2=2 and L=-1)v(2=2 and L\neq -1)v(|1+L| = |1+L| and L=-1)v(||1+L| = |1+L| and L\neq -1)=> (True and False) or (True and True) or (|1+(-1)| =|-1| and True) or (|1+L| = |1+L| and False)=> False or True or (|0| =|-1| and True) or (|1+L| = |1+L| and False)=> True or (1=1 and True) or (|1
  • #1
solakis1
422
0
Prove that the sequence :\(\displaystyle (-1)^n\) diverges by using the ε-definition of the limit of a sequence
 
Mathematics news on Phys.org
  • #2
Ok, what is that definition? Can you give an explicit statement of the definition?
 
  • #3
Re: Sequences

HallsofIvy said:
Ok, what is that definition? Can you give an explicit statement of the definition?

Yes.
[sp] A sequence of real Nos, \(\displaystyle x_n\), converges in \(\displaystyle R \) iff

There exists \(\displaystyle m\in R\) such that ,\(\displaystyle \forall\epsilon>0\),there exists a natural No \(\displaystyle k\),such that :

\(\displaystyle \forall n\geq k\Longrightarrow |x_n-m|<\epsilon\)

.......OR in complete formalization.......

A sequence of real Nos, \(\displaystyle x_n\), converges in \(\displaystyle R \) iff

\(\displaystyle \exists m\forall\epsilon[\epsilon>0\Longrightarrow\exists k(k\in N\wedge\forall n(n\geq k\Longrightarrow |x_n-m|<\epsilon))]\)

Hence for diversion one ​may use the negation of the above definition[/sp]
 
Last edited:
  • #4
Re: Sequences

Very good!

So, use a proof by contradiction. If this sequence converges to, say, m, then, given any $\epsilon> 0$, there exist N such that, if n> N, $|a_n- m|< \epsilon$. Suppose $\epsilon$ were equal to, say, 1/2. Since for any odd n, $a_n= -1$, and for any even n, $a_n= 1$, no matter what N is there will exist some even number, $n_e$, and some odd number, $n_o$, both larger than N such that $|a_{n_e}- m|= |1- m|< 1/2$ and $|a_{n_0}- m|= |-1- m|< 1/2$.

The first of those says $-1/2< 1- m< 1/2$ so that $-3/2< m< -1/2$ and the second that $-1/2< -1- m< 1/2$ so that $-3/2< -m< -1/2$ and then $1/2< m< 3/2$. $-3/2< m< -1/2$ and $1/2< m< 3/2$ cannot both be true.

Is there any reason why this pretty standard "Calculus I" homework problem was posted in "Challenge Questions and Puzzles"?
 
Last edited by a moderator:
  • #5
Re: Sequences

Here is my solution.

Given a real number $L$, set $\epsilon = \max\{\lvert 1 - \lvert L\rvert\rvert,2\}$. Then $\epsilon > 0$. If $N$ is a positive integer, let $n$ be $2N+1$ if $L \neq -1$, and $2N$ if $L=-1$. Then $n > N$ and $\lvert (-1)^n - L\rvert \ge \epsilon$. Hence, the sequence $\{(-1)^n\}$ is divergent.
 
Last edited:
  • #6
Re: Sequences

HallsofIvy said:
Very good!

So, use a proof by contradiction. If this sequence converges to, say, m, then, given any $\epsilon> 0$, there exist N such that, if n> N, $|a_n- m|< \epsilon$. Suppose $\epsilon$ were equal to, say, 1/2. Since for any odd n, $a_n= -1$, and for any even n, $a_n= 1$, no matter what N is there will exist some even number, $n_e$, and some odd number, $n_o$, both larger than N such that $|a_{n_e}- m|= |1- m|< 1/2$ and $|a_{n_0}- m|= |-1- m|< 1/2$.

The first of those says $-1/2< 1- m< 1/2$ so that $-3/2< m< -1/2$ and the second that $-1/2< -1- m< 1/2$ so that $-3/2< -m< -1/2$ and then $1/2< m< 3/2$. $-3/2< m< -1/2$ and $1/2< m< 3/2$ cannot both be true.

Is there any reason why this pretty standard "Calculus I" homework problem was posted in "Challenge Questions and Puzzles"?
[sp] if n>N,then is either even or odd and not both
For example if N =100 ,all the n>N are:
101 or 102 or 103 or 104 or 105 or 106 e.t.c,e.t.c

And not ,101 and,102 ,e.t.c,e.t.c , because n can take only one value

For n even we have :|1-m|<1/2 => 1/2<m<3/2 or

For n odd we have :|1+m|<1/2 => -3/2<m<-1/2

Hence if n>N => n is even or odd => (1/2<m<3/2)or (-3/2<m<-1/2) which is true

From propositional logic:

(pv q ,p=>r,q=>t) => r v t.............1

put:

p=n is even
q= n is odd
r= 1/2<m<3/2
t= -3/2<m<-1/2

Then by using the above law we end up with : (1/2<m<3/2) or (-3/2<m<-1/2) [/sp]
 
  • #7
Re: Sequences

Euge said:
Here is my solution.

Given a real number $L$, set $\epsilon = \max\{\lvert 1 - \lvert L\rvert\rvert,2\}$. Then $\epsilon > 0$. If $N$ is a positive integer, let $n$ be $2N+1$ if $L \neq -1$, and $2N$ if $L=-1$. Then $n > N$ and $\lvert (-1)^n - L\rvert \ge \epsilon$. Hence, the sequence $\{(-1)^n\}$ is divergent.

[sp] For n=2N+1, \(\displaystyle L\neq -1\) ,then n>N and \(\displaystyle |(-1)^n-L|=|-1-L|=|1+L|\)

So ε must be set :ε =min{|1+L|,2}

I think.[/sp]
 
  • #8
Re: Sequences

solakis said:
[sp] For n=2N+1, \(\displaystyle L\neq -1\) ,then n>N and \(\displaystyle |(-1)^n-L|=|-1-L|=|1+L|\)

So ε must be set :ε =min{|1+L|,2}

I think.[/sp]
There was a typo, but $\min\{\lvert 1 + L\rvert, 2\}$ is not a valid choice for $\epsilon$ since then $\epsilon = 0$ when $L = -1$. In any case, I meant to have $\epsilon = \epsilon(L) := \lvert 1 + L\rvert$ for $L \neq -1$ and $2$ for $L = -1$. It is then clear that for each positive integer $n$, $\lvert (-1)^{2n} - (-1)\rvert = 2 = \epsilon(-1)$ and $\lvert (-1)^{2n+1} - L\rvert = \lvert 1 + L\rvert = \epsilon(L)$ (when $L \neq -1$)
 
  • #9
Re: Sequences

Euge said:
There was a typo, but $\min\{\lvert 1 + L\rvert, 2\}$ is not a valid choice for $\epsilon$ since then $\epsilon = 0$ when $L = -1$. In any case, I meant to have $\epsilon = \epsilon(L) := \lvert 1 + L\rvert$ for $L \neq -1$ and $2$ for $L = -1$. It is then clear that for each positive integer $n$, $\lvert (-1)^{2n} - (-1)\rvert = 2 = \epsilon(-1)$ and $\lvert (-1)^{2n+1} - L\rvert = \lvert 1 + L\rvert = \epsilon(L)$ (when $L \neq -1$)

[sp] Given L,choose ε=min{|1-L|,2},then for any natular No L,put n=2N for L=-1 and n=2N+2 for \(\displaystyle L\neq -1\).

Then we have for the 1st case n>N and \(\displaystyle |(-1)^n-L|=|1-(-1)|=2\geq\epsilon\) and thus \(\displaystyle |(-1)^n-L|\geq\epsilon\)
For the 2nd case n>N and \(\displaystyle |(-1)^n-L| =|1-L|\geq\epsilon\) thus \(\displaystyle |(-1)^n-L|\geq\epsilon\)

On the other hand if we choose ε=2 or ε=|1+L| ,since we also have L=-1 or \(\displaystyle L\neq -1\) we have to examine 4 cases as dictated by propositional logic.

(pvq)and (rvt)=> (p and r)v(p and t)v (q and r) v (q and t),where:

p= (ε=2)
q= (ε= |1+L|)

r=(L=-1)

t= (\(\displaystyle L\neq -1\)) [/sp]
 

Related to Proof of Divergence: (-1)^n Sequence

1. What is the Proof of Divergence for the (-1)^n sequence?

The proof of divergence for the (-1)^n sequence is a mathematical proof that shows that the sequence does not converge to a specific limit. In other words, the values in the sequence do not approach a single number as n (the position in the sequence) gets larger.

2. How is the Proof of Divergence for the (-1)^n sequence different from other sequences?

The (-1)^n sequence is different from other sequences because it alternates between positive and negative values as n increases. This makes it impossible to approach a single limit and therefore, the sequence diverges.

3. Is there a specific formula for the Proof of Divergence for the (-1)^n sequence?

Yes, the formula for the Proof of Divergence for the (-1)^n sequence is lim n → ∞ (-1)^n = DNE, which stands for "does not exist". This means that the limit of the sequence does not exist.

4. How is the Proof of Divergence for the (-1)^n sequence used in real-world applications?

The Proof of Divergence for the (-1)^n sequence is used in real-world applications to show that certain scenarios or systems do not have a definite outcome or limit. For example, it can be used in economics to show that a fluctuating market does not have a predictable end point.

5. Can the Proof of Divergence for the (-1)^n sequence be applied to other sequences?

Yes, the concept of proving divergence can be applied to other sequences as well. However, the specific formula and steps may vary depending on the sequence. It is important to understand the characteristics of the sequence and use the appropriate methods to prove its divergence.

Similar threads

Replies
14
Views
1K
Replies
1
Views
958
Replies
3
Views
545
Replies
2
Views
1K
  • General Math
Replies
8
Views
2K
  • General Math
Replies
34
Views
2K
  • General Math
Replies
1
Views
1K
  • General Math
Replies
1
Views
867
Replies
11
Views
538
Back
Top