Mathematics Self-Assessment

advertisement
PHY 2020
Mathematics Self-Assessment
Fall 2014
Steven Detweiler
The lack of mathematical sophistication is a leading cause of difficulty for students in
phy2020.
You should have had high school level algebra, trigonometry, and vectors (probably) and
perhaps a high-school physics course. The math courses should have covered the basics of
trig and log functions. We will casually be using math from all of these subjects. None of
these should be completely unfamiliar to you.
You will find little use for calculators in Phy2020.
The following discussions and questions are grouped by subject and in approximate order
of difficulty—easiest first. These are representative of the level of mathematics which I expect
you to have mastered. However, I will introduce most of the mathematics that you will need
in class. The answers to the questions are not always given. If you do not know that your
answer is correct then you are not comfortable with mathematics at this level.
Sections C, E and F are more advanced than is necessary as a prerequisite for this
course. But, these ideas will often be discussed in class. You are likely to find section E, on
calculators, interesting and amusing. Don’t be surprised if my discussions seem confusing
at first: To understand math and physics often requires multiple, multiple readings while
working out algebraic details with paper and pencil in hand.
A.
Algebra
A function y(x) = mx + b, where m and b are constant numbers (Please note that y(x)
usually does not mean y × x, rather it means that the value of y depends upon what value
of x you are considering). What is the value of x when y(x) = 0? If you were to draw a line
graph representing y(x), what would the slope of the line be?
Solve the equation:
f (x) = ax2 + bx + c = 0
for x. How many solutions does this equation have?
Factor:
(a2 + 4ab + 4b2 )
and
B.
(a2 − 9b2 )
Vector Algebra
This section is likely to be new material to some of you.
~ = 1ı̂ + 2̂ + 3k̂ and B
~ = 4ı̂ + 5̂ + 6k̂.
Let A
~
What is |A|?
~ · B?
~
What is A
~ × B?
~
What is A
1
~ and B?
~
What is the cosine of the angle between A
~·C
~ = 10 and the angle between A
~ and C
~ is 30◦ , then what is the magnitude of C?
~
If A
C.
Trigonometry
The figure below has some right triangles with various angles labeled. Which of the angles
c, d, e, f , g and h are equal to the angle a? Which are equal to b? Which are not equal to
a or b?
f
z
c
y
h
g
a
D.
b
e
d
x
Imaginary numbers and trigonometry
√
Often the symbol i represents the imaginary number −1. It might be surprising to you,
but i plays a fundamental role in relating trigonometry and calculus. Euler’s identity,
eiθ = cos θ + i sin θ,
is probably new to you, but it is actually true! And it provides a convenient and easy way
to derive some of the basic trig identities such as
ei(α+β) = eiα eiβ
cos(α + β) + i sin(α + β) = (cos α + i sin α) × (cos β + i sin β)
or, after multiplying out the right hand side,
cos(α + β) + i sin(α + β) = cos α cos β − sin α sin β + i(cos α sin β + sin α cos β)
The real and the imaginary parts of this equation give the well known trig identities:
cos(α ± β) = cos α cos β ∓ sin α sin β
and
sin(α ± β) = sin α cos β ± cos α sin β.
Use the Euler identity to show that
sin2 θ + cos2 θ = 1.
Hint: start with eiα e−iα = 1 and then use the Euler Identity.
2
E.
Calculators
When solving a physics problem, think with your brain not with your calculator! Before
touching your calculator, check to see that your algebraic answer has the correct units and
that it has the expected behavior for various limits. It is nearly impossible to check the
correctness of an answer once you touch your calculator.
You might find it amusing that the number 10100 has been given the name googol, and
googol
10
is called googolplex—and these names were coined well before the internet was
invented. But, note the difference in spelling between googol and the name of the internet
search engine.
As an aside: The internet was invented by physicists who wanted to exchange easily
experimental data between the United States and Europe.
Here are a couple examples which are relevant to one of the homework problems for this
course. Let f (n) = n2 , where n is an integer. First evaluate f (102 ) − f (102 − 1) on your
calculator. You should get 199.
Now try to evaluate f (10100 ) − f (10100 − 1). Your calculator will choke on this problem,
but your brain can easily find the answer to 100 significant digits. Note that
f (n) − f (n − 1) = n2 − (n − 1)2 = n2 − (n2 − 2n + 1) = 2n − 1.
With n = 10100 , it is easy to see that f (n) − f (n − 1) = 2 × 10100 − 1 ≈ 2 × 10100 with 100
significant digits.
If you have had some calculus, then this second example reveals further the limitations
of your calculator’ Evaluate
√
1 − 1 − 3 × 10−30
The answer is not zero. Analytically, find an approximation to the answer. In this context,
the word “analytically” means that you should use your brain, algebra, calculus and a pencil
to find the answer. And you shouldn’t touch a calculator or computer.
Hint: use a Taylor expansion.
F.
Radioactivity and a simple differential equation
The radioactive nucleus 14 C spontaneously decays into 14 N a β − and a ν̄e . That is to
say, carbon–14 decays into nitrogen–14, a beta particle (also known as an electron), and an
anti-electron-neutrino, which is generically described as just a neutrino. If you start with
a glass full of 14 C today, then in 5730 years you will only have half a glass of 14 C. After a
total of 11460 years only a quarter of a glass will remain. And so forth. We say that the
half-life of 14 C is 5730 years.
In general for any radioactive particle, if we start at t = 0 with N0 particles, then after
a time t the number remaining is
1 t/t1/2
N(t) = N0
2
where t1/2 is the half-life.
Radioactive decay gives one example of a number N(t) whose rate-of-change in time
dN(t)/dt is proportional to the number N(t) itself. In other words,
dN(t)
∝ N(t).
dt
3
For definiteness assume that
dN(t)
= −λN(t),
dt
where λ is a constant. We solve this differential equation by rewriting it as
dN(t)
= −λ dt
N
and integrating both sides
Z
Z
dN(t)
= − λ dt
N
ln N = −λt + constant
or
N = N0 e−λt
is a general solution to the differential equation
where ln(N0 ) = constant is a constant of integration determined by the initial conditions.
The last line follows by taking the logarithm of both side of the previous equation.
With radioactivity, we often define the “e-folding time” τ ≡ 1/λ, which also happens to
be the “mean-lifetime” of the particle, so that
N(t) = N0 e−t/τ .
τ is called the e-folding time because the number of particles decreases by a factor of e after
a time τ .
It is easy to see the relationship between t1/2 and τ by starting with
N0 e−t/τ = N0
1 t/t1/2
2
.
Now divide out the N0 , and take the natural logarithm of both sides
1
t
t
− =
ln
. (We are using ln(AB ) = B ln(A) and ln e = 1)
τ
t1/2
2
Finally, cancel the t, invert each side of the equation, and use the fact that ln(1/2) = − ln 2.
The result is
t1/2 = τ ln 2.
Note that
τ (14 C) = 5370yr/ ln 2 = 7750 yr
is the e-folding time of 14 C.
The mean-lifetime (e-folding time) of a muon is about 2µs. So, the half-life of a muon is
about t1/2 (muon) = ln 2 × 2µs ≈ 1.4µs. Note: 1µs = 1 × 10−6 s. Muons are “elementary
particles” similar to an electron, but with a good bit more mass than times an electron. use
Google to find out for yourself the mass of the muon in terms of the mass of an electron.
4
1.
Carbon dating
Carbon–14 14 C and carbon–13 13 C interact chemically in nearly identical ways. 14 C is
created naturally by nuclear reactions from cosmic ray neutrons colliding with atmospheric
nitrogen 14 N; the nuclear event also gives off a free proton (hydrogen nucleus). Living things,
like you or like a tree, absorb chemically both 13 C and 14 C while they are growing. 13 C is
stable. But once the tree dies, 14 C is no longer absorbed by the tree and the amount of 14 C
decays with a half-life of 5730 yr. By measuring the ratio of 14 C to 13 C in the atmosphere,
and comparing it to the ratio of 14 C to 13 C in a wooden spear, archeologists can calculate
what fraction of the original 14 C in the spear has decayed, and from that fraction they can
determine how long ago the spear was a growing tree branch.
This same basic technique is used to date accurately many archeological relics over time
scales of hundreds of years to a few ten-thousands of years. For shorter times, not enough
of the 14 C has decayed to measure accurately, and for longer time not enough of the 14 C
remains to measure accurately.
Similar techniques, using different radioactive isotopes are used to determine the “lifetime” of rocks from the moon, rocks on earth and meteorites. In this context the “lifetime”
of a rock is the time since the rock solidified.
2.
A note on nuclear power
Today, we have the technology to manufacture nuclear power. By and large, this can
be done safely if it is done carefully. The typical daily radioactive waste emission from a
nuclear power plant, directly into the atmosphere, is actually less than daily radioactive
waste emission into the atmosphere from a coal-fired power plant. However, a significant
roadblock to “going nuclear” is the disposal of nuclear waste which is collected inside the
reactor and stored “off-site.”
Every nuclear reactor (or explosion of a nuclear weapon) creates nuclear waste with a
mixture of many different radioactive isotopes. Some of these have reasonably short halflifes such as iodine-126 with a half-life of 13 days—the iodine-126 from a nuclear test is
essentially gone after a year. (A year is about 24 half-lifes and (1/2)−24 ≈ 6 × 10−8 . Only
1 part in 10 million remains after a year, and only 1 part in 1014 after two years.) Some of
the radioactive isotopes have very long half-lifes, such as Uranium-238 with a half-life of 4.5
billion years. Essentially none of the 238 U decays over a time span comparable to the time
that Man has been walking on this planet.
The disposal of nuclear waste remains a significant technological problem.
5
Download