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

To show that reduction of Fourier transform of $\frac{1}{x+iy}$ is $\frac{-2\pi i}{\omega_{x}+i\omega_{y}}$

Can someone tell me the reduction that the Fourier transform of $\frac{1}{x+iy}$ is $\frac{-2\pi i}{\omega_{x}+i\omega_{y}}$. I have tried rewriting $\frac{1}{x+iy}$ as $\frac{1}{x}(\sum_{k=0}^{\infty}(\frac{-iy}{x})_{k})$, but it is not a…
0
votes
0 answers

Construct $f\in L^p (p>2)$, but $\hat{f}\notin L^{p^{\prime}}$ .

From Hausdorff-Young inequality, for $1\leqslant p\leqslant 2$, if $f\in L^p$, then $\hat{f}\in L^{p^{\prime}}$, where $\frac{1}{p}+\frac{1}{p^{\prime}}=1$. If $2
0
votes
1 answer

A naive question on Haar measure and the module of automorphism

people define haar measure to be left invariant,Weil define module of a automorphism to be the quoient of aX and X,where aX denote X changed under operation “a",if it is left invariant,should module always be trival?
0
votes
0 answers

Showing existence of Fourier-Transform

Definition (Schwartz Space) We say $f \in S(\mathbb{R}) \Leftrightarrow \sup_{x \in \mathbb{R}} |x^i D^j f(x)|< \infty \Leftrightarrow \sup_{x \in \mathbb{R}}|(1+|x|)^n D^k f(x)| < \infty $ for all $i,j,k,n \in \mathbb{N_0}$. Definition (Fourier…
Sigi
  • 165
  • 5
0
votes
0 answers

Discrete-Time Fourier Transform of a non-absolutely-summable sequence

The absolute summability of a sequence $x(n)$ is a sufficient---but not necessary---condition for the existence of its Discrete-Time Fourier Transform . Without using distributions, could anybody provide an example of a non-absolutely-summable…
CZa
  • 13
0
votes
0 answers

A tent shaped function and Fourier coefficients

The question: On the interval [−π, π] consider the function $$f( x) \ =\ \begin{cases} 0 & if\ | x| \ >\ \delta \\ 1-| x| /\delta & if\ | x| \ \leqslant \ \delta \end{cases}$$ Thus the graph of f has the shape of a triangular tent. Show that $$f(…
0
votes
0 answers

Question on substitution when forming a Fourier series of a function

I have the given function: \begin{equation} f_n(t)=\sum_{j=1}^n\eta_j\chi_{A_j}(t)\text{d}t, \end{equation} where: $$\chi_{A_j}(\xi)=\begin{cases} 2, \ \ \ \ -2\le \xi<-1 \\ 1, \ \ \ \ -1\le \xi<0 \\ 2, \ \ \ \ 0\le \xi<1…
Luthier415Hz
  • 2,739
  • 6
  • 22
0
votes
1 answer

How is the period $2\pi$ changed to $2L$ in Fourier analysis?

I am reading the chapter titled Fourier Analysis from Kreyszing's book "Advanced Engineering Mathematics". There is a section which talks about changing the period from $$2\pi$$ to $$2L$$ and I am trying to understand how this "change of scale"…
0
votes
3 answers

Simplifying imaginary term of jt in Fourier

I can't figure this out. Don't blame me, but please answer this question. I want to simplify this term: $3(e^{5it} + e^{-5it})$ It would be nice to see a detailed workout. I know the answer is $2\sin{3t}$, but how to get to this is what I want to…
Dumbo
  • 535
0
votes
1 answer

under what condition a periodic function will have finite Fourier-coefficient?

for a periodic function f(x)(continuous & have continuous derivatives), there is a Fourier series for it, i just wonder under what condition f(x) will have finite(or infinite) Fourier-coefficent, which means existing N so kn=zero for any n>N. and is…
0
votes
0 answers

Why is a Fourier tempered distribution of two sets of coordinates different, when coordinates are shifted on the x-axis?

I have a set of coordinates which I transformed into a real piecewise function. The piecewise function looks as such: as you can see, the coordinates are on the interval $[-5,5]$. When I transform this into a Fourier transform using tempered…
Luthier415Hz
  • 2,739
  • 6
  • 22
0
votes
1 answer

Exercise 4, Chapter 3 from Stein's fourier analysis book

I've been reading Stein's Fourier analysis book and was stuck on the following exercise: I was able to do parts (a) and (b) ((a) for a function with $f(x) \neq 0 \iff x = 0$ and taking balls around a nonzero point for (b)), but I wasn't able to…
lmksdfa
  • 335
0
votes
0 answers

what is the sufficient and necessary condition to do Fourier transform

i know there is a sufficient condition: absolutely integrable & piecewise smooth, i want to know what is the sufficient and necessary condition to do Fourier transform for a function. and what is the space of all function can do Fourier transform?…
0
votes
0 answers

Fourier sum of sines and how to evaluate this

here, i know that $$ 0=\frac{1}{2}+ \sum_{n=1}^{\infty}cos(nx) $$ so by simple integration term by term on the series $$ \frac{A-x}{2}= \sum_{n=1}^{\infty}\frac{sin(nx)}{n} $$ so if i put x=0 the sum of sines is 0 and i get A=0 and so if i integrate…
Jose Garcia
  • 8,506
0
votes
1 answer

Need help to understand the solutionsheet. Fourier

Im suposed to find the fouries coeffisient from the expression: $$f(x) = 5-4cos(2x)-2sin(5x)+5cos(8x)$$ I do understand that a_0 will be 5, but I struggle to find a_n and b_n. I looked at the solutionsheet from my professor, but i dont quite see/…
Lisa
  • 45
  • 6