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

Does $g = \sum c_n^2 e^{i n t}$ exist, given that $\sum c_n e^{i n t}$ is a Fourier series?

If $ \sum_{n=-\infty} ^{\infty} c_n e^{i n t}$ is the Fourier series of $f$, does it always exist $g(t) \in \mathbb{L}^1(\mathbb{T})$, with $g(t) = \sum_{n=-\infty} ^{\infty} c_n^2 e^{i n t}$ I know that $$c_n = \frac{1}{2 \pi} \int_{-\pi} ^{\pi}…
0
votes
1 answer

Quick Confirmation of Fourier series using trigonometric identities

The Fourier series expansion for $f(x) = \sin 5x \sin x$ is $\dfrac{\cos 4x - \cos 6x}{2}$? This makes sense as $f(x) = \sin 5x \sin x$ is made up of the product of two odd functions which equals an even function and hence why there are are no sine…
xiA
  • 436
0
votes
1 answer

How piecewise smoothness of a function is related to the Dirichlet conditions?

Do all piecewise smooth functions satisfy Dirichlet conditions for Fourier series representation? In the theorem of Fourier series can we write that being piecewise smooth is the sufficient condition for obtaining its Fourier series ?
0
votes
1 answer

Cosine Fourier series

Given the following function $$f(x)=\left\{\begin{array}{ll} 0, & 0\leq x\leq1 \\ 1, & 1
mvfs314
  • 2,017
  • 15
  • 19
0
votes
1 answer

Fourier series of a piecewise function, is my coefficient $a_n$ correct?

Here is a piecewise function extended periodically with period $2\pi$. $$f(x)= \begin{cases} \pi + x & -\pi
0
votes
0 answers

Fourier Series Representation of Discontinuous Function

$f(x) = \begin{cases} 1& \text{ if } -1\leq x < 0 \\ 1/2 & \text{ if } x = 0 \\ x& \text{ if } 0 < x \leq 1 \end{cases} \text{for the interval} [-1,1]$ So I understand that you suppose to calculate the integral for every region but here at x =…
0
votes
1 answer

Given specific real Fourier coefficients, does there have to be a function that matches that?

We were taught this in class: Given the real numbers b1, b2,..., bn, there exists a cyclic function such that its non-zero Fourier coefficients are b1, b2, ... bn. Can someone please explain why this is true?
0
votes
1 answer

Confused about fourier coefficients of a lipshitz continuous $2\pi$ periodic function

This is only part of a larger question. I've already shown that if $f$ is $2\pi$ periodic, then $$c_n = \frac{1}{4\pi}\int_{-\pi}^\pi\left(f(x)-f(x+\pi/n)\right)e^{-inx}dx.$$ I'm asked to then show that if $f$ is also lipschitz continuous then there…
Bears
  • 684
0
votes
0 answers

what can I say on the series of the complex coefficient of $f(x)=2x^3 +x^5 + 5$

Lets assume than $c_n$ is the complex coefficients of the fourier series of $f(x)=2x^3 +x^5 + 5$ in $[-\pi,\pi]$ is it true to argue $$\sum {c_n}=5$$ and the series is absolutely converge? The only thing I recognize here is that the function is odd.…
Sagigever
  • 1,428
0
votes
1 answer

how to prove $\sin(kx)$ and $\cos(kx)$ are the basis of the Function space

At the beginning of learning the Fourier series. My teacher just told us the format but didn't prove the Completeness that why we can do it. So I'm confused. I know $\langle\cos(nx),\cos(mx)\rangle= \pi\delta_{n,m}$ (that same with sin(nx)), which…
0
votes
0 answers

How to derive the inverse discrete Fourier transform from the Fourier series?

I would like to derive the inverse discrete Fourier transform from the Fourier series. This should be possible since the DFT is just the Fourier series of a discrete time signal but I have run into an infinite series that I cannot figure out how to…
Roxy
  • 131
0
votes
1 answer

Why is this step being taken when calculating a fourier series for $e^t$

I am trying to compute the fourier series for $e^t$ in range $-\pi
GGG
  • 109
0
votes
1 answer

Find Fourier sine series

I have to find a Fourier sine series of $f(x)=x^2$ for $0
0
votes
1 answer

How to transform $x(π−x)$ to Fourier series?

$(0 < x < \pi) : f(x) = x(\pi - x)$ and I need to prove that $$f(x) = \frac{\pi^2}{6} - \left(\frac{\cos(2x)}{1^2} + \frac{\cos(4x)}{1^2} + \frac{\cos(6x)}{1^3} ...\right)$$ using Fourier series. I've been trying this problem for 3 days now, I'm…
0
votes
1 answer

Find function given its complex Fourier series

The complex Fourier series coefficients of a function with periodicity 4 are as follows: $$C_k=\frac{\sin{k\frac{\pi}{8}}}{2k\pi}$$ Find this function. I really have no idea how to solve this problem.