0% found this document useful (0 votes)
46 views3 pages

EE2015 Electromagnetics II Spring 2019 Homework #1: 2 T 1 I 2 T 1 I

This document provides the homework problem and instructions for Electromagnetics II course in Spring 2019. The problem involves using MATLAB, Python or other programming language to plot the angle of refraction and magnitudes of reflection coefficients for perpendicular and parallel polarizations versus the incident angle for different relative permittivities of two dielectric materials. The document provides the equations for Snell's law and reflection coefficients and instructions on MATLAB functions that may be useful. Students are asked to submit their code online by April 24, 2019.

Uploaded by

arno
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views3 pages

EE2015 Electromagnetics II Spring 2019 Homework #1: 2 T 1 I 2 T 1 I

This document provides the homework problem and instructions for Electromagnetics II course in Spring 2019. The problem involves using MATLAB, Python or other programming language to plot the angle of refraction and magnitudes of reflection coefficients for perpendicular and parallel polarizations versus the incident angle for different relative permittivities of two dielectric materials. The document provides the equations for Snell's law and reflection coefficients and instructions on MATLAB functions that may be useful. Students are asked to submit their code online by April 24, 2019.

Uploaded by

arno
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

EE2015 Electromagnetics II

Spring 2019
Homework #1

Problem

Consider a uniform plane wave obliquely impinging upon a plane boundary between two nonmag-
netic lossless dielectric materials. The wave travels in medium 1 and enters medium 2. The relative
permittivities of medium 1 and medium 2 are r1 and r2 , respectively. The permeabilities of medium
1 and medium 2 are both µ0 . The angles of incidence and refraction are governed by Snell’s Law:
r
sin θt β1 r1
= = . (1)
sin θi β2 r2
The reflection coefficients for perpendicular and parallel polarizations are as follows.
η2 η1
cos θt
− cos θi
Γ⊥ = η2 η1 . (2)
cos θt
+ cos θi

η2 cos θt − η1 cos θi
Γk = . (3)
η2 cos θt + η1 cos θi

In this problem, use MATLAB, Python, or other programming language to plot the angle of refraction
θt and the magnitudes of reflection coefficients for perpendicular and parallel polarizations, i.e., |Γ⊥ |
and |Γk | versus the incident angle θi for θi ranging from 0◦ to 90◦ . Plot the figures for the following
four conditions:

1. r1 = 1 and r2 = 4

2. r1 = 1 and r2 = 2

3. r1 = 2 and r2 = 1

4. r1 = 4 and r2 = 1

The figures should look like these:


MATLAB Coding

When using MATLAB for this homework, beside knowing how to do basic array operations in
MATLAB, you may need to use the following functions:

ˆ asin – inverse sine function sin−1 z

ˆ subplot – drawing two or more plots in one window


ˆ legend – adding legend to the graph

Type function name in help, you will see how to use it. For MATLAB basics, just search on the web
and you will find many tutorials, such as this one:

https://myweb.ntut.edu.tw/~jcjeng/Matlab_basic.pdf

[Important] Please add the flowing line at the beginning of your code

clear; close all;

This line would clear all the variables and close all the figures that are generated by the previous
execution.

Due

Please submit your code online by Apr. 24th , 2019. Follow this link to submit your code:

https://forms.gle/uecSNwyYVvzGzp3c6

Make sure that you check your code carefully and submit your code only once and with the specified
file-name format. Note that late submission will NOT be accepted. To fill out the form, you need
to log in with your Google Apps account. To apply for an account, please go to

https://googleapp.ncu.edu.tw/GoogleApps/

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy