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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Erik Strand
pit
Commits
41c47036
Commit
41c47036
authored
6 years ago
by
Erik Strand
Browse files
Options
Downloads
Patches
Plain Diff
Answer 14.6
parent
94545613
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/11.md
+128
-0
128 additions, 0 deletions
_psets/11.md
with
128 additions
and
0 deletions
_psets/11.md
+
128
−
0
View file @
41c47036
...
...
@@ -200,19 +200,147 @@ GPS satellites orbit at an altitude of 20,180 km.
{:.question}
How fast do they travel?
We need a relationship between orbital altitude and velocity. Consider a particle moving in a
circle of radius $$r$$, with angular velocity $$
\o
mega$$. We can model its trajectory as
$$
\b
egin{align
*
}
x(t) &= r e^{i
\o
mega t}
\\
\d
ot{x}(t) &= i r
\o
mega e^{i
\o
mega t}
\\
\d
dot{x}(t) &= -r
\o
mega^2 e^{i
\o
mega t}
\e
nd{align
*
}
$$
The magnitude of its acceleration is $$r
\o
mega^2$$, so it experiences a force
$$
\b
egin{align
*
}
F &= ma
\\
&= m r
\o
mega^2
\\
&= m
\f
rac{v^2}{r}
\e
nd{align
*
}
$$
where the last line follows since $$v = r
\o
mega$$.
In this case we know $$r$$ (recall that the radius of the Earth is $$
\n
um{6.37e6}
\s
i{m}$$), and we
can assume the only force is gravitational. Thus
$$
\b
egin{align
*
}
\f
rac{G M m}{r^2} &= m
\f
rac{v^2}{r}
\\
v &=
\s
qrt{
\f
rac{GM}{r}}
\\
&=
\s
qrt{
\f
rac{
\n
um{6.67e-11}
\s
i{m^3 kg^{-1} s^{-2}}
\c
dot
\n
um{5.97e24}
\s
i{kg}}
{
\n
um{6.37e6}
\s
i{m} +
\n
um{2.02e7}
\s
i{m}}}
\\
&=
\n
um{3.87e3}
\s
i{m/s}
\e
nd{align
*
}
$$
### (b)
{:.question}
What is their orbital period?
$$
\b
egin{align
*
}
T &=
\f
rac{2
\p
i r}{v}
\\
&=
\f
rac{2
\p
i
\l
eft(
\n
um{6.37e6}
\s
i{m} +
\n
um{2.02e7}
\s
i{m}
\r
ight) }{
\n
um{3.87e3}
\s
i{m/s}}
\\
&=
\n
um{4.31e4}
\s
i{s}
\\
&=
\n
um{11.96}
\s
i{hours}
\e
nd{align
*
}
$$
### (c)
{:.question}
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
$$
\b
egin{align
*
}
\g
amma_
\t
ext{Earth} &=
\f
rac{1}{
\s
qrt{1 - (463.3
\s
i{m/s})^2 / (
\n
um{3e8}
\s
i{m/s})^2}}
\\
&= 1 +
\n
um{1.19e-12}
\\
\g
amma_
\t
ext{orbit} &=
\f
rac{1}{
\s
qrt{1 - (
\n
um{3.87e3}
\s
i{m/s})^2 / (
\n
um{3e8}
\s
i{m/s})^2}}
\\
&= 1 +
\n
um{8.33e-11}
\e
nd{align
*
}
$$
So one day on the surface of the Earth is longer than one day at the center of the Earth by
$$
\b
egin{align
*
}
\D
elta t &= (
\g
amma_
\t
ext{Earth} - 1)
\c
dot 1
\s
i{day}
\\
&=
\n
um{1.19e-12}
\c
dot 86400
\s
i{s}
\\
&=
\n
um{1.03e-7}
\s
i{s}
\e
nd{align
*
}
$$
And one day in orbit is longer than one day at the center of the Earth by
$$
\b
egin{align
*
}
\D
elta t &= (
\g
amma_
\t
ext{orbit} - 1)
\c
dot 1
\s
i{day}
\\
&=
\n
um{8.33e-11}
\c
dot 86400
\s
i{s}
\\
&=
\n
um{7.20e-6}
\s
i{s}
\e
nd{align
*
}
$$
Similarly one orbital period on the surface of the Earth is longer than one orbital period at the
center of the Earth by
$$
\b
egin{align
*
}
\D
elta t &=
\n
um{1.19e-12}
\c
dot
\n
um{4.31e4}
\s
i{s}
\\
&=
\n
um{5.13e-8}
\s
i{s}
\e
nd{align
*
}
$$
And one orbital period in orbit is longer than one orbital period at the center of the Earth by
$$
\b
egin{align
*
}
\D
elta t &=
\n
um{8.33e-11}
\c
dot
\n
um{4.31e4}
\s
i{s}
\\
&=
\n
um{3.59e-6}
\s
i{s}
\e
nd{align
*
}
$$
The latter is also a good approximation of the difference between a clock in orbit vs the surface of
the Earth over one orbit. Technically speaking the surface of the Earth isn't an inertial frame of
reference, but relative to orbit it's close.
### (d)
{:.question}
What is the general-relativistic correction over one orbit? Which clock goes
slower?
The general relativistic correction indicates that time passes more quickly in orbit than on Earth
because the Earth's gravitational field is stronger on the surface than in orbit. The difference
over one day is
$$
\b
egin{align
*
}
\D
elta t &=
\l
eft(
\f
rac{1 -
\f
rac{GM}{rc^2}}{1 -
\f
rac{GM}{r'c^2}} - 1
\r
ight)
\c
dot 1
\s
i{day}
\\
&=
\l
eft(
\f
rac{1 -
\f
rac{
\n
um{3.99e14}
\s
i{m^3/s^2}}{(
\n
um{6.37e6}
\s
i{m} +
\n
um{2.02e7}
\s
i{m})
\c
dot (
\n
um{3e8}
\s
i{m/s^2})^2}}{1 -
\f
rac{
\n
um{3.99e14}
\s
i{m^3/s^2}}{
\n
um{6.37e6}
\s
i{m}
\c
dot (
\n
um{3e8}
\s
i{m/s^2})^2}} - 1
\r
ight)
\c
dot 86400
\s
i{s}
\\
&=
\n
um{4.57e-5}
\s
i{s}
\e
nd{align
*
}
$$
Similarly the difference over one orbital period is $$
\D
elta t =
\n
um{2.28e-5}
\s
i{s}$$.
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