LuisVela
- 32
- 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:
\int_0^\infty f(v) dv = n_0
(particles traveling away from my target are not considered.)Now. I know the following equation should hold:
\int_w^\infty v f(v) dv = \alpha
where \alpha is a constant, and w=\sqrt{\frac{2e\epsilon}{m}}. Here e is the charge of the electron, and \epsilon 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:
\frac{1}{2}mv^2 = eE
(the energy is in eV)
Then,
dV=\sqrt{\frac{e}{2mE}}dE
If you replace all the v's with E's and realize that f(v)=f(v(E))=f(E), then you have:
\frac{e}{m}\int_{\epsilon}^\infty f(E) dE = \alpha
I think until now I have got it correct.
Im just a little confused about what should \int_0^\infty f(E) dE 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. \int_0^\infty f(E) dE = n_0
b.) If you perform the substitution \frac{1}{2}mv^2 = eE to the normalization condition for f(V) you get the following:
\int_0^\infty \sqrt{\frac{e}{2mE}}f(E)dE=n_0
which is not precisely what's written under option a.)...
Do you understand my dilemma?
Can anybody help me out ?
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:
\int_0^\infty f(v) dv = n_0
(particles traveling away from my target are not considered.)Now. I know the following equation should hold:
\int_w^\infty v f(v) dv = \alpha
where \alpha is a constant, and w=\sqrt{\frac{2e\epsilon}{m}}. Here e is the charge of the electron, and \epsilon 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:
\frac{1}{2}mv^2 = eE
(the energy is in eV)
Then,
dV=\sqrt{\frac{e}{2mE}}dE
If you replace all the v's with E's and realize that f(v)=f(v(E))=f(E), then you have:
\frac{e}{m}\int_{\epsilon}^\infty f(E) dE = \alpha
I think until now I have got it correct.
Im just a little confused about what should \int_0^\infty f(E) dE 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. \int_0^\infty f(E) dE = n_0
b.) If you perform the substitution \frac{1}{2}mv^2 = eE to the normalization condition for f(V) you get the following:
\int_0^\infty \sqrt{\frac{e}{2mE}}f(E)dE=n_0
which is not precisely what's written under option a.)...
Do you understand my dilemma?
Can anybody help me out ?
Last edited: