Monte Carlo Radiation Transport Kenny Wood

Size: px
Start display at page:

Download "Monte Carlo Radiation Transport Kenny Wood"

Transcription

1 Monte Carlo Radiation Transport Kenny Wood A practical approach to the numerical simulation of radiation transport Develop programs for the random walks of photons and neutrons using Monte Carlo techniques Will refer to previous courses on optics, radiation, neutrons, atomic physics, biological tissue structure, some hydrodynamics Guest lectures from Lewis McMillan and Isla Barnard (St Andrews PhD students) on Monte Carlo radiation transfer in biological tissue and medical physics; Jerry DeGroot (St Andrews, History) on morality

2 Astrophysics Interpreting data via 3D radiation transfer modeling Heating of dust and gas, thermal pressure, radiation pressure Radiation-magneto-hydrodynamics

3 Dusty Ultra Compact H II Regions ONE 3D model can explain ALL UCHII SEDs!! Indebetouw, Whitney, Johnson, & Wood (2006)

4 Hierarchical Density Structure Fractal generating algorithm reproduces observed structure and fractal dimension, D, of clouds in interstellar medium 2D: P ~ A D/2 ; Circle: D =1 ISM clouds: D ~ 1.3 Radiation transfer in clouds Elmegreen (1997)

5 Monte Carlo scattered light simulations of fractal clouds NGC 7023 Reflection Nebula 3D density: viewing angle effects Mathis, Whitney, & Wood (2002)

6 Atmospheric Physics Clouds important for photon transport and temperature structure of atmosphere

7 Medical Physics Light activated treatments such as photodynamic therapy: how deep does the radiation penetrate into skin and tissue? Imaging using x-ray, ultraviolet, optical, infrared, & polarised light Optical tweezers, photo-acoustic imaging, nuclear medicine, etc, etc Monte Carlo simulations of computed topography (CT) x-ray imaging doses Rensselaer Polytechnic Institute

8 Nuclear Physics & Neutron Transport Compute controlled criticality assemblies & geometries for nuclear fission reactors Nuclear safety radioactive shielding calculations Uncontrolled reactions critical masses for bombs Chain reaction in 235 U Chicago Pile 1, December 1942 World s first artificial nuclear reactor

9 Course Structure Lectures on MCRT techniques and outline of FORTRAN programs Computer lab sessions for what you ll need in FORTRAN and to develop a code for photon random walks in a uniform density sphere Tutorial sheet with class test style questions No final exam, 100% continuous assessment: 25%, 25% for two homework sheets of programming subroutines, and Monte Carlo radiation transfer codes Due 20/10, 17/11 Written class test, 50 minutes, Friday 24 November Computing test, 3 hours, Friday 1 December

10 Remind yourself of Refractive index, Snell s Law, Fresnel reflection & refraction (PH1011 Waves & Optics) Polarization (PH3007 Electromagnetism & PH4035 Principles of Optics) Ionization potentials, atomic term diagrams PH4037 (Physics of Atoms) Equations of hydrodynamics, pressure & forces (PH4031 Fluids) Probability theory: probability distribution function (PDF) and cumulative distribution function (CDF) Numerical integration, Simpsons rule, quadrature

11 Intensity, luminosity, flux, radiation pressure (many astronomy courses) Biological tissue optics, skin structure, light-tissue interactions (PH5016 Biophotonics) Neutron cross sections: scattering, absorption, fission Fission products, slow/fast & prompt/delayed neutrons Chain reactions, critical mass, moderators PH4022 or PH4040 (Nuclear & Particle Physics)

12 Programming in FORTRAN77 You ll need: text editor; FORTRAN compiler (gfortran); graphics package for plotting lines, contours, 3D visualisation By Monday create file called hello.f Compile it: gfortran hello.f Run the executable:./a.out program hello implicit none Note six spaces before text starts on each line! print *, Hello stop end

13 Buffon s needles Georges-Louis Leclerc Comte de Buffon What is the probability that a needle will cross a line?

14 θ l x s Needles of length l Line separation s x = distance from needle centre to closest line Needle touches/crosses line if x l 2 sinθ Probability density function: function of a variable that gives probability for variable to take a given value Exponential distribution: p(x) = e -x, for x in range 0 to infinity Uniform distribution: p(x) = 1/L, for x in range 0 to L Normalised over all x: p(x) dx =1 0

15 Probability x lies in range a < x < b is ratio of areas under the curve b p(x) dx a P = p(x) dx 0 x is distributed uniformly between (0, s/2), θ in range (0, π/2) p(x) = 2/s, p(θ) = 2/π Variables x and θ independent, so joint probability is p(x, θ) = 4/(s π)

16 Probability of a needle touching a line (l < s) is P = π / l / 2 sinθ 4 dx dθ = 2l sπ sπ Drop lots of needles. Probability of needle crossing line is P = Number of needles crossing lines Total number of needles dropped Can estimate π : π = 2 l sp

Monte Carlo Radiation Transport Kenny Wood

Monte Carlo Radiation Transport Kenny Wood MCRT: L0 Some background, what previous courses students should look over, gentle introduction/recap of probabilities Get an idea of computer programming experience of the class Overview of course structure

More information

MCRT L10: Scattering and clarification of astronomy/medical terminology

MCRT L10: Scattering and clarification of astronomy/medical terminology MCRT L10: Scattering and clarification of astronomy/medical terminology What does the scattering? Shape of scattering Sampling from scattering phase functions Co-ordinate frames Refractive index changes

More information

Enrico Fermi and the FERMIAC. Mechanical device that plots 2D random walks of slow and fast neutrons in fissile material

Enrico Fermi and the FERMIAC. Mechanical device that plots 2D random walks of slow and fast neutrons in fissile material Monte Carlo History Statistical sampling Buffon s needles and estimates of π 1940s: neutron transport in fissile material Origin of name People: Ulam, von Neuman, Metropolis, Teller Other areas of use:

More information

Monte Carlo Sampling

Monte Carlo Sampling Monte Carlo Sampling Sampling from PDFs: given F(x) in analytic or tabulated form, generate a random number ξ in the range (0,1) and solve the equation to get the randomly sampled value X X ξ = F(x)dx

More information

MCRT L8: Neutron Transport

MCRT L8: Neutron Transport MCRT L8: Neutron Transport Recap fission, absorption, scattering, cross sections Fission products and secondary neutrons Slow and fast neutrons Energy spectrum of fission neutrons Nuclear reactor safety

More information

Monte Carlo Radiation Transfer I

Monte Carlo Radiation Transfer I Monte Carlo Radiation Transfer I Monte Carlo Photons and interactions Sampling from probability distributions Optical depths, isotropic emission, scattering Monte Carlo Basics Emit energy packet, hereafter

More information

Reflection Nebulae: can reflections from grains diagnose albedo?

Reflection Nebulae: can reflections from grains diagnose albedo? Why are you here? Use existing Monte Carlo codes to model data sets set up source locations & luminosities, change density structure, get images and spectra to compare with observations Learn techniques

More information

Chemistry 500: Chemistry in Modern Living. Topic 5: The Fires of Nuclear Fission. Atomic Structure, Nuclear Fission and Fusion, and Nuclear.

Chemistry 500: Chemistry in Modern Living. Topic 5: The Fires of Nuclear Fission. Atomic Structure, Nuclear Fission and Fusion, and Nuclear. Chemistry 500: Chemistry in Modern Living 1 Topic 5: The Fires of Nuclear Fission Atomic Structure, Nuclear Fission and Fusion, and Nuclear Weapons Chemistry in Context, 2 nd Edition: Chapter 8, Pages

More information

Radiation Friend or Foe? Saturday Physics for Everyone 7 Oct 2017 Kevin Pitts

Radiation Friend or Foe? Saturday Physics for Everyone 7 Oct 2017 Kevin Pitts Radiation Friend or Foe? Saturday Physics for Everyone 7 Oct 2017 Kevin Pitts Thank you Toni for 14 years of Saturday Physics, and your service to our students. 7 Oct 2017 Saturday Physics Kevin Pitts

More information

Unit 6 Nuclear Radiation Parent Guide. What is radioactivity and why are things radioactive?

Unit 6 Nuclear Radiation Parent Guide. What is radioactivity and why are things radioactive? Unit 6 Nuclear Radiation Parent Guide What is radioactivity and why are things radioactive? The nucleus of an atom is comprised of subatomic particles called protons and neutrons. Protons have a positive

More information

Name Date Class NUCLEAR RADIATION. alpha particle beta particle gamma ray

Name Date Class NUCLEAR RADIATION. alpha particle beta particle gamma ray 25.1 NUCLEAR RADIATION Section Review Objectives Explain how an unstable nucleus releases energy Describe the three main types of nuclear radiation Vocabulary radioisotopes radioactivity radiation alpha

More information

Stars AS4023: Stellar Atmospheres (13) Stellar Structure & Interiors (11)

Stars AS4023: Stellar Atmospheres (13) Stellar Structure & Interiors (11) Stars AS4023: Stellar Atmospheres (13) Stellar Structure & Interiors (11) Kenneth Wood, Room 316 kw25@st-andrews.ac.uk http://www-star.st-and.ac.uk/~kw25 What is a Stellar Atmosphere? Transition from dense

More information

Radiation Basics. Mary Lou Dunzik-Gougar, PhD Idaho State University/Idaho National Laboratory. ANS Teachers Workshop Anaheim, CA November 2014

Radiation Basics. Mary Lou Dunzik-Gougar, PhD Idaho State University/Idaho National Laboratory. ANS Teachers Workshop Anaheim, CA November 2014 Radiation Basics Mary Lou Dunzik-Gougar, PhD Idaho State University/Idaho National Laboratory ANS Teachers Workshop Anaheim, CA November 2014 Medicine/Health Voyager Soda Can Bugs What we ll cover... Atomic

More information

Science 30 Unit C Review Outline GCCHS. Negatively charged Positively charged Coulomb Conductor Electric potential difference

Science 30 Unit C Review Outline GCCHS. Negatively charged Positively charged Coulomb Conductor Electric potential difference Science 30 Unit C Review Outline GCCHS Negatively charged Positively charged Coulomb Conductor Electric potential difference volt voltage Insulator Test body Gravitational field Field lines Solar wind

More information

MCRT: L4 A Monte Carlo Scattering Code

MCRT: L4 A Monte Carlo Scattering Code MCRT: L4 A Monte Carlo Scattering Code Plane parallel scattering slab Optical depths & physical distances Emergent flux & intensity Internal intensity moments Constant density slab, vertical optical depth

More information

CHAPTER 1 RADIATION AND RADIOACTIVITY

CHAPTER 1 RADIATION AND RADIOACTIVITY CHAPTER 1 RADIATION AND RADIOACTIVITY 1 Atomic Model Atomic Structure Atomic Number Mass Number Isotope [Mass Number][HKCEE] If the nucleus of an atom is represented by the symbol 214 83 X, it means that

More information

Monte Carlo Methods:

Monte Carlo Methods: Short Course on Computational Monte Carlo Methods: Fundamentals Shuang Zhao Assistant Professor Computer Science Department University of California, Irvine Shuang Zhao 1 Teaching Objective Introducing

More information

MCRT L9: Neutron Transport

MCRT L9: Neutron Transport MCRT L9: Neutron Transport Outline of code for mono-energetic particles, if change particle energy must change cross sections Bank locations of fission neutrons for subsequent generations Criticality calculations,

More information

Astronomy 1 Fall Reminder: When/where does your observing session meet? [See from your TA.]

Astronomy 1 Fall Reminder: When/where does your observing session meet? [See  from your TA.] Astronomy 1 Fall 2016 Reminder: When/where does your observing session meet? [See email from your TA.] Lecture 9, October 25, 2016 Previously on Astro-1 What is the Moon made of? How did the Moon form?

More information

Chapter 10 The Interstellar Medium

Chapter 10 The Interstellar Medium Chapter 10 The Interstellar Medium Guidepost You have begun your study of the sun and other stars, but now it is time to study the thin gas and dust that drifts through space between the stars. This chapter

More information

Physics 3204 UNIT 3 Test Matter Energy Interface

Physics 3204 UNIT 3 Test Matter Energy Interface Physics 3204 UNIT 3 Test Matter Energy Interface 2005 2006 Time: 60 minutes Total Value: 33 Marks Formulae and Constants v = f λ E = hf h f = E k + W 0 E = m c 2 p = h λ 1 A= A T 0 2 t 1 2 E k = ½ mv 2

More information

Spectral energy distribution fitting with MagPhys package

Spectral energy distribution fitting with MagPhys package Spectral energy distribution fitting with MagPhys package Nikola Baran 22 September 2015 Exercise Description The goal of this exercise is to introduce the student to one of the important techniques used

More information

Atomic & Nuclear Physics

Atomic & Nuclear Physics Atomic & Nuclear Physics Life and Atoms Every time you breathe you are taking in atoms. Oxygen atoms to be exact. These atoms react with the blood and are carried to every cell in your body for various

More information

Waves & Radiation exam questions

Waves & Radiation exam questions National 5 Physics Waves & Radiation exam questions these questions have been collated from previous Standard Grade (Credit) and Intermediate 2 exams Thurso High School 1. A mountain climber carries a

More information

Lecture 6: The Physics of Light, Part 1. Astronomy 111 Wednesday September 13, 2017

Lecture 6: The Physics of Light, Part 1. Astronomy 111 Wednesday September 13, 2017 Lecture 6: The Physics of Light, Part 1 Astronomy 111 Wednesday September 13, 2017 Reminders Star party tonight! Homework #3 due Monday Exam #1 Monday, September 25 The nature of light Look, but don t

More information

APPENDIX A RADIATION OVERVIEW

APPENDIX A RADIATION OVERVIEW Former NAVWPNSTA Concord, Inland Area APPENDIX A RADIATION OVERVIEW Draft ECSD-3211-0005-0004 08/2009 This page intentionally left blank. Draft ECSD-3211-0005-0004 08/2009 APPENDIX A RADIATION OVERVIEW

More information

INAYA MEDICAL COLLEGE (IMC) RAD LECTURE 1 RADIATION PHYSICS DR. MOHAMMED MOSTAFA EMAM

INAYA MEDICAL COLLEGE (IMC) RAD LECTURE 1 RADIATION PHYSICS DR. MOHAMMED MOSTAFA EMAM INAYA MEDICAL COLLEGE (IMC) RAD 232 - LECTURE 1 RADIATION PHYSICS DR. MOHAMMED MOSTAFA EMAM Radiation: It is defined as the process by which energy is emitted from a source and propagated through the surrounding

More information

College Physics B - PHY2054C

College Physics B - PHY2054C College - PHY2054C Physics - Radioactivity 11/24/2014 My Office Hours: Tuesday 10:00 AM - Noon 206 Keen Building Review Question 1 Isotopes of an element A have the same number of protons and electrons,

More information

Emphasis on what happens to emitted particle (if no nuclear reaction and MEDIUM (i.e., atomic effects)

Emphasis on what happens to emitted particle (if no nuclear reaction and MEDIUM (i.e., atomic effects) LECTURE 5: INTERACTION OF RADIATION WITH MATTER All radiation is detected through its interaction with matter! INTRODUCTION: What happens when radiation passes through matter? Emphasis on what happens

More information

INAYA MEDICAL COLLEGE (IMC) RAD LECTURE 1 RADIATION PHYSICS DR. MOHAMMED MOSTAFA EMAM

INAYA MEDICAL COLLEGE (IMC) RAD LECTURE 1 RADIATION PHYSICS DR. MOHAMMED MOSTAFA EMAM INAYA MEDICAL COLLEGE (IMC) RAD 232 - LECTURE 1 RADIATION PHYSICS DR. MOHAMMED MOSTAFA EMAM LECTURES & CLASS ACTIVITIES https://inayacollegedrmohammedemam.wordpress.com/ Password: drmohammedemam 16-02-2015

More information

Name Period. CRHS Academic Chemistry Unit 3 - Atomic Structure & Nuclear Chemistry. Homework. Due Date Assignment On-Time (100) Late (70)

Name Period. CRHS Academic Chemistry Unit 3 - Atomic Structure & Nuclear Chemistry. Homework. Due Date Assignment On-Time (100) Late (70) Name Period CRHS Academic Chemistry Unit 3 - Atomic Structure & Nuclear Chemistry Homework Due Date Assignment On-Time (100) Late (70) 3.1 3.2 3.3 3.4 Warm-Ups EC Notes, Homework, Exam Reviews and Their

More information

Lecture 1 Bioradiation

Lecture 1 Bioradiation 1 1 Radiation definition: Radiation, when broadly defined, includes the entire spectrum of electromagnetic waves : radiowaves, microwaves, infrared, visible light, ultraviolet, and x-rays and particles.

More information

L-35 Modern Physics-3 Nuclear Physics 29:006 FINAL EXAM. Structure of the nucleus. The atom and the nucleus. Nuclear Terminology

L-35 Modern Physics-3 Nuclear Physics 29:006 FINAL EXAM. Structure of the nucleus. The atom and the nucleus. Nuclear Terminology 9:006 FINAL EXAM L-5 Modern Physics- Nuclear Physics The final exam is on Monday MAY 7:0 AM - 9:0 AM in W90 CB The FE is not cumulative, and will cover lectures through 6. (50 questions) The last regular

More information

1. Work ( ) = Force ( ) X distance ( ). 2. Force is measured in newtons and measures how hard something is or.

1. Work ( ) = Force ( ) X distance ( ). 2. Force is measured in newtons and measures how hard something is or. Science 10 Unit 2 Worksheet Chapter 5, Part 1. 1. Work ( ) = Force ( ) X distance ( ). 2. Force is measured in newtons and measures how hard something is or. 3. Distance is measured in and refers to the

More information

Chapter 21

Chapter 21 Chapter 21 http://youtu.be/kwasz59f8ga Nuclear reactions involve the nucleus The nucleus opens, and protons and neutrons are rearranged. The opening of the nucleus releases a tremendous amount of energy

More information

Master of Science Astrophysics

Master of Science Astrophysics Master of Science Astrophysics Programme Requirements Astrophysics - MSc (30 credits) and 90 credits from Module List: AS4010 - AS4011, AS5001 - AS5003, AS5521 - AS5524, PH5011, PH5023 and AS5599 (60 credits)

More information

Physics Courses. Courses. Physics Courses 1

Physics Courses. Courses. Physics Courses 1 Physics Courses 1 Physics Courses Courses PHYS 1403. General Physics I (C). General Physics I (3-2) A non-calculus treatment of mechanics and heat. Laboratory experience is an essential component of this

More information

Nuclear Chemistry AP Chemistry Lecture Outline

Nuclear Chemistry AP Chemistry Lecture Outline Nuclear Chemistry AP Chemistry Lecture Outline Name: involve changes with electrons. involve changes in atomic nuclei. Spontaneously-changing nuclei emit and are said to be. Radioactivity nucleons: mass

More information

Masters in Astrophysics

Masters in Astrophysics Masters in Astrophysics Taught Element: 30 credits: 90 credits from: AS4010, AS4011, AS5001, AS5002, AS5003, AS5521,AS5522, AS5523, AS5524, PH5011, PH5023 A minimum of 90 credits must be in 5000-level

More information

Atomic Structure & Nuclear Chemistry Unit 3 Notes

Atomic Structure & Nuclear Chemistry Unit 3 Notes Atomic Structure & Nuclear Chemistry Unit 3 Notes Academic Chemistry Name 52 24 Cr Mass Number Symbol Atomic Number Unit #3 Test Date You can never learn less, you can only learn more. R. Buckminster Fuller

More information

Core Questions Physics unit 4 - Atomic Structure

Core Questions Physics unit 4 - Atomic Structure Core Questions Physics unit 4 - Atomic Structure No. Question Answer 1 What did scientists think about atoms before the discovery of the They were tiny spheres that could not be broken up electron? 2 Which

More information

THE GALAXY. Spitzer Space Telescope Images & Spectra: 3µm - 170µm

THE GALAXY. Spitzer Space Telescope Images & Spectra: 3µm - 170µm THE GALAXY Composite infrared colour image of Galactic Centre region taken at 1.25, 2.2 and 3.5 microns with COBE/DIRBE instrument (NASA/GSFC). GALAXY: A conglomeration of stars, gas + dust Topics: Star

More information

Radioactivity. L 38 Modern Physics [4] Hazards of radiation. Nuclear Reactions and E = mc 2 Einstein: a little mass goes a long way

Radioactivity. L 38 Modern Physics [4] Hazards of radiation. Nuclear Reactions and E = mc 2 Einstein: a little mass goes a long way L 38 Modern Physics [4] Nuclear physics what s inside the nucleus and what holds it together what is radioactivity, halflife carbon dating Nuclear energy nuclear fission nuclear fusion nuclear reactors

More information

A World of Dust. Bare-Eye Nebula: Orion. Interstellar Medium

A World of Dust. Bare-Eye Nebula: Orion. Interstellar Medium Interstellar Medium Physics 113 Goderya Chapter(s): 10 Learning Outcomes: A World of Dust The space between the stars is not completely empty, but filled with very dilute gas and dust, producing some of

More information

PHYSICS A2 UNIT 2 SECTION 1: RADIOACTIVITY & NUCLEAR ENERGY

PHYSICS A2 UNIT 2 SECTION 1: RADIOACTIVITY & NUCLEAR ENERGY PHYSICS A2 UNIT 2 SECTION 1: RADIOACTIVITY & NUCLEAR ENERGY THE ATOMIC NUCLEUS / NUCLEAR RADIUS & DENSITY / PROPERTIES OF NUCLEAR RADIATION / INTENSITY & BACKGROUND RADIATION / EXPONENTIAL LAW OF DECAY

More information

Nuclear Reactions and E = mc 2. L 38 Modern Physics [4] Hazards of radiation. Radiation sickness. Biological effects of nuclear radiation

Nuclear Reactions and E = mc 2. L 38 Modern Physics [4] Hazards of radiation. Radiation sickness. Biological effects of nuclear radiation L 38 Modern Physics [4] Nuclear physics what s s inside the nucleus and what holds it together what is radioactivity, halflife carbon dating Nuclear energy nuclear fission nuclear fusion nuclear reactors

More information

Radiation Awareness Training. Stephen Price Office of Research Safety

Radiation Awareness Training. Stephen Price Office of Research Safety Radiation Awareness Training Stephen Price Office of Research Safety Purpose This training is intended for Clemson University Faculty, Staff or Students who do not work directly with radioactive materials

More information

Lecture Outlines Chapter 32. Physics, 3 rd Edition James S. Walker

Lecture Outlines Chapter 32. Physics, 3 rd Edition James S. Walker Lecture Outlines Chapter 32 Physics, 3 rd Edition James S. Walker 2007 Pearson Prentice Hall This work is protected by United States copyright laws and is provided solely for the use of instructors in

More information

Nuclear Chemistry Unit

Nuclear Chemistry Unit Nuclear Chemistry Unit January 28th HW Due Thurs. 1/30 Read pages 284 291 Define: Radioactivity Nuclear Radiation Alpha Particle Beta Particle Gamma Ray Half-Life Answer: -Questions 1-3 -Write the symbols

More information

Radioactivity pp Topic 9: Nuclear Physics Ch. 10. Radioactivity. Radioactivity

Radioactivity pp Topic 9: Nuclear Physics Ch. 10. Radioactivity. Radioactivity Topic 9: Nuclear Physics Ch. 10 pp.244-249 results from radioactive decay, which is the process in which unstable atomic nuclei transform and emit radiation. has existed longer than the human race. Unstable

More information

Nuclear Spectroscopy: Radioactivity and Half Life

Nuclear Spectroscopy: Radioactivity and Half Life Particle and Spectroscopy: and Half Life 02/08/2018 My Office Hours: Thursday 1:00-3:00 PM 212 Keen Building Outline 1 2 3 4 5 Some nuclei are unstable and decay spontaneously into two or more particles.

More information

UNIT 10 RADIOACTIVITY AND NUCLEAR CHEMISTRY

UNIT 10 RADIOACTIVITY AND NUCLEAR CHEMISTRY UNIT 10 RADIOACTIVITY AND NUCLEAR CHEMISTRY student version www.toppr.com Contents (a) Types of Radiation (b) Properties of Radiation (c) Dangers of Radiation (d) Rates of radioactive decay (e) Nuclear

More information

Isotopes. An isotope is an atom of the same element (same number of protons) that varies in the number of neutrons.

Isotopes. An isotope is an atom of the same element (same number of protons) that varies in the number of neutrons. Nuclear Chemistry Isotopes An isotope is an atom of the same element (same number of protons) that varies in the number of neutrons. Most elements have several isotopes Some are unstable and emit radiation

More information

Isotopes. An isotope is an atoms of the same element (same number of protons) that vary in the number of neutrons.

Isotopes. An isotope is an atoms of the same element (same number of protons) that vary in the number of neutrons. Nuclear Chemistry Isotopes An isotope is an atoms of the same element (same number of protons) that vary in the number of neutrons. Most elements have several isotopes Some are unstable and emit radiation

More information

Wallace Hall Academy Physics Department. Radiation. Pupil Notes Name:

Wallace Hall Academy Physics Department. Radiation. Pupil Notes Name: Wallace Hall Academy Physics Department Radiation Pupil Notes Name: Learning intentions for this unit? Be able to draw and label a diagram of an atom Be able to state what alpha particles, beta particles

More information

Lecture PowerPoint. Chapter 31 Physics: Principles with Applications, 6 th edition Giancoli

Lecture PowerPoint. Chapter 31 Physics: Principles with Applications, 6 th edition Giancoli Lecture PowerPoint Chapter 31 Physics: Principles with Applications, 6 th edition Giancoli 2005 Pearson Prentice Hall This work is protected by United States copyright laws and is provided solely for the

More information

Nuclear Science Merit Badge Workbook

Nuclear Science Merit Badge Workbook Merit Badge Workbook This workbook can help you but you still need to read the merit badge pamphlet. This Workbook can help you organize your thoughts as you prepare to meet with your merit badge counselor.

More information

The basic structure of an atom is a positively charged nucleus composed of both protons and neutrons surrounded by negatively charged electrons.

The basic structure of an atom is a positively charged nucleus composed of both protons and neutrons surrounded by negatively charged electrons. 4.4 Atomic structure Ionising radiation is hazardous but can be very useful. Although radioactivity was discovered over a century ago, it took many nuclear physicists several decades to understand the

More information

Lecture PowerPoints. Chapter 31 Physics: Principles with Applications, 7th edition Giancoli

Lecture PowerPoints. Chapter 31 Physics: Principles with Applications, 7th edition Giancoli Lecture PowerPoints Chapter 31 Physics: Principles with Applications, 7th edition Giancoli This work is protected by United States copyright laws and is provided solely for the use of instructors in teaching

More information

Name: COMBINED SCIENCE Topics 4, 5 & 6 LEARNING OUTCOMES. Maintain a record of your progress Use the booklet to guide revision

Name: COMBINED SCIENCE Topics 4, 5 & 6 LEARNING OUTCOMES. Maintain a record of your progress Use the booklet to guide revision Name: COMBINED SCIENCE Topics 4, 5 & 6 LEARNING OUTCOMES Maintain a record of your progress Use the booklet to guide revision Close the Gap Contemporary record of the Topics / Learning outcomes that I

More information

SYLLABUS. COURSE DESCRIPTION (Course information, basic description, general information, teaching overview, required equipment and preparation, etc.

SYLLABUS. COURSE DESCRIPTION (Course information, basic description, general information, teaching overview, required equipment and preparation, etc. Faculty of Medicine Course title: Medical Physics and Biophysics Course coordinator: Collaborators: Slaven Jurković, PhD, Assistant Professor Diana Mance, PhD, Senior Assistant Study program: Integrated

More information

Unit 3: Chemistry in Society Nuclear Chemistry Summary Notes

Unit 3: Chemistry in Society Nuclear Chemistry Summary Notes St Ninian s High School Chemistry Department National 5 Chemistry Unit 3: Chemistry in Society Nuclear Chemistry Summary Notes Name Learning Outcomes After completing this topic you should be able to :

More information

Isotopes Atoms of an element (same # p+) that differ in their number of neutrons

Isotopes Atoms of an element (same # p+) that differ in their number of neutrons Isotopes Atoms of an element (same # p+) that differ in their number of neutrons Radio-isotopes Isotope of an element that is UNSTABLE. They spontaneously emit particles (energy) in order to achieve a

More information

PhD Qualifying Exam Nuclear Engineering Program. Part 1 Core Courses

PhD Qualifying Exam Nuclear Engineering Program. Part 1 Core Courses PhD Qualifying Exam Nuclear Engineering Program Part 1 Core Courses 9:00 am 12:00 noon, November 19, 2016 (1) Nuclear Reactor Analysis During the startup of a one-region, homogeneous slab reactor of size

More information

Radiation Safety Talk. UC Santa Cruz Physics 133 Winter 2018

Radiation Safety Talk. UC Santa Cruz Physics 133 Winter 2018 Radiation Safety Talk UC Santa Cruz Physics 133 Winter 2018 Outline Types of radiation Sources of radiation Dose limits and risks ALARA principle Safety procedures Types of radiation Radiation is energy

More information

((Radiation )) أيهمدغيم. Ionizing RadiationNon-ionizing radiation. This is the last sheet for Dr. Madi s lectures & its number is ((22)).

((Radiation )) أيهمدغيم. Ionizing RadiationNon-ionizing radiation. This is the last sheet for Dr. Madi s lectures & its number is ((22)). ((Radiation )) This is the last sheet for Dr. Madi s lectures & its number is ((22)). This sheet contains (Slides and recording).. So I did my best to let you not refer to slides. First of all, there is

More information

DEVIL PHYSICS THE BADDEST CLASS ON CAMPUS IB PHYSICS

DEVIL PHYSICS THE BADDEST CLASS ON CAMPUS IB PHYSICS DEVIL PHYSICS THE BADDEST CLASS ON CAMPUS IB PHYSICS TSOKOS OPTION I-2 MEDICAL IMAGING Reading Activity Answers IB Assessment Statements Option I-2, Medical Imaging: X-Rays I.2.1. I.2.2. I.2.3. Define

More information

4.4.1 Atoms and isotopes The structure of an atom Mass number, atomic number and isotopes. Content

4.4.1 Atoms and isotopes The structure of an atom Mass number, atomic number and isotopes. Content 4.4 Atomic structure Ionising radiation is hazardous but can be very useful. Although radioactivity was discovered over a century ago, it took many nuclear physicists several decades to understand the

More information

Summary of changes (certificate to new GCSE)

Summary of changes (certificate to new GCSE) Summary of changes (certificate to new GCSE) This resource outlines the main changes that have been made to the assessment and subject content from our current Level 1/2 Certificate in Physics to the new

More information

Radiation Safety Training Session 1: Radiation Protection Fundamentals and Biological Effects

Radiation Safety Training Session 1: Radiation Protection Fundamentals and Biological Effects Radiation Safety Training Session 1: Radiation Protection Fundamentals and Biological Effects Reading Assignment: LLE Radiological Controls Manual (LLEINST 6610) Part 1 UR Radiation Safety Training Manual

More information

Name Date Class NUCLEAR CHEMISTRY. Standard Curriculum Core content Extension topics

Name Date Class NUCLEAR CHEMISTRY. Standard Curriculum Core content Extension topics 28 NUCLEAR CHEMISTRY Conceptual Curriculum Concrete concepts More abstract concepts or math/problem-solving Standard Curriculum Core content Extension topics Honors Curriculum Core honors content Options

More information

RADIATION AND NUCLEAR SCIENCE 10 EARTH SCIENCE ENERGY

RADIATION AND NUCLEAR SCIENCE 10 EARTH SCIENCE ENERGY RADIATION AND NUCLEAR SCIENCE 10 EARTH SCIENCE ENERGY LESSON 1: RADIATION RADIATION Radiation is energy given off by matter in the form of electromagnetic rays or high-speed particles. Radiation can be

More information

City University of Hong Kong

City University of Hong Kong City University of Hong Kong Information on a Course offered by the Department of Physics and Materials Science with effect from Semester A in 2013 / 2014 Part I Course Title: Radiological Physics and

More information

DEPARTMENT OF PHYSICS AND ASTRONOMY. BSc/MSci Programme Structures (Full-time Undergraduate Degrees)

DEPARTMENT OF PHYSICS AND ASTRONOMY. BSc/MSci Programme Structures (Full-time Undergraduate Degrees) DEPARTMENT OF PHYSICS AND ASTRONOMY BSc/MSci Programme Structures (Full-time Undergraduate Degrees) 2016/2017 Dates of College Terms The College terms for session 2016/2017 are: First Term: Monday 26 September

More information

Particles involved proton neutron electron positron gamma ray 1

Particles involved proton neutron electron positron gamma ray 1 TOPIC : Nuclear and radiation chemistry Nuclide - an atom with a particular mass number and atomic number Isotopes - nuclides with the same atomic number (Z) but different mass numbers (A) Notation A Element

More information

Recap I Lecture 41 Matthias Liepe, 2012

Recap I Lecture 41 Matthias Liepe, 2012 Recap I Lecture 41 Matthias Liepe, 01 Recap II Nuclear Physics The nucleus Radioactive decay Fission Fusion Particle Physics: What is the Higgs? Today: Nuclear Physics: The Nucleus Positive charge and

More information

22.54 Neutron Interactions and Applications (Spring 2004) Chapter 1 (2/3/04) Overview -- Interactions, Distributions, Cross Sections, Applications

22.54 Neutron Interactions and Applications (Spring 2004) Chapter 1 (2/3/04) Overview -- Interactions, Distributions, Cross Sections, Applications .54 Neutron Interactions and Applications (Spring 004) Chapter 1 (/3/04) Overview -- Interactions, Distributions, Cross Sections, Applications There are many references in the vast literature on nuclear

More information

UNIVERSITY OF SOUTHAMPTON

UNIVERSITY OF SOUTHAMPTON UNIVERSITY OF SOUTHAMPTON PHYS3009W1 SEMESTER 2 EXAMINATION 2014-2015 APPLIED NUCLEAR PHYSICS Duration: 120 MINS (2 hours) This paper contains 10 questions. Answer all questions in Section A and only two

More information

Properties of the nucleus. 9.1 Nuclear Physics. Isotopes. Stable Nuclei. Size of the nucleus. Size of the nucleus

Properties of the nucleus. 9.1 Nuclear Physics. Isotopes. Stable Nuclei. Size of the nucleus. Size of the nucleus Properties of the nucleus 9. Nuclear Physics Properties of nuclei Binding Energy Radioactive decay Natural radioactivity Consists of protons and neutrons Z = no. of protons (tomic number) N = no. of neutrons

More information

Switching to OCR from AQA

Switching to OCR from AQA Switching to OCR from AQA The content within the OCR Physics A specification covers the Big Ideas of physics and will be very familiar. We ve laid it out in a logical progression to support co-teaching

More information

(Triple Science) Physics Paper 1

(Triple Science) Physics Paper 1 (Triple Science) Physics Paper 1 Topic 1 Key concepts Recall and use the SI unit for physical quantities, as listed in the specification Recall and use multiples and sub-multiples of units, including giga

More information

CRaTER Science Requirements

CRaTER Science Requirements CRaTER Science Requirements Lunar Reconnaissance Orbiter CRaTER Preliminary Design Review Justin Kasper (CRaTER Proj. Sci.) Outline Energy deposition Classical ionizing radiation Nuclear fragmentation

More information

11/10/2014. Chapter 1: Introduction to Medical Imaging. Projection (Transmission) vs. Emission Imaging. Emission Imaging

11/10/2014. Chapter 1: Introduction to Medical Imaging. Projection (Transmission) vs. Emission Imaging. Emission Imaging Chapter 1: Introduction to Medical Imaging Overview of Modalities Properties of an Image: Limitations on Information Content Contrast (both object & image): Brightness difference Sharpness (blur): Smallest

More information

Dust radiative transfer modelling. Maarten Baes

Dust radiative transfer modelling. Maarten Baes Dust radiative transfer modelling Maarten Baes Outline 1. Dust radiative transfer: what and why? 2. 3D radiative transfer: how? 3. Simple mock galaxies 4. More realistic mock galaxies 5. Inverse radiative

More information

Basics of Monte Carlo Simulation

Basics of Monte Carlo Simulation Basics of Monte Carlo Simulation condensed from a presentation by M. Asai Dennis Wright Geant4 Tutorial at Lund University 3 September 2018 Contents Historical review of Monte Carlo methods Basics of Monte

More information

Chem 406/Nuc E 405 Nuclear and Radiochemistry Fall Semester 2010

Chem 406/Nuc E 405 Nuclear and Radiochemistry Fall Semester 2010 Chem 406/Nuc E 405 Nuclear and Radiochemistry Fall Semester 2010 INSTRUCTOR: Dr. Gary L. Catchen Department of Mechanical and Nuclear Engineering 226 Reber Building and Breazeale Nuclear Reactor Building

More information

The Atomic Nucleus & Radioactive Decay. Major Constituents of an Atom 4/28/2016. Student Learning Outcomes. Analyze radioactive decay and its results

The Atomic Nucleus & Radioactive Decay. Major Constituents of an Atom 4/28/2016. Student Learning Outcomes. Analyze radioactive decay and its results The Atomic Nucleus & Radioactive Decay ( Chapter 10) Student Learning Outcomes Analyze radioactive decay and its results Differentiate between nuclear fission and fusion Major Constituents of an Atom U=unified

More information

Physics and Chemistry of the Interstellar Medium

Physics and Chemistry of the Interstellar Medium Physics and Chemistry of the Interstellar Medium Sun Kwok The University of Hong Kong UNIVERSITY SCIENCE BOOKS Sausalito, California * Preface xi The Interstellar Medium.1.1 States of Matter in the ISM

More information

Lecture5PracticeQuiz.txt

Lecture5PracticeQuiz.txt TAKEN FROM HORIZONS 7TH EDITION CHAPTER 6 TUTORIAL QUIZ 1. The difference between radiation and sound is that a. radiation exhibits the Doppler effect, whereas sound does not. b. radiation travels much

More information

Astronomy II (ASTR-1020) Homework 2

Astronomy II (ASTR-1020) Homework 2 Astronomy II (ASTR-1020) Homework 2 Due: 10 February 2009 The answers of this multiple choice homework are to be indicated on a Scantron sheet (either Form # 822 N-E or Ref # ABF-882) which you are to

More information

Properties of the nucleus. 8.2 Nuclear Physics. Isotopes. Stable Nuclei. Size of the nucleus. Size of the nucleus

Properties of the nucleus. 8.2 Nuclear Physics. Isotopes. Stable Nuclei. Size of the nucleus. Size of the nucleus Properties of the nucleus 8. Nuclear Physics Properties of nuclei Binding Energy Radioactive decay Natural radioactivity Consists of protons and neutrons Z = no. of protons (Atomic number) N = no. of neutrons

More information

Radioactivity Questions NAT 5

Radioactivity Questions NAT 5 Radioactivity Questions NAT 5 1) Label the particles X, Y and Z from the diagram of the model of the atom below. 2) A Physics teacher demonstrates alpha, beta and gamma radiation during a lesson. She then

More information

Industrial Hygiene: Assessment and Control of the Occupational Environment

Industrial Hygiene: Assessment and Control of the Occupational Environment Industrial Hygiene: Assessment and Control of the Occupational Environment Main Topics Air Pollution Control Analytical Methods Ergonomics Gas and Vapour Sampling General Practice Heat and Cold Stress

More information

Radiation Safety. PIXE PAN 2008 Ed Stech University of Notre Dame

Radiation Safety. PIXE PAN 2008 Ed Stech University of Notre Dame Radiation Safety PIXE PAN 2008 Ed Stech University of Notre Dame Outline Radiation Overview Radiation Safety in during PIXE PAN Other Safety Issues Ionizing Radiation 4 Types Alpha Beta Photon (Gamma and

More information

Unit 12: Nuclear Chemistry

Unit 12: Nuclear Chemistry Unit 12: Nuclear Chemistry 1. Stability of isotopes is based on the ratio of neutrons and protons in its nucleus. Although most nuclei are stable, some are unstable and spontaneously decay, emitting radiation.

More information

UNIT 10 RADIOACTIVITY AND NUCLEAR CHEMISTRY

UNIT 10 RADIOACTIVITY AND NUCLEAR CHEMISTRY UNIT 10 RADIOACTIVITY AND NUCLEAR CHEMISTRY teacher version www.toppr.com Contents (a) Types of Radiation (b) Properties of Radiation (c) Dangers of Radiation (d) Rates of radioactive decay (e) Nuclear

More information

21/11/ /11/2017 Atomic Structure AQA Physics topic 4

21/11/ /11/2017 Atomic Structure AQA Physics topic 4 Atomic Structure AQA Physics topic 4 4.1 Atoms and Isotopes The structure of the atom ELECTRON negative, mass nearly nothing The nucleus is around 10,000 times smaller then the atom! NEUTRON neutral, same

More information

12/1/17 OUTLINE KEY POINTS ELEMENTS WITH UNSTABLE NUCLEI Radioisotopes and Nuclear Reactions 16.2 Biological Effects of Nuclear Radiation

12/1/17 OUTLINE KEY POINTS ELEMENTS WITH UNSTABLE NUCLEI Radioisotopes and Nuclear Reactions 16.2 Biological Effects of Nuclear Radiation OUTLINE 16.1 Radioisotopes and Nuclear Reactions 16.2 Biological Effects of Nuclear Radiation PET scan X-ray technology CT scan 2009 W.H. Freeman KEY POINTS Radioactivity is the consequence of an unstable

More information

The diagram below shows a radioactive isotope going through several half-lives as it decays.

The diagram below shows a radioactive isotope going through several half-lives as it decays. By what process do most stars release energy? A. Electromagnetic induction resulting from strong magnetic fields B. Radioactivity in the interior of the star C. Nuclear fusion in the interior of the star

More information

Nobel prizes in nuclear and reactor physics. Szabolcs Czifrus Institute of Nuclear Techniques BME

Nobel prizes in nuclear and reactor physics. Szabolcs Czifrus Institute of Nuclear Techniques BME Nobel prizes in nuclear and reactor physics Szabolcs Czifrus Institute of Nuclear Techniques BME Nuclear physics in everyday life Electricity: production in nuclear power plants Sterilization by the application

More information