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

Uniqueness of Fourier Coefficents

I am going to copy/paste an old link to a question that I found, this is exactly what happened to me (Same book and everything), I think this is best, since there is little use writting it all over again when the link has everything I need to…
Bajo Fondo
  • 1,099
  • 7
  • 17
0
votes
1 answer

Find the Fourier series of the absolute value of cosine

We have our function: $$f(x)=|\cos x|$$ We have to find the Fourier transformation for it: Solution: First we have to find where it is defined. I think it is defined in $[-\dfrac{\pi}{2}, \dfrac{\pi}{2}]$. If I am wrong, where is it defined and why…
Harton
  • 171
0
votes
1 answer

Fourier serie (check solution)

Please verify my solution to this exercise $f(x)=\left\{\begin{array}{rcl} \pi & \mbox{ si } & -\pi \leq x \leq \pi/2 \\ 0 & \mbox{ si } & \pi/2 < x < \pi \end{array}\right.$ $$a_0 =…
Cure
  • 4,051
0
votes
1 answer

divergent Fourier series

How may one deal with a divergent Fourier series for example $$ f(x) := \sum_{n=0}^{\infty} \frac{\cos(n\theta+\alpha)}{ n^{a}}$$ or $$ g(x) := \sum_{n=0}^{\infty} \frac{\sin(\log (n\theta)+\beta)}{ n^{a}} \ ? $$ Do we trucante each divergent…
Jose Garcia
  • 8,506
0
votes
1 answer

The Fourier series of $1/2-x$

Let $u(x) = 1/2-x, 0
1024
  • 565
0
votes
0 answers

$\sum_{n=1}^{\infty} n^2 (|a_n| + |b_n|)$ converges.

(Bartle's book; The elements of real analysis, 2nd edition, Exercise 38.u) Suppose that $f$ and $f'$ are continuous with period $2\pi$ and that $f''$ is piecewise continuous with period $2\pi$. Show that the Fourier coefficients $a_n$, $b_n$ of $f$…
0
votes
0 answers

Expand $f(x)$ into a Fourier cosine series

Expand $f(x)=x(\pi-x)$ into a Fourier cosine series on $(0;\pi)$ My idea is to expand the function into an even function on $[-\pi;\pi]$ so that the $b_n=0$ and we'll get a Fourier cosine series. But I don't know how. Any one help me please?
anvo
  • 95
0
votes
1 answer

Sum of Fourier Series, Sine function to Euler

This might potentially be one of the dumbest question, but I'm gonna ask anyway. view image pls How do I get $\pi/2$? I know for a fact $e^{jθ} = cos\theta + j sin \theta$ but in this case $e^{j3\omega_0t}$... how do I find $\theta$? Btw period is…
0
votes
1 answer

a trigonometric series uniformly converge to a function

if a trigonometric series uniformly converge to a function, is it the Fourier series of the function? I understand the Uniqueness of Fourier Series, but that one is saying if I have 2 continuous functions and they have the same Fourier Coefficients,…
0
votes
1 answer

Fourier Series- solving for -cos nπ

When solving for $\cos n\pi$ it becomes $(-1)^n.$ However, if you have a negative in front, it becomes $-(-1)^n.$ Can you show how they get $-(-1)^n = (-1)^{n+1}.$
mastud89
  • 143
0
votes
1 answer

Re scaling of Fourier series

Let $f(x)=\sin(\pi x)$ and let $0
Mike Harb
  • 279
0
votes
0 answers

Difference between convergence of Fourier Series with relaxed condition and main condition

In the main theorem of Fourier Series, it converge to the mean of $f$ around $x$,which is $\frac{1}{2}\left[f(x+0)+f(x-0)\right]$,with condition that both $f$, $f'$ and $f''$ are sectionally continuous。 And in its corollaries, Fourier series…
NFDream
  • 527
0
votes
0 answers

Understanding this derivation for Rayleigh's Identity

I'm having trouble understanding this proof of Rayleigh's Identity. More specifically, I'm not too comfortable with the summation notation. Firstly, I'm assuming that $$ \displaystyle\sum_ i \sum_ j =\displaystyle\sum_ {i,j}$$ If this assumption is…
0
votes
0 answers

Fourier series discontinuous function

I'm trying to find the Fourier series for: $$ r_a(x)=\left\{\begin{array} & \frac{1}{2a} \quad |x|
juaaan
  • 77