Determine if series converges or diverges

  • Thread starter Thread starter turbokaz
  • Start date Start date
  • Tags Tags
    Series
turbokaz
Messages
19
Reaction score
0

Homework Statement


Ʃ cos^2(n)/(n^2+8)

Ʃ 5n/(n^2+1) * cos(2πn)


Homework Equations





The Attempt at a Solution


I think that both series diverge. Can anyone validate this or tell me if I'm wrong?
 
Physics news on Phys.org
Why do you think they diverge?
 
I'm changing my mind. First one diverges because the cosine will oscillate between -1 and 1. The second one converges because it will always go to 0?
 
Convergence and divergence of infinite series is a counterintuitive and complicated matter. Don't base you're conclusion of guesses and intuition. Use theorems instead. Do you know any? Which ones may be useful for those series?
 
turbokaz said:
I'm changing my mind. First one diverges because the cosine will oscillate between -1 and 1. The second one converges because it will always go to 0?

You have cos2n which will always be positive since it's squared. As a result, cos2n ≤ 1 and so cos2n/(n2 + 8) ≤ 1/(n2 + 8). From there it's not too difficult to show whether it converges or diverges using one of the series tests.

Before looking at the second one, which series tests are you familiar with?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top