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
1
vote
0 answers

Showing $\hat{f}(n) = \lim_{N \to \infty}\widehat{f_N}(n)$

Let $f \in C[0,1]$. For $N \in \mathbb{N}$, define a function $f_N: \{0, 1, \dotsc, N-1\} \to \mathbb{C}$ by $f_N(k) := f(k/N)$. To show:$\hat{f}(n) = \lim_{N \to \infty}\widehat{f_N}(n)$. I tried to solve this but writing out the Fourier…
Vicky
  • 891
1
vote
0 answers

About this question,I have done something,but I can't go on.

About this question,I have done something,but I can't go on.Firstly,you can examine the validity of my work.If it is right,please go on to compute.If it is a wrong way,please give me your idea.
park ning
  • 385
  • 1
  • 3
  • 11
1
vote
0 answers

Inversion of a Fourier Transform

I am told that the functions $f(x), g(x)$ and $h(x)$ satisfy: $\hat{f}(k) = \dfrac{\hat{h}(k)}{A+\hat{g}(k)} $, where $\hat{f}(k)$ is the Fourier Transform of $f(x)$ (likewise for $h(x)$ and $g(x)$ ), and $A$ is some positive real constant. Now I am…
Mel
  • 293
1
vote
1 answer

I need to find the Fourier transform of the following function

I need to find the Fourier transform of $e^{-2 \pi |x|}$. Normally, I can do something like this, but the absolute value is kind of confusing me.
1
vote
0 answers

How to calculate the Fourier coefficients for the function $x \mapsto x \cos(x)$ in the interval $]- \pi, \pi[$

Consider the function $f \in C_{st}$ which on the interval $-]\pi, \pi[$ is equal to the fucntion $x \mapsto x \cos(x)$. Then I have to find the Fourier coefficient $c_1$. I have tried to calculate it by using the indentity $cos(x) =…
Mathias
  • 917
1
vote
1 answer

How can I justify the expression

Let $\mathscr F f = \frac{1}{\sqrt{2 \pi}} \int_{\mathbb R} f e^{-ix \xi} d \xi $ be the usual Fourier transform on the real line. How can I justify the expression $$ \mathscr F (\sqrt{1- \partial_x^2} f) = \sqrt{1+ \xi^2} \mathscr Ff $$ if the…
Luma
  • 161
  • 5
1
vote
0 answers

Derivative of Fourier transform: does the property exist

There is a known property regarding the Fourier transform of a derivative. But what about instead the derivative of a Fourier transform. Do we have properties for that that help us calculate it?
saei
  • 77
1
vote
1 answer

A question on the product of positive definite functions

Show that if $f$ and $g$ are continuous positive definite functions in $\mathbf{R}^1$, then $f(x)g(y)$ is positive definite on $\mathbf{R}^2$. I just wanted to check if the approach I'm using is correct, I defined the matrix $A_{j,k}=f(x_j-x_k)$…
Anon
  • 361
1
vote
0 answers

Is there a method for parallel frequency sources sum where individual sources do not contain the total sum mode?

This question lies in between physics/engineering and maths, so apologies if this is the wrong place to post. As the title indicates, I am looking for a method where I can generate total frequency modes that are a sum of individual sources…
kaliman
  • 11
1
vote
1 answer

Definition of Fourier transform

Is there a difference between $\hat{f}(y)=\int_{\mathbb{R}}f(x)e^{-2\pi ixy}dx$ and $\hat{f}(y)=\int_{\mathbb{R}}f(x)e^{2\pi ixy}dx$ or is it only convention?
1
vote
0 answers

About density of range of Fourier transform in $C_0$

We know that the range oh Fourier transform $\mathcal{F}{L^1}$ is dense in $C_0$. I would like to know if we can have something more precise : let $f \in C_0$, is there exist a sequence $\phi_n$ such that for all $n$, $f \star \phi_n \in…
kaz255
  • 11
1
vote
1 answer

Fourier serie of $x-\frac{1}{2}$ on $[0,1]$

I must find the Fourier serie of $$\phi(x)=x-\frac{1}{2}$$ on $[0,1]$, knowing that the Fourier series of $f(x)=x$ is : $$\sum_{k=1}^{\infty}\frac{2(-1)^{k+1}\sin(kx)}{k}$$ The solution of this problem is : on $[0,1]$, the Fourier coefficient…
Dicordi
  • 516
1
vote
0 answers

Help with using IFFT to calculate radial distribution function g(r)

I am trying to use ifft function to evaluate the radial distribution function g(r), r is distance (nm), by using the structure factor s(q) , which is function of wave vector q (1/nm) : $$ g(r) = 1+\frac{1}{2 \pi^2 \rho r}\int_0^q q s(q) sin (q r) dq…
1
vote
0 answers

Fourier transformation, imaginary part in "time domain"

I'm currently having an issue with an assignment I'm working on. I'm not going to specify too much about the details, but it is about image processing and currently I'm specifying that the function values in the Fourier domain is only real values.…
A.Maine
  • 99
1
vote
0 answers

The Orthogonality of Hermite functions

I was stuck in proving the orthogonality of Hermite functions. Assume our Hermite functions is defined as $H_{n} = e^{-x^{2}/2}\frac{d^{n}}{dx^{n}}e^{-x^{2}/2}$. What I want to show is $$\int_{-\infty}^{\infty} H_{n}H_{m}e^{-x^{2}}dx = 0-(1).$$ If…