Divergent Harmonic Series, Convergent P-Series (Cauchy sequences)

PingPong
Messages
61
Reaction score
0

Homework Statement


(a) Show that \sum \frac 1n is not convergent by showing that the partial sums are not a Cauchy sequence
(b) Show that \sum \frac 1{n^2} is convergent by showing that the partial sums form a Cauchy sequence

Homework Equations


Given epsilon>0, a sequence is Cauchy if there exists an N such that |a_m-a_n|<\epsilon for every m,n>N.

The Attempt at a Solution


For part (a), the sequence terms are a_n=1+1/2+\ldots+1/n, so assuming that m>n,
|a_m-a_n|=1/m+1/(m-1)+\ldots+1/(n+1)<\frac{m-n}{n+1}<\frac{m-n}{n}.

Now, if I take epsilon=1/2 and suppose that m>n>N implies that the distance between two elements is less than epsilon. But m=2n>n>N gives the difference to be 1, which is greater than epsilon, so the sequence is not Cauchy. I think I've gotten this half - am I correct??

For part (b), I'm not sure how to do it. The sequence terms are a_n=1+1/2^2+\ldots+1/n^2, so again assuming that m>n, we have

|a_m-a_n|=1/m^2+1/(m-1)^2+\ldots+1/(n+1)^2<\frac{m-n}{(n+1)^2}<\frac{m-n}{n^2}<\frac{m}{n^2}

I want to be able to find N such that m>n>N implies that this difference is less than epsilon, right? To do that, since I've assumed that m>n, if I can eliminate m from the expression, I'm good to go, but I can't figure out how to do it. Help!
 
Last edited:
Physics news on Phys.org
I'm grasping at straws here, but I want to show that m/n^2<\epsilon. So I can say, since n<m, that n/n^2=1/n<m/n^2<\epsilon.

I know this probably isn't right, but if anybody could give me a hand it'd be appreciated.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top