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

Size: px
Start display at page:

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

Transcription

1 OPTICAL RAY TRACING PROGRAM SLAC-TN 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. The program is an extract of a very small part of the NASA program FOLDP by Firnett and Wilson. FOLDP was obtained from COSMIC, the software center which distributes NASA programs. The Document Number is TR This work in turn, was based on an earlier machine language program written by C. A. Lehman of Los Alamos. FOLDP (FORTRAN &ens Design Program) is in FORTRAN IV Language, for the computer. Extensive documentation, including a tape, is available for anyone wishing to use the complete design routine. The present program is about 150 statements in length, and is well suited for usage from the Wylbur terminal. Using WATFIV, 4 rays were traced through a system consisting of 8 surfaces in a total CPU time of 0.7 seconds. Scope: The Ray Tracing Program OPTIC, in its present form, has the following characteristics. 1. Type of rays traced: Meridional or skew, specified by x, y, and the corresponding slopes.. Types of surfaces a. Conic surfaces of revolution, centered on the z axis, such as spherical or paraboloidal, and including the transverse plane as a limiting case. b. Inclined planes (prisms) at any combination of angles to x and y axes.

2 -- C. Centered cylindrical surfaces with axes parallel to either the x axis or y axis. The cross section of the cylinder may be any of the conic sections in A (above). d. reflecting surfaces of the above types. 3. Colors: Each ray may be traced in up to 3 colors or wavelengths, corresponding to the given indices of refraction. 4. Input: a. One card to give the number of surfaces and number of colors. b. One card per surface giving type of surface, tilt of surface, separation of adjacent surfaces, indices of refraction for 3 colors, radius of curvature of the conic at the vertex, and eccentricity of the conic shape. C. One card for each ray to be traced, giving x, y, and two slopes at the starting point. 50 Output: a. Warnings: if a ray goes beyond the tangent to the surface, or is internally reflected, a warning is given and the trace terminates for that ray. b. Normal output consists of a tabulation, at each surface, of x, y, two slopes, total length to each vertex and the z from the vertex to the actual point of contact of ray and surface. C. The position of the final transverse focal plane may be adjusted to bring the first ray of the set to a focus, i.e. y = 0.0. Geometry: The optical system is referenced to a right hand Cartesian coordinate system, positive x measured into the paper, y vertical, and z positive toward

3 -3- the right. Each ray is additionally described by two slopes. The slope of the ray on input and output, is defined as tan x = d.x/dz and tan y = dy/dz. The rays are entered into the system by the four parameters: x, tan x, y, and tan y. All of the data is at a transverse plane z = 0.0. A surface is described by nine numbers which specify: TYPE = first number 1. Conic of revolution. This covers almost everything - spheres, paraboloids etc., with the transverse plane as a limiting case when the radius (8th number) = A centered cylinder with axis parallel to x axis. The cross section of the cylinder may be any of the conic sections. 3* A centered cylinder with axis parallel to y axis, as before with conic cross section permitted. 4. A tilted plane, as a prism face. Since this type requires non-zero entry in position or 3 below, the presence of an entry in either of these columns will cause a Type 1 to be changed to Type 4 in execution. 5. A transverse plane to terminate the trace. The system should end with a Type 5 or Type 6 surface. 60 An adjusted transverse focal plane. If the first ray to be traced has its initial y = 0.0, the final position of this plane will be adjusted to give y = 0.0, thus making this a focal plane. All successive rays will be measured at this focal distance. Tilt of Plane = nd and 3rd numbers The two slopes of the perpendicular to the tilted plane, tan x and tan y are defined the same way as the slopes of a ray.

4 -4- Separation of Vertices = 4th number The vertex of the conic section, or tilted plane, is defined as the x = 0.0, y = O.O,point of the surface. The separation is the distance from the previous vertex or initial plane to the present one. These distances are positive when measured to the right. After a reflection, as noted again later, the separation changes sign. Index of Refraction = 5th, 6th and 7th numbers This is the index of refraction of the medium preceding the present surface. The program will do 1,, or 3 colors as specified in the first card. If less than 3 colors are specified, dummy numbers must be used in 6th and/or 7th position. Radius of Curvature = 8th number The radius of curvature is taken at the vertex, x = 0.0, y = O.O,point. If R = 0.0, the surface is considered to be a plane. Positive radius indicates the center to the right, or convex surface. Negative radius indicates the center to the left, or concave surface. Eccentricity = 9th number This is zero except for paraboloidal, ellipsoidal or hyperboloidal surfaces. This subject is covered at the end of this note in reproductions from the original report. Reflection This is accomplished by changing the sign of the index of refraction after the reflective surface. The changed sign must be maintained for all indices thereafter unless another reflection is desired. The successive vertex separation distances must also be changed in sign to signify a ray movement reversed in direction.

5 -5- EXAMPLE: Initial Focal I LJ I I System Cards: 3 surfaces, 3 colors Type Tilt x Tilt y Vertex Sep. Color 1 Color Color 3 Rad Eccent Ray Cards: (Any number of these permitted) X Tan X Y Tan Y CL 065 A Input to this program is Format-free, with one or more spaces between successive numbers. The above problem input then is: i o o o 6 o o o o o o o

