Invert a 3D Fourier transform when dealing with 4-vectors

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
AndrewGRQTF
Messages
27
Reaction score
2
I am having trouble following a step in a book. So we are given that $$\varphi (x) = \int \frac {d^3k}{(2\pi)^3 2\omega} [a(\textbf{k})e^{ikx} + a^*(\textbf{k})e^{-ikx}] $$
where the k in the measure is the spatial (vector) part of the four-momentum k=(##\omega##,##\textbf{k}##) and the k in the exponentials is the four-momentum. Note that ##x = (t,\textbf{x})## and that ##kx## = ##k^\mu x_\mu = -\omega t + \textbf{k}\cdot \textbf{x} ##.

After applying ##\int d^3x e^{-ikx}## to both sides, my book says that we get
$$\int d^3x e^{-ikx} \varphi (x) = \frac{1}{2\omega} a(\textbf{k}) + \frac {1}{2\omega} e^{2i\omega t}a^*(-\textbf{k})$$
$$\int d^3x e^{-ikx} \frac {\partial}{\partial t}\varphi (x) = \frac{-i}{2} a(\textbf{k}) + \frac {i}{2} e^{2i\omega t}a^*(-\textbf{k})$$

My question is: where does the ##e^{2i\omega t}## on the right side of the last two equations come from? The result I get has no ##e^{2i\omega t}##.

Also, can someone tell me how the positive/negative signs work in Fourier transforms? Like, if I instead applied ##\int d^3x e^{ikx}## to both sides I would get rid of the integration on the right, so isn't that also inversion of the transform?
 
on Phys.org
Well, I think I can answer the first question. If I expand: [itex][a(\vec{k})e^{ikx}+a^∗(\vec{k})e^{−ikx}][/itex], I get: [itex][a(\vec{k})e^{i\vec{k}\cdot \vec{x}}e^{-i \omega t}+a^∗(\vec{k})e^{-i\vec{k}\cdot \vec{x}}e^{i \omega t}][/itex]. When I multiply this by [itex]e^{i \omega t}[/itex], the first term has no t dependence, and the second term has a factor of [itex]e^{2 i \omega t}[/itex].
 
  • Like
Likes   Reactions: AndrewGRQTF
phyzguy said:
Well, I think I can answer the first question. If I expand: [itex][a(\vec{k})e^{ikx}+a^∗(\vec{k})e^{−ikx}][/itex], I get: [itex][a(\vec{k})e^{i\vec{k}\cdot \vec{x}}e^{-i \omega t}+a^∗(\vec{k})e^{-i\vec{k}\cdot \vec{x}}e^{i \omega t}][/itex]. When I multiply this by [itex]e^{i \omega t}[/itex], the first term has no t dependence, and the second term has a factor of [itex]e^{2 i \omega t}[/itex].

So when changing the dummy integration variable in the first equation, we change the ##\textbf{k}## to another variable but keep ##\omega## the same because it is not an integration variable?
 
phyzguy said:
Well, I think I can answer the first question. If I expand: [itex][a(\vec{k})e^{ikx}+a^∗(\vec{k})e^{−ikx}][/itex], I get: [itex][a(\vec{k})e^{i\vec{k}\cdot \vec{x}}e^{-i \omega t}+a^∗(\vec{k})e^{-i\vec{k}\cdot \vec{x}}e^{i \omega t}][/itex]. When I multiply this by [itex]e^{i \omega t}[/itex], the first term has no t dependence, and the second term has a factor of [itex]e^{2 i \omega t}[/itex].
I now understand my mistake. I was using the same letter for two things, and that was the source of my miscalculation.

Thank you.