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

Why can't the Fourier partial sums of a continuous function tend to infinity at a point?

I know that there exists a $2\pi$ periodic continuous function whose Fourier series diverges at a point. However, I heard that for any $2\pi$ periodic continuous function $f(x)$, it is wrong that $\mid S_N(f,0)\mid \to \infty$ as $N$ goes to…
Keith
  • 7,673
0
votes
1 answer

Need help understanding integration of the real part of a complex function

Ok, so if $f$ is a real function, then I know how to calculate $\int f(x) dx$. If $f(x)$ is a complex-valued function, i.e. an expression that involves i, then $\int f(x) dx$ is calculated in the same way as before: I just treat $i$ as a constant.…
0
votes
1 answer

How do you write a integral of a complex function when you know it is real?

Let $g(x) = f(x) + ih(x)$. Here, $x$ is real, so the function takes a real number and spits out a complex number. A book I am reading says that if $\int_{-\infty}^\infty e^{-ix} g(x) dx$ is a real number, then $f(x)$ is even, and $h(x)$ is odd. Why…
0
votes
1 answer

Retrieving coefficients of polynomial from DFT.

I am trying to multiply two polynomials using DFT and I don't know how to get the last bit from the DFT of their multiplication. So there's $p(x) = x - 4$, DFT $-3$, $i-4$, $-5$, $-i-4$. And $q(x) = x^2-1$,DFT 0, -2, 0, -2$. $\deg(pq) = 3$ So we get…
0
votes
1 answer

Fourier transform

I don't know how the following can be proved. Let $U(t)$ be the following integral over $\mathbb{R}^3$: $$ U(t,\vec{x}-\vec{x}_0)=\int\frac{d^3p}{(2\pi)^3}e^{-i(p^2/2m)t}e^{i\vec{p}\cdot(\vec{x}-\vec{x}_0)}$$ where $p^2=p_{x}^2+p_{y}^2+p_{z}^2$ and…
J L
  • 725
0
votes
3 answers

Real Periodic Fourier Transforms

Suppose we have some input data (only real numbers) and the data is periodic. Is it true that the Fourier coefficients will also be only real numbers?
Charlie
  • 197
  • 3
  • 8
0
votes
0 answers

The work of other mathematicians on expanding $2\pi$-periodic functions with trigonometric series

I read from Fourier series a Modern Introduction Volume 1, "D. Bernoulli, D' Alembert, Lagrange, and Euler, from about 1740 onward, were led by problems in mathematical physics to consider and discuss heatedly the possibility of representing a more…
John He
  • 539
0
votes
1 answer

Finding the Fourier transform of an equation

I need to calculate the Fourier transform, but I don't know how to do it. Help me, please!
0
votes
0 answers

Fourier cosine series of even periodic extension

I've been posed the following question: screenshot of the question I have tried using the formula for the Fourier series of an even function but don't think this is the correct approach. I have tried looking over my lecture notes and examples but I…
0
votes
1 answer

Fourier Analysis an Introduction Chapter 3 Exercise17

If $f$ is a bounded monotonic function on $[-\pi,\pi]$, then $$\hat {f} (n)=O(1/|n|).$$ [Hint: One may assume that $f$ is increasing, and say $|f| \le M.$ First check that the Fourier coefficients of the charateristic function of $[a,b]$ satisfy…
John He
  • 539
0
votes
1 answer

General form of "L" periodic Fourier sine transform

Given an "L" periodic Fourier series $$\phi(x) = \sum_{1}^{\infty} \left( \frac{2}{l} \int_{0}^{l}\phi(x) sin\left(\frac{n \pi x}{l}\right)\, \mathrm dx \right) sin\left(\frac{n \pi x}{l}\right)$$ Is there a simple way to derive the Fourier…
user627402
0
votes
0 answers

Fourier analysis. How to present a numerical solution of a nonlinear differential equation in the amplitude-frequency spectrum?

I have a system of nonlinear differential equations: sol4 = NDSolve[{y1''[t] == -4*y1[t]^3 - 4*(y1[t] - y2[t])^3, y2''[t] == -4*y2[t]^3 + 4*(y1[t] - y2[t])^3, y1'[0] == 0.5, y1[0] == 0, y2'[0] == 0, y2[0] == 0}, {y1,…
0
votes
2 answers

Find the frequency response if i have the magnitude response?

if i have the transfer function of magnitude response is there a method that i could calculate the frequency response? For example the transfer function of the magnitude response is: $ 3db \pm 3.5db $ for $|ν|<0.1$ $ <-55db $ for …
xkrpz
  • 71
0
votes
1 answer

Fourier Series Coefficients for Square Wave

Determine the Fourier series coefficient of the square wave. I think my limits for $a_0$ and $a_n$ may be incorrect.
0
votes
0 answers

Fourier Series Expansion of Piecewise Linear Waveforms

Graph of Piecewise Linear Waveform Find the Fourier Series Expansion.