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
352e7f47
Commit
352e7f47
authored
6 years ago
by
Erik Strand
Browse files
Options
Downloads
Patches
Plain Diff
Answer 14.5
parent
41c47036
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
_psets/11.md
+59
-14
59 additions, 14 deletions
_psets/11.md
with
59 additions
and
14 deletions
_psets/11.md
+
59
−
14
View file @
352e7f47
...
...
@@ -189,6 +189,62 @@ Let's zoom in on those spikes.
If a ship traveling on the equator uses one of John Harrison’s chronometers to navigate, what is the
error in its position after one month? What if it uses a cesium beam atomic clock?
To solve this we need to know how many seconds are in a month.
$$
1
\s
i{month}
\c
dot
\f
rac{30
\s
i{days}}{1
\s
i{month}}
\c
dot
\f
rac{86400
\s
i{s}}{1
\s
i{day}}
=
\n
um{2.59e6}
\s
i{s}
$$
Harrison's chronometer has a relative error of $$10^{-5}$$. So after a month it will be off by
$$
\b
egin{align
*
}
\D
elta t &= 10^{-5}
\c
dot
\n
um{2.59e6}
\s
i{s}
\\
&= 25.9
\s
i{s}
\e
nd{align
*
}
$$
In Harrison's time the only reference available to sailors at sea were the stars. Using a sextant
you can measure the angle between a known astronomical object (say Alpha Andromedae) and the
horizon. This tells you your angle relative to the stars. You want your angle relative to the Earth
(i.e. longitude). So the missing information is the angle of the Earth relative to the stars. This
you can compute if you just know what time it is (and the time of year).
But if your time measurement is off by $$
\D
elta t$$, your estimate of the Earth's angle will be off
by $$
\D
elta t
\c
dot v$$ where $$v$$ is the speed of the surface of the Earth due to rotation.
Assuming you did take a really accurate measurement of your own angle relative to the stars, this
will be the same error in your estimate of your position relative to the Earth.
So first let's find $$v$$ (at the equator).
$$
\b
egin{align
*
}
v &= r
\o
mega
\\
&= r
\c
dot
\f
rac{1
\s
i{rotation}}{1
\s
i{day}}
\c
dot
\f
rac{2
\p
i
\s
i{rad}}{1
\s
i{rotation}}
\c
dot
\f
rac{1
\s
i{day}}{86400
\s
i{s}}
\\
&=
\f
rac{2
\p
i
\c
dot
\n
um{6.37e6}
\s
i{m}}{86400
\s
i{s}}
\\
&= 463.3
\s
i{m/s}
\e
nd{align
*
}
$$
Then the error in the ship's position measurement is
$$
\b
egin{align
*
}
\D
elta t
\c
dot v &= 25.9
\s
i{s}
\c
dot 463.3
\s
i{m/s}
\\
&= 12
\s
i{km}
\e
nd{align
*
}
$$
If we instead use a Cesium clock, with a relative error of $$10^{-12}$$, we'll only be off by
$$
10^{-12}
\c
dot
\n
um{2.59e6}
\s
i{s}
\c
dot 463.3
\s
i{m/s} = 1.2
\s
i{mm}
$$
## (14.6)
...
...
@@ -256,20 +312,9 @@ $$
Estimate the special-relativistic correction over one orbit between a clock on a
GPS satellite and one on the Earth. Which clock goes slower?
We have already found the velocity of the satellite. The velocity of a clock on the surface of the
Earth is
$$
\b
egin{align
*
}
v &= r
\o
mega
\\
&= r
\c
dot
\f
rac{1
\s
i{rotation}}{1
\s
i{day}}
\c
dot
\f
rac{2
\p
i
\s
i{rad}}{1
\s
i{rotation}}
\c
dot
\f
rac{1
\s
i{day}}{86400
\s
i{s}}
\\
&=
\f
rac{2
\p
i
\c
dot
\n
um{6.37e6}
\s
i{m}}{86400
\s
i{s}}
\\
&= 463.3
\s
i{m/s}
\e
nd{align
*
}
$$
Thus the respective
[
Lorentz factors
](
https://en.wikipedia.org/wiki/Lorentz_factor
)
are
We have already found the velocity of the satellite. As we found in the previous problem, the
velocity of a clock on the surface of the Earth is $$463.3
\s
i{m/s}$$. Thus the respective
[
Lorentz
factors
](
https://en.wikipedia.org/wiki/Lorentz_factor
)
are
$$
\b
egin{align
*
}
...
...
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