Lecture 4B
  PhotonAbsorption
  ComptonScattering
  Nuclear Structure
  Neutron Decay
  Exercises
Lectures

1A: Introduction
1B: Java Intro
2A: BuildingBlocks
2B: Objects
3A: More Objects
3B: Exceptions
       & Threads
4A: Waves
4B: Nuclear &
       Particle
5A: AWT
5B: More AWT
      & Graphics
6A:Detectors &
      Simulation
6B: LHC/Atlas &
     RandomSims    
7A: Swing
7B: Java2D
8A: Java Apps
8B: Dialogs &
    MoreClasses
9A: Java I/O
9B: Utilities,
        Unicode
10A: More
    Threading
10B: File
    Handling
11A: Array,Print,
    Images
11B: SimplePhysics
    Simulation
12A: Tips &
    Techniques
12B: More Tips &
    Techniques
13A: Satellite
    
Simulations
13B: Intro to Java
    Networking
14A: Java Servers
14B: HTTP Server
15A: ServerClient
15B: ServerClient
   Expt.Simulation
16A: Course
          Review
16B: ExerciseTest
        Discussion

    Contacts
    Description
    Exercises
    Index
    Outline
    Q&A
    Resources
    StudentInfoForm
    Student Pages
    What's New

 

Home : Lectures : Lecture 4B : Photon Aborption
Photon Absorption

High energy photons incident upon matter can undergo three types of interactions:

  1. Photoelectric Effect (PE) - knock out an electron
  2. Pair Production (PP) - convert to electron-antielectron pair
  3. Compton scattering (C)- elastic collision off an electron

If a beam of photons of intensity Io is incident upon a sheet of material of thickness X, then the intensity I that penetrates to the other side goes as

I = Io * exp(-µx)

where

µ = µPE + µPP + µC

While the exact formulas for these absorption coefficients are quite complicated, they are each proportional to a power of the atomic number Z of the material:

µPE ~ Z5
µPP ~ Z2
µC ~  Z

The dependence of the absorption co-efficients on the energy of the photon can also be obtained for each type of material. See the plots for

Silicon and Germanium .

 

Simulation Suggestion

Prof. Lindblad's blackboard shows a slab of material of width X. On the left of the slab is a box whose height is proportional to Io.

On the right is a stack of 3 boxes, each of whose height is proportional to the corresponding exp(-µProcess *x)

The total width of the boxes on the right is then proportional to exp(-µx).

Your applet could loop (using a thread) through different values of Z, illustrating with this display how the three types of interactions vary in importance as the atomic mass increases.

Also, X could be varied for each Z to show how quickly the absorption grows with thickness.

Another enhancement would be to include the absorption vs photon energy using the coefficient plots discussed above.

 

Home Lectures Resources Index Contacts Students


Physics Simulations with JavaTM
KTH, Kurskod: 5A1418
Curator: Clark S. Lindsey