#Need help researching if these series are divergent or convergent
114 messages · Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close
- Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
I've used D'alambert and Raabe's criterions, but I always get 1
Note:
(2n - 1)!! = (2n - 1)!/(2^(n - 1) (n - 1)!)
(2n)!! = 2^n n!
And also recall Stirling's formula.
(2n-1)!!=(2n)!/2^n(n)!
yeah?
That is (2n + 1)!!.
In your case the numerator should be (2n + 1)!, by the way.
really?
(2n-1)!!=(2n-1)(2n-3)...
multiplying numerator and denominator by (2n)!!=(2n)(2n-2)(2n-4)
(2n)(2n-1)(2n-2)(2n-3).../(2n)(2n-2)(2n-4)...
(2n)!/(2^n)n! checks out
Ah, I see.
(2n - 1)!! = (2n - 1)!/(2^(n - 1) (n - 1)!) = (2n)!/(2^n n!)
Both forms work, my bad.
all good
problem is
we haven't studied Stirling's formula
but at this point anything is a solution to me since I've tried many times
I need like the formula and an example of how it can be done
sicne I have no idea
so for a_n I have
how do I use Stirling's formula?
this is Stirling, right?
Well, you only need n! ~ √(2πn)(n/e)^n for n -> ∞.
right, so for (2n)! it should become:
right?
Yes.
That remains for now, but after you use Stirling's formula for n!^2 in the denominator, you'll see what happens.
this?
yeah I'm just working with the expression inside the brackets
Ah, ok.
Of course.
so then I get this
√(4πn) = 2√(πn), not 2√(2πn). Other than that, yes. It should become 1/√(πn).
ohh
I just got a word from my lecturer
he said to use Gaus' criterion
but we haven't studied it yet, so I'd need help
Oh, Gauss? Interesting.
the ratio of the terms here is
Ah, it works like this.
Let a(n) be the term of the series and suppose we have the following (λ > 1):
a(n)/a(n + 1) = A + B/n + C/n^λ
Then:
- If A > 1, the series converges, if A < 1 - diverges.
- A = 1: if B > 1, the series converges, if B ≤ 1 - diverges.
Actually, maybe Raabe is enough? Let me try.
nah I tried Raabe 5 times already
a(n)/a(n+1)=((2n+2)/(2n+1))^2
(1 + 1/(2n+1))^2
= 1 + 2/(2n+1) + 1/(2n+1)^2
hmm it isn't in "n"
but 2n+1
a(n) = ((2n - 1)!!/(2n)!!)^2
a(n + 1) = ((2n + 1)!!/(2n + 2)!!)^2
a(n)/a(n + 1) = ((2n + 2)/(2n + 1))^2 = 1 + 1/(n + 1/2) + (1/4)/(n + 1/2)^2
Yeah, Raabe won't work. But we do get divergence by Gauss: A = 1, B ≤ 1.
Interesting! I haven't used Gauss in ages.
gaus should
Hm. Just for fun, let me try Bertrand, too.
yeah no it ain't gonna work
a(n)/a(n + 1) - 1 = 1/(n + 1/2) + (1/4)/(n + 1/2)^2
n(a(n)/a(n + 1) - 1) = n/(n + 1/2) + (1/4)n/(n + 1/2)^2 = 1 - (1/4)/(n + 1/2) - (1/8)/(n + 1/2)^2
n(a(n)/a(n + 1) - 1) - 1 = -(1/4)/(n + 1/2) - (1/8)/(n + 1/2)^2
ln(n)(n(a(n)/a(n + 1) - 1) - 1) = -ln(n)((1/4)/(n + 1/2) + (1/8)/(n + 1/2)^2)
This goes to 0 when n -> ∞, so Bertrand's test also works.
The costant of 1/n matters.
I wrote it above.
right
I think there was a generalized version of Gauss, too.
they wrote it like this
Oh, they are generalizing it, too.
Well, yeah. Then you look at the first couple of terms and you can see when it converges by Gauss and when it diverges.
damn nice
uhh so
help me understand
this is true right?
so alpha and beta are just some random numbers
but if alpha is lesser or equals to one, series diverge
ok so far so good
but how do I connect:
Note that 2n + 1 = 2(n + 1/2).
And n + 1/2 is pretty much the same as n for large n.
Yes. In other, words, a(n)/a(n + 1) = 1 + 1/(n + 1/2) + (1/4)/(n + 1/2)^2. So, now look at what I wrote about Gauss's test and see what you can say here.
divergent!
alpha = 1 , beta <= 1
Yes, very good! And what about your general case with the power p?
idk 😭
p = 2
Well, let's see. We have:
a(n)/a(n + 1) = (1 + 1/(2n + 1))^p
Try expanding this using the usual binomial identity.
You don't need all terms, just stop at the quadratic one.
Fine, let me show. It's very easy.
alr
We have:
(1 + 1/(2n + 1))^p = 1 + p/(2n + 1) + O(1/(2n + 1)^2) = 1 + (p/2)/(n + 1/2) + O(1/(2n + 1)^2)
By Gauss, this converges when p/2 > 1, so when p > 2. So, the series with a(n) = ((2n - 1)!!/(2n)!!)^p converges for p > 2 and diverges for p ≤ 2.
Our particular case was p = 2, which diverges.
yeah p/2 = 2/2 <=1
Hm... Let me just quickly search for generalized Gauss test, so I don't forget.
Yeah, here it is! Translation (row by row):
Suppose the series with term a(n) > 0 satisfies...
Then if...
...then the series converges. Otherwise, it diverges.
@fast snow , you might also be interested in this.
And I think you can see how this can be generalized as far as you want.
I wonder if there is a series that this won't work on no matter how many terms we take.
yeah that's good
I gotta go now tho
thanks for the help!
Unable to parse the channel name
You're welcome!