6 -6- Output: (First ray only shown) X Ray, Color = Surf Type =l 0.0 Surf Type =l 0.0 Focal Plane 0.0 Tan X Y Tan Y Z Length In this example the final vertex distance was changed from to in order to bring the first ray to a focus. All succeeding rays will use this new focal distance. Messages: The program assumes the surfaces are unlimited in size, i.e. a spherical surface is a complete sphere, regardless of how thin the lens may really be, so that the designer is obliged to examine all the lenses and apertures to make sure the numbers are consistent. If a wild ray misses the entire sphere or cylinder, etc, a message is given and the trace stops for that ray. Similarly if the angles become so oblique that internal reflection occurs, a message is given, and the trace terminates. A message is given if a designed reflection occurs. It is placed immediately ahead of the reflective surface.

7 1. : Conic -- A conic of revolution about the optic (z) axis having its surface vertex at (0, 0, 0) is described by the equation: x+ y-i+ -Rj = R t bz (1.007) where R is the radius of curvature at (0, 0, 0) and b is an ccc-entricity dependent parameter, b = b(c), whose value determines the type of, conic as follows: - b=o b=l Sphere Paraboloid O<b<l Oblate Ellipsoid - 1 <b<o Prolate Ellipsoid b>l Hyperboloid. If R>O the ccntctr of curvature is to the right of the origin and the surface is convex. If R<O the center of curvature is to the left of the origin and the surface is cnncavc. The conic of revoll;fi.on dcfil?c c! by equation (1, 007) is pro- duced by rotating the plane conic, y -t (z -R) = R+ bz, (1. OOS) about the z-axis.

8 1.. ; 1 Circle (b = 0). Se tting b = 0 in equation (1.006) yields: -T,* y t (z -l-q =R,.-:- (1.009) _.- which is a circle of radius R in the y-z plane with center at (R, 0), as illustrated in Figure 5. Y, _ Convex (R > 0) Concave (R < 0),. Figure 5. Circle (b = 0) Since E = 0 for a circle it follows that: b =c... (1.010) 1... Parabola (b = 1). Setting b = 1 in equation ( ) yields: (1.011),. which is the standard equation of a parabola in the y-z plane. (Se e,figure 6.).

9 l-n-67-7go- i O- - Convex (R > 0).- Concave (R C 0) Figure 6. Parabola (b = 1) Since E = 1 for a parabola, then: b = t. (1. 01) Ellipse (O< lb 1 < 1). The stand- crd equation of an ellipse in the y-z plane whose vcr,tex is at the origin is: : ( - a) 5+ =l al a -(l. 013). :.-... where al > 0 and a # 0. C omparing (1. 013) to ( ), it follows that: I R=- al a (1. 01-i) b= 1:, al (1.015)

10 or, = 1 -b (1.016) R al = i-1, (1.017) 4 I a >.a1 Oblate Ellipse I _ Eccentricity is given by: (1.018) so that b = Ci (1.019) where O<b<l. The oblate ellipse is illustrated in Figure 7. Convex (R> 0) Concave (R < 0), Figure 7. Oblatc Elli.poc (0 < b < 1)

11 :..~. -_--, ~-...T-R P&-p I-1-9. _..- _ _. _.. b)e,j--.l[&[ < al Prolate Ellipse _ ,. --. ]Eccent?icity is given by: _ _: -: -:.-.. e a = -- l al : where O<e<l. It folio&s~~fro& Equation (1. 015) that: (1.00).I - --, : and - - b = il. 01) -b c = -6 l 1 (1. 0) The prolate ellipse, which is specified by -1 <b< 0, is illustrated in Figure * Convex (R > 0) Concave (R < 0) Figure 8. Prolate Ellipse (-1 < b < 0)

12 -- i _.-.f, _.._. I-R-07-7~0..1,..e o-7. Pa,p-f-lG-C- : ---.m-&,- -se :4 WcrboL? - --(1) > 1 ). The standard equntion of a hypcrtioia in the y-z plane whose vertex is at the origin is:...-. ( -, a$ * y. a --= 1 al <q-s-- -- (1.03) where al >O and ai rf 0. Comparing (1. 03) and (1. 008)~ R=i -a a b = l+~ al 3. (1.04) - (1. 05). az,= -R b-l (1.06) R ai=b-l.. (1.07) The eccentricity c (E > 1) is given by: (1.08) so that b = 6. (I. 09)

13 , The two types of hyj~c.rbolas arc illustrated in Figure _ \: - \. \.-. -Y\ \ -F-, / Y \.. _. : \. Convex (R > 0) Concave (R < 0) Figure 9. Hyperbola (b > 1) In addition to the conic of revolution, defined by Equation (1. 007j, the program will accept the two types of conic cylinders described belo\\!. * The horizontal conic cylinder (axis of cylinder parallel to x axis) is defined by: Y+ ( z - R). = R t bz. (1.030) y axis) is defined by:.. The vertical conic cylinder (axis of cylinder parallel to : x t (z - R) = R t bz P. -.(1031).

Waves & Oscillations

Waves & Oscillations Physics 42200 Waves & Oscillations Lecture 26 Propagation of Light Hecht, chapter 5 Spring 2015 Semester Matthew Jones Geometric Optics Typical problems in geometric optics: Given an optical system, what

More information

Geometric Optics. The Law of Reflection. Physics Waves & Oscillations 3/20/2016. Spring 2016 Semester Matthew Jones

Geometric Optics. The Law of Reflection. Physics Waves & Oscillations 3/20/2016. Spring 2016 Semester Matthew Jones Physics 42200 Waves & Oscillations Lecture 27 Propagation of Light Hecht, chapter 5 Spring 2016 Semester Matthew Jones Geometric Optics Typical problems in geometric optics: Given an optical system, what

More information

Curvilinear Coordinates

Curvilinear Coordinates Curvilinear Coordinates Cylindrical Coordinates A 3-dimensional coordinate transformation is a mapping of the form T (u; v; w) = hx (u; v; w) ; y (u; v; w) ; z (u; v; w)i Correspondingly, a 3-dimensional

More information

The point (x, y) lies on the circle of radius r and center (h, k) iff. x h y k r

The point (x, y) lies on the circle of radius r and center (h, k) iff. x h y k r NOTES +: ANALYTIC GEOMETRY NAME LESSON. GRAPHS OF EQUATIONS IN TWO VARIABLES (CIRCLES). Standard form of a Circle The point (x, y) lies on the circle of radius r and center (h, k) iff x h y k r Center:

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

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

Chapter 26 Geometrical Optics

Chapter 26 Geometrical Optics Chapter 26 Geometrical Optics 1 Overview of Chapter 26 The Reflection of Light Forming Images with a Plane Mirror Spherical Mirrors Ray Tracing and the Mirror Equation The Refraction of Light Ray Tracing

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

Part Images Formed by Flat Mirrors. This Chapter. Phys. 281B Geometric Optics. Chapter 2 : Image Formation. Chapter 2: Image Formation

Part Images Formed by Flat Mirrors. This Chapter. Phys. 281B Geometric Optics. Chapter 2 : Image Formation. Chapter 2: Image Formation Phys. 281B Geometric Optics This Chapter 3 Physics Department Yarmouk University 21163 Irbid Jordan 1- Images Formed by Flat Mirrors 2- Images Formed by Spherical Mirrors 3- Images Formed by Refraction

More information

Pre-Calculus Guided Notes: Chapter 10 Conics. A circle is

Pre-Calculus Guided Notes: Chapter 10 Conics. A circle is Name: Pre-Calculus Guided Notes: Chapter 10 Conics Section Circles A circle is _ Example 1 Write an equation for the circle with center (3, ) and radius 5. To do this, we ll need the x1 y y1 distance formula:

More information

Quadric Surfaces. Six basic types of quadric surfaces: ellipsoid. cone. elliptic paraboloid. hyperboloid of one sheet. hyperboloid of two sheets

Quadric Surfaces. Six basic types of quadric surfaces: ellipsoid. cone. elliptic paraboloid. hyperboloid of one sheet. hyperboloid of two sheets Quadric Surfaces Six basic types of quadric surfaces: ellipsoid cone elliptic paraboloid hyperboloid of one sheet hyperboloid of two sheets hyperbolic paraboloid (A) (B) (C) (D) (E) (F) 1. For each surface,

More information

Multivariable Calculus

Multivariable Calculus Multivariable Calculus Chapter 10 Topics in Analytic Geometry (Optional) 1. Inclination of a line p. 5. Circles p. 4 9. Determining Conic Type p. 13. Angle between lines p. 6. Parabolas p. 5 10. Rotation

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

Unit 12 Topics in Analytic Geometry - Classwork

Unit 12 Topics in Analytic Geometry - Classwork Unit 1 Topics in Analytic Geometry - Classwork Back in Unit 7, we delved into the algebra and geometry of lines. We showed that lines can be written in several forms: a) the general form: Ax + By + C =

More information

Light: Geometric Optics (Chapter 23)

Light: Geometric Optics (Chapter 23) Light: Geometric Optics (Chapter 23) Units of Chapter 23 The Ray Model of Light Reflection; Image Formed by a Plane Mirror Formation of Images by Spherical Index of Refraction Refraction: Snell s Law 1

More information

Quadric Surfaces. Philippe B. Laval. Today KSU. Philippe B. Laval (KSU) Quadric Surfaces Today 1 / 24

Quadric Surfaces. Philippe B. Laval. Today KSU. Philippe B. Laval (KSU) Quadric Surfaces Today 1 / 24 Quadric Surfaces Philippe B. Laval KSU Today Philippe B. Laval (KSU) Quadric Surfaces Today 1 / 24 Introduction A quadric surface is the graph of a second degree equation in three variables. The general

More information

Chapter 23. Geometrical Optics (lecture 1: mirrors) Dr. Armen Kocharian

Chapter 23. Geometrical Optics (lecture 1: mirrors) Dr. Armen Kocharian Chapter 23 Geometrical Optics (lecture 1: mirrors) Dr. Armen Kocharian Reflection and Refraction at a Plane Surface The light radiate from a point object in all directions The light reflected from a plane

More information

Quadric Surfaces. Philippe B. Laval. Spring 2012 KSU. Philippe B. Laval (KSU) Quadric Surfaces Spring /

Quadric Surfaces. Philippe B. Laval. Spring 2012 KSU. Philippe B. Laval (KSU) Quadric Surfaces Spring / .... Quadric Surfaces Philippe B. Laval KSU Spring 2012 Philippe B. Laval (KSU) Quadric Surfaces Spring 2012 1 / 15 Introduction A quadric surface is the graph of a second degree equation in three variables.

More information

Lens Design I. Lecture 4: Properties of optical systems III Herbert Gross. Summer term

Lens Design I. Lecture 4: Properties of optical systems III Herbert Gross. Summer term Lens Design I Lecture 4: Properties of optical systems III 018-05-03 Herbert Gross Summer term 018 www.iap.uni-jena.de Preliminary Schedule - Lens Design I 018 1 1.04. Basics 19.04. Properties of optical

More information

Final Exam. Today s Review of Optics Polarization Reflection and transmission Linear and circular polarization Stokes parameters/jones calculus

Final Exam. Today s Review of Optics Polarization Reflection and transmission Linear and circular polarization Stokes parameters/jones calculus Physics 42200 Waves & Oscillations Lecture 40 Review Spring 206 Semester Matthew Jones Final Exam Date:Tuesday, May 3 th Time:7:00 to 9:00 pm Room: Phys 2 You can bring one double-sided pages of notes/formulas.

More information

Optics and Images. Lenses and Mirrors. Matthew W. Milligan

Optics and Images. Lenses and Mirrors. Matthew W. Milligan Optics and Images Lenses and Mirrors Light: Interference and Optics I. Light as a Wave - wave basics review - electromagnetic radiation II. Diffraction and Interference - diffraction, Huygen s principle

More information

Waves & Oscillations

Waves & Oscillations Physics 42200 Waves & Oscillations Lecture 40 Review Spring 2016 Semester Matthew Jones Final Exam Date:Tuesday, May 3 th Time:7:00 to 9:00 pm Room: Phys 112 You can bring one double-sided pages of notes/formulas.

More information

Chapter 23. Geometrical Optics: Mirrors and Lenses and other Instruments

Chapter 23. Geometrical Optics: Mirrors and Lenses and other Instruments Chapter 23 Geometrical Optics: Mirrors and Lenses and other Instruments HITT1 A small underwater pool light is 1 m below the surface of a swimming pool. What is the radius of the circle of light on the

More information

12.6 Cylinders and Quadric Surfaces

12.6 Cylinders and Quadric Surfaces 12 Vectors and the Geometry of Space 12.6 and Copyright Cengage Learning. All rights reserved. Copyright Cengage Learning. All rights reserved. and We have already looked at two special types of surfaces:

More information

Chapter 34: Geometrical Optics

Chapter 34: Geometrical Optics Chapter 34: Geometrical Optics Mirrors Plane Spherical (convex or concave) Lenses The lens equation Lensmaker s equation Combination of lenses E! Phys Phys 2435: 22: Chap. 34, 3, Pg Mirrors New Topic Phys

More information

To sketch the graph we need to evaluate the parameter t within the given interval to create our x and y values.

To sketch the graph we need to evaluate the parameter t within the given interval to create our x and y values. Module 10 lesson 6 Parametric Equations. When modeling the path of an object, it is useful to use equations called Parametric equations. Instead of using one equation with two variables, we will use two

More information

Optics Course (Phys 311) Geometrical Optics Refraction through Lenses

Optics Course (Phys 311) Geometrical Optics Refraction through Lenses Optics Course (Phys ) Geometrical Optics Refraction through Lenses Lecturer: Dr Zeina Hashim Slide 1 Objectives covered in this lesson : 1. Refraction through single spherical refracting surfaces. 2. Lenses:

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

Module 3: Stand Up Conics

Module 3: Stand Up Conics MATH55 Module 3: Stand Up Conics Main Math concepts: Conic Sections (i.e. Parabolas, Ellipses, Hyperbolas), nd degree equations Auxilliary ideas: Analytic vs. Co-ordinate-free Geometry, Parameters, Calculus.

More information

Geometrical Optics INTRODUCTION. Wave Fronts and Rays

Geometrical Optics INTRODUCTION. Wave Fronts and Rays Geometrical Optics INTRODUCTION In this experiment, the optical characteristics of mirrors, lenses, and prisms will be studied based on using the following physics definitions and relationships plus simple

More information

Winmeen Tnpsc Group 1 & 2 Self Preparation Course Physics UNIT 9. Ray Optics. surface at the point of incidence, all lie in the same plane.

Winmeen Tnpsc Group 1 & 2 Self Preparation Course Physics UNIT 9. Ray Optics. surface at the point of incidence, all lie in the same plane. Laws of reflection Physics UNIT 9 Ray Optics The incident ray, the reflected ray and the normal drawn to the reflecting surface at the point of incidence, all lie in the same plane. The angle of incidence

More information

GEOMETRIC OPTICS. LENSES refract light, so we need to know how light bends when entering and exiting a lens and how that interaction forms an image.

GEOMETRIC OPTICS. LENSES refract light, so we need to know how light bends when entering and exiting a lens and how that interaction forms an image. I. What is GEOMTERIC OPTICS GEOMETRIC OPTICS In geometric optics, LIGHT is treated as imaginary rays. How these rays interact with at the interface of different media, including lenses and mirrors, is

More information

Chapter 34. Images. In this chapter we define and classify images, and then classify several basic ways in which they can be produced.

Chapter 34. Images. In this chapter we define and classify images, and then classify several basic ways in which they can be produced. Chapter 34 Images One of the most important uses of the basic laws governing light is the production of images. Images are critical to a variety of fields and industries ranging from entertainment, security,

More information

Ray Optics. Physics 11. Sources of Light Rays: Self-Luminous Objects. The Ray Model of Light

Ray Optics. Physics 11. Sources of Light Rays: Self-Luminous Objects. The Ray Model of Light Physics 11 Ray Optics Ray Model of Light Reflection Plane Mirrors Spherical Mirrors Ray Tracing Images from a Concave Mirror Images from a Convex Mirror Slide 18-3 The Ray Model of Light Sources of Light

More information

Chapter 11. Parametric Equations And Polar Coordinates

Chapter 11. Parametric Equations And Polar Coordinates Instructor: Prof. Dr. Ayman H. Sakka Chapter 11 Parametric Equations And Polar Coordinates In this chapter we study new ways to define curves in the plane, give geometric definitions of parabolas, ellipses,

More information

Phys102 Lecture 21/22 Light: Reflection and Refraction

Phys102 Lecture 21/22 Light: Reflection and Refraction Phys102 Lecture 21/22 Light: Reflection and Refraction Key Points The Ray Model of Light Reflection and Mirrors Refraction, Snell s Law Total internal Reflection References 23-1,2,3,4,5,6. The Ray Model

More information

Chapter 7: Geometrical Optics. The branch of physics which studies the properties of light using the ray model of light.

Chapter 7: Geometrical Optics. The branch of physics which studies the properties of light using the ray model of light. Chapter 7: Geometrical Optics The branch of physics which studies the properties of light using the ray model of light. Overview Geometrical Optics Spherical Mirror Refraction Thin Lens f u v r and f 2

More information

Physics 1C Lecture 26A. Beginning of Chapter 26

Physics 1C Lecture 26A. Beginning of Chapter 26 Physics 1C Lecture 26A Beginning of Chapter 26 Mirrors and Lenses! As we have noted before, light rays can be diverted by optical systems to fool your eye into thinking an object is somewhere that it is

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

Waves & Oscillations

Waves & Oscillations Physics 42200 Waves & Oscillations Lecture 41 Review Spring 2013 Semester Matthew Jones Final Exam Date:Tuesday, April 30 th Time:1:00 to 3:00 pm Room: Phys 112 You can bring two double-sided pages of

More information

What you will learn today

What you will learn today What you will learn today Conic Sections (in 2D coordinates) Cylinders (3D) Quadric Surfaces (3D) Vectors and the Geometry of Space 1/24 Parabolas ellipses Hyperbolas Shifted Conics Conic sections result

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

PHYS 202 Notes, Week 9

PHYS 202 Notes, Week 9 PHYS 202 Notes, Week 9 Greg Christian March 22 & 24, 206 Last updated: 03/24/206 at 2:23:56 This week we learn about images by mirrors, refraction, and thin lenses. Images Spherical Mirrors First let s

More information

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

RAY TRACING TIIROUGH MAGNET SYSTEMS. E. A. Taylor. The Spectrometer Facilities Group (SFG) has written a simple Ray Tracing RAY TRACING TIIROUGH MAGNET SYSTEMS SLAC-TN-71-26 December 1971 INTRODUCTION E. A. Taylor The Spectrometer Facilities Group (SFG) has written a simple Ray Tracing program which is intended as a supplement

More information

Lenses & Prism Consider light entering a prism At the plane surface perpendicular light is unrefracted Moving from the glass to the slope side light

Lenses & Prism Consider light entering a prism At the plane surface perpendicular light is unrefracted Moving from the glass to the slope side light Lenses & Prism Consider light entering a prism At the plane surace perpendicular light is unreracted Moving rom the glass to the slope side light is bent away rom the normal o the slope Using Snell's law

More information

PH 222-2A Spring 2015

PH 222-2A Spring 2015 PH 222-2A Spring 2015 Images Lectures 24-25 Chapter 34 (Halliday/Resnick/Walker, Fundamentals of Physics 9 th edition) 3 Chapter 34 Images One of the most important uses of the basic laws governing light

More information

Optics Course (Phys 311) Geometrical Optics Refraction through Lenses

Optics Course (Phys 311) Geometrical Optics Refraction through Lenses Optics Course (Phys ) Geometrical Optics Refraction through Lenses Lecturer: Dr Zeina Hashim Slide 1 Objectives covered in this lesson : 1. The refracting power of a thin lens. 2. Thin lens combinations.

More information

Optics II. Reflection and Mirrors

Optics II. Reflection and Mirrors Optics II Reflection and Mirrors Geometric Optics Using a Ray Approximation Light travels in a straight-line path in a homogeneous medium until it encounters a boundary between two different media The

More information

34.2: Two Types of Image

34.2: Two Types of Image Chapter 34 Images 34.2: Two Types of Image For you to see an object, your eye intercepts some of the light rays spreading from the object and then redirect them onto the retina at the rear of the eye.

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

1.6 Quadric Surfaces Brief review of Conic Sections 74 CHAPTER 1. VECTORS AND THE GEOMETRY OF SPACE. Figure 1.18: Parabola y = 2x 2

1.6 Quadric Surfaces Brief review of Conic Sections 74 CHAPTER 1. VECTORS AND THE GEOMETRY OF SPACE. Figure 1.18: Parabola y = 2x 2 7 CHAPTER 1. VECTORS AND THE GEOMETRY OF SPACE Figure 1.18: Parabola y = x 1.6 Quadric Surfaces Figure 1.19: Parabola x = y 1.6.1 Brief review of Conic Sections You may need to review conic sections for

More information

Outline The Refraction of Light Forming Images with a Plane Mirror 26-3 Spherical Mirror 26-4 Ray Tracing and the Mirror Equation

Outline The Refraction of Light Forming Images with a Plane Mirror 26-3 Spherical Mirror 26-4 Ray Tracing and the Mirror Equation Chapter 6 Geometrical Optics Outline 6-1 The Reflection of Light 6- Forming Images with a Plane Mirror 6-3 Spherical Mirror 6-4 Ray Tracing and the Mirror Equation 6-5 The Refraction of Light 6-6 Ray Tracing

More information

Substituting a 2 b 2 for c 2 and using a little algebra, we can then derive the standard equation for an ellipse centred at the origin,

Substituting a 2 b 2 for c 2 and using a little algebra, we can then derive the standard equation for an ellipse centred at the origin, Conics onic sections are the curves which result from the intersection of a plane with a cone. These curves were studied and revered by the ancient Greeks, and were written about extensively by both Euclid

More information

ISO Ophthalmic instruments Corneal topographers. Instruments ophtalmiques Topographes de la cornée. Second edition

ISO Ophthalmic instruments Corneal topographers. Instruments ophtalmiques Topographes de la cornée. Second edition INTERNATIONAL STANDARD ISO 19980 Second edition 01-04-01 Ophthalmic instruments Corneal topographers Instruments ophtalmiques Topographes de la cornée Reference number ISO 19980:01(E) ISO 01 ISO 19980:01(E)

More information

Section 12.2: Quadric Surfaces

Section 12.2: Quadric Surfaces Section 12.2: Quadric Surfaces Goals: 1. To recognize and write equations of quadric surfaces 2. To graph quadric surfaces by hand Definitions: 1. A quadric surface is the three-dimensional graph of an

More information

Chapter 10. Exploring Conic Sections

Chapter 10. Exploring Conic Sections Chapter 10 Exploring Conic Sections Conics A conic section is a curve formed by the intersection of a plane and a hollow cone. Each of these shapes are made by slicing the cone and observing the shape

More information

Homework Set 3 Due Thursday, 07/14

Homework Set 3 Due Thursday, 07/14 Homework Set 3 Due Thursday, 07/14 Problem 1 A room contains two parallel wall mirrors, on opposite walls 5 meters apart. The mirrors are 8 meters long. Suppose that one person stands in a doorway, in

More information

Simple Two-D Raytrace Algorithm

Simple Two-D Raytrace Algorithm Simple Two-D Raytrace Algorithm Tom Murphy April, 2011 1 Introduction This document describes the mathematical formulation implemented in the raytracing program(s) that we will use in our optical investigations.

More information

General Physics II. Mirrors & Lenses

General Physics II. Mirrors & Lenses General Physics II Mirrors & Lenses Nothing New! For the next several lectures we will be studying geometrical optics. You already know the fundamentals of what is going on!!! Reflection: θ 1 = θ r incident

More information

Quadric surface. Ellipsoid

Quadric surface. Ellipsoid Quadric surface Quadric surfaces are the graphs of any equation that can be put into the general form 11 = a x + a y + a 33z + a1xy + a13xz + a 3yz + a10x + a 0y + a 30z + a 00 where a ij R,i, j = 0,1,,

More information

The image is virtual and erect. When a mirror is rotated through a certain angle, the reflected ray is rotated through twice this angle.

The image is virtual and erect. When a mirror is rotated through a certain angle, the reflected ray is rotated through twice this angle. 1 Class XII: Physics Chapter 9: Ray optics and Optical Instruments Top Concepts 1. Laws of Reflection. The reflection at a plane surface always takes place in accordance with the following two laws: (i)

More information

ISO INTERNATIONAL STANDARD. Ophthalmic instruments Corneal topographers. Instruments ophtalmiques Topographes de la cornée

ISO INTERNATIONAL STANDARD. Ophthalmic instruments Corneal topographers. Instruments ophtalmiques Topographes de la cornée INTERNATIONAL STANDARD ISO 19980 First edition 2005-08-15 Ophthalmic instruments Corneal topographers Instruments ophtalmiques Topographes de la cornée Reference number ISO 2005 Provläsningsexemplar /

More information

Ch. 26: Geometrical Optics

Ch. 26: Geometrical Optics Sec. 6-1: The Reflection of Light Wave Fronts and Rays Ch. 6: Geometrical Optics Wave front: a surface on which E is a maximum. Figure 5-3: Plane Wave *For this wave, the wave fronts are a series of planes.

More information

Chapter 32 Light: Reflection and Refraction. Copyright 2009 Pearson Education, Inc.

Chapter 32 Light: Reflection and Refraction. Copyright 2009 Pearson Education, Inc. Chapter 32 Light: Reflection and Refraction Units of Chapter 32 The Ray Model of Light Reflection; Image Formation by a Plane Mirror Formation of Images by Spherical Mirrors Index of Refraction Refraction:

More information

Summary of Formulas: see

Summary of Formulas: see To review the Conic Sections, Identify them and sketch them from the given equations, watch the following set of YouTube videos. They are followed by several practice problems for you to try, covering

More information

Light: Geometric Optics

Light: Geometric Optics Light: Geometric Optics 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, but

More information

Study Guide and Review

Study Guide and Review Graph the hyperbola given by each equation. 30. = 1 The equation is in standard form, and h = 6 and k = 3. Because a 2 = 30 and b 2 = 8, a = 5.5 and b =. The values of a and b can be used to find c. c

More information

Standard Equation of a Circle

Standard Equation of a Circle Math 335 Trigonometry Conics We will study all 4 types of conic sections, which are curves that result from the intersection of a right circular cone and a plane that does not contain the vertex. (If the

More information

Algebra II Lesson 10-5: Hyperbolas Mrs. Snow, Instructor

Algebra II Lesson 10-5: Hyperbolas Mrs. Snow, Instructor Algebra II Lesson 10-5: Hyperbolas Mrs. Snow, Instructor In this section, we will look at the hyperbola. A hyperbola is a set of points P in a plane such that the absolute value of the difference between

More information

INTRODUCTION REFLECTION AND REFRACTION AT BOUNDARIES. Introduction. Reflection and refraction at boundaries. Reflection at a single surface

INTRODUCTION REFLECTION AND REFRACTION AT BOUNDARIES. Introduction. Reflection and refraction at boundaries. Reflection at a single surface Chapter 8 GEOMETRICAL OPTICS Introduction Reflection and refraction at boundaries. Reflection at a single surface Refraction at a single boundary Dispersion Summary INTRODUCTION It has been shown that

More information

Pre-Calculus. 2) Find the equation of the circle having (2, 5) and (-2, -1) as endpoints of the diameter.

Pre-Calculus. 2) Find the equation of the circle having (2, 5) and (-2, -1) as endpoints of the diameter. Pre-Calculus Conic Review Name Block Date Circles: 1) Determine the center and radius of each circle. a) ( x 5) + ( y + 6) = 11 b) x y x y + 6 + 16 + 56 = 0 ) Find the equation of the circle having (,

More information

Paraxial into real surfaces

Paraxial into real surfaces Paraxial into real surfaces Curvature, Radius Power lens and mirrors lens maker equation mirror and lens in contact Principle planes Real Surfaces Refractive via Fermat s Principle Calculate optical path

More information

Reflections. I feel pretty, oh so pretty

Reflections. I feel pretty, oh so pretty Reflections I feel pretty, oh so pretty Objectives By the end of the lesson, you should be able to: Draw an accurate reflective angle Determine the focal length of a spherical mirror Light Review Light

More information

P H Y L A B 1 : G E O M E T R I C O P T I C S

P H Y L A B 1 : G E O M E T R I C O P T I C S P H Y 1 4 3 L A B 1 : G E O M E T R I C O P T I C S Introduction Optics is the study of the way light interacts with other objects. This behavior can be extremely complicated. However, if the objects in

More information

ONE MARK QUESTIONS GEOMETRICAL OPTICS QUESTION BANK

ONE MARK QUESTIONS GEOMETRICAL OPTICS QUESTION BANK ONE MARK QUESTIONS 1. What is lateral shift? 2. What should be the angle of incidence to have maximum lateral shift? 3. For what angle, lateral shift is minimum? 4. What is Normal shift? 5. What is total

More information

ALGEBRA II UNIT X: Conic Sections Unit Notes Packet

ALGEBRA II UNIT X: Conic Sections Unit Notes Packet Name: Period: ALGEBRA II UNIT X: Conic Sections Unit Notes Packet Algebra II Unit 10 Plan: This plan is subject to change at the teacher s discretion. Section Topic Formative Work Due Date 10.3 Circles

More information

Conic Sections: Parabolas

Conic Sections: Parabolas Conic Sections: Parabolas Why are the graphs of parabolas, ellipses, and hyperbolas called 'conic sections'? Because if you pass a plane through a double cone, the intersection of the plane and the cone

More information

LECTURE 25 Spherical Refracting Surfaces. Geometric Optics

LECTURE 25 Spherical Refracting Surfaces. Geometric Optics LECTURE 25 Spherical Refracting Surfaces Geometric ptics When length scales are >> than the light s wavelength, light propagates as rays incident ray reflected ray θ θ r θ 2 refracted ray Reflection: Refraction:

More information

Name. Center axis. Introduction to Conic Sections

Name. Center axis. Introduction to Conic Sections Name Introduction to Conic Sections Center axis This introduction to conic sections is going to focus on what they some of the skills needed to work with their equations and graphs. year, we will only

More information

Lecture Notes (Geometric Optics)

Lecture Notes (Geometric Optics) Lecture Notes (Geometric Optics) Intro: - plane mirrors are flat, smooth surfaces from which light is reflected by regular reflection - light rays are reflected with equal angles of incidence and reflection

More information

index of refraction-light speed

index of refraction-light speed AP Physics Study Guide Chapters 22, 23, 24 Reflection, Refraction and Interference Name Write each of the equations specified below, include units for all quantities. Law of Reflection Lens-Mirror Equation

More information

PHYS 219 General Physics: Electricity, Light and Modern Physics

PHYS 219 General Physics: Electricity, Light and Modern Physics PHYS 219 General Physics: Electricity, Light and Modern Physics Exam 2 is scheduled on Tuesday, March 26 @ 8 10 PM In Physics 114 It will cover four Chapters 21, 22, 23, and 24. Start reviewing lecture

More information

PHY 171 Lecture 6 (January 18, 2012)

PHY 171 Lecture 6 (January 18, 2012) PHY 171 Lecture 6 (January 18, 2012) Light Throughout most of the next 2 weeks, we will be concerned with the wave properties of light, and phenomena based on them (interference & diffraction). Light also

More information

Geometrical Optics. Chapter General Comments. 1.2 Snell s Law

Geometrical Optics. Chapter General Comments. 1.2 Snell s Law Chapter 1 Geometrical Optics 1.1 General Comments A light wave is an electromagnetic wave, and the wavelength that optics studies ranges from the ultraviolet (0.2 mm) to the middle infrared (10 mm). The

More information

Chapter 3: Mirrors and Lenses

Chapter 3: Mirrors and Lenses Chapter 3: Mirrors and Lenses Chapter 3: Mirrors and Lenses Lenses Refraction Converging rays Diverging rays Converging Lens Ray tracing rules Image formation Diverging Lens Ray tracing Image formation

More information

3. LENSES & PRISM

3. LENSES & PRISM 3. LENSES & PRISM. A transparent substance bounded by two surfaces of definite geometrical shape is called lens.. A lens may be considered to be made up of a number of small prisms put together. 3. Principal

More information

Chapter 15: Functions of Several Variables

Chapter 15: Functions of Several Variables Chapter 15: Functions of Several Variables Section 15.1 Elementary Examples a. Notation: Two Variables b. Example c. Notation: Three Variables d. Functions of Several Variables e. Examples from the Sciences

More information

The Law of Reflection

The Law of Reflection If the surface off which the light is reflected is smooth, then the light undergoes specular reflection (parallel rays will all be reflected in the same directions). If, on the other hand, the surface

More information

Suggested List of Mathematical Language. Geometry

Suggested List of Mathematical Language. Geometry Suggested List of Mathematical Language Geometry Problem Solving A additive property of equality algorithm apply constraints construct discover explore generalization inductive reasoning parameters reason

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

Math 155, Lecture Notes- Bonds

Math 155, Lecture Notes- Bonds Math 155, Lecture Notes- Bonds Name Section 10.1 Conics and Calculus In this section, we will study conic sections from a few different perspectives. We will consider the geometry-based idea that conics

More information

MATH 1020 WORKSHEET 10.1 Parametric Equations

MATH 1020 WORKSHEET 10.1 Parametric Equations MATH WORKSHEET. Parametric Equations If f and g are continuous functions on an interval I, then the equations x ft) and y gt) are called parametric equations. The parametric equations along with the graph

More information

Mid-Chapter Quiz: Lessons 7-1 through 7-3

Mid-Chapter Quiz: Lessons 7-1 through 7-3 Write an equation for and graph a parabola with the given focus F and vertex V 1. F(1, 5), V(1, 3) Because the focus and vertex share the same x coordinate, the graph is vertical. The focus is (h, k +

More information

Conic Sections. College Algebra

Conic Sections. College Algebra Conic Sections College Algebra Conic Sections A conic section, or conic, is a shape resulting from intersecting a right circular cone with a plane. The angle at which the plane intersects the cone determines

More information

The Ray model of Light. Reflection. Class 18

The Ray model of Light. Reflection. Class 18 The Ray model of Light Over distances of a terrestrial scale light travels in a straight line. The path of a laser is now the best way we have of defining a straight line. The model of light which assumes

More information

Let s review the four equations we now call Maxwell s equations. (Gauss s law for magnetism) (Faraday s law)

Let s review the four equations we now call Maxwell s equations. (Gauss s law for magnetism) (Faraday s law) Electromagnetic Waves Let s review the four equations we now call Maxwell s equations. E da= B d A= Q encl ε E B d l = ( ic + ε ) encl (Gauss s law) (Gauss s law for magnetism) dφ µ (Ampere s law) dt dφ

More information

Synopsis: Location of mechanical features in lens mounts by P. Yoder

Synopsis: Location of mechanical features in lens mounts by P. Yoder Synopsis: Location of mechanical features in lens mounts by P. Yoder Jeff Wilson Abstract: Glass to metal mechanical lens mounting can be accomplished by understanding the interface between the lens and

More information

Light: Geometric Optics

Light: Geometric Optics Light: Geometric Optics Regular and Diffuse Reflection Sections 23-1 to 23-2. How We See Weseebecauselightreachesoureyes. There are two ways, therefore, in which we see: (1) light from a luminous object

More information

8 Solids and Surfaces

8 Solids and Surfaces 8 Solids and Surfaces Intuitively, solids are objects that have volume, that is, occupy a region of space, and are all of one piece. They have insides and outsides and generally represent real-world objects

More information

GEOMETRIC OPTICS MIRRORS

GEOMETRIC OPTICS MIRRORS GEOMETRIC OPTICS Now that we understand the laws of reflection and refraction we can put them to practical use by designing optical instruments. We begin with the law of reflection which tells us that

More information