New Reply

Does this series converge or diverge ?

 
Share Thread
Apr21-12, 07:41 AM   #1
 

Does this series converge or diverge ?




I have tried all the tests I know, non-null, comparison, ratio, alternating series test. None have conclusive results. Any ideas on how to proceed.
PhysOrg.com science news on PhysOrg.com

>> A robot that runs like a cat (w/ Video)
>> Global cooling as significant as global warming, research shows
>> 'Chase and run' cell movement mechanism explains process of metastasis
Apr21-12, 09:01 AM   #2
 
When you have a [itex]-1^{n}[/itex] in an infinite series like this, you are going to have to use the alternate series test.

1) Prove that the limit to infinity of [itex]\frac{1}{\sqrt{N+3}}[/itex] goes to zero.

2) Show that [itex]\frac{1}{\sqrt{N+3}}[/itex] is a decreasing sequence.

If you can show those two things, then you know that the series is convergent :D
Apr21-12, 11:42 AM   #3
 
Recognitions:
Homework Helper Homework Help
Quote by jsewell94 View Post
When you have a [itex]-1^{n}[/itex] in an infinite series like this, you are going to have to use the alternate series test.

1) Prove that the limit to infinity of [itex]\frac{1}{\sqrt{N+3}}[/itex] goes to zero.

2) Show that [itex]\frac{1}{\sqrt{N+3}}[/itex] is a decreasing sequence.

If you can show those two things, then you know that the series is convergent :D
No, having [itex]-1^n[/itex] would give no useful information. However, having [itex] (-1)^n[/itex] would be helpful.

RGV
Apr21-12, 12:14 PM   #4
 
Recognitions:
Gold Membership Gold Member

Does this series converge or diverge ?


Take the modulus of the entire expression, and then you'll end up with [itex]\frac{1}{\sqrt{n+3}}[/itex]. Since the latter converges to zero, therefore, so does the original expression. The series converges.
Apr21-12, 12:21 PM   #5

Homework Helper 2012
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by sharks View Post
Take the modulus of the entire expression, and then you'll end up with [itex]\frac{1}{\sqrt{n+3}}[/itex]. Since the latter converges to zero, therefore, so does the original expression. The series converges.
No. The sequence [itex]\frac{1}{\sqrt{n+3}}[/itex] converges to zero. The series is the sum of all those terms. It diverges.
Apr21-12, 12:22 PM   #6
 
It diverges conditionally.
Apr21-12, 12:49 PM   #7
 
It diverges absolutely but converges conditionally.
Apr22-12, 11:29 AM   #8
 
Recognitions:
Gold Membership Gold Member
OK, to make it less confusing, here's a suggested solution...

Using the comparison test:
[tex]u_n=\frac{1}{\sqrt{n+3}}[/tex]
For n large, [tex]v_n=\frac{1}{\sqrt n}[/tex]
Using the p-series test, [itex]v_n[/itex] diverges.
Therefore, since [itex]u_n[/itex] is less than [itex]v_n[/itex], [itex]u_n[/itex] also diverges.
Hence, its sequence converges but its series diverges.

Is this correct?
Apr22-12, 12:05 PM   #9
 
Quote by sharks View Post
OK, to make it less confusing, here's a suggested solution...

Using the comparison test:
[tex]u_n=\frac{1}{\sqrt{n+3}}[/tex]
For n large, [tex]v_n=\frac{1}{\sqrt n}[/tex]
Using the p-series test, [itex]v_n[/itex] diverges.
Therefore, since [itex]u_n[/itex] is less than [itex]v_n[/itex], [itex]u_n[/itex] also diverges.
Hence, its sequence converges but its series diverges.

Is this correct?
This should not be so complicated, its a past exam question in the "easier" section worth 3 marks in a 2 hour exam.

I was thinking about using the fact that "An absolutely convergent Series Converges".

Hence I used the integral test on [tex]u_n=\frac{1}{\sqrt{n+3}}[/tex] which equals infinity meaning it diverges.

So that was a fail !

Now the only other test is the alternating series test, clearly 1/sqrt(x) is decresing as x->inf, and the limit goes to zero.

So by the alternating series test the series converges ?(Basially what the second guy said)

Any logical inconsistencies with that proof ?
Apr22-12, 12:12 PM   #10

Homework Helper 2012
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by sid9221 View Post
This should not be so complicated, its a past exam question in the "easier" section worth 3 marks in a 2 hour exam.

I was thinking about using the fact that "An absolutely convergent Series Converges".

Hence I used the integral test on [tex]u_n=\frac{1}{\sqrt{n+3}}[/tex] which equals infinity meaning it diverges.

So that was a fail !

Now the only other test is the alternating series test, clearly 1/sqrt(x) is decresing as x->inf, and the limit goes to zero.

So by the alternating series test the series converges ?(Basially what the second guy said)

Any logical inconsistencies with that proof ?
That's exactly what you want for a proof.
Apr22-12, 04:23 PM   #11
 
Quote by Dickfore View Post
It diverges conditionally.
Sorry, it converges conditionally.
Apr22-12, 04:28 PM   #12
 
Recognitions:
Gold Membership Gold Member
Quote by Bohrok View Post
It diverges absolutely but converges conditionally.
Now, i'm confused. I don't think i completely understand the meaning of those words.
Apr22-12, 04:35 PM   #13
 
A series is said to coverge/diverge absolutely iff the series of absolute values:
[tex]
\sum_{n = 1}^{\infty}{\vert a_n \vert}
[/tex]
converges/diverges.

There is a Theorem that states that if a series converges absolutely, then it also converges ordinarily.

The converse, however, is not true. Some alternating series satisfy the criterion that:
[tex]
\sum_{n = 1}^{\infty}{a_n}
[/tex]
converges, but the series diverges absolutely. For these series, it is said that they converge conditionally.
Apr22-12, 05:40 PM   #14
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Actually, I don't believe I have ever seen the phrase "diverge conditionally". A series [itex]\sum a_n[/itex] converges conditionally if it converges but [itex]\sum |a_n|[/itex] does not converge.

sid9221, you say in your first post that you tried the "alternating series" test and it did not work. Could you explain what you did? It looks to me like it works nicely.
Apr22-12, 05:52 PM   #15
 
Recognitions:
Gold Membership Gold Member
Too much confusion. I think i'll just stick with what i know. No offence.
Apr22-12, 11:51 PM   #16
 
Mentor
You can also combine pairs of terms: n = 1 & 2, n = 3 & 4, n = 5 & 6, etc.

[itex]\displaystyle \sum_{n = 1}^{\infty}\frac{(-1)^n}{\sqrt{n+3\,}}
=\sum_{n = 2,4,\dots}^{\infty}\left(\frac{(-1)^n}{\sqrt{n+3\,}}+\frac{(-1)^{n-1}}{\sqrt{n-1+3\,}}\right)[/itex]
[itex]\displaystyle =\sum_{k = 1}^{\infty}
\left(\frac{1}{\sqrt{2k+3\,}}+\frac{-1}{\sqrt{2k+2\,}}\right)[/itex]
Combine the rational expressions into one.

Use comparison test & p-test.
New Reply

Similar Threads for: Does this series converge or diverge ?
Thread Forum Replies
Does the series Converge or Diverge ? Calculus & Beyond Homework 8
Does the series converge or diverge ( -1)^n (1-1/n)^n Calculus & Beyond Homework 4
Series converge/Diverge? Calculus & Beyond Homework 3
Does the series converge or diverge? Calculus & Beyond Homework 4