Is the sum of this series correct?

  • Thread starter Thread starter opticaltempest
  • Start date Start date
  • Tags Tags
    Series Sum
opticaltempest
Messages
135
Reaction score
0
I am given the following series and its sum
<br /> \sum\limits_{n = 1}^\infty {\frac{1}{{\left( {2n - 1} \right)^2 }}} = \frac{{\pi ^2 }}{8}<br />
I need to find the sum of this series
<br /> \sum\limits_{n = 3}^\infty {\frac{1}{{\left( {2n - 1} \right)^2 }}} <br />

Is the method I used below this the correct approach? Is there a better or different way?

From the first series where n=1 we have,

<br /> a_n = \frac{1}{{\left( {2n - 1} \right)^2 }}<br />

<br /> = {\rm{\{ 1, 1/9, 1/25, }}...{\rm{\} }}<br />

Therefore I concluded that we can subtract off the first two terms of
the above sequence to get the sum when n starts at 3. Hence,

<br /> \sum\limits_{n = 3}^\infty {\frac{1}{{\left( {2n - 1} \right)^2 }}} = \frac{{\pi ^2 }}{8} - 1 - \frac{1}{9}<br />
 
Physics news on Phys.org
Your reasoning is correct.
 
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