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

A Fourier development over the interval $[0, 1]$

Consider the functions $(1-a)x,\quad 0 ≤ x ≤ a,$ $a(1-x),\quad a ≤ x ≤ 1,$ over the interval $[0, 1]$ and $0 < a < 1$. My question is: since this is not over a symmetric interval, how would I go about representing this function as a Fourier…
123
  • 27
  • 6
0
votes
0 answers

Fourier series on symmetric vs non-symmetric intervals

The Fourier coefficients for a function with period 2a over a symmetric interval is obtained by integrating over $(-a,a)$. If the interval however, is not symmetric, say $(0,2a)$, one can still integrate over $(-a,a)$ if the period is 2a and get the…
0
votes
0 answers

Convergence of Fourier series at jump discontinuities

Suppose $f$ is a bounded piecewise-continuous periodic real-valued function. We assume the function is nice enough so that it has a Fourier series representation that converges to $f$ everywhere. For example, at least assume $f$ is differentiable…
Alan C.
  • 87
  • 1
  • 5
0
votes
1 answer

Fourier series odd extension (with only odd terms)

I'm currently working on this question: Suppose a function is defined only on $[0,L]$. Show that we can write $f(x) = \displaystyle\sum_{n=0}^{\infty} c_n \sin \left(\frac{(2n+1)\pi x}{2L} \right)$ For some constant $c_n$, which should be…
Noble.
  • 2,446
0
votes
1 answer

May a Fourier Sine Series, when all the terms of the sum are used, describe a line?

Consider the following function described as a Fourier Sine Series: $$ F(t, x) = \sum_{n = 1}^{\infty} C_{n}e^{- \alpha n^{2} \pi^{2} t}sin(n \pi x)$$ I want to know whether using all the terms of this sum, going to infinity, it's possible to that…
Victor Lins
  • 157
  • 6
0
votes
1 answer

Base for Fourier series

Suppose I have periodic function, and I want to calculate the Fourier series of this function in the section [T,T]. I need to find set of functions for this calculation which will be complete and orthonormal basis. My set is -…
Igor
  • 97
  • 5
0
votes
0 answers

Fourier Series: How is it invented?

I am currently reading Digital Image Processing by Gonzalez and Woods and in the the chapter of Filtering in Frequency Domain there is a huge mention about Fourier Transform. The author writes, " Fourier's Contribution in this field states that…
Turing101
  • 201
0
votes
0 answers

DC-offset in Fourier Series

In an exercise where I have to calculate the fourier series of the following function: $cos(\frac{\pi\cdot t}{2})$ I am given this question: Write the integral of $a_0$ and calculate it. Does it match with the expected value of the DC-offset? I…
0
votes
1 answer

Is the span of $\{ \sin n\pi x \}_{n=1}^{\infty}$ dense in $L^2[0,1]$?

The answers in this post say otherwise, but I'm not sure if they are commenting on the set $\{ \sin n \pi x\}$ itself or its span. I was wondering if the following argument was valid: We know that Fourier series are dense in $L^2[-1, 1]$, and that…
0
votes
0 answers

Need help understanding fourier series.

Im reading about fourier series, I have the solutions manual for a problem. But i dont understand it The problem is $ U(t) = \begin{cases} 1, & \text{0≤t<1} \\[2ex] 0, & \text{1≤t<2} \end{cases}$ $ U(t) =…
0
votes
1 answer

Fourier series with with range $0$ to $2π$

So I have been trying to solve this question for some time now but I couldn't find much information on how to solve it. There is much information in the case of for (-π,π) over the period of 2π but nothing in the case of (0,2π). Problem: Let f be a…
0
votes
1 answer

Convergence of a generalized Fourier series in different basis

Using a generalized Fourier series, almost every arbitrary function can be approximated as a sum using a family of orthogonal functions which I call a basis, over a domain $D$. For example, the traditional Fourier series utilizes a basis defined as…
Horus
  • 295
0
votes
0 answers

How to extrapolate from fourier series

I have that, $$f(x) = 1-(\frac{x^2}{\pi^2})$$ where it has period $2L = 2\pi$ I found that my Fourier series for $f(x)$ is $$\frac{2}{3} + \sum_{n = 1}^{\infty}\frac{-4(-1)^n}{\pi^2 n^2}\cos(nx)$$ (1) I am to find that, $$\frac{\pi^2}{12} =…
Jackson
  • 29
0
votes
0 answers

fourier series of 1/(x+1)

i wanna find the fourier series for the function f(x)= 1/(x+1) defined from [0,pi] which is definied as an even function so Bn=0 now i have to find An but i don't think it is gonna be simple to calculate that integral so i tried to use …