Proving the Convergence of a Series: A Simple and Concise Guide

  • Thread starter Thread starter synkk
  • Start date Start date
  • Tags Tags
    Proof Series
synkk
Messages
216
Reaction score
0
show that if ## a_n ## is any sequence and m is any integer such that the series ## \displaystyle \sum_{n=m}^\infty a_n ## converges, then ## \displaystyle\lim_{k \to \infty} \sum_{n=k}^{\infty
} a_n = 0 ##

let ## S_N = \displaystyle \sum_{n=m}^N a_n ##

## \lim_{N \to \infty} S_N = l ## from definition
also,
## \lim_{N \to \infty} S_{N-1} = l ##

## S_N - S_{N-1} = a_N ##

## \lim_{N \to \infty} (S_N - S_{N-1}) = \lim_{N \to \infty}(S_N) - \lim_{N \to \infty} S_{N-1} = 0 ## then ## \lim_{N \to \infty} a_N = 0 ## i.e. ## \lim_{N \to \infty} \sum_{n=m}^N a_n = 0 \Rightarrow \lim_{k \to \infty} \sum_{n=k}^{\infty} a_n = 0 ##

as you can see I don't really know how to prove this statement, but I have attempted it.

Could someone show me how I can proceed to do the proof properly?
 
Physics news on Phys.org
synkk said:
show that if ## a_n ## is any sequence and m is any integer such that the series ## \displaystyle \sum_{n=m}^\infty a_n ## converges, then ## \displaystyle\lim_{k \to \infty} \sum_{n=k}^{\infty
} a_n = 0 ##

let ## S_N = \displaystyle \sum_{n=m}^N a_n ##

## \lim_{N \to \infty} S_N = l ## from definition
also,
## \lim_{N \to \infty} S_{N-1} = l ##

## S_N - S_{N-1} = a_N ##

## \lim_{N \to \infty} (S_N - S_{N-1}) = \lim_{N \to \infty}(S_N) - \lim_{N \to \infty} S_{N-1} = 0 ## then ## \lim_{N \to \infty} a_N = 0 ## i.e. ## \lim_{N \to \infty} \sum_{n=m}^N a_n = 0 \Rightarrow \lim_{k \to \infty} \sum_{n=k}^{\infty} a_n = 0 ##

as you can see I don't really know how to prove this statement, but I have attempted it.

Could someone show me how I can proceed to do the proof properly?

You are given that
<br /> \sum_{n=m}^\infty a_n<br />
converges. Thus you have
<br /> L = \sum_{n=m}^\infty a_n = S_{k-1} + \sum_{n = k}^{\infty} a_n<br />
so that
<br /> |L - S_{k-1}| = \left| \sum_{n = k}^{\infty} a_n \right|<br />
 
pasmith said:
You are given that
<br /> \sum_{n=m}^\infty a_n<br />
converges. Thus you have
<br /> L = \sum_{n=m}^\infty a_n = S_{k-1} + \sum_{n = k}^{\infty} a_n<br />
so that
<br /> |L - S_{k-1}| = \left| \sum_{n = k}^{\infty} a_n \right|<br />
how did you get ## L = \sum_{n=m}^\infty a_n = S_{k-1} + \sum_{n=k}^{\infty} a_n ##?
 
synkk said:
how did you get ## L = \sum_{n=m}^\infty a_n = S_{k-1} + \sum_{n=k}^{\infty} a_n ##?

They've just written it as a sum of two series.
 
I do not believe it is correct though.
It should read L=\sum_{n=0}^\infty a_n = S_{k-1}+\sum_{n=k}^\infty a_n.
This is to be seen from the definition of S_k = \sum_{n=0}^k a_n.

The final step in post #2 is correct. (Although I'm not entirely sure why the absolute value shows up, but it doesn't make any difference here)
 
JorisL said:
I do not believe it is correct though.
It should read L=\sum_{n=0}^\infty a_n = S_{k-1}+\sum_{n=k}^\infty a_n.
This is to be seen from the definition of S_k = \sum_{n=0}^k a_n.

Read the OP. We are told that \sum_{n=m}^\infty a_n converges for some integer m. In particular, we are not told that m is positive. Therefore the OP's definition of S_k = \sum_{n=m}^{k} a_n is correct.

However, in any event the behaviour of a finite number of terms at the beginning of a sequence does not affect convergence of the series.
 
My bad, sorry for the confusion.
But this doesn't change anything indeed.
 
Back
Top