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
3
votes
2 answers

Signal with finite length in time and frequency

Is it possible for a signal to have finite length in both the time domain and the frequency domain? Or does the finite length of one necessarily imply that the other has infinite length? (By "finite length" I mean that the signal is zero everywhere…
3
votes
1 answer

Discrete Fourier transform of a particular sequence of real numbers

This may be an elementary question, but I don't know much about the discrete Fourier transforms (DFT). Suppose I have a sequence $\{x_n\}_{n=0}^{N-1}$ of $n$ real numbers such that $x_0\geq |x_n|$ for all $n$. I take the DFT of the sequence as…
M.B.M.
  • 5,406
3
votes
1 answer

FFT gives ghost frequency

Imagine the varying frequency generator, which feeds this frequency to the oscilloscope. Oscilloscope is turned to show signal spectra with FFT. The image on the screen of the oscilloscope is as expected: single peak, traveling from 1 kHz to 50 kHz.…
PF4Public
3
votes
1 answer

fourier transform with radial coordinate

I am wanting to find the transform of this: $$f(r) = \frac{e^{-\alpha r}}{r}$$ where $r$ is the radial coordinate. And then I would like to find $\lim_{\alpha \to \infty}$. I have this: $\int_0^\infty dr \int_{-\pi/2}^{\pi/2} d\theta \int_0^{2\pi}…
Jackson Hart
  • 1,600
3
votes
1 answer

Fourier Transform of $ f(x) = \sin(x) \cdot e^{-|x|}$

Im trying to find the Fourier Transform of $ f(x) = \sin(x) \cdot e^{-|x|}$ I applied the standard formula and got to this point: $$\tilde{f(t)}= \frac{1}{\sqrt{2\pi}}\cdot \int_{-\infty}^{+\infty}\sin(x)e^{-|x|}e^{-itx} dx…
3
votes
3 answers

The graph of Fourier Transform

I am trying to grasp Fourier transform, I read few websites about it, and I think I don't understand it very good. I know how I can transform simple functions but there is few things that are puzzling to me. Fourier transform takes a function from…
Andna
  • 153
3
votes
0 answers

Three-dimensional fourier transform for Biot-Savart law

While working on a proof of Biot-Savart law in three dimensions (2D case, though simpler, should be provable in a similar manner) - if $curl \ (v) = \omega$ then $v=\int K(x-y) \omega(y,t) dy$, where $K(x)\omega=\frac{1}{4 \pi} \frac{x \times…
Max
  • 923
  • 1
  • 8
  • 18
3
votes
3 answers

How do I show $\int_{-\infty}^\infty \frac 1{(a^2+s^2)(b^2+s^2)} ds=\frac {\pi}{ab(a+b)}$ using the solution to the following Fourier transform?

For a function $f_a(x)=e^{-a|x|}$ , where $a>0$ I have found that the fourier transform of it is as follows, i know this is correct. $\def\F{\mathcal F}$ \begin{align*} \F(f_a)(s) &= \sqrt{\frac 2\pi} \frac a{a^2 + s^2} \end{align*} How do I use…
sean
  • 113
3
votes
0 answers

Are frequency domain and Fourier space the same thing?

What is the difference between frequency domain and Fourier space? When we perform FFT on an image the result is in "frequency domain", right? How does this relate to Fourier space? I spent some time on Google and I found some people using the two…
AstrOne
  • 163
3
votes
1 answer

How to understand the mapping between a periodic function to its Fourier coefficients?

For a periodic function $f(x)=f(x+T)$, its Fourier transform can be written as an infinite sum: $$ f(x)=\sum_{-\infty}^{\infty}c_n e^{2\pi i x/T}. $$ This seems to suggest that the information contained in this periodic function is equivalently…
3
votes
1 answer

Computing the Fourier transform of $e^{-|x|}$

I'm trying to compute the Fourier Transform of $e^{-|x|}$ however I receive a different answer than wolfram alpha. Wolfram Alpha gets $\sqrt{\frac{2}{\pi}}\frac{1}{1+\varepsilon^2}$ and I get $\frac{2}{1+\varepsilon^2}$. I'll illustrate my working…
George1811
  • 1,981
3
votes
0 answers

Fourier transform of divergent function.

Right now I'm solving a physical problem, but I faced with some mathematical difficulties. I'm having a problem with taking Fourier integral of $\frac{1}{|x|}$. It seems to me that I'm doing it too…
LexRomah
  • 153
3
votes
1 answer

Converse to the Hausdorff-Young inequality

Let $p^{\prime}, q^{\prime}$, and $s^{\prime}$ denote the conjugate exponents of $p,q,$ and $s$ respectively, i.e., $\frac{1}{q^{\prime}} + \frac{1}{q} = 1$. The Hausdorff-Young inequality says that if $1 \le p \le 2$ \begin{equation} \tag{1}…
mlg4080
  • 1,805
3
votes
0 answers

Taking the Fourier Transform of a specific function.

I have this function: $$f(x) = \prod_{p\text{ is prime}} \left(1 - \frac{x^2}{p^2}\right)$$ Now, this function can be said to be an infinite degree polynomial with zeros on each of the primes and their negatives and nowhere else. Properties of…
Axoren
  • 2,303
3
votes
1 answer

how to calculate fourier transform of a power of radial function

Is there an easy way to see that the $n$-dimensional Fourier transform of $1/|x|^a$ is equal to $1/|x|^{n-a}$ (up to multiplicative constant) where $x$ is an $n$ dimensional vector (assuming that $ 0 < a < n $) ?
phil ansze