Is the Series Convergent or Divergent?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
9 replies · 4K views
tnutty
Messages
324
Reaction score
1

Homework Statement



Determine whether the series converges or diverges.

[tex]\sum[/tex] 3+7n / 6n

Attempt :

Comparison test :

3+7n / 6n < 7n / 6n

3+7n / 6n < (6/7)n

since (6/7)n is a geometric series and is convergent is
3+7n / 6n convergent as well?
 
Physics news on Phys.org
I see my mistake

3+7n / 6n > (7/6)^n

but then what?
 
Hint: For a series
[tex]\sum_{n=0}^{\infty}a_n[/tex]

to converge, the terms have to converge to zero, i.e.

[tex]\lim_{n->\infty}a_n=0[/tex].
 
I could use the limit comparison test but I get stuck.
 
You have [tex]a_n=3+7^n/6^n>3[/tex], so can [tex]a_n[/tex] converge to zero?
 
How did you figure that inequality ?

(7/6)^n converges to -7
 
tnutty said:
How did you figure that inequality ?

Clearly, (7/6)^n is a positive number for any n.

(7/6)^n converges to -7

I don't think so, 7/6>1, so (7/6)^n goes to infinity for large n.
 
(7/6)^n

This is a geometric series. And I know that by definition a*r^(n-1) ,where |r|<1 = a/(1-r).

so (7/6)^n
=

(7/6) * (7/6)^(n-1)

so,
a = 7/6
r = 7/6

it follows that

(7/6)^n = a/(1-r) = (7/6) / (1-7/6) = -7
 
wait I see what your saying. How comes this the above statement is wrong?
 
no your right, 7/6 > 1 so this series diverges.
Thanks