Is this Series Convergent or Divergent Using Comparison Tests?

  • Thread starter Thread starter zandbera
  • Start date Start date
  • Tags Tags
    Series
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 11K views
zandbera
Messages
18
Reaction score
0

Homework Statement


I have to determine whether the given series is convergent or divergent using the comparison tests:
[tex]\sum[/tex] from n = 1 to infinity of (n + 4n / (n + 6n)


Homework Equations


If bn is convergent and an [tex]\leq[/tex] bn then an is also convergent

liimit of an/bn as n goes to infinity = c, if c > 0, then both are either convergent or divergent

The Attempt at a Solution



I tried saying that bn was (4/6)^n but i don't know how to compare that to the original series
 
Physics news on Phys.org
Certainly [itex](n+4^n)/(n+ 6^n)< (n+ 4^n)/6^n[/itex] because the left side has a larger denominator. It is also true that n< 4^n for any positive integer n. That means that [itex]n+ 4^n< 4^n+ 4^n< 2(4^n)[/itex] and so [itex](n+4^n)/(n+6^n)< (n+4^n)/6^n< 2(4^n)/6^n)[/itex].
 
so then because 2(4/6)^n is convergent, the original series is convergent, correct?