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

How to use a fourier series to find the sums..

So i have a question which asks to find the fourier series of $\left\vert\,\sin\left(x\right)\,\right\vert\,$. I have worked out the solution as $$ {2 \over\pi} - {4 \over \pi}\sum_{k = 1}^{\infty}{\cos\left(2kx\right) \over 4k^{2} - 1} $$ Which i…
1
vote
0 answers

Fourier Series simple question

Let $f$ be a $\mathcal{C}^r$ function such that $f(0)=f(\pi)=0$, and define $a_n := \frac{2}{\pi}\int^\pi_0 sin(nx)f(x)dx$, its easy to show that exists $C>0$ such that $|a_n|\leq \frac{C}{n^r}$. Its possible to find $K>0$ such that $|a_n| \leq…
1
vote
1 answer

Fourier series convergence without sines or cosines converging

Is it possible to have a Fourier series $$a_0 + \sum_{k=1}^{\infty} \left[a_k\cos(kx) + b_k\sin(kx)\right]$$ converge without either the cosines or the sines converging? Here is my work so far: Since the series converges for all $x$, it has to…
user112559
  • 11
  • 1
1
vote
1 answer

Euler's Formula Conversion with coefficients

If I have an equation such as $x(t) = \displaystyle \sum_{n=1}^N \left( a_n \cos(\omega_nt) + b_n \sin(\omega_n t) \right)$, how do I convert it to a sum of complex exponentials? In other words what do I do with the coefficients in front of the sine…
mike
  • 35
1
vote
1 answer

Expanding a periodic function into a Fourier series

The solutions say that $$b_n=-\frac{4}{n\pi}$$ but I keep getting $$b_n=-\frac{2}{n\pi}$$ I checked with Wolfram Alpha and it seems that my integrals are right. Is this just a mistake in the solutions? What is the right answer for…
1
vote
1 answer

$\int_a^b x^n \sin(mx)dx$ Identity

Are there nice memorable identity for the integrals $$\int_a^b x^n \sin(mx)dx$$ $$\int_a^b x^n \cos(mx)dx$$ where n can be an integer from $0$ to $n$. When I try to derive something by integration by parts it gets awfully confusing, and I can't…
furier
  • 11
1
vote
1 answer

Finding the complex Fourier Series

I want to solve the following: Given the $2\pi$ periodic function $f$: $$ f(x) = \begin{cases} 2\pi & for \;\; 0 < x < K \\ 0 & for \;\; K < x<2\pi \end{cases} $$ Where K is a constant between $0$ and $2\pi$. Find the complex Fourier Series of…
knuterr
  • 55
1
vote
1 answer

Find the Fourier coefficient for the function $f(t)=t^3-2t$

I'm trying to find the $a_5$ Fourier coefficient for $f(t)=t^3-2t$ from $-π
user91971
  • 205
1
vote
1 answer

Exponential Fourier Series.

Determine the exponential Fourier series(which invovle exp(jkwt) terms) of the following. x(t)=cos(t)+cos(2t)+0.5 I calculated C0 and got the following. C0=0.5 however, I calculated Cm to be 0 for all m, I believe this is wrong as it contradicts…
Jason
  • 31
1
vote
1 answer

What is the convolution of two (or more) rectangular pulse trains as a Fourier series?

I am modelling a series of gratings and something seems amiss that I can not pinpoint. The problem that I am having is that the convolution of the gratings results in something that alternates into the negatives, which is non-sensical in this…
Rickard
  • 21
1
vote
2 answers

Fourier transform $f(x)=\sin(x/2)$ in $0 \leq x < 2\pi$

Can you help me to find the coefficient of the Fourier series? I know that is ODD on $[0,4 \pi)$, but is it ODD also in $[0,2\pi )$? Thanks you a lot
Paola
  • 19
1
vote
1 answer

How to get real valued functions from a complex exponential Fourier Series?

Imagine you want to represent the following function as a Fourier series: $$ f(x) = \cases{ 1 \; \; \; \; \text{if} \; \; 0 < x \leq 1 \\ 0 \; \; \; \; \text{if} \; \; 1 < x \leq 2 \\ } $$ Calculate the $c_n$ coefficients: $$ c_n =…
1
vote
0 answers

Bounded variation and Fourier series

Why we need to show a function is of bounded variation when we are analysing a Fourier series. For example, we have a function: \begin{equation*} f(x)=\left\{ \begin{aligned} 8 & , & 0 \leq x \leq \pi, \\ 5 & , & -\pi \leq x <0. \end{aligned}…
Shuai
  • 21
  • 1
1
vote
1 answer

Fourier series of $\{x\}$ (the fractional part of $x$ ) is weird: "$\{1\} = 0.5$"

If $x(t) = \{t\}$ (the fractional part of $t$), then the Fourier series of $x(t)$ is $$\frac{1}{2}-\frac{1}{\pi}\sum_{n=1}^{\infty} \frac{\sin(2\pi nt)}{n}$$ My question is why $x(1) = 0.5$ (using the Fourier series) and not $0$, as expected? Notice…