#comparison test for this series
44 messages Β· Page 1 of 1 (latest)
- Ask your question and show the work you've done so far. If you've posted a screenshot of a question, specify which part you need help with.
- 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:
either set Un=(n/(2n+5)^n then calculate the limit of Un+1/Un if the limit is <1 then the series converges if it is >1 then it diverges
you can also use asomptotic comparaison (n/2n+5)^n=(1/2)^n *(1-5/(2n+5))^n and (1-5/(2n+5))^n ~e^-5 for n approaching infinity so finally Un~(1/2)^n x e^(-5) so via asomptatic comparaison to the geometric sequence ( the series being convergent here) the series of Un converges as well
sorry i don't understand this part: (n/2n+5)^n=(1/2)^n *(1-5/(2n+5))^n and (1-5/(2n+5))^n ~e^-5
my bad I may have been a bit hasty while typing basically the limit of (1-5/(2n+5))^n when n approaches infinity is e^-5 this stems from the fact that nln(1-5/(2n+5)) converges to -5 (limit of rate of change or taylor expansion can prove it if you what those are) and so applying the exponatial via continuity the timit of (1-5/(2n+5))^n is e^-5
so what about the geometric sequence part? and (1/2)^n ?
Ok basically the idea here is to use this :
If (Un) and (Vn) are two positive sequences such that Un~Vn for n approaching infinity then if the series of Vn converges so does that of Un
Here the geometric series converges
The series of (1/2)^n * e^(-5) converges because 1/2<1
So your sequence (Un) being equivalent to (1/2)^n *e^-5 as n approaches infinity means that the series of Un converges
I donβt think it tends to exp something I find it indeed converges
No the general term tends to 0
You can see that its log is equivalent to n log(1/2)
This is in fact a pretty good guess imo
You can upper bound the n/(2n+5) by n / (2n)
Since you just remove the 5 in the denominator
Now since this is nonnegative, exponentiation to the power n conserve orders
Hence (n / (2n+5))^n <= (1/2)^n
And this is a fairly simple guess that leverages your intuition about the geometric series
Happens man, no worries
i'm very lost π
What's got you lost?
all of it... i know for the comparison test you have to find a simpler version of the series and see if that converges or diverges, and that should tell you if the original series converges or diverges, but i don't see where you did that in your instructions
well
suppose a_n and b_n are all positive
if b_n is bigger and the series of b_n converges
then you have a conclusion about the series of a_n right?
right
so all I did was find a general term that is slightly bigger
by taking a smaller denominator
n / (2n + 5) <= n / (2n) = 1/2
so (n / (2n+5))^n <= (1/2)^n
but you know well that the series of (1/2)^n converges
the series of (n / (2n+5))^n converges yes
np, glad it was helpful
+close