EE 5337 Computational Electromagnetics. Preliminary Topics

Size: px
Start display at page:

Download "EE 5337 Computational Electromagnetics. Preliminary Topics"

Transcription

1 Instructor Dr. Raymond Rumpf (915) EE 5337 Computational Electromagnetics Lecture #3 Preliminary Topics Lecture 3These notes may contain copyrighted material obtained under fair use rules. Distribution of these materials is strictly prohibited Slide 1 Outline Review of Linear Algebra Wave Vectors Wave Polarization Index Ellipsoids Electromagnetic Behavior at an Interface Phase matching at an interface The Fresnel equations Visualization Image Theory Lecture 3 Slide 1

2 Review of Linear Algebra Lecture 3 Slide 3 Matrices Represent Sets of Equations A set of linear algebraic equations can be written in matrix form. a wa xa ya z b a wa xa ya z b a wa xa ya z b a wa xa ya z b a11 a1 a13 a14 w b1 a1 a a3 a 4 x b a31 a3 a33 a 34 y b 3 a a a a z b Lecture 3 Slide 4

3 Interpretation of Matrices a11xa1 ya13 z b1 a1xa ya3z b a31xa3 ya33z b3 EQUATION FOR a11 a1 a13 x b1 a a a y b 1 3 a31 a3 a 33 z b 3 RELATION TO Equation for x Equation for y Equation for z a a a a a a a a a a a a a a a a a a From a purely mathematical perspective, this interpretation does not make sense. This interpretation will be highly useful and insightful because of how we derive the equations. Lecture 3 Slide 5 Compact Matrix Notation Matrices and vectors can be represented and treated as single variables. a11 a1 a13 a14 w b1 a1 a a3 a 4 x b a31 a3 a33 a 34 y b 3 a a a a z b Ax b or Ax b a a a a a a a a A a a a a a a a a square matrix w x x y z column vector b1 b b b3 b4 column vector Lecture 3 Slide 6 3

4 Matrices Require Special Algebra AB BA Commutative Laws AB BA ABBA Associative Laws ABC ABC ABCABC Distributive Laws A BC ABAC AB CACBC Multiplication with a Scalar Addition with a Scalar AB AB AB AB A B Matrix Inverses and Transposes A A AB B A 1 T T 1 A A T T T T T T T T A A AB A B AB B A A? a11 a1 n IA am 1 a mn Lecture 3 Slide 7 Manipulating Matrix Equations Example #1: Dividing both sides by a matrix on the right ABCDE A B CC D E C 1 1 A B D E C 1 1 ABC DE 1 1 C C A B C D E Starting equation Post multiply both sides by C 1 Recall that CC 1 =I Example #: Dividing both sides by a matrix on the left C A B D E Example #3: Simplify an expression 1 1 C A DBCD 1 C A 1 1 A C A CC BC BC BCC A B Starting equation Pre multiply both sides by C 1 Recall that C 1 C=I Starting equation Subtract D from both sides Recall inverse of a product rule Post multiply both sides by C 1 1 Recall that C 1 C=I Lecture 3 Slide 8 4

5 The Zero and the Identity Matrices Zero Matrix A A00 0A A0 A AA 0 Identity Matrix 1 I IA AI A 1 1 A A AA I Lecture 3 Slide 9 Matrix Division It is very rare to calculate the inverse of matrix because it is very computationally intensive to do this. At first glance, matrix division appears to require calculating the inverse of a matrix, but highly efficient algorithms exist that do not need to do this. Pre Division: A = inv(b)*c; 1 A B C A = B\C; Post Division: A = C*inv(B); 1 A CB A = C/B; Despite that both of these equations are dividing by B, pre and postdivision do NOT lead to the same result. B C CB 1 1 Lecture 3 Slide 10 5

6 Matrix Division With More than Two Terms Suppose we must evaluate the following matrix expression. A 1 BC D Would the following MATLAB code work? A = B*C\D; So what is the correct code? A = B/C*D; A = B*(C\D); No! Remember the order of operations. MATLAB will first multiply B and C. A BC It will then backward divide on D. A BC D 1 It might be a good idea to time these two calculations to see which is faster. Lecture 3 Slide 11 Proper Notation for Matrix Division It is almost never correct to write matrix division as a fraction. A B Why? Does this represent predivision or postdivision? B A or AB??? 1 1 It is impossible to say, thus fraction notation is incorrect for matrices. One exception When both A and B are diagonal matrices, both pre and post division will give the same answer b a a b a b b a a b a b b a a b a b MM MM MM MM MM MM Lecture 3 Slide 1 6

7 Ax = b Vs. Ax = x Standard Linear Problem Ax b Eigen Value Problem Ax x Has only one answer Requires a source Has an infinite number of answers Modes No source Lecture 3 Slide 13 Wave Vectors Lecture 3 Slide 14 7

8 Wave Vector k The wave vector k conveys two pieces of information: (1) Magnitude conveys the wavelength inside the medium, and () direction conveys the direction of the wave and is perpendicular to the wave fronts. k k aˆ k aˆ k aˆ x x y y z z Lecture 3 Slide 15 Magnitude Conveys Wavelength Most fundamentally, the magnitude of the wave vector conveys the wavelength of the wave inside of the medium. 1 k 1 1 k Electromagnetic Waves & Polarization Slide 16 8

9 Magnitude May Convey Refractive Index When the frequency of a wave is known, the magnitude of the wave vector conveys refractive index. 1 k n k n k n k n 0 0 k0 0 Electromagnetic Waves & Polarization Slide 17 The Complex Wave Number A wave travelling the +z direction can be written in terms of the wave number k as E z Pe jkz k k jk Substituting this back into the wave solution yields jk jk z kz jkz E z E0e E0e e attenuation oscillation Electromagnetic Waves & Polarization Slide 18 9

10 and A wave travelling the +z direction can also be written in terms of a phase constant and an attenuation coefficient as kz jkz E z E0 e e z j z Ez E0 e e attenuation oscillation We now have physical meaning to the real and imaginary parts of the wave vector. k j k = Re[k] phase term n k = Im[k] attenuation term 0 Electromagnetic Waves & Polarization Slide 19 Waves with Complex k Purely Real k Purely Imaginary k Complex k Uniform amplitude Oscillations move power Considered to be a propagating wave Decaying amplitude No oscillations, no flow of power Considered to be evanescent Decaying amplitude Oscillations move power Considered to be a propagating wave (not evanescent) This implies that these are the only.5 configurations that electromagnetic fields can take on. Electromagnetic Waves & Polarization Slide 0 10

11 D Waves with Doubly Complex k Real k x Imaginary k x Complex k x Real k y x y x y x y Imaginary ky x y x y x y Complex ky x y x Lecture 3 Slide 1 y x y Wave Polarization Lecture 3 Slide 11

12 What is Polarization? Polarization is that property of a radiated electromagnetic wave which describes the time varying direction and relative magnitude of the electric field vector. Linear Polarization (LP) Circular Polarization (CP) Left Hand Circular Polarization (LCP) To determine the handedness of CP, imagine watching the electric field in a plane while the wave is coming at you. Which way does it rotate? Lecture 3 Slide 3 Possibilities for Wave Polarization Recall that E k so the polarization vector P must fall within the plane perpendicular to k. We can decompose the polarization into two orthogonal directions, â and ˆb. â P paˆ a p bˆ b ˆb k Electromagnetic Waves & Polarization Slide 4 1

13 Explicit Form to Convey Polarization Our electromagnetic wave can be now be written as jk r ˆ ˆ jk r E r Pe p a p b e a b p a and p b are in general complex numbers in order to convey the relative phase of each of these components. ja jb p E e p E e a a b b Substituting p a and p b into our wave expression gives ja jb ˆ ˆ jk r j ba ˆ ˆ ja E r Eae aebe be EaaEbe be e The final expression is: jkr We interpret b a as the phase difference between p a and p b. b a a E r E a E e b e e ˆ ˆ a b We interpret a as the phase common to both p a and p b. j j jkr Electromagnetic Waves & Polarization Slide 5 Determining Polarization of a Wave To determine polarization, it is most convenient to write the expression for the wave that makes polarization explicity. E r E a E e b e e ˆ ˆ a b j j jkr We can now identify the polarization of the wave E amplite along ˆ a a E amplite along ˆ b b phase difference common phase Polarization Designation Mathematical Definition Linear Polarization (LP) = 0 Circular Polarization (CP) = ± 90, E a = E b Right Hand CP (RCP) Left Hand CP (RCP) Elliptical Polarization = + 90, E a = E b = - 90, E a = E b Everything else Electromagnetic Waves & Polarization Slide 6 13

14 Handedness Convention As Viewed From Source Polarization is taken as the time varying electric field view with the wave moving away from you. Primarily used in engineering and quantum physics. As Viewed From Receiver Polarization is taken as the time varying electric field view with the wave coming toward you. Primarily used in optics and physics. source RCP source RCP receiver receiver source LCP source LCP receiver receiver Lecture 3 Slide 7 Linear Polarization A wave travelling in the +z direction is said to be linearly polarized if: z E x, y, z Pe jk z P sin xˆ cos yˆ P is called the polarization vector. For an arbitrary wave, jk r Er Pe Psinaˆ cos b ˆ aˆ bˆ k All components of P have equal phase. ˆb k â k Lecture 3 Slide 8 14

15 Linear Polarization Electromagnetic Waves & Polarization Slide 9 Circular Polarization A wave travelling in the +z direction is said to be circularly polarized if: z E x, y, z Pe jk z P xˆ jyˆ P is called the polarization vector. For an arbitrary wave, jk r Er Pe Paˆ jbˆ aˆ bˆ k The two components of P have equal amplitude and are 90 out of phase. RCP j j LCP k k Lecture 3 Slide 30 15

16 LP x + LP y = LP 45 A linearly polarized wave can always be decomposed as the sum of two linearly polarized waves that are in phase. Lecture 3 Slide 31 LP x + jlp y = CP A circularly polarized wave is the sum of two orthogonal linearly polarized waves that are 90 out of phase. Lecture 3 Slide 3 16

17 RCP + LCP = LP A linearly polarized wave can be expressed as the sum of a LCP wave and a RCP wave. The phase between the two CP waves determines the tilt of the LP wave. Lecture 3 Slide 33 Why is Polarization Important? Different polarizations can behave differently in a device Orthogonal polarizations will not interfere with each other Polarization becomes critical when analyzing structures that are on the scale of a wavelength Focusing properties are different Reflection/transmission can be different Frequency of resonators Cutoff conditions for filters, waveguides, etc. Lecture 3 Slide 34 17

18 Poincaré Sphere The polarization of a wave can be mapped to a unique point on the Poincaré sphere. Points on opposite sides of the sphere are orthogonal. See Balanis, Chap LP RCP 90 LP 0 LP +45 LP Lecture 3 Slide 35 LCP TE and TM We use the labels TE and TM when we are describing the orientation of a linearly polarized wave relative to a device. TE/perpendicular/s the electric field is polarized perpendicular to the plane of incidence. TM/parallel/p the electric field is polarized parallel to the plane of incidence. Lecture 3 Slide 36 18

19 Calculating the Polarization Vectors Incident Wave Vector Surface Normal Unit Vectors of Polarization Directions sin cos 0 aˆ y 0 kinc k0n inc sin sin ˆ n 0 ˆ nˆ k ate inc 0 cos 1 nˆ k inc aˆ TE kinc Right handed aˆ TM coordinate system aˆ TE kinc x y z Composite Polarization Vector P p aˆ p aˆ TE TE TM TM In CEM, we usually make P 1 Lecture 3 Slide 37 Index Ellipsoids Lecture 3 Slide 38 19

20 Dispersion Relations The dispersion relation for a material relates the wave vector to frequency. Essentially, it tells us the refractive index as a function of direction through a material. It is derived by substituting a plane wave solution into the wave equation. For a linear, homogeneous, and isotropic (LHI) material, the dispersion relation is: k k k k n a b c 0 This can also be written as: k k k n a b c k 0 0 Lecture 3 Slide 39 Index Ellipsoids From the previous slide, the dispersion relation for a LHI material was: k k k k n a b c 0 This defines a sphere called an index ellipsoid. The vector connecting the origin to a point on the sphere is the k vector for that direction. Refractive index n is calculated from its magnitude. k k n 0 For LHI materials, the refractive index is the same in all directions. ĉ index ellipsoid Think of this as a map of the refractive index as a function of the wave s direction through the medium. â ˆb Lecture 3 Slide 40 0

21 Index Ellipsoids for Uniaxial Materials ne â n O ĉ n O ne n O ˆb Observations Both solutions share a common axis. This common axis looks isotropic with refractive index n 0 regardless of polarization. Since both solutions share a single axis, these crystals are called uniaxial. The common axis is called: o Optic axis o Ordinary axis o C axis o Uniaxial axis Deviation from the optic axis will result in two separate possible modes. k k k k k a b c a b k 0 k 0 0 no ne Lecture 3 Slide 41 Index Ellipsoids for Biaxial Materials Biaxial materials have all unique refractive indices. Most texts adopt the convention where n n n a b c The general dispersion relation cannot be reduced. optic axes ĉ Notes and Observations The convention n a <n b <n c causes the optic axes to lie in the a c plane. The two solutions can be envisioned as one balloon inside another, pinched together so they touch at only four points. â ˆb Propagation along either of the optic axes looks isotropic, thus the name biaxial. Lecture 3 Slide 4 1

22 Direction of Power Flow Isotropic Materials y P k x Anisotropic Materials y k P x Phase propagates in the direction of k. Therefore, the refractive index derived from k is best described as the phase refractive index. Velocity here is the phase velocity. Power propagates in the direction of P which is always normal to the surface of the index ellipsoid. From this, we can define a group velocity and a group refractive index. Lecture 3 Slide 43 Illustration of k versus P k P P k Negative refraction into an electromagnetic band gap material. We don t need a negative refractive index to have negative refraction. Lecture 3 Slide 44

23 Phase Matching at an Interface Lecture 3 Slide 45 Illustration of the Dispersion Relation k k k k n x y 0 Index ellipsoid y k k y k x x The dispersion relation for isotropic materials is essentially just the Pythagorean theorem. It says a wave sees the same refractive index no matter what direction the wave is travelling. Lecture 3 Slide 46 3

24 Index Ellipsoid in Two Different Materials Material 1 (Low n) Material (High n) k k k k n x,1 y, k k k k n x, y, 0 n n 1 Lecture 3 Slide 47 Phase Matching at the Interface Between Two Materials Where n 1 < n Material 1 k k k k n x,1 y, n n 1 Material k k k k n x, y, 0 Lecture 3 Slide 48 4

25 Summary of the Phase Matching Trend for n 1 < n n n 1 Material 1 Material k k k k n x,1 y, k k k k n x, y, Properly phased matched at the interface. Lecture 3 Slide 49 Phase Matching at the Interface Between Two Materials Where n 1 > n n n 1 inc Material 1 c k inc x,1 ky,1 k1 k0n1 c Material k k k k n x, y, 0 Lecture 3 Slide 50 5

26 Summary of the Phase Matching Trend for n 1 > n n n 1 Material 1 Material k k k k n x,1 y, k k k k n x, y, 0 1 inc c inc c 3 4 inc Properly phased matched at the interface. c Lecture 3 Slide 51 inc c Reflection and Transmission: The Fresnel Equations Lecture 3 Slide 5 6

27 Reflection, Transmission, and Refraction at an Interface n, 1 1 n, Angles TE Polarization cos11cos rte cos cos 1r 1 1 TM TM cos Lecture 3 1 Slide 53 t TE TE cos1 cos cos t 1 1 TE TM Polarization cos 1cos1 rtm cos cos t 1r inc ref 1 n sin n sin 1 1 TM 1 1 cos1 cos cos 1 1 cos t Snell s Law Reflectance and Transmittance Reflectance The fraction of power R reflected from an interface is called reflectance. It is related to the reflection coefficient r through RTE rte RTM r R r TE TE TM RTM rtm Transmittance The fraction of power T transmitted through an interface is called transmittance. It is related to the transmission coefficient t through T TE t cos 1 TE cos1 T TM t cos 1 TM cos1 T T TE TM t t TE TM Lecture 3 Slide 54 7

28 Amplitude Vs. Power Terms Wave Amplitudes The reflection and transmission coefficients, r and t, relate the amplitudes of the reflected and transmitted waves relative to the applied wave. They are complex numbers because both the magnitude and phase of the wave can change at an interface. Eref reinc Etrn teinc Wave Power The reflectance and transmittance, R and T, relate the power of the reflected and transmitted waves relative to the applied wave. They are real numbers bound between zero and one. Eref R Einc Etrn T Einc Often, these quantities are expressed on the decibel scale R 10log R T 10log T db 10 db 10 Lecture 3 Slide 55 Conservation of Power When electromagnetic wave is applied to a device, it can be absorbed (i.e. converted to another form of energy), reflected and/or transmitted. Without a nuclear reaction, nothing else can happen. A RT 1 Reflectance, R Fraction of power from the applied wave that is reflected from the device. Transmittance, T Fraction of power from the applied wave that is transmitted through the device. Absorptance, A Fraction of power from the applied wave that is absorbed by the device. Applied Wave Reflected Wave Absorbed Wave Transmitted Wave Lecture 3 Slide 56 8

29 The Critical Angle (Total Reflection) Above the critical angle c, reflection is 100% r r TE TM cosc 1cos cos cos c 1 cos 1cosc cos cos 1 c 1 1 This will happen when cos( ) is imaginary. The condition for the critical angle is derived from Snell s Law. n1 cos 1sin 1 sin c n n sin 1 1 c n1 Condition for Total Internal Reflection (TIR) 1 1 sin 1 c n n n 1 sin c 1 1 c sin n1 n sin n sin 1 c Lecture 3 Slide 57 n n Brewster s Angle (Total Transmission) TE Polarization cosb 1cos rte 0 cos cos B 1 sin 1 1 B We see that as long as 1 = then there is no Brewster s angle. Generally, most materials have a very week magnetic response and there is no Brewster s angle for TE polarized waves. TM Polarization r TM cos 1cos1 0 cos cos 1 1 sin 1 1 B We see that if 1 = then there is no Brewster s angle. For materials with no magnetic response, the Brewster s angle equation reduces to tan n This is the most well known equation. B 1 1 n1 Lecture 3 Slide 58 9

30 Notes on a Single Interface It is a change in impedance that causes reflections Law of reflection says the angle of reflection is equal to the angle of incidence. Snell s Law quantifies the angle of transmission as a function of angle of incidence and the material properties. Angle of transmission and reflection do not depend on polarization. The Fresnel equations quantify the amount of reflection and transmission, but not the angles. Amount of reflection and transmission depends on the polarization and angle of incidence. For incident angles greater than the critical angle, a wave will be completely reflected regardless of its polarization. When a wave is incident at the Brewster s angle, a particular polarization will be completely transmitted. Lecture 3 Slide 59 Visualization of Wave Scattering at an Interface Lecture 3 Slide 60 30

31 1/8/018 Longitudinal Component of the Wave Vector 1. Boundary conditions require that the tangential component of the wave vector is continuous across the interface. Assuming kx is purely real in material 1, kx will be purely real in material. We have oscillations and energy flow in the x direction.. Knowing that the dispersion relation must be satisfied, the longitudinal component of the wave vector in material is calculated from the dispersion relation in material. k x, k y, k0 n k y, k0 n k x, We see that k y will be purely real if k0 n k x,. We see that k y will be purely imaginary if k0 n k y, z. Lecture 3 Slide 61 Field at an Interface Above and Below the Critical Angle (Ignoring Reflections) n1 n n1 n n1 n No critical angle 1 C 1 C The field always penetrates material, but it may not propagate. Above the critical angle, penetration is greatest near the critical angle. Very high spatial frequencies are supported in material despite the dispersion relation. In material, energy always flows along x, but not necessarily along y. Lecture 3 Slide 6 31

32 Simulation of Reflection and Transmission at a Single Interface (n 1 <n ) n 1 =1.0, n =1.73 B =60 Lecture 3 Slide 63 Simulation of Reflection and Transmission at a Single Interface (n 1 >n ) n 1 =1.41, n =1.0 C =45 Lecture 3 Slide 64 3

33 Field Visualization for C =45 inc = 44 inc = 46 inc = 67 inc = 89 Lecture 3 Slide 65 Electromagnetic Tunneling If an evanescent field touches a medium with higher refractive index, the field may no longer be cutoff and become a propagating wave. This is a very unusual phenomenon because the evanescent field is contributing to power flow. This is called electromagnetic tunneling and is analogous to electron tunneling through thin insulators. Lecture 3 Slide 66 33

34 Image Theory Lecture 3 Slide 67 Image Theory Reduces Size of Models When fields are symmetric in some manner about a plane, it is only necessary to calculate one half of the field because the other half contains only redundant information. Sometimes more than one plane of symmetry can be identified. Image theory can dramatically reduce the numerical size of the model being solved. Reduced model Device is 75% smaller. Model is 94% smaller. G. Bellanca, S. Trillo, Full vectorial BPM modeling of Index Guiding Photonic Crystal Fibers and Couplers, Optics Express 10(1), (00). Lecture 3 Slide 68 34

35 Summary of Image Theory Electric Fields Magnetic Fields Electric Fields Magnetic Fields perfect electric conductor (PEC) perfect magnetic conductor (PMC) image fields Duality Lecture 3 Slide 69 Image Theory Applied to an Airplane Lecture 3 Slide 70 35

Electromagnetic Waves & Polarization

Electromagnetic Waves & Polarization Course Instructor Dr. Raymond C. Rumpf Office: A 337 Phone: (915) 747 6958 E Mail: rcrumpf@utep.edu EE 4347 Applied Electromagnetics Topic 3a Electromagnetic Waves & Polarization Electromagnetic These

More information

Preliminary Topics in EM

Preliminary Topics in EM ECE 53 1 st Century Electromagnetics Instructor: Office: Phone: E Mail: Dr. Raymond C. Rumpf A 337 (915) 747 6958 rcrumpf@utep.edu Lecture #1 Preliminary Topics in EM Lecture 1 1 Lecture Outline Maxwell

More information

Electromagnetic Properties of Materials Part 2

Electromagnetic Properties of Materials Part 2 ECE 5322 21 st Century Electromagnetics Instructor: Office: Phone: E Mail: Dr. Raymond C. Rumpf A 337 (915) 747 6958 rcrumpf@utep.edu Lecture #3 Electromagnetic Properties of Materials Part 2 Nonlinear

More information

Lecture Outline. Maxwell s Equations Predict Waves Derivation of the Wave Equation Solution to the Wave Equation 8/7/2018

Lecture Outline. Maxwell s Equations Predict Waves Derivation of the Wave Equation Solution to the Wave Equation 8/7/2018 Course Instructor Dr. Raymond C. Rumpf Office: A 337 Phone: (915) 747 6958 E Mail: rcrumpf@utep.edu EE 4347 Applied Electromagnetics Topic 3a Electromagnetic Waves Electromagnetic These notes Waves may

More information

Optics and Optical Design. Chapter 6: Polarization Optics. Lectures 11 13

Optics and Optical Design. Chapter 6: Polarization Optics. Lectures 11 13 Optics and Optical Design Chapter 6: Polarization Optics Lectures 11 13 Cord Arnold / Anne L Huillier Polarization of Light Arbitrary wave vs. paraxial wave One component in x direction y x z Components

More information

Lecture Outline. Scattering at an Interface Sunrises & Sunsets Rainbows Polarized Sunglasses 8/9/2018. EE 4347 Applied Electromagnetics.

Lecture Outline. Scattering at an Interface Sunrises & Sunsets Rainbows Polarized Sunglasses 8/9/2018. EE 4347 Applied Electromagnetics. Course Instructor Dr. Raymond C. Rumpf Office: A 337 Phone: (915) 747 6958 E Mail: rcrumpf@utep.edu EE 4347 Applied Electromagnetics Topic 3i Scattering at an Interface: Examples Examples These notes may

More information

Optics and Optical Design. Chapter 6: Polarization Optics. Lectures 11-13

Optics and Optical Design. Chapter 6: Polarization Optics. Lectures 11-13 Optics and Optical Design Chapter 6: Polarization Optics Lectures 11-13 Cord Arnold / Anne L Huillier Polarization of Light Arbitrary wave vs. paraxial wave One component in x-direction y x z Components

More information

Lecture Outline. Dispersion Relation Electromagnetic Wave Polarization 8/7/2018. EE 4347 Applied Electromagnetics. Topic 3c

Lecture Outline. Dispersion Relation Electromagnetic Wave Polarization 8/7/2018. EE 4347 Applied Electromagnetics. Topic 3c Course Instructor Dr. Rymond C. Rumpf Office: A 337 Phone: (915) 747 6958 E Mil: rcrumpf@utep.edu EE 4347 Applied Electromgnetics Topic 3c Wve Dispersion & Polriztion Wve Dispersion These notes & Polriztion

More information

CHAPTER 9 ELECTROMAGNETIC WAVES

CHAPTER 9 ELECTROMAGNETIC WAVES CHAPTER 9 ELECTROMAGNETIC WAVES Outlines 1. Waves in one dimension 2. Electromagnetic Waves in Vacuum 3. Electromagnetic waves in Matter 4. Absorption and Dispersion 5. Guided Waves 2 Skip 9.1.1 and 9.1.2

More information

Electromagnetic Theory for Microwaves and Optoelectronics

Electromagnetic Theory for Microwaves and Optoelectronics Keqian Zhang Dejie Li Electromagnetic Theory for Microwaves and Optoelectronics Second Edition With 280 Figures and 13 Tables 4u Springer Basic Electromagnetic Theory 1 1.1 Maxwell's Equations 1 1.1.1

More information

Complex Wave Parameters Visualization of EM Waves Complex Wave Parameters for Special Cases

Complex Wave Parameters Visualization of EM Waves Complex Wave Parameters for Special Cases Course Instructor Dr. Ramond C. Rumpf Office: A 337 Phone: (915) 747 6958 E Mail: rcrumpf@utep.edu EE 4347 Applied Electromagnetics Topic 3d Waves in Loss Dielectrics Loss Dielectrics These notes ma contain

More information

: Imaging Systems Laboratory II. Laboratory 6: The Polarization of Light April 16 & 18, 2002

: Imaging Systems Laboratory II. Laboratory 6: The Polarization of Light April 16 & 18, 2002 151-232: Imaging Systems Laboratory II Laboratory 6: The Polarization of Light April 16 & 18, 22 Abstract. In this lab, we will investigate linear and circular polarization of light. Linearly polarized

More information

Electromagnetic fields and waves

Electromagnetic fields and waves Electromagnetic fields and waves Maxwell s rainbow Outline Maxwell s equations Plane waves Pulses and group velocity Polarization of light Transmission and reflection at an interface Macroscopic Maxwell

More information

Waves in Linear Optical Media

Waves in Linear Optical Media 1/53 Waves in Linear Optical Media Sergey A. Ponomarenko Dalhousie University c 2009 S. A. Ponomarenko Outline Plane waves in free space. Polarization. Plane waves in linear lossy media. Dispersion relations

More information

Chap. 2. Polarization of Optical Waves

Chap. 2. Polarization of Optical Waves Chap. 2. Polarization of Optical Waves 2.1 Polarization States - Direction of the Electric Field Vector : r E = E xˆ + E yˆ E x x y ( ω t kz + ϕ ), E = E ( ωt kz + ϕ ) = E cos 0 x cos x y 0 y - Role :

More information

16. More About Polarization

16. More About Polarization 16. More About Polarization Polarization control Wave plates Circular polarizers Reflection & polarization Scattering & polarization Birefringent materials have more than one refractive index A special

More information

POLARIZATION OF LIGHT

POLARIZATION OF LIGHT POLARIZATION OF LIGHT OVERALL GOALS The Polarization of Light lab strongly emphasizes connecting mathematical formalism with measurable results. It is not your job to understand every aspect of the theory,

More information

Wave Propagation in Uniaxial Media. Reflection and Transmission at Interfaces

Wave Propagation in Uniaxial Media. Reflection and Transmission at Interfaces Lecture 5: Crystal Optics Outline 1 Homogeneous, Anisotropic Media 2 Crystals 3 Plane Waves in Anisotropic Media 4 Wave Propagation in Uniaxial Media 5 Reflection and Transmission at Interfaces Christoph

More information

Lecture Outline. Scattering From a Dielectric Slab Anti Reflection Layer Bragg Gratings 8/9/2018. EE 4347 Applied Electromagnetics.

Lecture Outline. Scattering From a Dielectric Slab Anti Reflection Layer Bragg Gratings 8/9/2018. EE 4347 Applied Electromagnetics. Course Instructor Dr. Raymond C. Rumpf Office: A 337 Phone: (95) 747 6958 E Mail: rcrumpf@utep.edu EE 4347 Applied Electromagnetics Topic 3k Multiple Scattering Multiple These Scattering notes may contain

More information

Waves & Oscillations

Waves & Oscillations Physics 42200 Waves & Oscillations Lecture 32 Electromagnetic Waves Spring 2016 Semester Matthew Jones Electromagnetism Geometric optics overlooks the wave nature of light. Light inconsistent with longitudinal

More information

ECE 604, Lecture 17. October 30, In this lecture, we will cover the following topics: Reflection and Transmission Single Interface Case

ECE 604, Lecture 17. October 30, In this lecture, we will cover the following topics: Reflection and Transmission Single Interface Case ECE 604, Lecture 17 October 30, 2018 In this lecture, we will cover the following topics: Duality Principle Reflection and Transmission Single Interface Case Interesting Physical Phenomena: Total Internal

More information

Waves. Daniel S. Weile. ELEG 648 Waves. Department of Electrical and Computer Engineering University of Delaware. Plane Waves Reflection of Waves

Waves. Daniel S. Weile. ELEG 648 Waves. Department of Electrical and Computer Engineering University of Delaware. Plane Waves Reflection of Waves Waves Daniel S. Weile Department of Electrical and Computer Engineering University of Delaware ELEG 648 Waves Outline Outline Introduction Let s start by introducing simple solutions to Maxwell s equations

More information

POLARISATION. We have not really discussed the direction of the Electric field other that that it is perpendicular to the direction of motion.

POLARISATION. We have not really discussed the direction of the Electric field other that that it is perpendicular to the direction of motion. POLARISATION Light is a transverse electromagnetic wave. We have not really discussed the direction of the Electric field other that that it is perpendicular to the direction of motion. If the E field

More information

Lab #13: Polarization

Lab #13: Polarization Lab #13: Polarization Introduction In this experiment we will investigate various properties associated with polarized light. We will study both its generation and application. Real world applications

More information

Electromagnetic Waves

Electromagnetic Waves Electromagnetic Waves Maxwell s equations predict the propagation of electromagnetic energy away from time-varying sources (current and charge) in the form of waves. Consider a linear, homogeneous, isotropic

More information

Chap. 1 Fundamental Concepts

Chap. 1 Fundamental Concepts NE 2 Chap. 1 Fundamental Concepts Important Laws in Electromagnetics Coulomb s Law (1785) Gauss s Law (1839) Ampere s Law (1827) Ohm s Law (1827) Kirchhoff s Law (1845) Biot-Savart Law (1820) Faradays

More information

ECEN 4606, UNDERGRADUATE OPTICS LAB

ECEN 4606, UNDERGRADUATE OPTICS LAB ECEN 4606, UNDERGRADUATE OPTICS LAB Lab 6: Polarization Original: Professor McLeod SUMMARY: In this lab you will become familiar with the basics of polarization and learn to use common optical elements

More information

Lecture 36 Date:

Lecture 36 Date: Lecture 36 Date: 5.04.04 Reflection of Plane Wave at Oblique Incidence (Snells Law, Brewster s Angle, Parallel Polarization, Perpendicular Polarization etc.) Introduction to RF/Microwave Introduction One

More information

Topic 4: Waves 4.3 Wave characteristics

Topic 4: Waves 4.3 Wave characteristics Guidance: Students will be expected to calculate the resultant of two waves or pulses both graphically and algebraically Methods of polarization will be restricted to the use of polarizing filters and

More information

Polarizers and Retarders

Polarizers and Retarders Phys 531 Lecture 20 11 November 2004 Polarizers and Retarders Last time, discussed basics of polarization Linear, circular, elliptical states Describe by polarization vector ĵ Today: Describe elements

More information

Lecture 5: Polarization. Polarized Light in the Universe. Descriptions of Polarized Light. Polarizers. Retarders. Outline

Lecture 5: Polarization. Polarized Light in the Universe. Descriptions of Polarized Light. Polarizers. Retarders. Outline Lecture 5: Polarization Outline 1 Polarized Light in the Universe 2 Descriptions of Polarized Light 3 Polarizers 4 Retarders Christoph U. Keller, Leiden University, keller@strw.leidenuniv.nl ATI 2016,

More information

11/29/2010. Propagation in Anisotropic Media 3. Introduction. Introduction. Gabriel Popescu

11/29/2010. Propagation in Anisotropic Media 3. Introduction. Introduction. Gabriel Popescu Propagation in Anisotropic Media Gabriel Popescu University of Illinois at Urbana Champaign Beckman Institute Quantitative Light Imaging Laboratory http://light.ece.uiuc.edu Principles of Optical Imaging

More information

PH 222-2C Fall Electromagnetic Waves Lectures Chapter 33 (Halliday/Resnick/Walker, Fundamentals of Physics 8 th edition)

PH 222-2C Fall Electromagnetic Waves Lectures Chapter 33 (Halliday/Resnick/Walker, Fundamentals of Physics 8 th edition) PH 222-2C Fall 2012 Electromagnetic Waves Lectures 21-22 Chapter 33 (Halliday/Resnick/Walker, Fundamentals of Physics 8 th edition) 1 Chapter 33 Electromagnetic Waves Today s information age is based almost

More information

Modern Optics Prof. Partha Roy Chaudhuri Department of Physics Indian Institute of Technology, Kharagpur

Modern Optics Prof. Partha Roy Chaudhuri Department of Physics Indian Institute of Technology, Kharagpur Modern Optics Prof. Partha Roy Chaudhuri Department of Physics Indian Institute of Technology, Kharagpur Lecture 08 Wave propagation in anisotropic media Now, we will discuss the propagation of electromagnetic

More information

Brewster Angle and Total Internal Reflection

Brewster Angle and Total Internal Reflection Lecture 4: Polarization Outline 1 Polarized Light in the Universe 2 Brewster Angle and Total Internal Reflection 3 Descriptions of Polarized Light 4 Polarizers 5 Retarders Christoph U. Keller, Utrecht

More information

Physics 3323, Fall 2014 Problem Set 13 due Friday, Dec 5, 2014

Physics 3323, Fall 2014 Problem Set 13 due Friday, Dec 5, 2014 Physics 333, Fall 014 Problem Set 13 due Friday, Dec 5, 014 Reading: Finish Griffiths Ch. 9, and 10..1, 10.3, and 11.1.1-1. Reflecting on polarizations Griffiths 9.15 (3rd ed.: 9.14). In writing (9.76)

More information

Electromagnetic Theory for Microwaves and Optoelectronics

Electromagnetic Theory for Microwaves and Optoelectronics Keqian Zhang Dejie Li Electromagnetic Theory for Microwaves and Optoelectronics Translated by authors With 259 Figures Springer Contents 1 Basic Electromagnetic Theory 1 1.1 Maxwell's Equations 1 1.1.1

More information

Lecture Outline. Attenuation Coefficient and Phase Constant Characteristic Impedance, Z 0 Special Cases of Transmission Lines

Lecture Outline. Attenuation Coefficient and Phase Constant Characteristic Impedance, Z 0 Special Cases of Transmission Lines Course Instructor Dr. Raymond C. Rumpf Office: A 337 Phone: (915) 747 6958 E Mail: rcrumpf@utep.edu EE 4347 Applied Electromagnetics Topic 4b Transmission Line Parameters Transmission These Line notes

More information

Brewster Angle and Total Internal Reflection

Brewster Angle and Total Internal Reflection Lecture 5: Polarization Outline 1 Polarized Light in the Universe 2 Brewster Angle and Total Internal Reflection 3 Descriptions of Polarized Light 4 Polarizers 5 Retarders Christoph U. Keller, Leiden University,

More information

Lecture 9. Transmission and Reflection. Reflection at a Boundary. Specific Boundary. Reflection at a Boundary

Lecture 9. Transmission and Reflection. Reflection at a Boundary. Specific Boundary. Reflection at a Boundary Lecture 9 Reflection at a Boundary Transmission and Reflection A boundary is defined as a place where something is discontinuous Half the work is sorting out what is continuous and what is discontinuous

More information

Electromagnetic Waves Across Interfaces

Electromagnetic Waves Across Interfaces Lecture 1: Foundations of Optics Outline 1 Electromagnetic Waves 2 Material Properties 3 Electromagnetic Waves Across Interfaces 4 Fresnel Equations 5 Brewster Angle 6 Total Internal Reflection Christoph

More information

Waveguide Principles

Waveguide Principles CHAPTER 8 Waveguide Principles In Chapter 6, we introduced transmission lines, and in Chapter 7, we studied their analysis. We learned that transmission lines are made up of two (or more) parallel conductors.

More information

Summary of Beam Optics

Summary of Beam Optics Summary of Beam Optics Gaussian beams, waves with limited spatial extension perpendicular to propagation direction, Gaussian beam is solution of paraxial Helmholtz equation, Gaussian beam has parabolic

More information

Problem 8.0 Make Your Own Exam Problem for Midterm II by April 13

Problem 8.0 Make Your Own Exam Problem for Midterm II by April 13 MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Electrical Engineering and Computer Science 6.007 Electromagnetic Energy: From Motors to Lasers Spring 2011 Problem Set 8: Electromagnetic Waves at Boundaries

More information

Lecture Outline. Shorted line (Z L = 0) Open circuit line (Z L = ) Matched line (Z L = Z 0 ) 9/28/2017. EE 4347 Applied Electromagnetics.

Lecture Outline. Shorted line (Z L = 0) Open circuit line (Z L = ) Matched line (Z L = Z 0 ) 9/28/2017. EE 4347 Applied Electromagnetics. 9/8/17 Course Instructor Dr. Raymond C. Rumpf Office: A 337 Phone: (915) 747 6958 E Mail: rcrumpf@utep.edu EE 4347 Applied Electromagnetics Topic 4b Transmission ine Behavior Transmission These ine notes

More information

Lecture 4: Anisotropic Media. Dichroism. Optical Activity. Faraday Effect in Transparent Media. Stress Birefringence. Form Birefringence

Lecture 4: Anisotropic Media. Dichroism. Optical Activity. Faraday Effect in Transparent Media. Stress Birefringence. Form Birefringence Lecture 4: Anisotropic Media Outline Dichroism Optical Activity 3 Faraday Effect in Transparent Media 4 Stress Birefringence 5 Form Birefringence 6 Electro-Optics Dichroism some materials exhibit different

More information

RF cavities (Lecture 25)

RF cavities (Lecture 25) RF cavities (Lecture 25 February 2, 2016 319/441 Lecture outline A good conductor has a property to guide and trap electromagnetic field in a confined region. In this lecture we will consider an example

More information

EITN90 Radar and Remote Sensing Lecture 5: Target Reflectivity

EITN90 Radar and Remote Sensing Lecture 5: Target Reflectivity EITN90 Radar and Remote Sensing Lecture 5: Target Reflectivity Daniel Sjöberg Department of Electrical and Information Technology Spring 2018 Outline 1 Basic reflection physics 2 Radar cross section definition

More information

Light Waves and Polarization

Light Waves and Polarization Light Waves and Polarization Xavier Fernando Ryerson Communications Lab http://www.ee.ryerson.ca/~fernando The Nature of Light There are three theories explain the nature of light: Quantum Theory Light

More information

Quantum Mechanics for Scientists and Engineers. David Miller

Quantum Mechanics for Scientists and Engineers. David Miller Quantum Mechanics for Scientists and Engineers David Miller Vector spaces, operators and matrices Vector spaces, operators and matrices Vector space Vector space We need a space in which our vectors exist

More information

Chapter 1 - The Nature of Light

Chapter 1 - The Nature of Light David J. Starling Penn State Hazleton PHYS 214 Electromagnetic radiation comes in many forms, differing only in wavelength, frequency or energy. Electromagnetic radiation comes in many forms, differing

More information

Physics 214 Course Overview

Physics 214 Course Overview Physics 214 Course Overview Lecturer: Mike Kagan Course topics Electromagnetic waves Optics Thin lenses Interference Diffraction Relativity Photons Matter waves Black Holes EM waves Intensity Polarization

More information

Introduction to Polarization

Introduction to Polarization Phone: Ext 659, E-mail: hcchui@mail.ncku.edu.tw Fall/007 Introduction to Polarization Text Book: A Yariv and P Yeh, Photonics, Oxford (007) 1.6 Polarization States and Representations (Stokes Parameters

More information

OPTI 501, Electromagnetic Waves (3)

OPTI 501, Electromagnetic Waves (3) OPTI 501, Electromagnetic Waves (3) Vector fields, Maxwell s equations, electromagnetic field energy, wave equations, free-space solutions, box modes, Fresnel equations, scalar and vector potentials, gauge

More information

( z) ( ) ( )( ) ω ω. Wave equation. Transmission line formulas. = v. Helmholtz equation. Exponential Equation. Trig Formulas = Γ. cos sin 1 1+Γ = VSWR

( z) ( ) ( )( ) ω ω. Wave equation. Transmission line formulas. = v. Helmholtz equation. Exponential Equation. Trig Formulas = Γ. cos sin 1 1+Γ = VSWR Wave equation 1 u tu v u(, t f ( vt + g( + vt Helmholt equation U + ku jk U Ae + Be + jk Eponential Equation γ e + e + γ + γ Trig Formulas sin( + y sin cos y+ sin y cos cos( + y cos cos y sin sin y + cos

More information

Chapter 2. Linear Algebra. rather simple and learning them will eventually allow us to explain the strange results of

Chapter 2. Linear Algebra. rather simple and learning them will eventually allow us to explain the strange results of Chapter 2 Linear Algebra In this chapter, we study the formal structure that provides the background for quantum mechanics. The basic ideas of the mathematical machinery, linear algebra, are rather simple

More information

Advanced Optical Communications Prof. R. K. Shevgaonkar Department of Electrical Engineering Indian Institute of Technology, Bombay

Advanced Optical Communications Prof. R. K. Shevgaonkar Department of Electrical Engineering Indian Institute of Technology, Bombay Advanced Optical Communications Prof. R. K. Shevgaonkar Department of Electrical Engineering Indian Institute of Technology, Bombay Lecture No. # 15 Laser - I In the last lecture, we discussed various

More information

gap trans inc n=1 z Jackson 7.3 Homework Problem Solution Dr. Christopher S. Baird University of Massachusetts Lowell

gap trans inc n=1 z Jackson 7.3 Homework Problem Solution Dr. Christopher S. Baird University of Massachusetts Lowell Jackson 7.3 Homework Problem Solution Dr. Christopher S. Baird University of Massachusetts Lowell PROBLEM: Two plane semi-infinite slabs of the same uniform, isotropic, nonpermeable, lossless dielectric

More information

Chap. 4. Electromagnetic Propagation in Anisotropic Media

Chap. 4. Electromagnetic Propagation in Anisotropic Media Chap. 4. Electromagnetic Propagation in Anisotropic Media - Optical properties depend on the direction of propagation and the polarization of the light. - Crystals such as calcite, quartz, KDP, and liquid

More information

Propagation of EM Waves in material media

Propagation of EM Waves in material media Propagation of EM Waves in material media S.M.Lea 09 Wave propagation As usual, we start with Maxwell s equations with no free charges: D =0 B =0 E = B t H = D t + j If we now assume that each field has

More information

Lecture Outline. Scattering at an Impedance Discontinuity Power on a Transmission Line Voltage Standing Wave Ratio (VSWR) 8/10/2018

Lecture Outline. Scattering at an Impedance Discontinuity Power on a Transmission Line Voltage Standing Wave Ratio (VSWR) 8/10/2018 Course Instructor Dr. Raymond C. Rumpf Office: A 337 Phone: (95) 747 6958 E Mail: rcrumpf@utep.edu EE 4347 Applied Electromagnetics Topic 4d Scattering on a Transmission Line Scattering These on a notes

More information

Polarization. Polarization. Physics Waves & Oscillations 4/3/2016. Spring 2016 Semester Matthew Jones. Two problems to be considered today:

Polarization. Polarization. Physics Waves & Oscillations 4/3/2016. Spring 2016 Semester Matthew Jones. Two problems to be considered today: 4/3/26 Physics 422 Waves & Oscillations Lecture 34 Polarization of Light Spring 26 Semester Matthew Jones Polarization (,)= cos (,)= cos + Unpolarizedlight: Random,, Linear polarization: =,± Circular polarization:

More information

Electromagnetic Waves

Electromagnetic Waves Electromagnetic Waves Our discussion on dynamic electromagnetic field is incomplete. I H E An AC current induces a magnetic field, which is also AC and thus induces an AC electric field. H dl Edl J ds

More information

Waves & Oscillations

Waves & Oscillations Physics 42200 Waves & Oscillations Lecture 32 Polarization of Light Spring 2015 Semester Matthew Jones Types of Polarization Light propagating through different materials: One polarization component can

More information

Plasmonics. The long wavelength of light ( μm) creates a problem for extending optoelectronics into the nanometer regime.

Plasmonics. The long wavelength of light ( μm) creates a problem for extending optoelectronics into the nanometer regime. Plasmonics The long wavelength of light ( μm) creates a problem for extending optoelectronics into the nanometer regime. A possible way out is the conversion of light into plasmons. They have much shorter

More information

Problem set 3. Electromagnetic waves

Problem set 3. Electromagnetic waves Second Year Electromagnetism Michaelmas Term 2017 Caroline Terquem Problem set 3 Electromagnetic waves Problem 1: Poynting vector and resistance heating This problem is not about waves but is useful to

More information

Physics I Keystone Institute Technology & Management Unit-II

Physics I Keystone Institute Technology & Management Unit-II Un-polarized light Ordinary light is a collection of wave trains emitted by atoms or group of atoms with coherent time no longer than 10-8 second. Each wave train has different orientation and phase of

More information

Study of Propagating Modes and Reflectivity in Bragg Filters with AlxGa1-xN/GaN Material Composition

Study of Propagating Modes and Reflectivity in Bragg Filters with AlxGa1-xN/GaN Material Composition Study of Propagating Modes and Reflectivity in Bragg Filters with AlxGa1-xN/GaN Material Composition Sourangsu Banerji Department of Electronics & Communication Engineering, RCC Institute of Information

More information

Polarization of Light and Birefringence of Materials

Polarization of Light and Birefringence of Materials Polarization of Light and Birefringence of Materials Ajit Balagopal (Team Members Karunanand Ogirala, Hui Shen) ECE 614- PHOTONIC INFORMATION PROCESSING LABORATORY Abstract-- In this project, we study

More information

Plasma Physics Prof. V. K. Tripathi Department of Physics Indian Institute of Technology, Delhi

Plasma Physics Prof. V. K. Tripathi Department of Physics Indian Institute of Technology, Delhi Plasma Physics Prof. V. K. Tripathi Department of Physics Indian Institute of Technology, Delhi Lecture No. # 09 Electromagnetic Wave Propagation Inhomogeneous Plasma (Refer Slide Time: 00:33) Today, I

More information

Lecture 21 Reminder/Introduction to Wave Optics

Lecture 21 Reminder/Introduction to Wave Optics Lecture 1 Reminder/Introduction to Wave Optics Program: 1. Maxwell s Equations.. Magnetic induction and electric displacement. 3. Origins of the electric permittivity and magnetic permeability. 4. Wave

More information

Fresnel Equations cont.

Fresnel Equations cont. Lecture 11 Chapter 4 Fresnel quations cont. Total internal reflection and evanescent waves Optical properties of metals Familiar aspects of the interaction of light and matter Fresnel quations: phases

More information

Reflection/Refraction

Reflection/Refraction Reflection/Refraction Page Reflection/Refraction Boundary Conditions Interfaces between different media imposed special boundary conditions on Maxwell s equations. It is important to understand what restrictions

More information

Vector Calculus Review

Vector Calculus Review Course Instructor Dr. Ramond C. Rumpf Office: A-337 Phone: (915) 747-6958 E-Mail: rcrumpf@utep.edu Vector Calculus Review EE3321 Electromagnetic Field Theor Outline Mathematical Preliminaries Phasors,

More information

DEGREE OF POLARIZATION VS. POINCARÉ SPHERE COVERAGE - WHICH IS NECESSARY TO MEASURE PDL ACCURATELY?

DEGREE OF POLARIZATION VS. POINCARÉ SPHERE COVERAGE - WHICH IS NECESSARY TO MEASURE PDL ACCURATELY? DEGREE OF POLARIZATION VS. POINCARÉ SPHERE COVERAGE - WHICH IS NECESSARY TO MEASURE PDL ACCURATELY? DEGREE OF POLARIZATION VS. POINCARE SPHERE COVERAGE - WHICH IS NECESSARY TO MEASURE PDL ACCURATELY? Introduction

More information

Chapter 33. Electromagnetic Waves

Chapter 33. Electromagnetic Waves Chapter 33 Electromagnetic Waves Today s information age is based almost entirely on the physics of electromagnetic waves. The connection between electric and magnetic fields to produce light is own of

More information

OPSE FINAL EXAM Fall 2015 YOU MUST SHOW YOUR WORK. ANSWERS THAT ARE NOT JUSTIFIED WILL BE GIVEN ZERO CREDIT.

OPSE FINAL EXAM Fall 2015 YOU MUST SHOW YOUR WORK. ANSWERS THAT ARE NOT JUSTIFIED WILL BE GIVEN ZERO CREDIT. CLOSED BOOK. Equation Sheet is provided. YOU MUST SHOW YOUR WORK. ANSWERS THAT ARE NOT JUSTIFIED WILL BE GIVEN ZERO CREDIT. ALL NUMERICAL ANSERS MUST HAVE UNITS INDICATED. (Except dimensionless units like

More information

Light as a Transverse Wave.

Light as a Transverse Wave. Waves and Superposition (Keating Chapter 21) The ray model for light (i.e. light travels in straight lines) can be used to explain a lot of phenomena (like basic object and image formation and even aberrations)

More information

1 The formation and analysis of optical waveguides

1 The formation and analysis of optical waveguides 1 The formation and analysis of optical waveguides 1.1 Introduction to optical waveguides Optical waveguides are made from material structures that have a core region which has a higher index of refraction

More information

Chap. 5. Jones Calculus and Its Application to Birefringent Optical Systems

Chap. 5. Jones Calculus and Its Application to Birefringent Optical Systems Chap. 5. Jones Calculus and Its Application to Birefringent Optical Systems - The overall optical transmission through many optical components such as polarizers, EO modulators, filters, retardation plates.

More information

Summary of Fourier Optics

Summary of Fourier Optics Summary of Fourier Optics Diffraction of the paraxial wave is described by Fresnel diffraction integral, u(x, y, z) = j λz dx 0 dy 0 u 0 (x 0, y 0 )e j(k/2z)[(x x 0) 2 +(y y 0 ) 2 )], Fraunhofer diffraction

More information

Transfer Matrix Method Using Scattering Matrices

Transfer Matrix Method Using Scattering Matrices Instructor Dr. Ramond Rumpf (915) 747 6958 rcrumpf@utep.edu EE 5337 Computational Electromagnetics Lecture #5 Transfer Matri Method Using cattering Matrices Lecture 5b These notes ma contain coprighted

More information

Polarization Mode Dispersion

Polarization Mode Dispersion Unit-7: Polarization Mode Dispersion https://sites.google.com/a/faculty.muet.edu.pk/abdullatif Department of Telecommunication, MUET UET Jamshoro 1 Goos Hänchen Shift The Goos-Hänchen effect is a phenomenon

More information

Physics 3312 Lecture 9 February 13, LAST TIME: Finished mirrors and aberrations, more on plane waves

Physics 3312 Lecture 9 February 13, LAST TIME: Finished mirrors and aberrations, more on plane waves Physics 331 Lecture 9 February 13, 019 LAST TIME: Finished mirrors and aberrations, more on plane waves Recall, Represents a plane wave having a propagation vector k that propagates in any direction with

More information

Innovation and Development of Study Field. nano.tul.cz

Innovation and Development of Study Field. nano.tul.cz Innovation and Development of Study Field Nanomaterials at the Technical University of Liberec nano.tul.cz These materials have been developed within the ESF project: Innovation and development of study

More information

Chapter 5. Effects of Photonic Crystal Band Gap on Rotation and Deformation of Hollow Te Rods in Triangular Lattice

Chapter 5. Effects of Photonic Crystal Band Gap on Rotation and Deformation of Hollow Te Rods in Triangular Lattice Chapter 5 Effects of Photonic Crystal Band Gap on Rotation and Deformation of Hollow Te Rods in Triangular Lattice In chapter 3 and 4, we have demonstrated that the deformed rods, rotational rods and perturbation

More information

Module 5 : Plane Waves at Media Interface. Lecture 36 : Reflection & Refraction from Dielectric Interface (Contd.) Objectives

Module 5 : Plane Waves at Media Interface. Lecture 36 : Reflection & Refraction from Dielectric Interface (Contd.) Objectives Objectives In this course you will learn the following Reflection and Refraction with Parallel Polarization. Reflection and Refraction for Normal Incidence. Lossy Media Interface. Reflection and Refraction

More information

x + 2y + 3z = 8 x + 3y = 7 x + 2z = 3

x + 2y + 3z = 8 x + 3y = 7 x + 2z = 3 Chapter 2: Solving Linear Equations 23 Elimination Using Matrices As we saw in the presentation, we can use elimination to make a system of linear equations into an upper triangular system that is easy

More information

Super-reflection and Cloaking Based on Zero Index Metamaterial

Super-reflection and Cloaking Based on Zero Index Metamaterial Super-reflection and Cloaking Based on Zero Index Metamaterial Jiaming Hao, Wei Yan, and Min Qiu Photonics and Microwave ngineering, Royal Institute of Technology (KTH), lectrum 9, 164 4, Kista, Sweden

More information

Electromagnetic Waves. Chapter 33 (Halliday/Resnick/Walker, Fundamentals of Physics 8 th edition)

Electromagnetic Waves. Chapter 33 (Halliday/Resnick/Walker, Fundamentals of Physics 8 th edition) PH 222-3A Spring 2007 Electromagnetic Waves Lecture 22 Chapter 33 (Halliday/Resnick/Walker, Fundamentals of Physics 8 th edition) 1 Chapter 33 Electromagnetic Waves Today s information age is based almost

More information

Chiroptical Spectroscopy

Chiroptical Spectroscopy Chiroptical Spectroscopy Theory and Applications in Organic Chemistry Lecture 2: Polarized light Masters Level Class (181 041) Mondays, 8.15-9.45 am, NC 02/99 Wednesdays, 10.15-11.45 am, NC 02/99 28 Electromagnetic

More information

Electromagnetic Wave Propagation Lecture 8: Propagation in birefringent media

Electromagnetic Wave Propagation Lecture 8: Propagation in birefringent media Electromagnetic Wave Propagation Lecture 8: Propagation in birefringent media Daniel Sjöberg Department of Electrical and Information Technology September 27, 2012 Outline 1 Introduction 2 Maxwell s equations

More information

Physics of Light and Optics

Physics of Light and Optics Physics of Light and Optics Justin Peatross and Harold Stokes Brigham Young University Department of Physics and Astronomy All Publication Rights Reserved (2001) Revised April 2002 This project is supported

More information

Lecture 3 Fiber Optical Communication Lecture 3, Slide 1

Lecture 3 Fiber Optical Communication Lecture 3, Slide 1 Lecture 3 Optical fibers as waveguides Maxwell s equations The wave equation Fiber modes Phase velocity, group velocity Dispersion Fiber Optical Communication Lecture 3, Slide 1 Maxwell s equations in

More information

Omm Al-Qura University Dr. Abdulsalam Ai LECTURE OUTLINE CHAPTER 3. Vectors in Physics

Omm Al-Qura University Dr. Abdulsalam Ai LECTURE OUTLINE CHAPTER 3. Vectors in Physics LECTURE OUTLINE CHAPTER 3 Vectors in Physics 3-1 Scalars Versus Vectors Scalar a numerical value (number with units). May be positive or negative. Examples: temperature, speed, height, and mass. Vector

More information

Wave Phenomena Physics 15c. Lecture 15 Reflection and Refraction

Wave Phenomena Physics 15c. Lecture 15 Reflection and Refraction Wave Phenomena Physics 15c Lecture 15 Reflection and Refraction What We (OK, Brian) Did Last Time Discussed EM waves in vacuum and in matter Maxwell s equations Wave equation Plane waves E t = c E B t

More information

polarisation of Light

polarisation of Light Basic concepts to understand polarisation of Light Polarization of Light Nature of light: light waves are transverse in nature i. e. the waves propagates in a direction perpendicular to the direction of

More information

Phys 531 Lecture 27 6 December 2005

Phys 531 Lecture 27 6 December 2005 Phys 531 Lecture 27 6 December 2005 Final Review Last time: introduction to quantum field theory Like QM, but field is quantum variable rather than x, p for particle Understand photons, noise, weird quantum

More information

Chapter 9. Electromagnetic waves

Chapter 9. Electromagnetic waves Chapter 9. lectromagnetic waves 9.1.1 The (classical or Mechanical) waves equation Given the initial shape of the string, what is the subsequent form, The displacement at point z, at the later time t,

More information