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
1 answer

Using integration to find a fourier series

Given that $f:[-\pi,\pi] \rightarrow \mathbb{R}$ satisfies $$f(-x) = -f(x), \quad f(\pi) = 0, \quad f'''(x) = -6.$$ Prove that $f''(x) = -6x$ and hence, find the fourier series of $f$ by using integration by parts (repeatedly). So I know how to…
0
votes
1 answer

Fourier series saw function coeficient expression

so im trying to apply the fourier series to a saw function and following this website and if you look at eq 2, i dont understand the last step, i tried solving it myself but the second term disapears over there... i…
0
votes
1 answer

The proof of Bessel's inequality

Let $f \in L^2[-\pi, \pi]$, we are to prove that $$\sum_{-N}^{N}|c_n|^2 \le \frac{1}{2\pi}\int\limits_{-\pi}^{\pi}f^2(x)\mbox{dx} \iff 2\pi\sum_{-N}^{N}|c_n|^2 \le \int\limits_{-\pi}^{\pi}f^2(x)\mbox{dx}$$ where $c_n$ is the Fourier's…
Hendrra
  • 2,868
  • 1
  • 18
  • 35
0
votes
0 answers

Fourier series and its convergence to function (graphical)

For a question like finding the fourier series of: $$f(x) = \begin{cases} x & 0 \leq x < \pi \\ 0 & -\pi \leq x\leq 0 \\ \frac{\pi}{2} & x = -\pi \end{cases} $$ with period $2\pi$, the fourier series is: $$Sf(x) =…
OneGapLater
  • 820
  • 1
  • 9
  • 22
0
votes
1 answer

How to find convergence of fourier series where derivatives don't exist?

After calculating the fourier series of $$f(x) = \sqrt {\left| x \right|} $$ which is: $$\frac{2}{3}\sqrt \pi - \frac{2}{\pi }\sum\limits_{n = 1}^\infty {\frac{{S(\sqrt {n\pi } )}}{{{n^{1.5}}}}} \cos (nx)$$ where $$ S(x) $$ is Fresnel…
breeze
  • 55
0
votes
0 answers

Fourier series for a piecewise function

I'm working on a problem concerning fourier, but got stuck at two points. Here is the question: 3) Find the fourier series of the function $$f(x) = \begin{cases} 1, & \text{if $|x|<1$ } \\ 0, & \text{if $1\leq|x|<2$ } \end{cases}$$ Added is the…
Amaluena
  • 543
0
votes
0 answers

Fourier series- coefficients for specific function with listed conditions

There is a function $ f: \mathbb{R}\mathop{\longrightarrow}\mathbb{R} $ which meets the conditions: $ f(-x)=f(x) $ and $ f(x+ \pi)=-f(x) $ for $ x \in \mathbb {R} $ Show that the Fourier series coefficients are: $a_{0}=a_{2}=a_{4}=a_{6}=...=0 $ and…
0
votes
1 answer

Fourier Sine Series of a Piecewise Smooth Odd Function

I am trying to find the Fourier sine series of the following function: $$ f\left(x\right)= \begin{cases} 1&xL/2.\tag{1} \end{cases} $$ Let $L=1$. Then, this is what $\left(1\right)$ looks like:                                  I know…
wjmolina
  • 6,218
  • 5
  • 45
  • 96
0
votes
1 answer

Fourier series representation and the first coefficient

So, if we represent a function of time using Fourier series: $$f(t)=\frac{a_0}{2}+\sum_{n=1}^{\infty}\bigg[{a_n\cos{(n\omega_0t)}+b_n\sin{(n\omega_0t)}}\bigg]$$ what is the point of that halved first coefficient? Couldn't it simply be written…
A6EE
  • 313
0
votes
0 answers

Fourier Series Coefficients of a Full-wave Rectified Cosine

I need to calculate the Fourier Coefficients $a_k$ of $\left | \cos(2 \pi f_c) \right |$ (a full-wave rectified cosine) so that $\left | \cos(2 \pi f_c) \right | = a_0 + \displaystyle\sum\limits_{k=1}^{\inf} a_k \cos(2 \pi k f_c t + \phi_k)$ and…
ruipin
  • 1
  • 1
  • 2
0
votes
1 answer

Proof Fourier coefficients smaller than $\int_{0}^{2\pi}\frac{|\partial_{k}f(x)|dx}{2\pi|n|^k}$

Like in the title written I need to show that $$|\hat{f}(n)|\leq\int_{0}^{2\pi}\frac{|\partial_{k}f(x)|dx}{2\pi|n|^k}$$ for any $n\neq0$ where $f$ is a $2\pi$ periodic function on $C^{k}$. Now I've arrived with the Chauchy-Schwarz inequality…
N. Maks
  • 237
0
votes
2 answers

Fourier expansion of even extension of cosine square

I am trying to find the Fourier coefs of even extension of $cos^2(\pi x /L)$ which is defined over $0\leq x \leq L$. So since the function is even it only has $a_0$ and $a_n$ as cosine series expansion. I find $a_0$ to be 0.5 which is fine, but when…
Soyol
  • 168
0
votes
1 answer

fourier series of $\cosh(ax)$

Trying to find the fourier series of $\cosh(ax)$, where $a$ is any real non-zero number, on $[−\pi, \pi]$. So far i've got $$ f(x) = \frac{\sinh(a\pi)}{a\pi} \sum_{n=1}^\infty…
user418252
0
votes
1 answer

Fourier series problem

Hi i was wondering if anyone could help me with the following problem. In particular part c i have obtained the series i just do not know how to get to the result is it a simple case of just substituting the value of x into the Fourier series. also…
user395952
0
votes
0 answers

Effect on magnitude of coefficients when time-shifting a fourier series

Suppose a periodic function, $f(t)$ with period $2\pi$ has a Fourier series of $\sum_{k=-\infty}^{\infty} c_ke^{ikt}$ Now suppose we time shift the function to obtain $g(t) = f(t-t_0)$ My question is: what effect does this have on the Fourier…