What should the normalization condition be for an energy distribution function?

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
4 replies · 3K views
LuisVela
Messages
32
Reaction score
0
Hello everybody.
I have the following problem:
I am given a Speed distribution function, f(v). This distribution is normalized to the total number of particles there are, that's equivalent to:

[tex]\int_0^\infty f(v) dv = n_0[/tex]

(particles traveling away from my target are not considered.)Now. I know the following equation should hold:

[tex]\int_w^\infty v f(v) dv = \alpha[/tex]

where [itex]\alpha[/itex] is a constant, and [itex]w=\sqrt{\frac{2e\epsilon}{m}}[/itex]. Here e is the charge of the electron, and [itex]\epsilon[/itex] is another constant.

All this is part of the theory I am trying to simulate on my computer program.
The thing is, when I started my program, I decided to work with energies rather than velocities, so I have to express both, the normalization condition, and the equation itself in terms of my energy distribution function f(E).

Since energy and velocity are related as follow:

[tex]\frac{1}{2}mv^2 = eE[/tex]

(the energy is in eV)

Then,

[tex]dV=\sqrt{\frac{e}{2mE}}dE[/tex]

If you replace all the v's with E's and realize that [itex]f(v)=f(v(E))=f(E)[/itex], then you have:

[tex]\frac{e}{m}\int_{\epsilon}^\infty f(E) dE = \alpha[/tex]

I think until now I have got it correct.
Im just a little confused about what should [itex]\int_0^\infty f(E) dE[/itex] be normalized to. I mean...either:

a.) Since f(E) is also a distribution function, it should also be normalized to the total number of particles. [tex]\int_0^\infty f(E) dE = n_0[/tex]

b.) If you perform the substitution [itex]\frac{1}{2}mv^2 = eE[/itex] to the normalization condition for f(V) you get the following:

[tex]\int_0^\infty \sqrt{\frac{e}{2mE}}f(E)dE=n_0[/tex]

which is not precisely what's written under option a.)...

Do you understand my dilemma?

Can anybody help me out ?
 
Last edited:
Physics news on Phys.org
I do not exactly understand what you are up to, but your energy formula cannot be right. On the left-hand side you write a scalar quantity, nonrelativistic kinetic energy, on the right-hand side a vector. That cannot match! For an electrostatic situation you have

[tex]E=\frac{m}{2}\vec{v}^2+e \Phi,[/tex]

where [itex]\Phi[/itex] is the potential of the electric field,

[tex]\vec{E}=-\vec{\nabla} \Phi.[/tex]
 
Be careful, f(v(E)) is not equal to f(E), because your function v(E) is not the identity transformation. Rather you shuld define g(E) = f(v(E)) and replace all your f(E)'s with g(E)'s.
This way the alpha-condition you wrote is correct, and the correct normalization condition is a).
 
@ Vanhees 71:
Hey!, thanks for your reply. But I still don't understand your comment.
[tex]\vec{v}^2=\vec{v}\cdot\vec{v}\in R[/tex]
which is also a scalar.

I guess you misunderstood my no0tation (sorry for thta XD, my mistake). E is not the electric field. E is the total mechanical energy of the system. e, on the other side, is the charge of the electron.


@P. Mugver

Thanks for your comment.
f(v)=f(v(E)) is easy to understand. Now, it seems obvious to me that from there, f(v(E))=f(E) where f(E) is simply the velocity distribution function, expressed in terms of the energy.

If now, there would exist g(E) (energy distribution function function) then I am pretty sure a.) will hold. However, what I am not sure of is:

Does g(E) = f(v(E))?

Where g(E) is the energy distribution function, normalized to n_0, and f(v(E)) is simple the velocity distribution function expressed in terms of the energy.
 
g(E)=f(v(E)) is a definition, not the energy distribution, which is, instead g(E)dv/dE, and the normalization is the same.