Thread Closed

a couple of "Infinite Series" questions...

 
Share Thread Thread Tools
Sep3-09, 10:43 PM   #1
 

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.
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Heat-related deaths in Manhattan projected to rise
>> Dire outlook despite global warming 'pause': study
>> Sea level influenced tropical climate during the last ice age
Sep4-09, 09:41 AM   #2
 
Can you do [itex]\sum_{r=1}^\infty \frac{1}{(r+1)!}[/itex] ? Can you do [itex]\sum_{r=1}^\infty \frac{r+1}{(r+1)!}[/itex] ? Will these two help with the one you want?
 
Sep5-09, 07:40 AM   #3
 
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.
 
Sep5-09, 10:00 AM   #4
 

a couple of "Infinite Series" questions...


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 ??
 
Sep5-09, 02:59 PM   #5
 
Well I just came to know that [itex]\sum_{r=1}^\infty 1/r[/itex] is itself divergent , so I am unsure of your question , it looks like some - [tex]\infty[/tex] + [tex]\infty[/tex] problem . I am at loss to see whats goin on ... does it mean the sum is undefined (because it doesnt seem to be right to say that the sum is unbounded)?

By the way as regards to the proof that [itex]\sum_{r=1}^\infty 1/r[/itex] 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 [tex]\infty[/tex].
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 continous and doesnt take the valuse [tex]\infty[/tex] 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.
 
Sep5-09, 04:51 PM   #6
 
Recognitions:
Gold Membership Gold Member
If we look at[tex] \int_1^r\frac{1}{r} =ln(r)[/tex] This integral, which goes to infinity is less than the upper sum from 1 to r, which shows that it also goes to infinity.
 
Sep6-09, 01:43 AM   #7
 
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.
 
Sep6-09, 06:23 AM   #8
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
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
[tex]\sum_{r= 0}^\infty \frac{r}{(r+1)!}[/tex]
converges without knowing the sum, use the "ratio test"

[tex]\frac{r+1}{(r+1+1)!}\frac{(r+1)!}{r+1}= \frac{(r+1)!}{(r+2)!}\frac{r+1}{r}[/tex]
[tex]= \frac{(r+1)!}{(r+2)(r+1)!}\frac{r+1}{r}= \frac{1}{r+2}\frac{r+1}{r}[/tex]
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.
 
Sep6-09, 01:41 PM   #9
 
Quote by robert Ihnot View Post
If we look at[tex] \int_1^r\frac{1}{r} =ln(r)[/tex] 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

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

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 < [tex]\Delta[/tex] <= 1/2 The function :


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


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
 
Sep6-09, 08:03 PM   #10
 
Recognitions:
Gold Membership Gold Member
Quote by srijithju View Post
Thanks Robert for the explanation . Yes I was able to show that

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

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 < [tex]\Delta[/tex] <= 1/2 The function :


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


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.
 
Sep6-09, 08:52 PM   #11
 
Recognitions:
Gold Membership Gold Member
Quote by robert Ihnot View Post
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:

[tex]f(c)' = \fra{(F(a)-F(b)}{(a-b)}[/tex]. 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).
 
Sep7-09, 06:00 AM   #12
 
Quote by HallsofIvy View Post
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
[tex]\sum_{r= 0}^\infty \frac{r}{(r+1)!}[/tex]
converges without knowing the sum, use the "ratio test"

[tex]\frac{r+1}{(r+1+1)!}\frac{(r+1)!}{r+1}= \frac{(r+1)!}{(r+2)!}\frac{r+1}{r}[/tex]
[tex]= \frac{(r+1)!}{(r+2)(r+1)!}\frac{r+1}{r}= \frac{1}{r+2}\frac{r+1}{r}[/tex]
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

[tex]
\sum_{r= 1}^\infty \frac{1}{2r(2r+1)}
[/tex]

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...
 
Sep7-09, 06:05 AM   #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.
 
Sep7-09, 12:10 PM   #14
 
Quote by robert Ihnot View Post
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 , thats 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 =


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

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

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

= 2 ( as [tex] \sum_{r= 0}^\infty \frac{1}{(r)!}[/tex] converges - it is equal to e )


Regarding ,
[tex]

\sum_{r= 1}^\infty \frac{1}{2r(2r+1)}

[/tex] ,
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
 
Sep7-09, 01:25 PM   #15
 
Ok .. I got how to find the sum :

[tex]

\sum_{r= 1}^\infty \frac{1}{2r(2r+1)}
[/tex]

[tex] \sum_{r= 1}^\infty \frac{1}{2r} - \sum_{r=1}^\infty \frac{1}{(2r+1)}

[/tex]

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

and in this expansion substitute x=1 .

You will get ur answer



=
 
Sep7-09, 02:53 PM   #16
 
Recognitions:
Gold Membership Gold Member
Quote by Ubinunc View Post
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:

[tex]

\frac{2r - 1}{r(r+1)(r+2)} = \frac{A}{r} + \frac{B}{r+1} + \frac{C}{r+2}

[/tex]

for A, B and C. Then plug this into the sum and simplify the resulting expression to get the desired result.
 
Sep7-09, 10:40 PM   #17
 
Srijithju

2*(e - (e-1))

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

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

Thanks Pete K for the hint. Halls and Rob
 
Thread Closed
Thread Tools


Similar Threads for: a couple of "Infinite Series" questions...
Thread Forum Replies
Infinite Series without an "x" term Calculus 4
What Is "Limits and Infinite Series"? General Math 9
Probability and Statistic on "Infinite-Dimensional" spaces Set Theory, Logic, Probability, Statistics 4
A couple of electric potential "theory" problems Introductory Physics Homework 1
a couple of "basic" physics problems Introductory Physics Homework 1