Difference between revisions of "Known Moller differential cross section"

From New IAC Wiki
Jump to navigation Jump to search
Line 85: Line 85:
  
  
Combining these plots, and rescaling the Final Theta in the Center of Mass for micro-barns, we find
+
Combining these plots, and rescaling the Final Theta in the Center of Mass for micro-barns:
 +
 
 +
 
 +
Scaling factor:
 +
 
 +
<center><math>\frac{8.87\times 10^{-8} barns}{17\mu b</math>}=5.2\times 10^3</math></center>
 +
 
 +
<pre>
 +
TH1F *Combo=new TH1F("TheoryExperiment","Theoretical and Experimental Differential Cross-Section CM Frame",360,90,180);
 +
Combo->Add(MolThetaCM,5.2e-3);
 +
Combo->Draw();
 +
Theory->Draw("same");
 +
</pre>
  
  
  
 
<center>[[File:Combo3.png]]</center>
 
<center>[[File:Combo3.png]]</center>

Revision as of 15:43, 10 March 2016

Comparing experimental vs. theoretical for Møller differential cross section 11GeV

Using the equation from [1]

dσdΩ=e48E2{1+cos4θ2sin4θ2+1+sin4θ2cos4θ2+2sin2θ2cos2θ2}


where α=e2cwith=c=1


This can be simplified to the form


dσdΩ=α24E2(3+cos2θ)2sin4θ

Plugging in the values expected for a scattering electron:



α2=5.3279×105


E53MeV


Using unit analysis on the term outside the parantheses, we find that the differential cross section for an electron at this momentum should be around

5.3279×1054×2.81×1015eV2=4.74×1021eV2=4.74×10211eV2×1×1018eV21 GeV2=.0047GeV2


The trigonometric function part of the equation comes out to it's minimum of 9 at 90 degrees.


(3+Cos2(90))2Sin4(90)=9


Using the conversion of


11GeV2=.3894mb


1 GeV2.3894 mb=.0047 GeV2x mb

We find that the differential cross section scale is dσdΩ1.8×103mb=1.8μb×9=17μb


Converting the number of electrons to barns,

L=iscatteredσiscattered×ρtarget×ltarget


where ρtarget is the density of the target material, ltarget is the length of the target, and iscattered is the number of incident particles scattered.


For a ammonia target,

Ammonia density:

ρ=.8gcm3


Molecular weight calculation:

14.0067g1mole+1.00794g1mole×3=17g1mole


ρtarget×ltarget=.8g1cm3×1mole17g×6×1023atoms1mole×1cm×1024cm2barn=2.82×102barns


For 400 million incoming electrons


1ρtarget×ltarget×4×108=8.87×108barns



MolThetaCM E500Lab.pngNH3TheoryDiffXSect.png


Combining these plots, and rescaling the Final Theta in the Center of Mass for micro-barns:


Scaling factor:

\frac{8.87\times 10^{-8} barns}{17\mu b}=5.2\times 10^3</math>
TH1F *Combo=new TH1F("TheoryExperiment","Theoretical and Experimental Differential Cross-Section CM Frame",360,90,180);
Combo->Add(MolThetaCM,5.2e-3);
Combo->Draw();
Theory->Draw("same");


Combo3.png