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

Anti Hermitian Operator

I am required to show that the operator $\partial_t$ is Anti-Hermitian. This operator is defined such that $$\partial_t: s(t) \rightarrow \partial_t s(t) $$ Where the definition of an Anti-Hermitian operator in terms of the inner product is $$
Victoria
  • 365
1
vote
2 answers

Fourier transform of $x^2 \exp{(-x^2)}$

I'm trying to workout the Fourier transform of $f(x) = x^2 \exp{(-x^2)}$. We know that \begin{equation} \tilde f(x) = \int_{-\infty}^{\infty} f(x)\exp{(-ikx)} \ \mathrm{d}x. \end{equation} I have managed to simplify this by subbing in the value of…
tellap
  • 161
1
vote
1 answer

What is the Fourier transform of $e^{(-a+bi)x^2}$?

Let $a>0$. Let $f:\mathbb{R}\rightarrow\mathbb{C}$ be $f(x)= e^{(-a+bi)x^2}$. What is the Fourier transform of $f$? Here is what I have tried: The exponential decay of $e^{(-a+bi)x^2}$ means that $f$ is in the Schwartz space. So we can talk about…
1
vote
1 answer

How is the exponential in the Fourier transform pulled out of the integrand?

I'm looking at Fourier Transforms in a Quantum Physics sense, and it's useful to associate the Fourier Series with the Dirac Delta. The book I'm using follows this argument (Shankar, Quantum Mechanics): The Dirac Delta has the following…
kypalmer
  • 153
1
vote
1 answer

Is the inverse Fourier transform a “linear transform”?

Consider the inverse Fourier Transform and the Fourier Transform: $$f(x) = \int_{-\infty}^\infty F(k)e^{2\pi i k x}dk \\ F(k) = \int_{-\infty}^\infty f(x)e^{-2\pi i k x}dx$$ The Fourier transform is linear, since if $f(x)$ and $g(x)$ have Fourier…
Mark
  • 7,841
  • 6
  • 38
  • 72
1
vote
3 answers

How to show the Fourier Inverse of the Fourier transform is the identity transformation?

Let $\mathcal{F}\left[f(t)\right](x)$ be the Fourier Transform of $f$, defined regularly as $$\mathcal{F}\left[f(t)\right](x)=\int_{-\infty}^{\infty}f(t)e^{-itx}\,dt$$ And let $\mathcal{F}^{-1}\left[g(x)\right](t)$ be the Inverse Fourier Transform…
1
vote
1 answer

Functions whose Fourier transform vanishes outside of a small interval

Suppose $f(t)$ is a function whose Fourier transform $\hat{f}(\omega) = \int_{-\infty}^{+\infty} f(t) e^{- \omega t} dt$ is supported on the interval $[-\epsilon,+\epsilon]$. Is there a theorem to the effect that $f$ can't change too fast?…
robinson
  • 1,918
1
vote
2 answers

Fourier transform of $\frac{1}{f(t)}$

Suppose we know Fourier transform of $f(t)$ is $F(\omega)$. Can we find Fourier transform of $\frac{1}{f(t)}$. I was thinking we can write $\frac{1}{f(t)}=( f(t))^{-{1}}$. So I guess a more general question is can we find Fourier transform of…
Boby
  • 5,985
1
vote
1 answer

Why Fourier transform is derived from Fourier series coefficient multiplied by period?

In derivation of fourier transform from fourier series coefficient presented here the first step is to multiply the fourier series coefficient by $T$. Could anyone explain why? What's the purpose of doing it?
user4205580
  • 2,083
1
vote
0 answers

two dimensional extension of the Fourier transform of $|x|^\alpha$?

I know the Fourier transform pair \begin{equation} |x|^\alpha \leftrightarrow -2\sin(\pi\alpha/2)\Gamma(1+\alpha)|\omega|^{-1-\alpha} \end{equation} Can this formula be extended to two dimensional situation? What is the Fourier transform…
ecook
  • 399
1
vote
3 answers

Discrete Cosine and Sine Transforms

Can anyone explain to me what is the point of using complex numbers to get the Discrete Fourier Transform when the Discrete Cosine Transform and Discrete Sine Transform exist and both use only real numbers. Is there not another way of having a…
user782220
  • 3,195
1
vote
1 answer

Using partial fraction decomposition to find inverse Fourier transform

I've reduced my problem to $H(w) = \dfrac{1}{(1-\frac{1}{4}e^{-jw})(1-\frac{1}{3}e^{-jw})}$. I need its inverse discrete Fourier transform. My thinking is that I could use partial fraction decomposition to break this into two fractions of the form…
Daniel B.
  • 601
1
vote
1 answer

What is the Fourier transform of $\frac{x}{\sin(x)}$?

What is the Fourier transform of $\frac{x}{\sin(x)}$? (Not $\frac{\sin(x)}{x}$!)
SteveB
  • 11
1
vote
1 answer

Fourier transform Excercise

I am stuck on an excerise which says that prove the fourier transform $f(k)$ of a real function satisfied the condition $f(-k)=f*(-k)$. Where the astericks denotes the complex congugate. I am beginning to think there is a typo as I am getting it to…
1
vote
1 answer

delaying signal

What does delaying a signal mean? Graphically? Mathematically? Is it, advancing to the next numbers, or using the previous numbers? Suppose i have $x[n] = \{0,1,2,3,4,5\}$ and i use $x[n-m]$ (example $x[n-3]$, what actually happens behind the…