Difference between revisions of "TF SPIM StoppingPower"
Line 202: | Line 202: | ||
the <math>\ln</math> term and its corrections influence the dependence of <math>\frac{dE}{dx}</math> as you move up in energy beyond the minimum ionization point. | the <math>\ln</math> term and its corrections influence the dependence of <math>\frac{dE}{dx}</math> as you move up in energy beyond the minimum ionization point. | ||
+ | |||
+ | |||
+ | [[Simulations_of_Particle_Interactions_with_Matter]] |
Revision as of 16:38, 29 August 2012
Stopping Power
Bethe Equation
Classical Energy Loss
Consider the energy lost when a particle of charge (
) traveling at speed is scattered by a target of charge ( ). Assume only the coulomb force causes the particle to scatter from the target as shown below.- Notice
- as is scattered the horizontal component of the coulomb force ( ) flips direction; ie net horizontal force for the scattering
where
- k =
- r = distance between incident projectile and target atom
- b= impact parameter of collision
Using the definition of Impulse one can determine the momentum change of as
Let's assume that the energy lost by the incident particle
is absorbed by an electron in the target atom. This energy may be cast in terms of the incident particles momentum change asBy calculating the change in momentum (
) of the incident particle we can infer that the energy lost by the incident particle is absorbed by one of the target material's atomic electrons.using
we havecasting this in terms of the classical atomic electron radius
- just equate
Then
and
- : = 1 here because I shall assume the energy is lost to just the electron and the Atom is a spectator
Now let's calculate an expression representing the AVERAGE energy lost for an incident particle traversing a material of some thickness.
Let
- = Probability of an interaction taking place which results in an energy loss
If we let
Z = Atomic Number = # electrons in target Atom = number of protons in an Atom
N = Avagadros number =
A = Atomic mass =
= probability of hitting an atomic electron in the area of an annulus of radius ( ) with an energy transfer between and
Then
- = energy lost by the incident particle per distance traversed through the material
I am just adding up all the energy losses weighted by the probability of the energy loss to find the total energy loss.
- What is
- = probability of an energy transfer taking place = probability of an interaction = [ Atoms /g]
- classically
- In practice is a measured cross-section which is a function of energy.
- =
- =
- =
where
if A=1The limits of the above integral should be more physical in order to reflect the limits of the physics interaction. Let b_{min} and b_{max} represent the minimum and maximum possible impact parameter where the physics is discribed, as shown above, by the coulomb force.
- What is ?
if
then diverges and the energy transfer . Physically there is a maximum energy that may be transferred before the physics of the problem changes (ie: nuclear excitation, jet production, ...). The de Borglie wavelength of the atom is used to estimate a value for such that- What is ?
As
gets bigger the interaction is "softer" and longer. If the interaction time ( ) is so long that it is equivalent to an electron orbit ( ) then the atom looks more like it is neutrally charged. You move from an interaction in which the electron orbit is perturbed adiabatically such that there is no orbit change and the minimum amount of energy is transferred to no interaction taking place because the atom is neutral.Let
- : fields at high velocities get Lorentz contracted
- : I mean excitation energy of target material ( )
Condition for
:
Example 5: Find for a 10 MeV proton hitting a liquid hydrogen ( ) target
A = Z=z=1
= 0.511 MeV
I = 21.8 eV : see gray data point for Liquid From Figure 27.5 on pg 6 of PDG below.
Just need to know
and"a 10 MeV proton"
Kinetic Energy (K.E.) = 10 MeV =Proton is not relativistic
Plugging in the numbers:
- How much energy is lost after 0.3 cm?
Notice that the units for energy loss are normalized by the density of the material
To get the actual energy lost I need to multiply by the density. So for any given atom the energy loss will depend on the state (solid, gas, liqid) of the atom as this effects the density of the material.
- = 2.2 MeV
File:SPIM HydrogenStoppingPower.pdf Compare with Triumf Kinematics Handbook, 2nd edition, September 1987, L.G. Greeniaus
Bethe-Bloch Equation
While the classical equation above works in a limited kinematic regime, the Bethe-Bloch equation includes the corrections needed to cover most kinematic regimes for heavy particle energy loss.
where
- = Max K.E. transferable to the Target of mass in a single collision.
- = correction for electron spin and very distant collisions which deforms the electron atomic orbits each process reducing dE/dx by
- = density correction term: in the classical derivation the material is treated as just a system of atoms uniformly distributed in space. These Atoms, however, give the material polarizability which can reduce the electric field (dielectric).
GEANT 4 implementation
The GEANT4 file (version 4.8.p01)
source/processes/electromagnetic/standard/src/G4BetheBlockModel.cc
is used to calculate hadron energy loss.
line 132
where
line 143
- = density corection =
line 148
- = shell correction, corrects for the classical asumption that the atomic electron's velocity is initially zero; or the the incident particles velocity is far greater than the atomic electron's velocity.
line 154
Energy Dependence
The above curve shows the energy loss per distance traveled (
) as a function of the incident particles energy. There are three basic regions. At low incident energies ( < 10^5 eV) the incident particle tends to excite or even ionize the atoms in the material it is penetrating. The maximum amount of energy loss per distance traveled is defined at as the Bragg peak. The region after the Bragg peak in which the energy loss per distance traveled reaches its smallest value is refered to as the point of minimum ionizing. Minimimum ionizing particles will have incident energies corresponding to this value or larger. The characteristic of the minimum ionizing particles is that their energy loss per distance traveled is essentially constant making simulations easier until the particle's energy drops below the minimum ionizing energy level as it passes through the material.In general the Bethe-Bloch equation breaks down at low energies (below the Bragg peak) and is a good description (to within 10%) for
- and < 26 (Iron) : a.m.u = Atomic Mass Unit
the
term in the Bethe-Bloch equation dominates between the Bragg peak and the minimum ionization region.the
term and its corrections influence the dependence of as you move up in energy beyond the minimum ionization point.