Questions tagged [fourier-analysis]

Fourier analysis, also known as spectral analysis, encompasses all sorts of Fourier expansions, including Fourier series, Fourier transform and the discrete Fourier transform (and relatives). The non-commutative analog is (representation-theory).

Fourier analysis is the study of how general functions can be decomposed into trigonometric or exponential functions with definite frequencies. There are two types of Fourier expansions:

  • Fourier series: If a (reasonably well-behaved) function is periodic, then it can be written as a discrete sum of trigonometric or exponential functions with specific frequencies.
  • Fourier transform: A general function that isn’t necessarily periodic (but that is still reasonably well-behaved) can be written as a continuous integral of trigonometric or exponential functions with a continuum of possible frequencies.

The reason why Fourier analysis is so important is that many (although certainly not all) of the differential equations that govern physical systems are linear, which implies that the sum of two solutions is again a solution. Therefore, since Fourier analysis tells us that any function can be written in terms of sinusoidal functions, we can limit our attention to these functions when solving the differential equations. And then we can build up any other function from these special ones. This is a very helpful strategy, because it is invariably easier to deal with sinusoidal functions than general ones.

Fourier series

Consider a function $f(x)$ that is periodic on the interval $0 ≤ x ≤ L$, then Fourier’s theorem states that $f(x)$ can be written as $$f(x)={a_0}+\sum_{n=1}^{\infty}\left[a_n \cos\left(\frac{2n\pi x}{L}\right)+b_n \sin \left(\frac{2n\pi x}{L}\right)\right]$$ where the constant coefficients $a_n$ and $b_n$ are called the Fourier coefficients of $f$ and is given by $$a_0=\frac{1}{L}\int_0^L f(x)\mathrm{d}x$$ $$a_n=\frac{2}{L}\int_0^L f(x)\cos\left(\frac{2\pi nx }{L}\right)\mathrm{d}x$$ $$b_n=\frac{2}{L}\int_0^L f(x)\sin\left(\frac{2\pi nx }{L}\right)\mathrm{d}x$$

Reference:

http://www.people.fas.harvard.edu/~djmorin/waves/Fourier.pdf

https://en.wikipedia.org/wiki/Fourier_analysis

http://mathworld.wolfram.com/FourierSeries.html

Fourier Transform:

For this part find the following link

https://math.stackexchange.com/tags/fourier-transform/info

10420 questions
0
votes
1 answer

What is the relationship between the Schwartz's space and the sets of functions of moderate decrease?

There are two notions in the book by Stein and Shakarchi. The Schwartz's space on $\mathbb{R}$ consists of the set of all indefinitely differentiable functions $f$ so that $f$ and all its derivatives $f^{'}, f^{''},\ldots,f^{(\ell)},\ldots,$ are…
ljjpfx
  • 399
0
votes
1 answer

Can you integrate and differentiate a convergent Fourier series?

Under what conditions can you integrate and differentiate a Fourier series representing a real-valued function such that the result converges over some open subset of the domain? Basically, if a periodic function has a convergent Fourier…
0
votes
1 answer

Why does inverse fourier transformation have a $\frac{1}{N}$ term?

I've been trying to learn the Discrete Fourier Transformation (DFT) and the Inverse DFT (IDFT). From Wikipedia, I gather we can define the matrix transformations for the DFT as follows. Let $\omega= e^{-2\pi i/N}$ and let $$\mathbf{W}=…
0
votes
0 answers

Prove $e^{-x^2}$ is a good function.

Is $e^{-x^2}$ a good function? A function $\gamma$ is said to be good if it is differentiable infinitely often everywhere on $R_1$ and if $$lim_{|x| \rightarrow \infty}\Big|x^r \frac{d^k}{dx^k} \gamma(x)\Big| = 0$$n for all $r,k \geq 0$. Clearly…
user886636
0
votes
1 answer

Transforms to orthogonal basis

Given a function $f(x)$ we can use the Fourier Transform to find $F(w)$, which represents how we can build up the signal by $\sin$/$\cos$ as we find the coefficients, frequencies and phases. (I realise this is very simplified I just wanted to fit it…
j__
  • 1,659
0
votes
1 answer

What does the inverse Fourier transform of a constant non-zero function look like.

Worded another way, what does it look like to have all frequencies present at the same amplitude?
Brent
  • 427
0
votes
0 answers

Why does the Discrete Fourier Transform give frequencies higher than the Nyquist frequency?

We record a signal between times $t_0 < t < t_0 + T$. We sample our recording $N$ times in this time interval, with each reading taken time $\delta t$ apart (so $N\delta t = T$). The DFT tells us that $$X_k =…
Pancake_Senpai
  • 779
  • 5
  • 14
0
votes
1 answer

Why this function can't be used in Fourier expansion?

$$y = \arccos(\sin(2x))$$ I can't see why it can't be used in Fourier expansion series. It seems to me that it satisfies all the Dirichlet properties: Periodic ? Yes, $\pi $. Continuous ? Yes Finite number of max/mín in a period? Yes, there is one…
Lac
  • 759
0
votes
1 answer

Infinite Rod Temperature Distribution

Consider the problem of finding the solution of the heat equation for an infinite rod. The heat equation is $$u_{t} = \frac{1}{2} u_{xx}$$ and we want to find a solution $u(x,t)$. So taking the Fourier Transform of both sides with respect to $x$, we…
0
votes
2 answers

Fourier Coefficients Defined

Consider the following function $$ \Pi(t) = \begin{cases} 1 \ \ \text{if} \ |t| < 1/2 \\ 0 \ \ \text{if} \ |t| \geq 1/2 \end{cases} $$ This is not a periodic function. Why can we define the fourier coefficients of $\Pi(t)$ as $$c_n = \frac{1}{T}…
0
votes
1 answer

Fourier series of a even function

We define $f(x)=\textbf{1}_{[-\pi/2,\pi/2]}(x)$, $x \in [-\pi,\pi]$. We consider a Fourier series of $f$. For $n \in \mathbb{Z}$, we have \begin{align*} \widehat{f}(n)&:=\frac{1}{2\pi}\int_{-\pi}^\pi…
sharpe
  • 928
0
votes
2 answers

How are these formula equal to each other?

I'm reading up on Fourier analysis and in my book it is stated, that, with the help of $ si(ax) = \frac{sin(ax)}{ax} $ you will have: $$ a_n = 2A \cdot si(n\frac{\Pi}{2}) $$ $$ a_n = \frac{4A}{n\Pi} \cdot \sin(n\frac{\Pi}{2}) = 2A \cdot…
Ben
  • 198
0
votes
0 answers

Square-integrable functions and Fourier series.

We have some orthogonal system $\phi_0, \phi_1,...$. Then we say "if the function $f$ is square-integrable then we have a fourier series...". Question 1: why do we talk about square-integrable functions? I know that if the function is…
0
votes
1 answer

Uniqueness of decomposing a continuous function into sines and cosines (Fourier analysis)

Let $f:[a,b] \rightarrow \mathbb{R}$ be a continuous function. We want to express $f$ as (possibly infinite) sum of sines and cosines with different frequencies. Then, Fourier analysis yields a construction of such a decomposition with the aid of…
Burinon
  • 15
0
votes
1 answer

(complex) Fourier series of $\text{abs}(x)$ from $-\pi$ to $\pi$

Even if this problem was answered here before, I still think my solution process is different and needs some assistance. Still the complex Fourier series is given by: $f(x) =\dfrac{1}{2\,\pi}\displaystyle{\sum_{n =…
Leon
  • 1,117