Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Erik Strand
pit
Commits
a66b09d2
Commit
a66b09d2
authored
6 years ago
by
Erik Strand
Browse files
Options
Downloads
Patches
Plain Diff
Answer 9.1
parent
07d39a0c
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
_psets/7.md
+38
-0
38 additions, 0 deletions
_psets/7.md
with
38 additions
and
0 deletions
_psets/7.md
+
38
−
0
View file @
a66b09d2
...
@@ -10,6 +10,44 @@ case Fermat’s Principle: a light ray chooses the path between two points that
...
@@ -10,6 +10,44 @@ case Fermat’s Principle: a light ray chooses the path between two points that
travel between them. Apply this to two points on either side of a dielectric interface to derive
travel between them. Apply this to two points on either side of a dielectric interface to derive
Snell’s Law.
Snell’s Law.
Let there be a dialectic interface along the y axis, between media with indices of refraction
$$n_1$$ (left) and $$n_2$$ (right). The time it takes for light to go from a point $$(x_1, y_1)$$ on
the left to $$(x_2, y_2)$$ on the right, passing through the interface at height $$y$$ is
$$
t =
\f
rac{n_1}{c}
\s
qrt{x_1^2 + (y_1 - y)^2} +
\f
rac{n_1}{c}
\s
qrt{x_2^2 + (y_2 - y)^2}
$$
The derivative of this with respect to $$y$$ is
$$
\b
egin{align
*
}
\f
rac{dt}{dy}
&=
\f
rac{-n_1 (y_1 - y)}{c
\s
qrt{x_1^2 + (y_1 - y)^2}}
+
\f
rac{-n_2 (y_2 - y)}{c
\s
qrt{x_2^2 + (y_2 - y)^2}}
\\
&= -n_1
\s
in
\t
heta_1 + n_2
\s
in
\t
heta_2
\e
nd{align
*
}
$$
since
$$
\s
in
\t
heta_1 =
\f
rac{y_1 - y}{
\s
qrt{x_1^2 + (y_1 - y)^2}}
$$
and
$$
\s
in
\t
heta_2 =
\f
rac{y - y_2}{
\s
qrt{x_2^2 + (y_2 - y)^2}}
$$
(by
[
SOHCAHTOA
](
http://mathworld.wolfram.com/SOHCAHTOA.html
)
). Hence the time of flight is minimized
when
$$
\f
rac{n_1}{n_2} =
\f
rac{
\s
in
\t
heta_2}{
\s
in
\t
heta_1}
$$
## (9.2)
## (9.2)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment