A couple of Infinite Series questions

Click For Summary

Discussion Overview

The discussion revolves around two questions related to infinite series, specifically focusing on convergence and deriving formulas for sums. Participants explore various approaches to solve the series presented, as well as the implications of convergence in the context of mathematical proofs and tests.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant presents two infinite series and expresses uncertainty about their convergence and the derivation of a formula for the second series.
  • Another participant suggests evaluating related series to aid in solving the first question.
  • A participant reflects on their initial approach to the first question, indicating a misunderstanding about convergence versus finding a closed form.
  • Concerns are raised about the convergence of the second series, with a participant questioning how the sum can converge given the terms involved.
  • Discussion includes the divergence of the harmonic series and its implications for the questions posed, with participants expressing confusion about the nature of convergence and divergence in this context.
  • Some participants explore the integral test for convergence, discussing its sufficiency and necessity, and questioning the relationship between integrals and series.
  • There are attempts to clarify the reasoning behind comparing sums and integrals, with references to calculus concepts and the Mean Value Theorem.

Areas of Agreement / Disagreement

Participants express differing views on the convergence of the series and the validity of the integral test. There is no consensus on the implications of the findings, and multiple competing perspectives remain throughout the discussion.

Contextual Notes

Participants note limitations in their understanding of convergence tests and the conditions under which they apply. There are unresolved questions regarding the nature of the series and the assumptions made in their evaluations.

Who May Find This Useful

This discussion may be of interest to those studying infinite series, convergence tests, and mathematical proofs, particularly in the context of calculus and advanced mathematics.

Ubinunc
Messages
6
Reaction score
0
a couple of "Infinite Series" questions...

Hi,

I'm trying to solve some problems in "Stroud's Engg mathematics"...

I'm stuck with these 2 questions:

Σ (r=0→∞) (2r) / (r+1)!

and

Σ (r=0→n) (2r-1) / r(r+1)(r+2)

the 1st question converges to 2. My 1st try is divide everything the numerator and denominator by r, but I cannot show that (r+1)!/r converges to 1. (or am I missing something?)

for the second question, I was asked to derive a formula for getting the sum for n terms of the series. I'm clueless where to start.

Any help greatly appreciated.
 
Physics news on Phys.org


Can you do \sum_{r=1}^\infty \frac{1}{(r+1)!} ? Can you do \sum_{r=1}^\infty \frac{r+1}{(r+1)!} ? Will these two help with the one you want?
 


Thanks edgar.

My initial approach to the 1st question is right, (r+1)!= (r+1) (r) (r-1)... dividing by r, then it all reduces to 1. It's the 2nd one that I can't figure out.
 


If the sum is for values of r from 0 to infinity , then the 1st term in your second question is -infinity. So how is the sum supposed to converge ??
 


Well I just came to know that \sum_{r=1}^\infty 1/r is itself divergent , so I am unsure of your question , it looks like some - \infty + \infty problem . I am at loss to see what's goin on ... does it mean the sum is undefined (because it doesn't seem to be right to say that the sum is unbounded)?

By the way as regards to the proof that \sum_{r=1}^\infty 1/r is divergent , I saw it written that this could be shown by the integral test - just integrate the term inside the sum as if its a function of r , between the limits r= 1 to \infty.
How does it work ?
I have some doubts regarding this so called integral test.
Even though it seems to be somewhat logical , but how would this integral test (i.e to show that the integral is bounded) be a necessary and sufficient condition for convergence of a series.
Looks to me like it is a sufficient condition (assuming the function is continuous and doesn't take the valuse \infty anywhere within the bounds of the limits) , but I am unsure of how it would be necessary if at all it is.

Now if it is not a necessary condition , then that would mean if the integral is unbounded , then still maybe the sum could be bounded.
 
Last edited:


If we look at\int_1^r\frac{1}{r} =ln(r) This integral, which goes to infinity is less than the upper sum from 1 to r, which shows that it also goes to infinity.
 
Last edited:


THanks srijithju for pointing that out...

it should be:

Σ (r=1→n) (2r-1) / r(r+1)(r+2)

and the formula for getting the sum of n terms for this is n(3n+1)/4(n+1)(n+2)

which I don't know how to get.

Also, my solution in the 1st question is wrong... i was testing for convergence, not getting the closed form... which is 2.
 


Well, if the "closed form" is 2, the fact that is has a closed form means it converges doesn't it?

If you mean showing that
\sum_{r= 0}^\infty \frac{r}{(r+1)!}
converges without knowing the sum, use the "ratio test"

\frac{r+1}{(r+1+1)!}\frac{(r+1)!}{r+1}= \frac{(r+1)!}{(r+2)!}\frac{r+1}{r}
= \frac{(r+1)!}{(r+2)(r+1)!}\frac{r+1}{r}= \frac{1}{r+2}\frac{r+1}{r}
the first fraction, 1/(r+2), goes to 0 as r goes to infinity while the second, (r+1)/r, goes to 1. The entire expression goes to 0 < 1 so this series converges.
 


robert Ihnot said:
If we look at\int_1^r\frac{1}{r} =ln(r) This integral, which goes to infinity is less than the upper sum from 1 to r, which shows that it also goes to infinity.

Thanks Robert for the explanation . Yes I was able to show that

\sum_{i=1}^r 1/i > \int_1^r\frac{1}{r} =ln(r)

But what bothers me is that I had formed some sort of argument in my mind to convince myself that if the integral is bounded for some function f(x) then the sum shall also be bounded iff :
for some 0 < \Delta <= 1/2 The function :\frac{1}{f(x)}\int_{x-\Delta}^{x+\Delta}{f(y)} has the limit tending to a finite non -zero value as x tends to \inftyCould someone tell me if the integral test is indeed a sufficient condition for the sum to converge so that I can be sure that there is nothing wrong with my argument. (for the case of 1/r we have shown the integral test is necessary )

PS I would like to write down the complete argument here and how i got to the limit condition , but this latext formatting seems very complicated , and i donno how to use it properly

By the way Robert, you said that "if we look at the integral .. this integral is less than the sum" ... how were you able to say that this integral is less than the sum just by looking at it ? I had to take the derivative and use it to see that diff of sum and derivative is an increasing function
 
Last edited:
  • #10


srijithju said:
Thanks Robert for the explanation . Yes I was able to show that

\sum_{i=1}^r 1/i > \int_1^r\frac{1}{r} =ln(r)

But what bothers me is that I had formed some sort of argument in my mind to convince myself that if the integral is bounded for some function f(x) then the sum shall also be bounded iff :
for some 0 < \Delta <= 1/2 The function :


\frac{1}{f(x)}\int_{x-\Delta}^{x+\Delta}{f(y)} has the limit tending to a finite non -zero value as x tends to \infty


Could someone tell me if the integral test is indeed a sufficient condition for the sum to converge so that I can be sure that there is nothing wrong with my argument. (for the case of 1/r we have shown the integral test is necessary )

PS I would like to write down the complete argument here and how i got to the limit condition , but this latext formatting seems very complicated , and i donno how to use it properly

By the way Robert, you said that "if we look at the integral .. this integral is less than the sum" ... how were you able to say that this integral is less than the sum just by looking at it ? I had to take the derivative and use it to see that diff of sum and derivative is an increasing function

I am just relying on second quarter calculus to state that "The picture," which is undrawn because of the difficulity, indicates obviously that a block, for example, of unit 1, is greater than a curved area that starts at 1 and decreases continuously to 1/2, a unit away. This may not always be a satisfactory answer.

In other words the curve is monotonically decreasing in area while the solid blocks representing units 1, 1/2, etc stay the same, having a base of one unit. (A monotonic decreasing curve always has a negative derivative.) Undoubtedly, it can be shown that a monotonically decreasing curve from point a to b, of width L, such that F(b)<F(a) has an area S, such that F(a)L>S>F(b)L.
 
Last edited:
  • #11


robert Ihnot said:
I am just relying on second quarter calculus to state that "The picture," which is undrawn because of the difficulity, indicates obviously that a block, for example, of unit 1, is greater than a curved area that starts at 1 and decreases continuously to 2, a unit away. This may not always be a satisfactory answer.

In other words the curve is monotonically decreasing in area while the solid blocks representing units 1, 1/2, etc stay the same, having a base of one unit. (A monotonic decreasing curve always has a negative derivative.) Undoubtedly, it can be shown that a monotonically decreasing curve from point a to b, of width L, such that F(b)<F(a) has an area S, such that F(a)L>S>F(b)L.

You could employ the Mean Value Theorem, which tells us for the continuous curve, there exists c between a and b such that:

f(c)&#039; = \fra{(F(a)-F(b)}{(a-b)}. Using a and b as before, we have a-b negative, as is f(c)'. So that under the circumstances this tells us that f(c)'[a-b] = area under the curve. c is an interior point and the curve is monotonically decreasing. So this area is less than F(a)(b-a).
 
Last edited:
  • #12


HallsofIvy said:
Well, if the "closed form" is 2, the fact that is has a closed form means it converges doesn't it?

If you mean showing that
\sum_{r= 0}^\infty \frac{r}{(r+1)!}
converges without knowing the sum, use the "ratio test"

\frac{r+1}{(r+1+1)!}\frac{(r+1)!}{r+1}= \frac{(r+1)!}{(r+2)!}\frac{r+1}{r}
= \frac{(r+1)!}{(r+2)(r+1)!}\frac{r+1}{r}= \frac{1}{r+2}\frac{r+1}{r}
the first fraction, 1/(r+2), goes to 0 as r goes to infinity while the second, (r+1)/r, goes to 1. The entire expression goes to 0 < 1 so this series converges.

Yes, it does converge... but how do you get 2? D Alembert's shows only convergence... what's making me pull my hair off is how to get 2? At first look it seems obvious, I actually ran in Mathematica 7, and yep it is 2. But how?

Another problem

<br /> \sum_{r= 1}^\infty \frac{1}{2r(2r+1)}<br />

it is easy to show that it converges, by comparison test with 1/n^2.

But how do you show to what number it converges? It actually converges to 1-log[2].

Sorry if my questions seem elementary, I'm poor at analysis...:(. I think I'm lacking some skills. I only know how to do sums of powers of natural numbers...
 
Last edited:
  • #13


Sorry if my original question is misleading... I'm not trying to show that the two series converges, but to what it converges to.

Edit/Added:

And then what I did, instead of getting the number/formula to which it converges, I instead checked for convergence.
 
Last edited:
  • #14


robert Ihnot said:
I am just relying on second quarter calculus to state that "The picture," which is undrawn because of the difficulity, indicates obviously that a block, for example, of unit 1, is greater than a curved area that starts at 1 and decreases continuously to 1/2, a unit away. This may not always be a satisfactory answer.

Thanks again .. what a fool I was .. Rather than considering the area under the curve from i to i+1 , I was considering the area under the curve from i-1/2 to i + 1/2 , that's why I had to take the difference and check for monotonicity and all ... it was pretty obvious .By the way Ubibic , your sum can be solved as follows = <br /> \sum_{r= 0}^\infty \frac{2r}{(r+1)!}<br />

= 2 * <br /> \sum_{r= 0}^\infty \frac{r+1}{(r+1)!} - \sum_{r= 0}^\infty \frac{1}{(r+1)!}<br />

= 2 * \sum_{r= 0}^\infty \frac{1}{(r)!} - [ \sum_{r= 0}^\infty \frac{1}{(r)!} - 1/0! ]

= 2 ( as \sum_{r= 0}^\infty \frac{1}{(r)!} converges - it is equal to e )Regarding ,
<br /> <br /> \sum_{r= 1}^\infty \frac{1}{2r(2r+1)}<br /> <br /> ,
I have no idea .. all I can figure is this is the difference of reciprocals of even numbers from2 onwards and reciprocals of odd numbers from 3 onwards
 
  • #15


Ok .. I got how to find the sum :

<br /> <br /> \sum_{r= 1}^\infty \frac{1}{2r(2r+1)}<br />

\sum_{r= 1}^\infty \frac{1}{2r} - \sum_{r=1}^\infty \frac{1}{(2r+1)}<br /> <br />

Now consider the series expansion of log(1 + x )

and in this expansion substitute x=1 .

You will get ur answer
=
 
  • #16


Ubinunc said:
THanks srijithju for pointing that out...

it should be:

Σ (r=1→n) (2r-1) / r(r+1)(r+2)

and the formula for getting the sum of n terms for this is n(3n+1)/4(n+1)(n+2)

which I don't know how to get.

Also, my solution in the 1st question is wrong... i was testing for convergence, not getting the closed form... which is 2.

Here's a hint how to show that the above sum equals n(3n+1)/4(n+1)(n+2): Use partial fractions and solve the following expression:

<br /> <br /> \frac{2r - 1}{r(r+1)(r+2)} = \frac{A}{r} + \frac{B}{r+1} + \frac{C}{r+2}<br /> <br />

for A, B and C. Then plug this into the sum and simplify the resulting expression to get the desired result.
 
  • #17


Srijithju :biggrin:

2*(e - (e-1))

Yikes ! This was the hint g_edgar was tryin to show me, and I didn' know :bugeye:

Oh man, I need to familiarize myself with expansions (...log (1+x))

Thanks Pete K for the hint. Halls and Rob :smile:
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K