Re: Does the series 1 - 1/2 - 1/3 + 1/4 + 1/5 - 1/6 - 1/7 + 1/8 + 1/9 + ... converges?
There is a nice exercise in Palka's "An Introduction to Complex
Function Theory" which answers this question :
Given a sequence <z_n> with bounded partial sums, and a sequence <r_n>
of decreasing positive numbers with limit 0, then the sum
$\sum_{n=0}^\infty z_n r_n$ converges.
The prrof is a nice application of summation by parts, and extends the
classical Alternating Series Test.
In this case, take <z_n> = <1,-1,-1,1,1,-1,-1,1,1,...>, whose partial
sums are clearly bounded.
.
Relevant Pages
- cant solve an exercise-help me with it
... I'm studying python newly and have an exercise that is difficult for me as a ... "Write a program that approximates the value of pi by summing the terms of ... number of terms to sum and then output the sum of the first n terms of this ... Prev by Date: ... (comp.lang.python) - Re: Comments needed for attempted proof of a simple integral
... > X" problems aren't so difficult because standard math education has been ... > about solving problems of that nature and I can usually verify answers ... > exercise for me to verify, and there are a lot of those in this book. ... >> My thinking is to translate the integral into a sum, ... (sci.math) - Steve Summit C notes , exercise
... this is the programme i created, for exercise 2, assignment 3 at ... the average of the squares of the numbers from 1 to 10. ... the sum of all ... (comp.lang.c) - Re: Comments needed for attempted proof of a simple integral
... I can usually verify answers to those problems with software. ... It's proofs that are hardest type of exercise for me to verify, ... > such that s is constant on the open subintervals of P. ... > gives the following sum: ... (sci.math) - Re: cant solve an exercise-help me with it
... > I'm studying python newly and have an exercise that is difficult for me as a ... > "Write a program that approximates the value of pi by summing the terms of ... > number of terms to sum and then output the sum of the first n terms of this ... sum += num / den ... (comp.lang.python) |
|