I am trying to evaluate the integral
$\int d^3u \exp(-\alpha|\mathbf{w}-\mathbf{u} |^2)\delta(\mathbf{k}\cdot\mathbf{u})$
where I have 3 vectors w,u, and k, a constant alpha, and the integral is taken over all u (3 spatial coordinates). Usually for an integral of this form of the exponential I would just use a coordinate to make the exponential symmetric about the orgin. The issue here is that the delta function prevents (It makes the problem seemingly worse) me from effectively making this shift. I have played around with using the gaussian delta function sequence to integrate and then do the limit afterwards but this did not go so well.
I was thinking that if I align $ \mathbf{u}$ along $\mathbf{w}$ and $\mathbf{k}$ along $\mathbf{w}$ so that $\mathbf{k}=k_\perp cos(\theta)\hat{x}+k_\perp sin(\theta)\hat{y}+k_\parallel \hat{w}$
$\mathbf{u}=u_\perp cos(\theta)\hat{x}+u_\perp sin(\theta)\hat{y}+u_\parallel \hat{w}$
then I'd have $\mathbf{k}\cdot\mathbf{u}=k_\perp u_\perp+k_\parallel u_\parallel$
and I could attempt the integral in cylindrical coordinates.
Any suggestions on an approach to deal with the delta function would be great.
Also If anyone has encountered a similar but slightly different integral Id be curious to know what approach you've used.
Did's answer is a very compact way of saying, translate (to get rid of w), then rotate (to get rid of the $\delta$). Make sure you prove that the integral remains invariant under these changes!
– nimish Dec 14 '13 at 20:59