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

Fourier series for $f(x)=x^{2m}$ on $[-\pi; \pi]$

Am I right in the Fourier series on $[-\pi; \pi]$? $$x^{2m}\sim\frac{\pi^{2m}}{2m+1}+2\sum\limits_{n=1}^{+\infty}\sum_{k=0}^{m-1}\frac{(-1)^k\pi^{2(m-k-1)}}{n^{2(k+1)}(2m-2k-1)!}\cos\pi n\cos nx$$
0
votes
1 answer

Fourier series coefficients for a piecewise periodic function

I have the following question: The non-zero Fourier series coefficients of the below function will contain: The answer is: $a_0, b_n, n=1, 3, 5, \cdot \cdot \cdot$ So I first tried to find some symmetry like if it's even, odd, half wave symmetric…
paulplusx
  • 1,636
0
votes
2 answers

Fourier analysis with a changing and continuous period

Traditional Fourier analysis picks a period and then describes a function as: $$f(x) = \frac{1}{2} a_0 + \sum_{k=1}^\infty\, (a_k \cos{(\omega \cdot kx)} + b_n \sin{(\omega \cdot kx)})$$ I am wondering whether there is a way to Fourier-analyze a…
0
votes
1 answer

Find a Fourier series to represent the function exp(x) for x belongs to (-pi,pi) and hence derive pi/sinh(pi).

Find a Fourier series to represent the function exp(x) for x belongs to $(-\pi, \pi)$ and hence derive $frac{\pi}{\sinh(\pi)}$. Unable to derive the pi over sinh(pi) part...how do I do it?
0
votes
1 answer

Can we calculate for a multiple composition of Fourier transforms?

I tried to find a formula for multiple composition of a Fourier transform (not a convolution). $FoFoFo...oF\{f(t)\} =$? Can we also find a formula for multiple composition of Fourier for $f(t) \cdot g(t)$ ?
Mihai
  • 1
0
votes
1 answer

Using fourier series to get a summatory

I have the function $f(x) = e^{2x}$ in the interval $(0,2\pi]$ Using the formula $\int_0^{2\pi } e^{2x} e^{-inx}\, dx $ I get that $ {\mathbf{\gamma}}^{}_{n}= \frac1{2\pi} \frac{(e^{4\pi}-1)}{(2-in)} $ To complete the fourier serie I have $f(x)…
German
  • 11
0
votes
1 answer

Fourier cosine series for a piecewise function

I am trying to expand the following piecewise function as a cosine series: $$ f(x)= \begin{cases} 3 & -7 < x < -1 \\ 8 & -1\leq x\leq 1 \\ 3 & 1 \leq x < 7 \end{cases} $$ The expansion should be in the form of: $$ f(x) =…
V S
  • 171
  • 1
  • 10
0
votes
1 answer

Confused about Fourier Series

I've been told to construct a Fourier Series for the odd function that has period $2\pi$ and is equal to $\cos(x)$ for $x \in (0,\pi]$. For $f$ that is $2\pi$ period I have a formula $$b_n=\int_{-\pi}^\pi f(x)\sin(nx) \, dx.$$ I don't know what this…
user51327
  • 451
  • 3
  • 6
  • 12
0
votes
1 answer

Fourier series for the function as defined below

$$ f(x) = \begin{cases} \pi & -\pi \leq x \leq \pi/2 \\ 0 & \pi/2< x < \pi\end{cases}$$ I tried following the definition to find the coefficients of the Fourier series for the above function but my answer doesn't match with the one given. Please…
Pi_die_die
  • 107
  • 6
0
votes
1 answer

Fourier Series for odd function coming out in terms of cosines

I'm trying to calculate the Fourier series for: $g(t) =$ t if $-\pi/2 ≤ t ≤ \pi/2 $ $g(t) =$ π - t if $ π/2 ≤ t ≤ 3π/2$ The function is odd, so its Fourier Series should contain only sin terms. However, if you consider $g(t)$ as the integral of…
0
votes
1 answer

Find Fourier series of an even function in another interval

I have an even function with the Fourier series as below: $f(t) = \frac{a_0}2 + \sum_{n=1}^\infty a_n \cos nt$ with $a_n = \frac{1}\pi $$\int_{-\pi}^{\pi} f(x)\cos nx\ dx$ And I have to demonstrate the Fourier series for $f(\pi (t-2))$ in the…
0
votes
1 answer

How to write this functions as a Fourier series

Let $f :[0,2\pi] \rightarrow \mathbb{R}$ of $C^1$ and $2\pi-$periodic if $f$ is definied as : $f(\theta)=f_1(\theta)\quad \quad$ for $ \theta \in [0,\frac{\pi}{3}]$ $f(\theta)=f_2(\theta)\quad\quad$ for $\theta \in…
Bernstein
  • 704
0
votes
1 answer

Fourier series of a system

I have a system: f(x) = $ \begin{cases} \sin x , x \in [0, \pi);\\ 0, x \in [\pi,2\pi].\end{cases}$ Am I right, that I just need to consider a sum of integrals in all formulas? And period is still $2\pi$ so l = $\pi$.
Shuffle
  • 107
  • 7
0
votes
0 answers

Fourier series/transform for function transformation

I have the following function that maps an ellipse in $z$-plane into a unit circle in $\zeta$-plane: $$z = \sum_{n=0}^{N} \alpha_n\zeta^{n+1}$$ where $\alpha_n = a_n + ib_n$ is a constant, and $\zeta = e^{i\theta} = \cos\theta + i\sin\theta$ where…
BeeTiau
  • 185
0
votes
3 answers

vanishing fourier series

Let $f(x)=\sum\limits_{k\geq 2} a_k \cos(kx)+b_k\sin(kx)$ a Fourier series of a real-valued continuous function $f$ (with $2\pi$-periodicity).Note here that $f$ is orthogonal to $1,\cos$ and $\sin$ on $[-\pi,\pi]$. Is it true that $f$ vanishes on…
moz
  • 19