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
0
votes
2 answers

Find the Fourier series of the function $ \ f \ $ with period $ \ 2 \pi \ $ given by $ \ f(x)=|x| $

Find the Fourier series of the function $ \ f \ $ with period $ \ 2 \pi \ $ given by $ \ f(x)=|x| , \ \ x \in [-\pi,\pi] \ $. Does the Fourier series converges? Answer: I have found the Fourier series to $ \ f(x) \sim \large…
MAS
  • 10,638
0
votes
1 answer

Finding Fourier series y=|1-x|

I've been struggling with finding Fourier series of the given function for a while now I've calculated my coefficients using formulas : Though my results does approximate function sufficiently enough (see the picture), I'm pretty sure that I…
0
votes
1 answer

Find Fourier series for $f(x) = \sin(x)\cos(3x)$

Earlier I found the Fourier series of $\sin(x)\cos(x)$ by using the trig identity $2\sin(x)\cos(x)=\sin(2x)$ Since $a_0=a_n=0$ and $b_n=1$ when $n=2$, then I found the Fourier series to be: $\sum_{n=1}^\infty \frac{1}{2}\sin(nx)$ where $n=2$ thus…
0
votes
0 answers

calculating sum of a series using fourier series

Calculate the following expression: the sum on $n = 1$ to infinity of: $1/(4n-3)^2 + 2/(4n-2)^2 + 1/(4n-1)^2$ using the fourier series of $f(x) = \max\{\pi- |x|, \pi/2\}.$ the first question asked to calculate the fourier series on the interval…
0
votes
1 answer

Derive Factor in Fourier Series

First of all sorry for my stupidity. I am learning to find Fourier Series coefficient as fast a possible for my exam. But it's getting really confusing deriving a factor. For example: In one website, I see the formula derived for $a_0$: Derived…
Mani Rai
  • 103
0
votes
1 answer

Fourier transform question

assuming that the integral exists $$ I(u)= \int_{-\infty}^{\infty}dxe^{iux}e^{ax}f(x) $$ using the shift properties of Fourier function is that integral equal to $$ I(u)= \frac{F(u+ia)+F(u-ia)}{2} $$ with $$…
Jose Garcia
  • 8,506
0
votes
1 answer

Fourier Theorem

Is there any way to prove the Fourier Theorem ? Any single valued periodic function can be represented by a summation of simple harmonic terms having frequencies which are the integral multiples of the frequency of the periodic function. $f(t) =…
user499760
0
votes
2 answers

Fourier series of delta function seems to blow up

Say I have a cosine series defined on 0 to $L$: $$ P(x) = \sum_{n=0}^\infty A(n)\cos \left ( \frac{n \pi x}{2L} \right ) = \delta(x) $$ Getting the coefficients: $$ A(n) = \frac{2}{L} \int_0^{L} \delta(x) \cos \left ( \frac{n \pi x}{2L} \right ) =…
Mike Flynn
  • 1,917
0
votes
1 answer

What is the maximum number of terms I should sum for a band limited signal?

I'm using this formula to calculate each point on a band limited square wave: For any given frequency f, what is the maximum number of terms I can sum without my output function containing a frequency that exceeds a given frequency fMax?
FigBug
  • 103
0
votes
1 answer

How do these two equations below hold?

$$-{2l\over m\pi}cos (m\pi) + {2l\over {m^2\pi ^2}} sin (m\pi)=(-1)^{m+1}{2l\over m\pi}, m\in \mathbb N\cup\{0\}$$ $${2l\over m\pi}sin (m\pi) + {2l\over {m^2\pi ^2}} (cos (m\pi)-1)={2l\over m^2\pi ^2}[(-1)^m-1],m\in \mathbb N$$
Leyla Alkan
  • 2,451
0
votes
0 answers

Fourier series of a fourier series.

let say I have a periodic function I can write $f(t)=a_0+ a_1 \cos(\omega t)+a_2 \cos(2\omega t)...+b_1\sin(\omega t)+b_2\sin(2\omega t)$ that is a fourier series. Is there a link between the coefficients $a_i,b_i$ of $f(t)$ and the $a_i,b_i$ of…
kalish
  • 41
0
votes
1 answer

Fourier-like transform from the time to the phase spectra

I run in to a real problem which must be a classic, only I cannot find the answer. I know Fourier transform shifts a signal from the time spectrum to the frequency spectrum. Is there a similar transform to shift a function from the time spectrum to…
Ran
  • 1
0
votes
1 answer

What are the missing steps in this Fourier Series problem

Problem here Please help me figure out the steps in between the two expressions separated by the red arrow. I am aware of the identity $$ e^ {-j0.5\pi k} = \cos(0.5\pi k)-j\sin(0.5\pi k) $$ but I am not sure how to proceed.
gabson
  • 3
0
votes
1 answer

Are Fourier Series centered around a point like a Taylor series?

If not, why? Is it usual for representations to have a center?
fdzsfhaS
  • 1,105
  • 10
  • 29