Why Is There No Generalized Function for div (r̂ / r²)?

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
14 replies · 8K views
smallphi
Messages
436
Reaction score
2
We know that

[itex]div \; (\hat{r} / r ) = 4 \pi \delta (r)[/itex]

Why is there no generalized function (distribution) for

[itex]div \; (\hat{r} / r^2) = ??[/itex]
 
Last edited:
Physics news on Phys.org
Isn't it

[tex] \nabla\cdot \frac{x}{|x|^3} = \nabla\cdot\frac{\hat{x}}{|x|^2} = 4\pi\delta^3(x)[/tex]

I checked something quickly on my notes, if the mistake was yours and not mine, then you probably just ask what is

[tex] \nabla\cdot\frac{x}{|x|^4}[/tex]

next? I don't know about that yet...

EDIT: Oh, I didn't stop to think about what dimension you are in. I guess you were in three, because of the [tex]4\pi[/tex] constant. Was I correct?
 
You are right about the correction, I work in 3D. The first relation simply expresses the divergence of the electric field of a point charge which gives the charge density (from one of the Maxwell's equations). The question should have been:

We know that

[itex]div \; (\hat{r} / |r|^2 ) = 4 \pi \delta^3 (r)[/itex]

Why is there no generalized function (distribution) for

[itex]div \; (\hat{r} / |r|^3) = ??[/itex]
 
Last edited:
Which is the corresponding distribution in 1 dimension? Is it something like

[tex] \frac{d}{dx} \left ( \frac{1}{x} \right ) = 2 \delta (x)[/tex]
 
Last edited:
[itex]\hat{r} / r^2[/itex] is well-behaved everywhere, and so it represents a tempered distribution. Thus, the distributional divergence operator can be applied to it.

[itex]\hat{r} / r^3[/itex], on the other hand, is ill-behaved at the origin, and thus does not represent a tempered distribution. Thus, the distributional divergence operator cannot be applied to it.


In particular, if we try to convolve [itex]\hat{r} / r^2[/itex] with a Schwartz function (i.e. test function), we get

[tex]\iiint f(\vec{r}) \frac{\hat{r}}{r^2} dV<br /> = \int \int \int f(\vec{r}) \hat{r} \sin \varphi \, d\rho d\varphi d\theta[/tex]

which is clearly convergent. On the other hand,

[tex]\iiint f(\vec{r}) \frac{\hat{r}}{r^3} dV<br /> = \int \int \int f(\vec{r}) \frac{\hat{r}}{\rho} \sin \varphi \, d\rho d\varphi d\theta[/tex]

which is usually a divergent integral, due to the bad behavior at the origin.
 
smallphi said:
Which is the corresponding distribution in 1 dimension? Is it something like

[tex] \frac{d}{dx} \left ( \frac{1}{x} \right ) = 2 \delta (x)[/tex]

Not quite:

[tex]\frac{d}{dx} \left( \frac{x}{|x|} \right) = 2 \delta(x)[/tex]

x/|x|, of course, is simply the sign function. And, of course, d/dx here means the distributional derivative.
 
Well (something) and div(something) can have very different behaviors at origin r =0 so one has to consider div(something) directly to decide if that could be a distribution or not.

I see the point that

[tex]\frac{\hat{r}}{r^3}[/tex]

is not tempered even before application of the div operator which will make it even 'less tempered' after div.
 
Last edited:
smallphi said:
Does the 'distributional divergence operator' applied on tempered distribution, guarantee you will get tempered distribution as a result?
Yep. This works because the derivative of a test function is also a test function. (so, this property is true of any kind of distribution)

The distributional divergence is defined by, for a vector distribution f and test function g

[tex] \iiint (\nabla \cdot \vec{f}) g \, dV := -\iiint \vec{f} \cdot (\nabla g) \, dV[/tex]

This integral always exists (because [itex]\vec{f}[/itex] is a distribution and [itex]\nabla g[/itex] is a test function), so [itex]\nabla \cdot \vec{f}[/itex] is a scalar distribution.
 
Is it possible that (something) is not tempered but div(something) is tempered distribution?
 
smallphi said:
Well (something) and div(something) can have very different behaviors at origin r =0 so one has to consider div(something) directly to decide if that could be a distribution or not.
Fair enough. [itex]\hat{r} / r^3[/itex] is not a function on all of R^3, so is not in the domain of the divergence operator you learned in calculus. It's not a tempered distribution, so you cannot apply the divergence operator for tempered distributions.

If you choose another definition of the divergence operator, then whether its domain includes [itex]\hat{r} / r^3[/itex] is yet another question.



For example, if you define distributions on a space of test functions have the property that they are all zero at the origin, then [itex]\hat{r} / r^3[/itex] ought to be a distribution and have a divergence. But such a choice of test functions means you are effectively working only on [itex]\mathbb{R}^3 - \{\, (0, 0, 0)\, \}[/itex].



Ostensibly, if you could define a divergence for [itex]\hat{r} / r^3[/itex], you would want the product rule to hold, so:

[tex]\nabla \cdot \left( \frac{\hat{r}}{r^3} \right) =<br /> \nabla \left(\frac{1}{r}\right) \cdot \frac{\hat{r}}{r^2} + \frac{1}{r} \nabla \cdot \left( \frac{\hat{r}}{r^2} \right)<br /> = <br /> -\frac{1}{r^4} + \frac{4\pi}{r} \delta^3(\vec{r})[/tex]

I suppose you could cross your fingers and try to use this expression in a formal manner. Such optimism works now and then!
 
Last edited:
I can think of a series of functions well behaving at the origin and having r_hat/r^3 as limit. I can apply the normal calculus divergence to them and see if the new series converges in the distributional sense (i.e. taking integrals with test functions) to a certain distribution.

That's why I think, just because r_hat/r^3 blows up worse than r_hat/r^2 at origin, doesn't mean its divergence can't be a distribution.
 
Last edited:
I think I understand why it doesn't work for r_hat/r^3 - Hurkyl you are right. I formed a sequence of functions

[tex] \frac{\hat{r}}{r^3 + \epsilon}[/tex]

that converge to r_hat/r^3 when epsilon goes to zero. Then I formed a seguence of their divergences, which are good behaved at the origin, and applied that sequence to a test function f(r). Integrating by parts and dropping the boundary term:

[tex] \iiint \nabla \cdot \left( \frac{\hat{r}}{r^3+\epsilon}\right)f(r) \, d^3 r = -\iiint \frac{\hat{r}}{r^3+\epsilon} \cdot \nabla f(r) \, d^3 r[/tex]

There is no way the right hand side go to finite number when epsilon goes to zero for every test function because the differential volume can't cancel the power of r^3 around the origin.
 
Last edited:
Now let's change dimensions.

In one dimension, I know that there is a distribution called principal value P(1/x). What is

[tex] \frac{d}{dx} \, P \left( \frac{1}{x} \right) = \, ??[/tex]

What would be the two dimensional analogue of

[itex]div \; (\hat{r} / |r|^2 ) = 4 \pi \delta^3 (r)[/itex]
 
Last edited: