RAY TRACING TIIROUGH MAGNET SYSTEMS. E. A. Taylor. The Spectrometer Facilities Group (SFG) has written a simple Ray Tracing

Size: px
Start display at page:

Download "RAY TRACING TIIROUGH MAGNET SYSTEMS. E. A. Taylor. The Spectrometer Facilities Group (SFG) has written a simple Ray Tracing"

Transcription

1 RAY TRACING TIIROUGH MAGNET SYSTEMS SLAC-TN December 1971 INTRODUCTION E. A. Taylor The Spectrometer Facilities Group (SFG) has written a simple Ray Tracing program which is intended as a supplement to TRANSPORT. The program allows the designer to trace the paths of relativistic charged particles through systemscomposed of any of the commonly used magnetic elements. The elements may be shifted or rolled with respect to the central axis in order to calculate the required positional accuracy. The algorithms used, in general, operate by doing a piecewise integration of the differential equation of motion, and provide a solution which is approximately true to all orders. The program MAGRAY is written in FORTRAN IV, with a few WATFIV "format- free' statements which allow a very convenient input. The program can be accessed and used on the WYIBUR terminal with the command "Use WYL.SX.EAT.MAGRAY on WYIQO~. Since the program is only about 150 statements in length, it is relatively easy to understand and to modify for the introduction of special effects, or the modification of the output format. A companion program ACCEPT is described in this same note. ACCEPT uses MAGRAY to calculate the solid angle acceptance of a magnet system. It requires additional input information on the apertures, or vacuum chamber sizes, and generates a map of the 8 acceptance, together with a record of which ele- ment limited the beam. DESCRIPTION OF MAGRAY INPUT Three types of input statements are expected. In order of their occurrence they are: 1. The "SYSTM" statement must have two numbers: N, the number of ele- ments in the system being examined, and PS, the momentum of the system, GeV/c.

2 -2-2. N "ELEMJWI" statements with three numbers each. The description of the elements is covered below. 39 Finally, an unlimited number of "RAY" statements. The initial parameters of each ray are described by 5 numbers: a. X in centimeters b. 8 or dx/dz in milliradians c. y in centimeters or dy/dz in milliradians e. p or difference in momentum from the system momentum, in percent. GEOMETRY The program uses a right hand coordinate system. Fig. 1 indicates the coordinates as seen by the particle, i.e. particle going into the paper, in the direction Z. Y RAY.. -._ FIG. 1 Coordinate System

3 -3- ELENEXL'S OF THE SYSTEM The elements will be described by Type, which is the first of three numbers for Type 1 each element. - Drift Drift has only one dimension, length,in meters. Thus a drift of 150 centimeters would have a statement The spaces between the numbers are required by the format-free input of WATFIV. The third number, 0, is a dummy. Type 2 - Quadrupole A quadrupole is described by length in meters, and a gradient, kilogauss/cm. In order to provide the maximum versatility to the program, a quadrupole may be rotated 45' from its usual orientation by giving it a negative length. Fig. 2 shows the sign convention for quadrupoles and also bending magnets and sextupoles. The polarity of the magnet assumes negative particles going into the paper. Examples: A quadrupole 50 cm long, required to be defocussing in the x-plane, with a field of I2 Kilogauss at 10 cm radius would have the statement

4 -4- I POSITIVE LENGTH (4 m NEGATIVE IENGTH (b) QUADRUPOIZ WITH POSITIVE GRADIENT POSITIVE IXNGTH NEGATIVE LENGTH (d),bendingg MAGNET WITH POSITJYE FIEID ,.^ POSITIVE LENGTH 5% I f?? (f) NEGATIVE LE!NGTH SMTUPOI8 WITH POSITIVE BETA FIG. 2 Sign Convention for Electrons going into the paper.

5 -5- Type 3 - Bending Magnets A Bending magnet requires a length in meters, and a field in kilogauss. As shown in Fig. 2, a positive length bends particles in the horizontal plane, and a negative length bends particles in the vertical plane. Example: A bending magnet 3 meters long with a field of 18 Kilogauss which bends negative particles upwards would have the statement: Type 4 - Sextupole A sextupole requires a length in meters and a Beta in Ki.logauss/cm2. The choice of positive or negative length is made by referring to Fig. 2. Example: A sextupole of type 2(f) but of opposite polarity is 0.5 meter long, and has a field of 3 Kilogauss at 10 cm rad. The Beta is 3/100 = 0.03 b,/cm2, and the statement reads: Type 5 - Rotated Pole Face If a bending magnet has its entrance face or its exit face other than perpendicular to the central ray, there is a focussing or defocussing effect nitude on all The only of the rays except the central ray. information required on the statement is the sign and mag- Pole Face angle. The convention for this is the same as in TRANSPORT. Fig. 3 Example of Positive Bl and Positive E!2

6 -6- In Fig. 3, Bl and B2 are both positive, and will have the effect of defocussing in the plane of the paper, and focussing in the trans- verse plane. A Rotated Pole Face statement must either precede or follow a Bending magnet statement. The third number is usually zero, as noted on page 7a. Example: Let the magnet in the example of Type 3 be a common rectangular magnet which bends 4.64, but is tipped so that its front face is lo inclined and its rear face The three statements are then: Type 6 - Rotation of axes In order to examine the effect of rolling a quadrupole or sextupole, the coordinate system is rolled in the opposite direction before the component and then back an equal amount afterwards. Roll of a Bending magnet is treated on page 7a. Positive angle of roll is defined in Fig. 1. Example: Suppose the quadrupole in the example of Type 2 is to be rolled lo ccw, i.e. top moved left as the beam sees it, These statements would then be o Type 7 - Translation of Axes The effect of a lateral error in placement of a quadrupole or

7 -7- sextupole is examined by moving the axes in the opposite direction and then back again after the component. The x movement is stated first then the y movement. Example: Suppose the quadrupole in the previous example be 0.1 cm high and 0.25 cm to the right. The statements are then: i i Type 8 - Delta Quadrupole The effect of a small quadrupole can be introduced at the ends of the components by this Type. It differs from a regular quadrupole only in that it is treated as an impulse function, changing angles but not the x or y, and its stated length is not added into the system. The magnitude of the impulse can be considered a product of Length X gradient. Example: Suppose a quadrupole impulse equal to 1% of the example of Ty-pe 2 be required. The statement would be: X2, or alternately, Type 9 - Delta Sextupole Sextupole impulses are introduced in the same manner as above. Thus a correction which is to be 1% of the example of Type 4 would require a statement:

8 -7a- ERRORS IN POSITION OF THE ELEMENTS QUADRUPOLES AND SEXTUPOLES Most of the errors in position of these elements can be described by change of DRIFT, Element Type 1, or ROTATION OF AXES, Element Type 6, or TRANSLATION OF AXES, Element Type 7. YAW and PITCH errors are not treated directly in the program, but can be approximated by translation of the center of the element, or if necessary, by rewriting that portion of the program which traces the ray through quadrupoles or sextupoles. BENDINGMAGNITS Since a Bending Magnet deflects the central ray, it must be treated differently. The most serious error that can occur in Bending Magnet position is ROLL. Small ROLL errors can be introduced by use of the third number of Element Type 5, Pole Face Rotation, which is normally a zero. The ROLL of a Bending Magnet following this element is given in milli- radians, a positive value indicating a clockwise rotation of the Bending Magnet, as seen by the beam. Example: Suppose the Bending Magnet in the example on page 6 is to have a 10 mr, counter-clockwise ROLL error. The three statements become: o If the Bending Magnet would otherwise not require Pole Face information, the statements are:

9 -8-20 GeV/c Spectrometer A good example of the usage of this program is the study of the 20 GeV Spectrometer. This system has never behaved according to the predictions of TRANSPORT, because the first bending magnet is asymmetric in order to allow a very close approach to the primary beam. It has a large notch in the iron, and its coils have all of the return loops on one side of the aperture. The magnet was measured for harmonic content, and this has been included by the DELTA QUAD, and DELTA SEXT elements. In addition, the first quad of the system was rolled counter clockwise 0.7 degrees early in the optics test in an effort to correct some of the aberrations. A portion of the output is reproduced. Fig. 4 is a listing of the first 13 elements, and Fig. 5 is the trace of ray No. 4 through the first 13 elements. The input for this portion of the system is: SYSTEM STATEMENT OOl ELEMENT STATEMENTS l 7 0 i

10 THIS PAGE INTEIWIONALLY LEFT BLANK.

11 EjLEiMEiNTSTATEMENTS o RAY STATEMEWZS 3 1 o 8-2

12 -lo- ELEMENTS OF THE SYSTEM. MOMENTUM = GEV/C TYPE B C go OUTPUT LISTING OF THE ELEMENTS FIG. 4

13 TRACEOFRAYNUMBER 4 X CM THETAMR Y CM PHIMR LGTHMETERS RAY P= -2.00% DRIFT DELTA QUAD DELTA SEXT vi POLE FACE.90 DEG DEG POLE FACE 4.30 DEG DRIFT g SEXT 3* DRIFT lo ROTATE 0.70 DEG lo QUAD lo I2 ROTATE DEG 4. g6o lo g DRIFT g OUTPUT TRACE OF ONE RAY FIG. 5

14 12- Description of ACCEPT In order to determine the solid angle acceptance of a magnet system, the size of the defining apertures must be added to the ELEMENTS of the system. For this purpose, each of the ELEMENT input, as described in MAGBAY, must have two additional numbers: These will be referred to as No. 4 and No. 5, the aperture at the downstream end of the element. No. 4. If this be zero, there is no check of the aperture at this point. Otherwise, the program checks that absolute (x) does not exceed this dimension in centimeters. No. 5. The program checks that absolute (y) does not exceed this dimension. If No. 5 be zero, No. 4 is treated as the radius of a circular aperture, and the ray coordinates are checked for interference If the aperture be asymmetric or irregular in shape, use Element No. 10. Example: The program, starting at statement 85, checks that x be between 3 and -10 and that y be between 4 and -5, all dimensions in centimeters. The RAY cards and ACCEPT calculates give a only the initial xo, yo, and p of a group of rays sort of polar map of 8 and fi acceptance of the system. aeration of ACCEPT Being given the xo, yo, and p of a bundle of rays, ACCEPT steps through combinations of 8 and 9, using MAGRAY to calculate the beam position after each element. It increases the angle in lmr steps until the ray fails to pass, and then backs up in 0.1 mr steps until it gets through each aperture. At that time it prints out the values of the passing 8 and $6, and the number of the element which stopped any larger beam. Sometimes x or y or p may be so large that even a beam parallel with the center line of the system will not get through. In this case a message is

15 -13- given and the program moves to the next group. If the user of this program requires a mapping of ray groups whose zero angle ray does not pass, the source program may be altered so that it can find and examine the special groups of passing rays. INPUT Input and output are best described by using the 20 GeV Spectrometer as an example. The number of elements is 36. The first several ELEMEXC statements are: , and so on The RAY cards now consist of "group" cards, specifying the initial x, y, and p: o 2 Fig. 6 is a portion of the output which lists the elements, and Fig. 7 gives the required solid angle data. The solid angle is presented in polar form: If you picture a vector rotating in 10' steps, then IUD is the maximum angle of divergence of the ray. It is decomposed into Q and fl by the relations

16 -14-8 = RAD * cos(deg) ld = RAD * sin(deg) Fig. 8 is a hand plot of the information contained in Fig. 7. ELEMENTS OF THE SYSTEM. MO- = GEV/c TYPE B C XAPERTURE YAPERTURE go FIG. 6

17 -15- LARGEST BEAMS PASSED f&d NUMBEFi OF LIMITING EIEMENT xo = 6.0 cm YO = 0.0 cm PO = 2.@ DEG RADMR THETAMR PHIMR E 2: i: I ;c ;; 33 ;z ; 5 ; : $ Z 6:40 f2: 6:80 78'2. 1 lo.go * :g; -6: :. ;: l.ll , *39 :;*zt: $7-7:oo FIG. 7

18 0 IbEdr~T t ~-.-.-_ bi= _ f?e5tf?1 ^- - Cl-ING.-_._--.--_... ELFNEWT -.--_.-.*. )- 4.k + -a - t -l - FIG, 8_

OPTICAL RAY TRACING PROGRAM. A simple program has been written which will enable the non-expert to

OPTICAL RAY TRACING PROGRAM. A simple program has been written which will enable the non-expert to OPTICAL RAY TRACING PROGRAM SLAC-TN-71-19 E. A. Taylor July 1971 Introduction: A simple program has been written which will enable the non-expert to trace rays through a variety of geometric optical elements.

More information

G4beamline Simulations for H8

G4beamline Simulations for H8 G4beamline Simulations for H8 Author: Freja Thoresen EN-MEF-LE, Univ. of Copenhagen & CERN Supervisor: Nikolaos Charitonidis CERN (Dated: December 15, 2015) Electronic address: frejathoresen@gmail.com

More information

LCLS Undulator Quadrupole Fiducialization Plan

LCLS Undulator Quadrupole Fiducialization Plan LCLS-TN-07-7 LCLS Undulator Quadrupole Fiducialization Plan Zachary Wolf, Michael Levashov, Eric Lundahl, Ed Reese, Catherine LeCocq, Robert Ruland Stanford Linear Accelerator Center August 14, 2007 Abstract

More information

Section 10.1 Polar Coordinates

Section 10.1 Polar Coordinates Section 10.1 Polar Coordinates Up until now, we have always graphed using the rectangular coordinate system (also called the Cartesian coordinate system). In this section we will learn about another system,

More information

David C. Carey Fermi National Accelerator Laboratory. K. L. Broun Stanford Linear Accelerator Center Stanford University, Stanford, California 94305

David C. Carey Fermi National Accelerator Laboratory. K. L. Broun Stanford Linear Accelerator Center Stanford University, Stanford, California 94305 SLAC-91 Addendum February 1983 NEW FEATURES IN TRANSPORT*+l David C. Carey Fermi National Accelerator Laboratory Batavia, Illinois 60510 K. L. Broun Stanford Linear Accelerator Center Stanford University,

More information

9.5 Polar Coordinates. Copyright Cengage Learning. All rights reserved.

9.5 Polar Coordinates. Copyright Cengage Learning. All rights reserved. 9.5 Polar Coordinates Copyright Cengage Learning. All rights reserved. Introduction Representation of graphs of equations as collections of points (x, y), where x and y represent the directed distances

More information

Forward Time-of-Flight Geometry for CLAS12

Forward Time-of-Flight Geometry for CLAS12 Forward Time-of-Flight Geometry for CLAS12 D.S. Carman, Jefferson Laboratory ftof geom.tex April 13, 2016 Abstract This document details the nominal geometry for the CLAS12 Forward Time-of- Flight System

More information

Upgraded Swimmer for Computationally Efficient Particle Tracking for Jefferson Lab s CLAS12 Spectrometer

Upgraded Swimmer for Computationally Efficient Particle Tracking for Jefferson Lab s CLAS12 Spectrometer Upgraded Swimmer for Computationally Efficient Particle Tracking for Jefferson Lab s CLAS12 Spectrometer Lydia Lorenti Advisor: David Heddle April 29, 2018 Abstract The CLAS12 spectrometer at Jefferson

More information

Complex Numbers, Polar Equations, and Parametric Equations. Copyright 2017, 2013, 2009 Pearson Education, Inc.

Complex Numbers, Polar Equations, and Parametric Equations. Copyright 2017, 2013, 2009 Pearson Education, Inc. 8 Complex Numbers, Polar Equations, and Parametric Equations Copyright 2017, 2013, 2009 Pearson Education, Inc. 1 8.5 Polar Equations and Graphs Polar Coordinate System Graphs of Polar Equations Conversion

More information

PARAMETRIC EQUATIONS AND POLAR COORDINATES

PARAMETRIC EQUATIONS AND POLAR COORDINATES 10 PARAMETRIC EQUATIONS AND POLAR COORDINATES PARAMETRIC EQUATIONS & POLAR COORDINATES A coordinate system represents a point in the plane by an ordered pair of numbers called coordinates. PARAMETRIC EQUATIONS

More information

Example 1: Give the coordinates of the points on the graph.

Example 1: Give the coordinates of the points on the graph. Ordered Pairs Often, to get an idea of the behavior of an equation, we will make a picture that represents the solutions to the equation. A graph gives us that picture. The rectangular coordinate plane,

More information

POLARIZATION 3.5 RETARDATION PLATES

POLARIZATION 3.5 RETARDATION PLATES Nicol Prism as Polarizer and Analyzer: Nicol prism can be used both as polarizer and as an analyzer. When two Nicol prisms are mounted co axially, then the first Nicol prism N 1 which produces plane polarized

More information

Rational Numbers: Graphing: The Coordinate Plane

Rational Numbers: Graphing: The Coordinate Plane Rational Numbers: Graphing: The Coordinate Plane A special kind of plane used in mathematics is the coordinate plane, sometimes called the Cartesian plane after its inventor, René Descartes. It is one

More information

Ray-Trace Study for the LCLS-II Safety Dump Lines

Ray-Trace Study for the LCLS-II Safety Dump Lines LCLS-TN-12-6 Ray-Trace Study for the LCLS-II Safety Dump Lines J. Welch October 2, 2012 Contents 1 Summary 1 2 Safety Dump Lines in LCLS-II 1 3 Fundmental Assumptions 2 4 Analysis 2 4.1 Effect of Earth

More information

Reflection, Refraction and Polarization of Light

Reflection, Refraction and Polarization of Light Reflection, Refraction and Polarization of Light Physics 246/Spring2012 In today's laboratory several properties of light, including the laws of reflection, refraction, total internal reflection and polarization,

More information

ARIEL High Resolution Separator Document Release No. 1 Release Date.: 2014/04/29. History of Changes. Description of Changes Author(s)

ARIEL High Resolution Separator Document Release No. 1 Release Date.: 2014/04/29. History of Changes. Description of Changes Author(s) Release Number Date History of Changes #1 2014-04-29 Initial release Description of Changes Author(s) J.A. Maloney & Marco Marchetto 20140429 150500 Template: Document-24794 Rel. 3 Page 2 of 37 1 Abstract

More information

Synrad: Program for Calculating Synchrotron Radiation Power

Synrad: Program for Calculating Synchrotron Radiation Power Synrad: Program for Calculating Synchrotron Radiation Power February 23, 2017 1 Introduction Synrad is a program for calculating the synchrotron radiation power deposition on the beam chamber walls in

More information

4.1 Radian and Degree Measure

4.1 Radian and Degree Measure 4.1 Radian and Degree Measure Accelerated Pre-Calculus Mr. Niedert Accelerated Pre-Calculus 4.1 Radian and Degree Measure Mr. Niedert 1 / 27 4.1 Radian and Degree Measure 1 Angles Accelerated Pre-Calculus

More information

PBO Lab 2.0 (Particle Beam Optics Laboratory)

PBO Lab 2.0 (Particle Beam Optics Laboratory) PBO Lab 2.0 (Particle Beam Optics Laboratory) User Manual Supplement: TRACE 3-D Application Module Distributed by AccelSoft, Inc. P. O. Box 2813 Del Mar, CA 92014 USA (858) 677-0133 accelsoft@ghga.com

More information

Chapter 8.1: Circular Functions (Trigonometry)

Chapter 8.1: Circular Functions (Trigonometry) Chapter 8.1: Circular Functions (Trigonometry) SSMTH1: Precalculus Science and Technology, Engineering and Mathematics (STEM) Strands Mr. Migo M. Mendoza Chapter 8.1: Circular Functions Lecture 8.1: Basic

More information

AP* Optics Free Response Questions

AP* Optics Free Response Questions AP* Optics Free Response Questions 1978 Q5 MIRRORS An object 6 centimeters high is placed 30 centimeters from a concave mirror of focal length 10 centimeters as shown above. (a) On the diagram above, locate

More information

Jim Lambers MAT 169 Fall Semester Lecture 33 Notes

Jim Lambers MAT 169 Fall Semester Lecture 33 Notes Jim Lambers MAT 169 Fall Semester 2009-10 Lecture 33 Notes These notes correspond to Section 9.3 in the text. Polar Coordinates Throughout this course, we have denoted a point in the plane by an ordered

More information

6.1 Polar Coordinates

6.1 Polar Coordinates 6.1 Polar Coordinates Introduction This chapter introduces and explores the polar coordinate system, which is based on a radius and theta. Students will learn how to plot points and basic graphs in this

More information

TEAMS National Competition High School Version Photometry Solution Manual 25 Questions

TEAMS National Competition High School Version Photometry Solution Manual 25 Questions TEAMS National Competition High School Version Photometry Solution Manual 25 Questions Page 1 of 15 Photometry Questions 1. When an upright object is placed between the focal point of a lens and a converging

More information

6.7. POLAR COORDINATES

6.7. POLAR COORDINATES 6.7. POLAR COORDINATES What You Should Learn Plot points on the polar coordinate system. Convert points from rectangular to polar form and vice versa. Convert equations from rectangular to polar form and

More information

TEAMS National Competition Middle School Version Photometry 25 Questions

TEAMS National Competition Middle School Version Photometry 25 Questions TEAMS National Competition Middle School Version Photometry 25 Questions Page 1 of 13 Telescopes and their Lenses Although telescopes provide us with the extraordinary power to see objects miles away,

More information

TEAMS National Competition Middle School Version Photometry Solution Manual 25 Questions

TEAMS National Competition Middle School Version Photometry Solution Manual 25 Questions TEAMS National Competition Middle School Version Photometry Solution Manual 25 Questions Page 1 of 14 Photometry Questions 1. When an upright object is placed between the focal point of a lens and a converging

More information

TEAMS National Competition High School Version Photometry 25 Questions

TEAMS National Competition High School Version Photometry 25 Questions TEAMS National Competition High School Version Photometry 25 Questions Page 1 of 14 Telescopes and their Lenses Although telescopes provide us with the extraordinary power to see objects miles away, the

More information

3D Field Computation and Ray-tracing

3D Field Computation and Ray-tracing 3D 3D Family 3D Field Computation and Ray-tracing 3D computes the properties of electrostatic and magnetic electron optical systems, using a fully 3D potential computation and direct electron ray-tracing

More information

Modeling Circularly-Polarizing ID Effects at APS

Modeling Circularly-Polarizing ID Effects at APS Modeling Circularly-Polarizing ID Effects at APS L. Emery and A. Xiao Accelerator Systems Division Argonne National Laboratory Mini-workshop on Dynamic Aperture Issues of USR 11 th November 2010 Outline

More information

JUST THE MATHS SLIDES NUMBER 5.2. GEOMETRY 2 (The straight line) A.J.Hobson

JUST THE MATHS SLIDES NUMBER 5.2. GEOMETRY 2 (The straight line) A.J.Hobson JUST THE MATHS SLIDES NUMBER 5.2 GEOMETRY 2 (The straight line) by A.J.Hobson 5.2.1 Preamble 5.2.2 Standard equations of a straight line 5.2.3 Perpendicular straight lines 5.2.4 Change of origin UNIT 5.2

More information

L2 Translations, Reflections, and Rotations Pre-Assessment Per Date

L2 Translations, Reflections, and Rotations Pre-Assessment Per Date L Translations, Reflections, and Rotations.1 - Pre-Assessment Per Date Have you ever wanted to rearrange the furniture in your room? First you might want to make sure that the furniture would fit in the

More information

NORTHERN ILLINOIS UNIVERSITY PHYSICS DEPARTMENT. Physics 211 E&M and Quantum Physics Spring Lab #7: Reflection & Refraction

NORTHERN ILLINOIS UNIVERSITY PHYSICS DEPARTMENT. Physics 211 E&M and Quantum Physics Spring Lab #7: Reflection & Refraction NORTHERN ILLINOIS UNIVERSITY PHYSICS DEPARTMENT Physics 211 E&M and Quantum Physics Spring 2018 Lab #7: Reflection & Refraction Lab Writeup Due: Mon/Wed/Thu/Fri, March 26/28/29/30, 2018 Background Light

More information

LIGHT. Speed of light Law of Reflection Refraction Snell s Law Mirrors Lenses

LIGHT. Speed of light Law of Reflection Refraction Snell s Law Mirrors Lenses LIGHT Speed of light Law of Reflection Refraction Snell s Law Mirrors Lenses Light = Electromagnetic Wave Requires No Medium to Travel Oscillating Electric and Magnetic Field Travel at the speed of light

More information

Figure 1 - Refraction

Figure 1 - Refraction Geometrical optics Introduction Refraction When light crosses the interface between two media having different refractive indices (e.g. between water and air) a light ray will appear to change its direction

More information

Lattice calibration with turn-by-turn BPM data. X. Huang 3/17/2010 IUCF Workshop -- X. Huang

Lattice calibration with turn-by-turn BPM data. X. Huang 3/17/2010 IUCF Workshop -- X. Huang Lattice calibration with turn-by-turn BPM data X. Huang 3/17/2010 3/17/2010 IUCF Workshop -- X. Huang 1 Lattice calibration methods Outline Orbit response matrix LOCO Turn-by-turn BPM data MIA, ICA, etc.

More information

Chapter 33 Continued Properties of Light. Law of Reflection Law of Refraction or Snell s Law Chromatic Dispersion Brewsters Angle

Chapter 33 Continued Properties of Light. Law of Reflection Law of Refraction or Snell s Law Chromatic Dispersion Brewsters Angle Chapter 33 Continued Properties of Light Law of Reflection Law of Refraction or Snell s Law Chromatic Dispersion Brewsters Angle Dispersion: Different wavelengths have different velocities and therefore

More information

Optical design of COrE+

Optical design of COrE+ Optical design of COrE+ Karl Young November 23, 2015 The optical designs for COrE+ were made by Darragh McCarthy and Neil Trappe at Maynooth University and Karl Young and Shaul Hanany at University of

More information

Section 20: Graphics

Section 20: Graphics Section 20: Graphics CNC 88HS Graphics Graphics Menu The graphics menu of the page editor has been designed to allow the user to view the part path of the current program in memory. The graphics can be

More information

To graph the point (r, θ), simply go out r units along the initial ray, then rotate through the angle θ. The point (1, 5π 6. ) is graphed below:

To graph the point (r, θ), simply go out r units along the initial ray, then rotate through the angle θ. The point (1, 5π 6. ) is graphed below: Polar Coordinates Any point in the plane can be described by the Cartesian coordinates (x, y), where x and y are measured along the corresponding axes. However, this is not the only way to represent points

More information

Novel Magnetic Field Mapping Technology for Small and Closed Aperture Undulators

Novel Magnetic Field Mapping Technology for Small and Closed Aperture Undulators Novel Magnetic Field Mapping Technology for Small and Closed Aperture Undulators Erik Wallen and Hyun-Wook Kim 06.06.2017 Outline Introduction - Measurement systems at LBNL - Activities at LBNL - Need

More information

Chapter 26 Geometrical Optics

Chapter 26 Geometrical Optics Chapter 26 Geometrical Optics 26.1 The Reflection of Light 26.2 Forming Images With a Plane Mirror 26.3 Spherical Mirrors 26.4 Ray Tracing and the Mirror Equation 26.5 The Refraction of Light 26.6 Ray

More information

Chapter 36. Image Formation

Chapter 36. Image Formation Chapter 36 Image Formation Apr 22, 2012 Light from distant things We learn about a distant thing from the light it generates or redirects. The lenses in our eyes create images of objects our brains can

More information

Synrad3D Photon propagation and scattering simulation

Synrad3D Photon propagation and scattering simulation Synrad3D Photon propagation and scattering simulation G. Dugan, D. Sagan CLASSE, Cornell University, Ithaca, NY 14853 USA Abstract As part of the Bmad software library, a program called Synrad3D has been

More information

Lecture Outline Chapter 26. Physics, 4 th Edition James S. Walker. Copyright 2010 Pearson Education, Inc.

Lecture Outline Chapter 26. Physics, 4 th Edition James S. Walker. Copyright 2010 Pearson Education, Inc. Lecture Outline Chapter 26 Physics, 4 th Edition James S. Walker Chapter 26 Geometrical Optics Units of Chapter 26 The Reflection of Light Forming Images with a Plane Mirror Spherical Mirrors Ray Tracing

More information

LIGHTS, CAMERA, CALCULUS

LIGHTS, CAMERA, CALCULUS LIGHTS, CAMERA, CALCULUS Robert E. Kowalczyk and Adam O. Hausknecht University of Massachusetts Dartmouth Mathematics Department, 285 Old Westport Road, N. Dartmouth, MA 02747-2300 rkowalczyk@umassd.edu

More information

9.1 Parametric Curves

9.1 Parametric Curves Math 172 Chapter 9A notes Page 1 of 20 9.1 Parametric Curves So far we have discussed equations in the form. Sometimes and are given as functions of a parameter. Example. Projectile Motion Sketch and axes,

More information

AIM To determine the frequency of alternating current using a sonometer and an electromagnet.

AIM To determine the frequency of alternating current using a sonometer and an electromagnet. EXPERIMENT 8 AIM To determine the frequency of alternating current using a sonometer and an electromagnet. APPARATUS AND MATERIAL REQUIRED A sonometer with a soft iron wire stretched over it, an electromagnet,

More information

Lab 4 Projectile Motion

Lab 4 Projectile Motion b Lab 4 Projectile Motion What You Need To Know: x = x v = v v o ox = v + v ox ox + at 1 t + at + a x FIGURE 1 Linear Motion Equations The Physics So far in lab you ve dealt with an object moving horizontally

More information

Lecture Outlines Chapter 26

Lecture Outlines Chapter 26 Lecture Outlines Chapter 26 11/18/2013 2 Chapter 26 Geometrical Optics Objectives: After completing this module, you should be able to: Explain and discuss with diagrams, reflection and refraction of light

More information

Vector Addition. Qty Item Part Number 1 Force Table ME-9447B 1 Mass and Hanger Set ME Carpenter s level 1 String

Vector Addition. Qty Item Part Number 1 Force Table ME-9447B 1 Mass and Hanger Set ME Carpenter s level 1 String rev 05/2018 Vector Addition Equipment List Qty Item Part Number 1 Force Table ME-9447B 1 Mass and Hanger Set ME-8979 1 Carpenter s level 1 String Purpose The purpose of this lab is for the student to gain

More information

Experiment 8 Wave Optics

Experiment 8 Wave Optics Physics 263 Experiment 8 Wave Optics In this laboratory, we will perform two experiments on wave optics. 1 Double Slit Interference In two-slit interference, light falls on an opaque screen with two closely

More information

Nicholas J. Giordano. Chapter 24. Geometrical Optics. Marilyn Akins, PhD Broome Community College

Nicholas J. Giordano.   Chapter 24. Geometrical Optics. Marilyn Akins, PhD Broome Community College Nicholas J. Giordano www.cengage.com/physics/giordano Chapter 24 Geometrical Optics Marilyn Akins, PhD Broome Community College Optics The study of light is called optics Some highlights in the history

More information

MATHEMATICS 105 Plane Trigonometry

MATHEMATICS 105 Plane Trigonometry Chapter I THE TRIGONOMETRIC FUNCTIONS MATHEMATICS 105 Plane Trigonometry INTRODUCTION The word trigonometry literally means triangle measurement. It is concerned with the measurement of the parts, sides,

More information

Lesson 5: Definition of Rotation and Basic Properties

Lesson 5: Definition of Rotation and Basic Properties Student Outcomes Students know how to rotate a figure a given degree around a given center. Students know that rotations move lines to lines, rays to rays, segments to segments, and angles to angles. Students

More information

Reflection and Refraction

Reflection and Refraction Reflection and Refraction Theory: Whenever a wave traveling in some medium encounters an interface or boundary with another medium either (or both) of the processes of (1) reflection and (2) refraction

More information

Learning Task: Exploring Reflections and Rotations

Learning Task: Exploring Reflections and Rotations Learning Task: Exploring Reflections and Rotations Name Date Mathematical Goals Develop and demonstrate an understanding of reflections and rotations of figures in general and on a coordinate plane. Essential

More information

Algebra Based Physics

Algebra Based Physics Slide 1 / 66 Slide 2 / 66 Algebra Based Physics Geometric Optics 2015-12-01 www.njctl.org Table of ontents Slide 3 / 66 lick on the topic to go to that section Reflection Spherical Mirror Refraction and

More information

Ray Optics I. Last time, finished EM theory Looked at complex boundary problems TIR: Snell s law complex Metal mirrors: index complex

Ray Optics I. Last time, finished EM theory Looked at complex boundary problems TIR: Snell s law complex Metal mirrors: index complex Phys 531 Lecture 8 20 September 2005 Ray Optics I Last time, finished EM theory Looked at complex boundary problems TIR: Snell s law complex Metal mirrors: index complex Today shift gears, start applying

More information

Graphics and Interaction Transformation geometry and homogeneous coordinates

Graphics and Interaction Transformation geometry and homogeneous coordinates 433-324 Graphics and Interaction Transformation geometry and homogeneous coordinates Department of Computer Science and Software Engineering The Lecture outline Introduction Vectors and matrices Translation

More information

COMP30019 Graphics and Interaction Transformation geometry and homogeneous coordinates

COMP30019 Graphics and Interaction Transformation geometry and homogeneous coordinates COMP30019 Graphics and Interaction Transformation geometry and homogeneous coordinates Department of Computer Science and Software Engineering The Lecture outline Introduction Vectors and matrices Translation

More information

5/27/12. Objectives. Plane Curves and Parametric Equations. Sketch the graph of a curve given by a set of parametric equations.

5/27/12. Objectives. Plane Curves and Parametric Equations. Sketch the graph of a curve given by a set of parametric equations. Objectives Sketch the graph of a curve given by a set of parametric equations. Eliminate the parameter in a set of parametric equations. Find a set of parametric equations to represent a curve. Understand

More information

Light: Geometric Optics

Light: Geometric Optics Light: Geometric Optics 23.1 The Ray Model of Light Light very often travels in straight lines. We represent light using rays, which are straight lines emanating from an object. This is an idealization,

More information

UNIT 2 2D TRANSFORMATIONS

UNIT 2 2D TRANSFORMATIONS UNIT 2 2D TRANSFORMATIONS Introduction With the procedures for displaying output primitives and their attributes, we can create variety of pictures and graphs. In many applications, there is also a need

More information

3B SCIENTIFIC PHYSICS

3B SCIENTIFIC PHYSICS 3B SCIENTIFIC PHYSICS Instruction sheet 06/18 ALF Laser Optics Demonstration Set Laser Optics Supplement Set Page 1 2 3 3 3 4 4 4 5 5 5 6 6 6 7 7 7 8 8 8 9 9 9 10 10 10 11 11 11 12 12 12 13 13 13 14 14

More information

Refraction at a single curved spherical surface

Refraction at a single curved spherical surface Refraction at a single curved spherical surface This is the beginning of a sequence of classes which will introduce simple and complex lens systems We will start with some terminology which will become

More information

GDL Toolbox 2 Reference Manual

GDL Toolbox 2 Reference Manual Reference Manual Archi-data Ltd. Copyright 2002. New Features Reference Manual New Save GDL command Selected GDL Toolbox elements can be exported into simple GDL scripts. During the export process, the

More information

12 Alignment. Technical Synopsis

12 Alignment. Technical Synopsis 12 Alignment Technical Synopsis This section describes the procedures and methods used to position the LCLS-II components with their required accuracy. Most of the alignment requirements for the injector,

More information

Unit 1: Numeration I Can Statements

Unit 1: Numeration I Can Statements Unit 1: Numeration I can write a number using proper spacing without commas. e.g., 934 567. I can write a number to 1 000 000 in words. I can show my understanding of place value in a given number. I can

More information

AP Physics: Curved Mirrors and Lenses

AP Physics: Curved Mirrors and Lenses The Ray Model of Light Light often travels in straight lines. We represent light using rays, which are straight lines emanating from an object. This is an idealization, but is very useful for geometric

More information

Light and the Properties of Reflection & Refraction

Light and the Properties of Reflection & Refraction Light and the Properties of Reflection & Refraction OBJECTIVE To study the imaging properties of a plane mirror. To prove the law of reflection from the previous imaging study. To study the refraction

More information

Lesson 1. Unit 2 Practice Problems. Problem 2. Problem 1. Solution 1, 4, 5. Solution. Problem 3

Lesson 1. Unit 2 Practice Problems. Problem 2. Problem 1. Solution 1, 4, 5. Solution. Problem 3 Unit 2 Practice Problems Lesson 1 Problem 1 Rectangle measures 12 cm by 3 cm. Rectangle is a scaled copy of Rectangle. Select all of the measurement pairs that could be the dimensions of Rectangle. 1.

More information

9.1 POLAR COORDINATES

9.1 POLAR COORDINATES 9. Polar Coordinates Contemporary Calculus 9. POLAR COORDINATES The rectangular coordinate system is immensely useful, but it is not the only way to assign an address to a point in the plane and sometimes

More information

1 Trigonometry. Copyright Cengage Learning. All rights reserved.

1 Trigonometry. Copyright Cengage Learning. All rights reserved. 1 Trigonometry Copyright Cengage Learning. All rights reserved. 1.1 Radian and Degree Measure Copyright Cengage Learning. All rights reserved. Objectives Describe angles. Use radian measure. Use degree

More information

Optics. a- Before the beginning of the nineteenth century, light was considered to be a stream of particles.

Optics. a- Before the beginning of the nineteenth century, light was considered to be a stream of particles. Optics 1- Light Nature: a- Before the beginning of the nineteenth century, light was considered to be a stream of particles. The particles were either emitted by the object being viewed or emanated from

More information

Optimal 3D Quadrupole Shapes

Optimal 3D Quadrupole Shapes Optimal 3D Quadrupole Shapes D Rick Baartman, TRIUMF Oct. 2, 2013 R. Baartman, TRIUMF Introduction Square ends versus round: which is better? R. Baartman, TRIUMF 1 Normal quads are those that are constant

More information

East Penn School District Secondary Curriculum

East Penn School District Secondary Curriculum East Penn School District Secondary Curriculum A Planned Course Statement for Analytic Geometry and Calculus (BC) AP Course # 360 Grade(s) 12 Department: Math ength of Period (mins.) 41 Total Clock Hours:

More information

ULTRASONIC TESTING AND FLAW CHARACTERIZATION. Alex KARPELSON Kinectrics Inc., Toronto, Canada

ULTRASONIC TESTING AND FLAW CHARACTERIZATION. Alex KARPELSON Kinectrics Inc., Toronto, Canada ULTRASONIC TESTING AND FLAW CHARACTERIZATION Alex KARPELSON Kinectrics Inc., Toronto, Canada 1. Introduction Ultrasonic Testing (UT) is a commonly used inspection method. Various techniques are employed

More information

Unit 3 Transformations and Clipping

Unit 3 Transformations and Clipping Transformation Unit 3 Transformations and Clipping Changes in orientation, size and shape of an object by changing the coordinate description, is known as Geometric Transformation. Translation To reposition

More information

Ch. 22 Properties of Light HW# 1, 5, 7, 9, 11, 15, 19, 22, 29, 37, 38

Ch. 22 Properties of Light HW# 1, 5, 7, 9, 11, 15, 19, 22, 29, 37, 38 Ch. 22 Properties of Light HW# 1, 5, 7, 9, 11, 15, 19, 22, 29, 37, 38 Brief History of the Nature of Light Up until 19 th century, light was modeled as a stream of particles. Newton was a proponent of

More information

Review Sheet Chapter 3

Review Sheet Chapter 3 Review Sheet Chapter 3 1. Find the value of the derivative (if it exists) of the function at the extremum point (0,0). A) 0 B) 1 C) -1 D) E) 2. Find the value of the derivative (if it exists) of the function

More information

This overview summarizes topics described in detail later in this chapter.

This overview summarizes topics described in detail later in this chapter. 20 Application Environment: Robot Space and Motion Overview This overview summarizes topics described in detail later in this chapter. Describing Space A coordinate system is a way to describe the space

More information

12:40-2:40 3:00-4:00 PM

12:40-2:40 3:00-4:00 PM Physics 294H l Professor: Joey Huston l email:huston@msu.edu l office: BPS3230 l Homework will be with Mastering Physics (and an average of 1 hand-written problem per week) Help-room hours: 12:40-2:40

More information

Optics INTRODUCTION DISCUSSION OF PRINCIPLES. Reflection by a Plane Mirror

Optics INTRODUCTION DISCUSSION OF PRINCIPLES. Reflection by a Plane Mirror Optics INTRODUCTION Geometric optics is one of the oldest branches of physics, dealing with the laws of reflection and refraction. Reflection takes place on the surface of an object, and refraction occurs

More information

PHYS 202 Notes, Week 8

PHYS 202 Notes, Week 8 PHYS 202 Notes, Week 8 Greg Christian March 8 & 10, 2016 Last updated: 03/10/2016 at 12:30:44 This week we learn about electromagnetic waves and optics. Electromagnetic Waves So far, we ve learned about

More information

COORDINATE MEASUREMENT MACHINES AS AN ALIGNMENT TOOL *

COORDINATE MEASUREMENT MACHINES AS AN ALIGNMENT TOOL * .. SLAC-PUB-5506 March 1991 (W COORDINATE MEASUREMENT MACHINES AS AN ALIGNMENT TOOL * Bernd T. Wand Stanford Linear Accelerator Center Stanford University Stanford,CA 94309 1. ABSTRACT In February of 1990

More information

Rectangular Coordinates in Space

Rectangular Coordinates in Space Rectangular Coordinates in Space Philippe B. Laval KSU Today Philippe B. Laval (KSU) Rectangular Coordinates in Space Today 1 / 11 Introduction We quickly review one and two-dimensional spaces and then

More information

Chapter 7: Geometrical Optics

Chapter 7: Geometrical Optics Chapter 7: Geometrical Optics 7. Reflection at a Spherical Surface L.O 7.. State laws of reflection Laws of reflection state: L.O The incident ray, the reflected ray and the normal all lie in the same

More information

Institute of Mechatronics and Information Systems

Institute of Mechatronics and Information Systems EXERCISE 4 Free vibrations of an electrical machine model Target Getting familiar with the fundamental issues of free vibrations analysis of a simplified model of an electrical machine, with the use of

More information

Fall 2016 Semester METR 3113 Atmospheric Dynamics I: Introduction to Atmospheric Kinematics and Dynamics

Fall 2016 Semester METR 3113 Atmospheric Dynamics I: Introduction to Atmospheric Kinematics and Dynamics Fall 2016 Semester METR 3113 Atmospheric Dynamics I: Introduction to Atmospheric Kinematics and Dynamics Lecture 5 August 31 2016 Topics: Polar coordinate system Conversion of polar coordinates to 2-D

More information

R(-14, 4) R'(-10, -2) S(-10, 7) S'(-6, 1) T(-5, 4) T'(-1, -2)

R(-14, 4) R'(-10, -2) S(-10, 7) S'(-6, 1) T(-5, 4) T'(-1, -2) 1 Transformations Formative Assessment #1 - Translation Assessment Cluster & Content Standards What content standards can be addressed by this formative assessment? 8.G.3 Describe the effect of dilations

More information

Lab 10 - GEOMETRICAL OPTICS

Lab 10 - GEOMETRICAL OPTICS L10-1 Name Date Partners OBJECTIVES OVERVIEW Lab 10 - GEOMETRICAL OPTICS To examine Snell s Law. To observe total internal reflection. To understand and use the lens equations. To find the focal length

More information

Motion Graphs. Plotting position against time can tell you a lot about motion. Let's look at the axes:

Motion Graphs. Plotting position against time can tell you a lot about motion. Let's look at the axes: Motion Graphs 1 Name Motion Graphs Describing the motion of an object is occasionally hard to do with words. Sometimes graphs help make motion easier to picture, and therefore understand. Remember: Motion

More information

Chapter 4: Trigonometry

Chapter 4: Trigonometry Chapter 4: Trigonometry Section 4-1: Radian and Degree Measure INTRODUCTION An angle is determined by rotating a ray about its endpoint. The starting position of the ray is the of the angle, and the position

More information

13.1. Functions of Several Variables. Introduction to Functions of Several Variables. Functions of Several Variables. Objectives. Example 1 Solution

13.1. Functions of Several Variables. Introduction to Functions of Several Variables. Functions of Several Variables. Objectives. Example 1 Solution 13 Functions of Several Variables 13.1 Introduction to Functions of Several Variables Copyright Cengage Learning. All rights reserved. Copyright Cengage Learning. All rights reserved. Objectives Understand

More information

A SYSTEM OF DOSIMETRIC CALCULATIONS

A SYSTEM OF DOSIMETRIC CALCULATIONS A SYSTEM OF DOSIMETRIC CALCULATIONS INTRODUCTION Dose calculation based on PDD and TAR have Limitations The dependence of PDD on SSD Not suitable for isocentric techniques TAR and SAR does not depend on

More information

Houghton Mifflin MATHEMATICS Level 5 correlated to NCTM Standard

Houghton Mifflin MATHEMATICS Level 5 correlated to NCTM Standard s 2000 Number and Operations Standard Understand numbers, ways of representing numbers, relationships among numbers, and number systems understand the place-value structure of the TE: 4 5, 8 11, 14 17,

More information

Complex Numbers, Polar Equations, and Parametric Equations. Copyright 2017, 2013, 2009 Pearson Education, Inc.

Complex Numbers, Polar Equations, and Parametric Equations. Copyright 2017, 2013, 2009 Pearson Education, Inc. 8 Complex Numbers, Polar Equations, and Parametric Equations Copyright 2017, 2013, 2009 Pearson Education, Inc. 1 8.2 Trigonometric (Polar) Form of Complex Numbers The Complex Plane and Vector Representation

More information

Propagation and Reflection of Light

Propagation and Reflection of Light Al-Saudia Virtual Academy Online tuition Pakistan Online Tutor Pakistan Propagation and Reflection of Light Q1. Define reflection of light. State the laws of reflection. Ans: REFLECTION OF LIGHT: When

More information

Chapter 2: Transformations. Chapter 2 Transformations Page 1

Chapter 2: Transformations. Chapter 2 Transformations Page 1 Chapter 2: Transformations Chapter 2 Transformations Page 1 Unit 2: Vocabulary 1) transformation 2) pre-image 3) image 4) map(ping) 5) rigid motion (isometry) 6) orientation 7) line reflection 8) line

More information