Fourier Example: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:




:<math>f(x) = \begin{cases}0,& -\pi<x<0\\
:<math>f(x) = \begin{cases}0,& -\pi\le x<0\\
\pi,& 0<x<\pi\\
\pi,& 0 \le x \le \pi\\
\end{cases}</math>
\end{cases}</math>


'''
:<math>b_n = \frac{1}{2\pi}\int_{0}^\pi \pi\sin(nx)\, dx, = \frac{1}{n}(1-cos(x\pi))=\frac{1}{n}(1-(-1)^n)</math>
== Solution ==
'''

Here we have

:<math>b_n = \int_{0}^\pi \pi\sin(nx)\, dx = \frac{1}{n}(1-cos(x\pi))=\frac{1}{n}(1-(-1)^n)</math>




Line 18: Line 24:


<math>f(x)=\frac{\pi}{2}+2(sin(x)+\frac{sin(3x)}{3}+\frac{sin(5x)}{5}+...)</math>
<math>f(x)=\frac{\pi}{2}+2(sin(x)+\frac{sin(3x)}{3}+\frac{sin(5x)}{5}+...)</math>

==References:==
[[Fourier Series: Basic Results]]

Revision as of 00:55, 19 January 2010

Find the Fourier Series of the function:


Solution

Here we have


We obtain b_2n = 0 and


Therefore, the Fourier series of f(x) is

References:

Fourier Series: Basic Results