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
1
vote
2 answers

On an intuitively motivated proof of Fourier series of a function?

Consider a function such as $sin^3 (x) cosx$ How would one find the Fourier series of this? I have read of Fourier trick from a physics book "electricity and magnetism by Griffith" where he goes over solving laplace equation using a Fourier trick.…
1
vote
0 answers

Fourier series of a complex fucntion

Let $z \in \mathbb{C}$ and let $f(x)=e^{i \pi zx}$ for $x \in (-1,1)$. Extend $f$ on the real line with period $2$. I have to compute its Fourier series and deduce that $$\frac{\pi^2}{\sin^2(\pi z)} = \sum_{k\ \in \mathbb{Z}}…
Nicola
  • 160
1
vote
0 answers

Fourier Series: $a_0$ is undefined?

I want to find the Fourier cosine series for the following function: $$f(x) = \begin{cases} x & \text{for}\enspace 0 \leq x \leq \frac{\pi}{2}\\ \pi-x & \text{for}\enspace\frac{\pi}{2}\leq x\leq \pi \end{cases}. $$ Note: Since…
yerman
  • 455
1
vote
1 answer

Fourier cosine series coefficients

If I have $λ_{-k-1}=-λ_k$ for $k\in\mathbb N$ and$$u(x,t)=\sum_{k=-∞}^∞a_k{\rm e}^{-λ_k^2t}\cos(λ_kx),$$then when I write$$u(x,t)=\sum_{k=0}^∞(a_k+a_{-k-1}){\rm e}^{-λ_k^2t}\cos(λ_kx)=\sum_{k=0}^∞b_k{\rm }e^{-λ_k^2t}\cos(λ_kx),$$ do I find $b_k$ as…
1
vote
0 answers

Why are the frequencies in Fourier series whole numbers

$$ f(t) =\frac{a_0}{2}+\sum_{n=1}^\infty a_n\cos(n\pi tL)+\sum_{n=1}^\infty b_n \sin(n\pi tL) $$ In something like this, the coefficients are found for $\cos(1\pi tL)$, $\cos(2\pi tL)$ $\cos(3\pi tL)$ ... Is there some reason $n$ needs to be a whole…
1
vote
3 answers

Find a function such that $ \int_{-\pi}^{\pi} f(x)\sin(nx)dx = \frac{(-1)^n}{\sqrt n} $ and $ \int_{-\pi}^{\pi} f(x)\cos(nx)dx = 0 $

As the title states, I must say if the function exists or not. I'm not sure where to begin... Is there a general method or approach to finding this type of functions? All I can think is that $ (-1)^n = \cos(\pi n) $ but I don't know how the $ \sqrt…
SGali
  • 23
1
vote
1 answer

Phase Shift in Fourier Series

So I came across a problem that has a square wave shifted in time corresponding to a $\frac{\pi}{4}$. We constructed the Fourier Series using the formulation $f(x)=\sum{C_n}e^{inwt}$, where we are summing from $n=-\infty$ to $\infty$, $w$ is the…
1
vote
1 answer

A claim regarding Fourier Series

Claim : "A periodic function $f(u)$ satisfying $$\int_{0}^{1}f(u)du=0$$ can generally expanded into a Fourier Series: $$f(u)=\sum_{m=1}^{\infty}[a_m\sin{(2 \pi m u)}+b_m\cos{(2 \pi m u)}]$$ " This is written on Greiner's Classical Mechanics when…
1
vote
2 answers

Integral of a special Fourier Serie into the hipercube of s dimension.

Given the numbers, $u\in\mathbb{R}^s$, $\alpha>1$ and $s>1$. If we have the below Fourier Serie: $f_{\alpha}(u)=\sum\limits_{h\in\mathbb{Z}^s}\frac{1}{r(h)^{\alpha}}\exp^{2 \pi i \left}$, where, $r(h)=\prod\limits_{i=1}^{s}max(1,\vert…
1
vote
1 answer

Exponential Fourier Series - Uncertain about a term

I have a question that I'm trying to solve: I've been asked to show that the Fourier series is: $$f(t)=\frac{\pi}{4}-\frac{1}{2\pi}\sum_{n=-\infty}^{\infty}\frac{1}{n^2}\left ( 1-\left ( 1-in\pi \right )\left ( -1 \right )^n \right )e^{int}$$ Now,…
C. Wolfe
  • 184
1
vote
0 answers

Fourier Expansion with Standard Inner Product

I could use some advice on the following question. I have a vector $\mathbf{x}=\begin{pmatrix} x_1 \\ x_2 \\ x_3 \end{pmatrix}$ and I want to use the standard inner product to determine the Fourier expansion of $\mathbf{x}$ with respect to basis…
Nukesub
  • 143
1
vote
2 answers

Finding the Fourier coefficient

Compute the Fourier coefficient of $$f(t) = \frac{t}{2\pi} - \left[\frac{t}{2\pi}\right]$$ where $[t]$ is the largest integer smaller than $t$.
1
vote
1 answer

Unwanted curvature in fourier series

As a hobby project I'm trying to implement something with a Fourier series for an arbitrary function. I have a library that can integrate real functions numerically. I'm using the complex notation for a Fourier series, so I had to rewrite the…
kwantuM
  • 151
1
vote
0 answers

Term-by-term differentiation of Fourier series away from singularity

As a toy question, consider the Fourier sine series of the function $1_{[a,b]}$ on $[0,\pi]$. We know the point-wise convergence of $$f(x)=1_{[a,b]}(x) = \frac{2}{\pi}\sum_{n=1}^\infty \frac{\cos(na)-\cos{nb}}{n}\sin(nx).$$ Of course this function…
1
vote
0 answers

How to Sketch a graph of a extended function from one intervel to another intervel

I have already done part a,b,c. But in d part they ask to extend the function. I can't understand how to extend it and sketch the extended function.
Prasad
  • 19