Rutherford Scattering: Troubleshooting Wrong Atomic Number

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
5 replies · 12K views
quietrain
Messages
648
Reaction score
2
according to wiki's rutherford scattering experiment,

"The fraction of particles that is scattered into a particular solid angle at a given direction relative to the incoming beam is called the differential cross section and is given by
[URL]http://www.advancedlab.org/mediawiki/images/math/5/d/4/5d494974ec5febddca8376c87d0338ae.png"[/URL]

does the left hand side = count rate N?

so if i were to plot lg N vs lg sin(θ/2)
so i get lg N = -4lg sin(θ/2) + lg Constant

so my Constant = those (ZZe2/4E)2 ?

but when i calculate atomic number of gold from my constant, it is not 79, it's some insanely big number :(

e = electron charge , E = kinetic energy of alpha particles i used 5MeV, are these right? my source is radioactive decay of 241-Americium

does anyone know where i went wrong?
thanks!
 
Last edited by a moderator:
Physics news on Phys.org
does the left hand side = count rate N?
No, you're missing a factor. You can pretty much tell what's missing by checking the dimensions. What's the dimensions of the right hand side? Remember ZZe2/r is the Coulomb potential energy, so ZZe2/E must have the dimensions of a length. Ergo the RHS has dimensions length2, or area. Aha, maybe that's why they call it a cross-section!

What you're looking for is the count rate, N = no of particles/sec. To get something having these dimensions you need an extra factor "no of particles/sec/area" This quantity is I, the beam intensity. Obviously if you double the intensity of your source you'll double the count rate. Your formula should read N = I dσ/dΩ.
 
Bill_K said:
No, you're missing a factor. You can pretty much tell what's missing by checking the dimensions. What's the dimensions of the right hand side? Remember ZZe2/r is the Coulomb potential energy, so ZZe2/E must have the dimensions of a length. Ergo the RHS has dimensions length2, or area. Aha, maybe that's why they call it a cross-section!

What you're looking for is the count rate, N = no of particles/sec. To get something having these dimensions you need an extra factor "no of particles/sec/area" This quantity is I, the beam intensity. Obviously if you double the intensity of your source you'll double the count rate. Your formula should read N = I dσ/dΩ.

Ah i see!

but how do i calculate the value of beam intensity I? if my experiment only gives me a source of 241-Americium radioactive decaying and producing alpha particles?
 
also, i don't understand how the scattering formula can become this one

from hyperphysics
ruteq2.gif


its as though telling me that

NnLk2/4r2 = Z2

but if we add in the intensity like you suggested earlier, then it becomes

NnLk2/4r2 = Z2 N/L2 , assuming L2 is area

so only if this equation above is true, then we get the equation in the first post. but how is this equation as such bewilders me :(
 
quietrain said:
according to wiki's rutherford scattering experiment,

"The fraction of particles that is scattered into a particular solid angle at a given direction relative to the incoming beam is called the differential cross section and is given by
[URL]http://www.advancedlab.org/mediawiki/images/math/5/d/4/5d494974ec5febddca8376c87d0338ae.png"[/URL]

does the left hand side = count rate N?

The operational definition of [itex]d\sigma/d\Omega[/itex] is as follows: If you have N projectile particles (alphas in this case) coming into a "thin" target of thickness dx which contains [itex]n[/itex] targets (nuclei in this case) per m^3, and dN of the scattered projectiles emerge into a "small" solid angle [itex]d\Omega[/itex], then

[tex]dN = Nndxd\Omega\frac{d\sigma}{d\Omega}[/tex]

[itex]d\Omega[/itex] is determined by the cross-sectional area dA of your detector and its distance r from the target:

[tex]d\Omega = \frac{dA}{r^2}[/tex]

so

[tex]dN = Nndx\frac{dA}{r^2}\frac{d\sigma}{d\Omega}[/tex]
Verbally: the number of particles entering your detector is proportional to the the number of incoming particles, the number density of target particles, the thickness of the target, the cross-section area of your detector, and inversely proportional to the square of the distance between the target and the detector. [itex]d\sigma/d\Omega[/itex] is the proportionality constant. It can vary with the direction the the particles are scattered into (angle [itex]\theta[/itex] from the original beam axis, and angle [itex]\phi[/itex] azimuthally around the beam axis), and with the energy of the incoming particles.

This is for a "small" detector such that [itex]d\sigma/d\Omega[/itex] is effectively uniform over its area. For "large" detectors you have to take into account the variation with angle, by integrating over [itex]\theta[/itex] and [itex]\phi[/itex] subtended by the detector.

Also this is for targets that are "thin" along the incoming beam direction. For "thick" targets N decreases as the beam proceeds through the target, and you have to take that into account by integrating over x.
 
Last edited by a moderator:
ah i see ! thanks!