In a physics class, I saw the following:
The charge density of a uniformly charged circle (charge $Q$) of radius $R$ can be described in cylindrical coordinates using the delta distribution as $$ \rho(\vec{r}')= \rho(r', \varphi',z')= \delta(r'-R)\delta(z')\frac{Q}{2\pi R} $$ Integration of the density should give us $Q$: $$ \int \rho(\vec{r}') d^3\vec{r}'=\int_0^\infty d r' \int_0^{2\pi} d\varphi' \int_{-\infty}^{\infty} dz' \rho(\vec{r}') r'=Q $$
Now intuitively some of this makes sense to me, however mathematically I don't really get it at all, I can't make sense of it with what I know about distributions.
- How is $ \delta(r'-R)\delta(z')$ correctly interpreted? I don't know of a multiplication of distributions, so I guess this is in a sense a shifted $\delta$ distribution over a 2-dimensional domain: $\langle \delta^{(2)}_{(R,0)}, \phi(r,z) \rangle:=\phi(R,0)$. However the domain of the problem is 3-dimensional, so how is this correctly interpreted? I have troubles especially with the angular component.
The integral is missing a test-function and the constant one function is not a test function, so what does the integral actually mean? I have often seen identities of the form $\int \delta(x)dx = 1$, what does this mean if written down in a mathematically correct way?
Integration of singular distributions does not make sense to me, so I guess the integration is meant formally, like $\int \delta\phi:=\langle \delta,\phi\rangle$, at least the integrals concerning $r'$ and $\varphi'$. I know that a variable transformation works for distributions with the inverse jacobian determinant multiplied with the test functions, however the mixing of an "actual" integral here with the abuse of notation integral is not clear to me at all how this is meant rigorously.
In all mathematical texts I have looked into I have never seen something like this, however I found that even here on math.stackexchange some people use that notation, see for e.g. Dirac delta in polar coordinates, so I hope someone could shed light on this "calulation" and how it's done right mathematically.