#comparison test for this series

44 messages Β· Page 1 of 1 (latest)

tough reef
#

still dont know how to do comparison test πŸ’” idek where to start

subtle glenBOT
#
  1. 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.
  2. Wait patiently for a helper to come along.
  3. Once someone helps you, say thank you and close the thread with:
    +close
    
  4. Feel free to nominate the person for helper of the week in #helper-nominations
  5. Do not ping the mods, unless someone is breaking the rules.
  6. If you're happy with the help you got here, and the server overall, you can contribute financially as well:
proper solstice
#

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

tough reef
#

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

proper solstice
tough reef
#

so what about the geometric sequence part? and (1/2)^n ?

proper solstice
#

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

mighty junco
#

No the general term tends to 0

#

You can see that its log is equivalent to n log(1/2)

mighty junco
#

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

drowsy steppe
#

mornings

mighty junco
tough reef
#

i'm very lost πŸ’”

mighty junco
tough reef
# mighty junco 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

mighty junco
#

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?

tough reef
#

right

mighty junco
#

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

tough reef
#

ohhhhh

#

so (n / (2n+5))^n converges

mighty junco
#

the series of (n / (2n+5))^n converges yes

tough reef
#

awesome i understand now

#

thank u so much

mighty junco
tough reef
#

+close