I am trying to prove the 3D Diffusion Equation $$\begin{cases}u_t(\vec x,t) &= c\nabla u\\ u(\vec x,0)&=g(\vec x)\end{cases}$$ From the 3D Fourier Transform, where $\vec k,\vec x\in\mathbb R^3$.
I took the Fourier Transform of both sides of the 3D Diffusion to get:
$$\widehat u_t(k,t)+c|\vec k|^2\widehat u(k,t) = 0$$
Now, this gives that the solution to the ODE is: $$\widehat u(k,t) = \widehat g(k) e^{-ct|\vec k|^2} = \widehat g(\vec k)\cdot\widehat f(\vec k)$$
Now, to find the solution, I want to find the Inverse FT of $f$, whcih leads to: $$\frac{1}{(2\pi)^3}\iiint_{\mathbb R^3}e^{-ct|\vec k|^2+ikx} d\vec k$$ So isn't $|\vec k|^2$ a scalar? If not, how would I take the integral of the integrand?