Thread Closed

Converging series

 
Share Thread Thread Tools
Jan9-09, 07:19 AM   #1
 

Converging series


1. The problem statement, all variables and given/known data

Show that the following series converges:

2. Relevant equations

Sum of n=1 to n=infinity of [(n+1)/(n^2 +1)]^2

3. The attempt at a solution

I thought about using the ratio test, so if the limit as n tends to infinity of a(n+1) / a(n) < 1, then a(n) - the series - would converge.
Once i put a(n+1)/a(n), i don't really know how to continue.
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Ants and carnivorous plants conspire for mutualistic feeding
>> Forecast for Titan: Wild weather could be ahead
>> Researchers stitch defects into the world's thinnest semiconductor
Jan9-09, 07:32 AM   #2
 
[tex]\sum_{n=1}^{\infty}\frac{n+1}{(n^2+1)^2}[/tex]

I would try to use the comparison test to establish the convergence of this series. My first guess is that it is convergent, so i will try to compare it to another convergent series.


I would start off by noticing that:

[tex]n^3\leq n^4[/tex]

THen it is clear that:

[tex]n^3<n^4+2n^2+1=(n^2+1)^2[/tex]


One more step towards the answer:


Taking the reciprocal of the above we get:

[tex]\frac{1}{n^3}>\frac{1}{(n^2+1)^2}[/tex]

Now, all u need to do is multiply both sides of the inequality by n+1, try to manipulate a little bit the left side and justify ur answer.

I will stop here, and see whether u can get it done?
Jan9-09, 07:45 AM   #3
 
i know for the comparison test, you assume that a(n)<= k.b(n)
Then if b(n) is convergent, a(n) is also convergent.

However i still dont see how i can get my series to be <= to a constant times another series.
Jan9-09, 07:51 AM   #4
 

Converging series


The comparison test says: Let [tex]\sum b_n,\sum a_n[/tex] be two series with positive terms.
(i) If [tex]\sum b_n[/tex] is convergent, and if [tex]a_n<b_n[/tex] for some n>N, then the series [tex]\sum a_n[/tex] also converges.
(ii)If [tex]\sum b_n[/tex] divergent, and if [tex]b_n<a_n[/tex] for some n>N, then [tex]\sum a_n[/tex] is also divergent.

But, what u are saying there is also true, since if [tex]\sum b_n[/tex] converges, so does the series [tex]\sum k*b_n[/tex] where k is a constant.
Jan9-09, 08:06 AM   #5
 
Quote by kmeado07 View Post

However i still dont see how i can get my series to be <= to a constant times another series.
As for this one, i just showed you in my 1st post.
Jan10-09, 06:55 AM   #6
 
Recognitions:
Homework Helper Homework Help
We can't use sutupidmath's particular example for this one, as its the entire expression that is squared, not just the denominator =[

However the problem is still easily tackled. First, lets consider the expression under the squared sign. That expression is larger than the analoguous expression with only n in the numerator, ie the +1 omitted. Then, dividing all terms by n, we need that expression is [itex]1/( n + 1/n) [/itex]

After we square that, it becomes [itex]1/ (n^2 + f(n))[/itex] where f(n) are some positive terms. Hence, this expression is in turn larger than the series for [itex]1/n^2[/itex]. And we know that converges.
Jan10-09, 08:03 AM   #7
 
Quote by Gib Z View Post
We can't use sutupidmath's particular example for this one, as its the entire expression that is squared, not just the denominator =[
Dang, i didn't see that!
Jan10-09, 10:04 AM   #8
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
with
[tex]\left[\frac{n+1}{n^2+1}\right]^2[/tex]
You can still do the same thing. Divide both numerator and denominator inside the square by n2 and you get
[tex]\left[\frac{\frac{1}{n}+ \frac{1}{n^2}}{1+ \frac{1}{n^2}}\right]^2[/tex]
Now it should be clear that, while the numerator goes to 0 as n goes to infinity, the denominator goes to 1. The fraction goes to 0 and, because x2 is continuous, so does its square.
Jan11-09, 02:35 PM   #9
 
Blog Entries: 1
[tex]\lim_{n \rightarrow \infty}(\frac{n+1}{(n^2+1)^2})=0 [/tex], so the series are convergent. If it wasn't equal to zero, than the series are divergent.

Regards.
Jan11-09, 04:21 PM   #10
 
Quote by Дьявол View Post
[tex]\lim_{n \rightarrow \infty}(\frac{n+1}{(n^2+1)^2})=0 [/tex], so the series are convergent. If it wasn't equal to zero, than the series are divergent.

Regards.
Well, this is not quite true.

A necessary but not sufficient condition for a series [tex]\sum a_n[/tex] to converge, is if [tex]\lim_{n\rightarrow \infty}a_n=0[/tex]

A simple example is the harmonic series [tex]\sum\frac{1}{n}[/tex]

1/n -->0 as n-->infinity, but we know that the harmonic series diverges.
Jan18-09, 12:58 PM   #11
 
Quote by HallsofIvy View Post
with
[tex]\left[\frac{n+1}{n^2+1}\right]^2[/tex]
You can still do the same thing. Divide both numerator and denominator inside the square by n2 and you get
[tex]\left[\frac{\frac{1}{n}+ \frac{1}{n^2}}{1+ \frac{1}{n^2}}\right]^2[/tex]
Now it should be clear that, while the numerator goes to 0 as n goes to infinity, the denominator goes to 1. The fraction goes to 0 and, because x2 is continuous, so does its square.
Doesn't that only show that the sequence of terms converges? And that's not a sufficient condition for the series to converge too... To show that the series converges, shouldn't you show that the sequence of partial sums converges, i.e. it is bounded? I'm not sure how to do that in this case though.
I'm having trouble with the convergence of series myself, so I'm only asking.
Jan18-09, 02:30 PM   #12
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Yes, but my point was that whatever "comparison" you get for [itex](n+1)/(n^2+1)[/itex], compare [itex][(n+2)/(n^2+1)]^2[/itex] to its square.

Certainly [itex](n+1)/(n^2+1)< 2n/(n^2+1)[/itex] and it is not too hard to show that [itex]n/(n^2+1)[/itex] itself is less than 2/n. That itself would not be enough to show that [itex](n+1)/(n^2+1)[/itex] itself converges because 2/n does not converge. But it does show that [itex][(n+1)/(n^2+1)]^2< 4/n^2[/itex] and [itex]4/n^2[/itex] does converge.
Thread Closed
Thread Tools


Similar Threads for: Converging series
Thread Forum Replies
converging series Calculus & Beyond Homework 1
Converging/Diverging Series Calculus & Beyond Homework 2
Converging Series Calculus & Beyond Homework 3
Converging Advanced Physics Homework 1
Converging infinite series General Math 9