1

The question:

Evaluate the series $$ 1 + \frac 19 + \frac 1{25} + \frac 1{49} + \cdots $$

All the information given is that it is in relation to a Fourier series and that the series is to be evaluated.

Ben Grossmann
  • 225,327

2 Answers2

1

One approach is as follows:

Let $f(t)$ denote a triangle wave with the precise form described here (we'll take $L = 1$). As you can see in the link, $f$ can be expanded into its Fourier series as $$ f(t) = \frac{8}{\pi^2} \sum_{n=1}^\infty \frac{(-1)^{n-1}}{(2n-1)^2} \sin ((2n - 1) \pi t) $$ Now, just plug $t = \frac 12$ into both sides of the equation above.

Ben Grossmann
  • 225,327
1

Hint: On way to evaluate your series is using Parseval theorem. At first you need to find the fourier series of a function like $f(x)=x$ in $[-\pi,\pi]$ and then applying Parseval theorem.

In our example, the function is odd and you should find the series of it.

Nosrati
  • 29,995