Questions tagged [fourier-series]

A Fourier series is a decomposition of a periodic function as a linear combination of sines and cosines, or complex exponentials.

If $f$ is a periodic function with period $2\pi$, a Fourier series for $f$ is an expansion of the form $$ f(x) = \frac{a_0} 2 + \sum_{n = 1}^\infty a_n \cos nx + \sum_{n = 1}^\infty b_n \sin nx .$$

This decomposition is useful for solving partial differential equations, and it has important applications in the study of waves.

If $f$ is continuously differentiable, a theorem of Dirichlet states that a Fourier expansion exists where the infinite sums converge uniformly to $f$. Under the weaker assumption that $f \in L^2[0,2\pi]$, there exists a Fourier expansion where the infinite sums converge to $f$ in the $L^2$ sense.

The sines and cosines appearing in the Fourier expansion form an orthogonal basis for $L^2[0,2\pi]$. Therefore, a simple way of evaluating the $a_n$ and $b_n$ coefficients is by orthogonal projection, $$ a_n = \frac 1 \pi \int_0^{2\pi} f(x) \cos nx\ \mathrm dx, \ \ \ \ \ \ \ \ \ b_n = \frac 1 \pi \int_0^{2\pi} f(x) \sin nx\ \mathrm dx.$$

5656 questions
3
votes
1 answer

Chladni patterns

So I was watching this video on Chladni figures and thought that it would be nice to replicate a few of these, especially the more complicated, high frequency ones. So I know that the general formula for creating such patterns…
tellap
  • 161
3
votes
0 answers

Applying DFT to signal twice

I am doing a excercise on discrete fourier transforms. The excercise asks to find the resultant signal after applying DFT twice. I was able to figure it out by thinking it of in this way, multiplying the two DFT matrices directly and seeing the…
abkds
  • 2,210
3
votes
1 answer

Expansion of function in polar coordinates

I'd like to expand a function in polar coordinates to something that splits radius and angle $f(r,\theta)=\sum_i A_i(r)B_i(\theta)$ I've found some hints on the internet by the name of polar Fourier transform, but I didn't find a Wikipedia page or a…
Gere
  • 2,117
2
votes
1 answer

Fourier Series in different forms

I am trying to write the Fourier series of $(1-x)$ in $[0,1]$ in two different ways: $$f(x) = \frac{a_0}{2}+\sum_{n=1}^\infty (a_n\cos(\pi nx/L)+b_n\sin(\pi n x/L)),$$ $$f(x)=\frac{a_0}{2}+\sum_{n=1}^\infty (a_n\cos(2\pi nx/L)+b_n\sin(2\pi n…
sodiumnitrate
  • 623
  • 1
  • 5
  • 16
2
votes
1 answer

Write the Fourier series to $f(t)=|\sin t|$

I have this function which I should write the Fourier series for: $f(t)=|\sin t|$ I now that the period is $\pi$ and that it is an even function. Because it is even, I only need to calculate the cos coefficient which is: $$a_n = \frac{2}{T}\int_0^T…
2
votes
1 answer

Why does the Fourier sine series of $x^2$ on $[0,l]$ converge to 0?

When expanding, for example, $x^2$ on $[0,l]$ as a sine series, we get $f(x) = \sum_1^{\infty}b_n sin(\frac{n\pi x}{l})$ If we plug in $x=l$ to this expansion, we get $f(x)=0$. Why aren't we getting $\frac{f(l^+) + f(l^-)}{2} = \frac{l^2+0}{2}$?
2
votes
3 answers

Fourier cosine series and sum help

I have been having some problems with the following problem: Find the Fourier cosine series of the function $\vert\sin x\vert$ in the interval $(-\pi, \pi)$. Use it to find the sums $$ \sum_{n\: =\: 1}^{\infty}\:\ \frac{1}{4n^2-1}$$ and $$…
Steve
  • 419
2
votes
1 answer

Fourier series of $\sin x$ using series of $e^{ix}$

I have to find the Fourier series of $\sin x$ . Assume that $\ell$ is not an integer multiple of $\pi$.(Hint: First find the Fourier series for $e^{ix}$) This is how I did it: Complex Fourier series of $e^{ix}$=$\sum {(-1)^n \over…
clarkson
  • 1,907
2
votes
1 answer

Parseval Identity and Fourier Series Question on function $f(x)=|x|$

Trying to compute the fourier series for $f(x)=|x|$ for $f$ on $[- \pi, \pi]$ using the trig method. I have a question as to the absolute value function. I'm using the definition of absolute value where $|x|=x$ if $x \ge 0$, and $|x|=-x$ if $x <0 $.…
User69127
  • 1,168
2
votes
1 answer

Conditions for Uniform Convergence of Fourier Series

Let $f:\mathbb{R}\rightarrow\mathbb{R}$ be a 2$\pi$ periodic function such that $\exists$ $C>0$ and $\epsilon>0$ with $|f(x)-f(y)|\leq C|x-y|^{.5+\epsilon}$. Show that the the Fourier series of $f$ converges uniformly. There is the added hint…
wfw
  • 518
2
votes
2 answers

Parallel between Fourier series and orthogonal projections

My professor made an analogy between Fourier series and orthogonal projections, and I was hoping someone could explain that somewhat more. Basically, as I understand it: $$a_n = \frac{1}{L} \int_L^L f(x) \cos\left(\frac{ n\pi x}{L}\right) \ dx…
mobius
  • 53
2
votes
1 answer

Why do Fourier Series only work from $- π$ to $π$?

Take Euler's famous example: $$\dfrac{1}{2} x= \sin x-\dfrac{1}{2} \sin 2x+ \dfrac{1}{3} \sin 3x- \dfrac{1}{4} \sin 4x+\cdots $$ What is the reason this only works on $[-π,π]$?
Phaptitude
  • 2,249
2
votes
1 answer

Proof of Parseval's Theorem for Fourier Series

Ok so I want to prove the above expression, I substituted the complex fourier series for f and using the fact f may be complex-valued, carried on by representing $|f(x)|^2$ as $f(x)f(x)^\ast$ where the ast represents complex conjugation. The…
Raul
  • 938
2
votes
1 answer

Fourier sine series: quarter range expansion

I know how to do (a). I know the sine expansion of $\phi(x)$ on $(0,l)$: $\phi(x)=\sum_{n=1}^\infty B_n \sin \frac{n\pi x}{l}$, but could not get the desired form. Through the formula I mentioned above, we can write…
user16859
  • 705
2
votes
1 answer

Using Fourier series to calculate an infinite sum

Given the Fourier series of the $2\pi$-periodic function defined for $$-\pi\leqslant x \leqslant \pi$$ by $$f(x) = |x|$$ is $$ \frac{\pi}{2} -\frac{4}{\pi} \sum_{k\geq 1, k\ odd}^{\infty} \frac{cos(kx)}{k^2} $$ use this to evaluate the sum of the…