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?
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top