I've been trying to find the scalar potential that would correspond to the charge density of a ground state hydrogen atom. The result is known, and the inverse of my problem can be found e.g. in Jackson's electrodynamics problem 1.5 or many questions here on this site.
The problem asks you to find the charge density that corresponds to the following potential: Φ(r)=qexp(−αr)4πϵ0r(1+αr2).
As far as I can tell, according to Poisson's equation you basically just need to get the Laplacian of this potential. This is not hard to do, and the result is what you would expect:
ρ(r)=−qα38πexp(−αr).
- My question is the inverse: given ρ(r), how would you find Φ(r)?
The most obvious approach that I had is to use the integral you get from Coulomb's law:
Φ(r)=∫ρ(r′)|r−r′|d3r′
However, I have not been able to solve the integral by hand and Mathematica can not tell me the result either. My guess is that this potential never goes to zero, so the direct integration is not feasible? If so, then how else would you go about solving this problem?
(My next task would be to solve the same thing for a Gaussian density, for which I can again find the result on Wikipedia. Is that problem easier or harder than this one?)
Answer
We don't provide complete answers to homework-like questions, even for a bounty.
You've got the wrong charge density because, when you took the Laplacian of the potential, you didn't take into account the fact that
∇21r=−4πδ3(→r).
To understand this, think of the potential of a point charge.
If you simply use the spherical-coordinates expression for the Laplacian,
∇2=1r2∂∂rr2∂∂r+...
you would calculate that
∇21r=0
and this is incorrect. Basically, the spherical-coordinates expression for the Laplacian isn't valid at r=0.
The correct charge density is
ρ(→r)=qδ3(→r)−qα38πe−αr,
where the Dirac delta function represents the positive charge density of the proton and the second term the negative charge density of the electron cloud.
Note that if you integrate this over all space, you get zero; a hydrogen atom has no net charge.
The integral you want to do is
Φ(→r)=14πϵ0∫ρ(→r′)|→r−→r′|d3→r′.
Note the vector signs which you left out. They're important; |→r−→r′| and |r−r′| are two different things. Note also the 1/4πϵ0 that you omitted.
Using spherical polar coordinates for →r′, with the polar axis through →r, this is
Φ(→r)=q4πϵ0{1r−α38π∫∞0r′2dr′∫π0sinθ′dθ′∫2π0dϕ′e−αr′(r2+r′2−2rr′cosθ′)1/2}.
The ϕ′ integration is trivial.
The θ′ integration can be performed by letting u=cosθ′. The result will involve the absolute value |r−r′|.
The r′ integration can be performed by splitting the integral into two parts,
∫r0dr′...+∫∞rdr′...
so that you can take |r−r′| to be either r−r′ or r′−r.
With all these hints, you can fill in the details.
Since the charge density is spherically symmetric, another approach would be to use Gauss’ Law to compute the field, and then integrate a radial path integral in from infinity to compute the potential.
No comments:
Post a Comment