Parsevals Theorem and The Convolution Theorem Flashcards
How is power related to the amplitude?
P(x) ∝ E(x)^2, where E is the amplitude, or I ∝ u^2
What is the equation for the total power/intensity? What is the u part equal to?
I(total) = int from -inf to inf of dx |u(x)|^2
|u(x)|^2 = uu*
How can we incorporate fourier transforms into this power integral?
-Use inverse transform to sub in for u(x), and use dummy variables for u*(x), and sub them both into the integral equation.
How can we incorporate the kronecker delta into the power integral?
Once rearranged, we have 1/2π * integral from -inf to inf of exp(ix(k-k’)) dx, which is equal to 𝛿(k-k’), so we can sub this in. We can then set k=k’ to remove this delta.
What result to we get after subbing in the kronecker delta and removing it?
1/2π * integral from -inf to inf of dk * u(k)u(k)
What is Parcevals’s Theorem?
integral from -inf to inf of dx |u(x)|^2 = 1/2π * integral from -inf to inf of dk * |u(k)|^2
What is a convolution?
Where something convolutes a signal, for example a microscope convolutes the image signal to make it larger.
What is the equation for a convolution and what do the letters mean?
f(x) = integral from -inf to inf of dx’ s(x’)*G(x-x’), where x’ is the image plane, x is what we see in microscope, s is the source, f is the image and G is the optical spread function
What is the optical spread function often found to be approximated by?
A gaussian: N*exp(-(x-x’)^2/2σ^2)
What is the used notation for a convolution?
f(x) = s* * G(x)
How do we compute the fourier transform of a convolution?
- Sub it into the f(k) equation and then sub in the inverse transform for the G part
- Separate the integrals into different variables and sub in kronecker delta
- Set k=k’ and then see if any parts equal the fourier transform equation
- Have the answer
What is the fourier transform of a convolution equal to?
f(k) = G(k)*S(k)
(the product of the two transformed functions) This is the convolution theorem
What is the first step in solving a differential equation (eg. diffusion equation) using fourier transforms?
-Transform both sides of the equation and take d/dt out of the left hand side, leaving just transforms on each side
What is the second step in solving a differential equation (eg. diffusion equation) using fourier transforms?
Trial solution: u(k,t) = A(k)*exp(-Dk^2t)
- Transform this back into real space to find u(x,t)
- Set A(k) = 1 and find this as the transform of a gaussian
- Is a solution to diffusion equation
How can we use fourier transforms in more than one dimension?
Can transform twice (or more)- first in x, second in y etc.