Fourier transform equation question

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
Fosheimdet
Messages
15
Reaction score
2
In my QFT homework I was asked to prove that $$\int d^3x \int \frac{d^3k}{(2\pi)^3} e^{i\mathbf{k} \cdot (\mathbf{x} - \mathbf{y})} k_j f(\mathbf{x}) = i \frac{df}{dx_j}(\mathbf{y}) $$

Using ##\frac{\partial e^{i\mathbf{k} \cdot (\mathbf{x} - \mathbf{y})}}{\partial x^j} = i k_j e^{i\mathbf{k} \cdot (\mathbf{x} - \mathbf{y})}##, the solution is as follows

$$\int d^3x \int \frac{d^3k}{(2\pi)^3} e^{i\mathbf{k} \cdot (\mathbf{x} - \mathbf{y})} k_j f(\mathbf{x}) = -i \int d^3x \int \frac{d^3k}{(2\pi)^3} \frac{\partial e^{i\mathbf{k} \cdot (\mathbf{x} - \mathbf{y})}}{\partial x^j} f(\mathbf{x}) $$

$$ = -i \int d^3x \int \frac{d^3k}{(2\pi)^3} \left( \frac{\partial}{\partial x^j} (e^{i\mathbf{k} \cdot (\mathbf{x} - \mathbf{y})}f(\mathbf{x}) ) - \frac{\partial f(\mathbf x)}{\partial x^j} e^{i\mathbf k \cdot (\mathbf x - \mathbf y)}\right) $$

$$ = i \int d^3x \frac{\partial f(\mathbf x) }{\partial x^j} \int \frac{d^3k}{(2\pi)^3} e^{i\mathbf k \cdot (\mathbf x - \mathbf y)} $$

$$= i \int d^3x \frac{\partial f(\mathbf x)}{\partial x^j} \delta^{(3)}(\mathbf x - \mathbf y) = i \frac{\partial f(\mathbf x)}{\partial x^j} \bigg|_{\mathbf x = \mathbf y}$$

I don't understand what happened to the first term on the RHS of the second equation. Why is ##-i\int d^3x \int \frac{d^3k}{(2\pi)^3} \frac{\partial}{\partial x^j} (e^{i\mathbf{k} \cdot (\mathbf{x} - \mathbf{y})}f(\mathbf{x}))=0?##
 
Last edited by a moderator:
on Phys.org
Orodruin said:
It is a total derivative and the function is assumed to go to zero sufficiently fast at infinity.
How is it a total derivative though? Isn't ##\frac {\partial}{\partial x^j}## a partial derivative? Also, why can you make the assumption that the function goes to zero at infinity?