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

Fourier series of the fractional part

What is the Fourier series for $\{a\}\{b\}$, i.e. the product of the fractional parts of $a$ and $b$. I know what the Fourier series looks like for a single value of either $a$ or $b$, but I want to know what it is when the two are multiplied…
Ethan Splaver
  • 10,613
-1
votes
1 answer

Fourier series, find $a_n$ of $\sin x$, $x \in [0,\pi]$

Fourier series, find $a_n$ of $\sin x$, $x \in [0,\pi]$ I tried to solve it myself, and then I got stucked with $\cos(\pi+\pi n)$ there, I uploaded an image of the solution, I didn't understand the part in red.
-1
votes
2 answers

Find Fourier Series of the given function.

How can I find the Fourier Series of the function f(x)=(1-x)(1+x) on the interval [-1/2, 1/2].
-1
votes
1 answer

Find the constant term in the Fourier series for $f$?

Let $f(x)$ be the function on [−3, 3] which is graphed below, Find the constant term in the Fourier series for…
zhk
  • 585
  • 7
  • 26
-1
votes
1 answer

Fourier series for discontinuous function

I am a bit confused with the Fourier series. The first step should be to determine if my function is odd or even, then find the coefficients (with eventually the shortcut for odd or even function) and finally I can compute the series. My confusion…
-1
votes
1 answer

fourier series expansion show that:

I have a problem that I've partially worked but don't understand the next part/have made a mistake? $f(x)=0$ for $-\pi< x<0$ and $f(x)=x$ for $0≤x≤\pi$ I have $a_0=\dfrac \pi 4$ and $a_n=0$ and $b_n=0$ if n is even and $b_n=\dfrac 2 n$ if $n$ is…
-1
votes
1 answer

Fourier series of $f(t) = (t-|t|) ^2$

Apparently what I thought was a absolute value was a average down sign, I. E. if the value is 2.9 the sign will make it 2. Just got back from the professor. In my last exam of wave physics that I didn't pass, this was one of the questions that I…
-2
votes
0 answers

Fourier series?

The question is to compute the Fourier Series of the function $$h(x) = \sin\left(\frac{x}{4}\right)$$ on $[-\pi, \pi]$ My question is I know normally, we can use the following formula to compute $a_0, a_k, b_k$ $$a_0 = \frac{1}{L}…
-2
votes
1 answer

Find Fourier Series of the function $f(x)=\sin x + \cos x$

I calculated the fourier series of the given function, but all of the fourier coefficient was 0, it sounds strange!
Hanieh
  • 1
-2
votes
1 answer

Demonstration of existence of Fourier transform

Joseph Fourier demonstrated that an arbitrary T-periodic function $f(t)$ can be written as a linear combination of harmonic complex sinusoids: $$f(t) = \sum_{n=\infty}^\infty c_ne^{iw_ont}$$ (And likewise as $t -> \infty$ or in other words for the…
Tony
  • 1,044
1 2 3
46
47