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

Fourier series of $f(x)=x\cos(x)$

I'd like to calculate the fourier series of $f(x)=x\cos(x)$, with $x\in(-\pi,\,\pi)$. My solution, however, doesn't agree with my teacher's solution. So either I went wrong somewhere (most likely), or it was him who went wrong (but I don't think…
2
votes
1 answer

Simple Explanation Involving Fourier Series

Problem: Give a simple explanation of why, if the Fourier coefficients $a_{k}=b_{k}=0$ for all sufficiently large $k \gg 1$, then the Fourier series converges to an analytic function. Attempted Explanation: Since the Fourier series is an infinite…
Steven
  • 87
2
votes
1 answer

Sine series of $\pi/2$

I'm studying Fourier series and came across this peculiar problem. I just studied (along with proper reasoning) that if $f(x)$ is an even function, then the fourier series has only Cosine terms and if it's an odd function then only Sine terms. Now…
2
votes
1 answer

Undefined term in Fourier series

I'm trying to find the Fourier series for $f(\theta) = |\sin\theta|$. The function is even, so $b_n = 0 \space\forall n$. Doing the integration for $a_n$ yields $$a_n = \frac{2}{\pi}\left(\frac{1+(-1)^n}{1-n^2}\right)$$ Then, calculating $a_0$ to…
imulsion
  • 869
2
votes
1 answer

Function for a cosine series

I have a cosine series. When I plot I notice it can converge. I will be glad to know the simple function $f(x)$ for this Fourier series. Thanks. $$f(x)=\sum_1^\infty{(-1)^n \over n}\cos (nx)$$ I find a similar Fourier series, but it is a sine…
MathFan
  • 45
2
votes
4 answers

How does $\sum_{n=0}^{\infty} (a_n \cos{nx}+b_n \sin{nx})=\sum_{n=-\infty}^{\infty} c_n e^{inx}$?

Just started learning Fourier series and am having a rough time trying to wrap my head around the textbook. Below are two excerpts from the book each followed up a question. Many thanks in advance! "The theory of Fourier series deals with the…
Eiraus
  • 349
  • 1
  • 3
  • 15
2
votes
0 answers

An arctangent series

We know that the arctan series $\sum\limits_{n = 1}^\infty {\arctan \left( {\frac{{2{a^2}}}{{{n^2}}}} \right)} $ exist closed form, see enter link description here. Similarly, my question is that the arctan series of the form $$\sum\limits_{n =…
xuce1234
  • 1,330
  • 7
  • 12
2
votes
1 answer

What additional condition on symmetry will ensure that even-numbered sine coefficients are zero?

We know that Fourier series of odd function consists of sine terms only. What additional condition on symmetry will ensure that sine coefficients with even indices is zero i.e.; $ \ b_{2n}=0 $. Give an example. Answer: I do not know the reason but…
MAS
  • 10,638
2
votes
1 answer

Apply fourier series to the function $f(x)=\mathrm{sgn}(\cos x)$

There's function: $$f(x)=\mathrm{sgn}(\cos x).$$ What is it's Fourier series? I have never worked with this class of functions actually, so I do not know where I should start and how.
M.Mass
  • 2,672
2
votes
1 answer

Complex Fourier Series Coefficient

I am trying to solve the following exercise in my PDEs book: Consider $$ f(x)=\begin{cases}0&xx_0+\Delta\end{cases}. $$ Assume that $x_0>-L$ and $x_0+\Delta
wjmolina
  • 6,218
  • 5
  • 45
  • 96
2
votes
0 answers

Fourier Series of a function and the sum of infinite series

Find the Fourier series of the function$\ f(x) = x^2; 0 < x < 2\pi $ of period $\ 2\pi $ and find the sum of the infinite series $$\ (i) $$ $$\sum_{n=1}^\infty \frac{1}{n^2}$$ $$\ (ii) $$ $$\sum_{n=1}^\infty \frac{(-1)^{n+1}}{n^2}$$ I…
Asm Arman
  • 171
2
votes
1 answer

Finding Trigonometric Fourier Series of a piecewise function

Find the Fourier Trigonometric series for: $$f(x)= \begin{cases} \sin(x) & 0\leq x \leq \pi \\ 0 & \pi\leq x \leq 2\pi, \\ \end{cases}\quad f(x+2\pi)=f(x).$$ I tried to find the series of this function, but when I plot up to 50 terms…
Tomas
  • 23
2
votes
1 answer

Show that any integrable function can be approximated by the Fourier series

I have the following formula for the Fourier series of a integrable function $g:[0,N] \to \mathbb{C}$ $$ g(x) = \sum_{n=-\infty}^\infty c_n e^{in2\pi x/N}. $$ I was able to derive the formula for the coefficients $c_n$, but what if a want to show…
2
votes
1 answer

Does $\sum_{k \ \text{odd}, \ k>0}^{N} \frac{\sin(kx)}{k}$ converge to $f(x)$ uniformly?

I calculated the Fourier coefficients of the square wave. $$ f(x) = \begin{cases} -1, & x\in [-\pi, 0) \\ 1, & x\in [0, \pi] \end{cases} $$ Then I came to the conclusion that the $N^{th}$ partial Fourier sum is given by $$ S_{N,f}(x) =…
Olba12
  • 2,579
2
votes
1 answer

Is it possible to visualize the graph of a cosine or sine fourier series of an arbitrary function without calculating the coefficients?

Given an arbitrary function (usually a combination of even and odd functions), is it possible to visualize how the sine or cosine fourier series will appear without calculating the coefficients and numerically producing a graph?
xaav
  • 187