#set document(title: "5.9 Relativistic Energy", author: "OpenStax / XYZ Homework") #set page(width: 8.5in, height: auto, margin: 1in) #import "@preview/cetz:0.5.2" #set text(font: ("STIX Two Text", "Libertinus Serif", "New Computer Modern"), size: 10.5pt, lang: "en") #show math.equation: set text(font: ("STIX Two Math", "New Computer Modern Math")) #set par(justify: true, leading: 0.62em, spacing: 0.9em) #set enum(spacing: 1.1em) // room between list items so tall inline fractions don't collide #set list(spacing: 1.1em) #set table(stroke: 0.5pt + rgb("#c7ccd3")) #let BLUE = rgb("#183B6F") // brand navy — section bars + example/solution labels (white on navy 11.09:1) #let ORANGE = rgb("#A94509") // brand primary-700 — AA-safe deep orange for TEXT (5.93:1 on white; raw brand #F37021 is 2.94:1 and must never carry text) #let RED = rgb("#DC2626") // brand error-600 #let GREEN = rgb("#059669") // brand success-600 (decoration only; small green text uses green-text #007942) #show heading.where(level: 1): it => block(width: 100%, above: 0pt, below: 16pt, fill: gradient.linear(BLUE, rgb("#2C5AA0")), inset: (x: 14pt, y: 12pt), radius: 3pt, text(fill: white, weight: "bold", size: 19pt, it.body)) #show heading.where(level: 2): it => block(width: 100%, above: 18pt, below: 10pt, fill: BLUE, inset: (x: 10pt, y: 6pt), radius: 2pt, text(fill: white, weight: "bold", size: 12pt, it.body)) #show heading.where(level: 3): it => text(fill: ORANGE, weight: "bold", size: 12.5pt, it.body) #show heading.where(level: 4): it => text(fill: BLUE, weight: "bold", size: 10.5pt, it.body) #let examplebox(label, title, body) = block(width: 100%, breakable: true, fill: rgb("#EFF1F5"), stroke: 0.5pt + rgb("#CFDDF0"), radius: 4pt, inset: 10pt, above: 12pt, below: 12pt)[ #block(below: 6pt)[#box(fill: BLUE, inset: (x: 6pt, y: 2pt), radius: 2pt, text(fill: white, weight: "bold", size: 8.5pt, label)) #h(0.4em) #strong[#title]] #body] // rail = decorative left rule (raw brand token); labelcolor = AA-safe label text shade #let notebox(label, rail, labelcolor, tint, body) = block(width: 100%, breakable: true, fill: tint, stroke: (left: 3pt + rail), inset: (left: 10pt, rest: 8pt), radius: (right: 4pt), above: 11pt, below: 11pt)[ #text(fill: labelcolor, weight: "bold", size: 7.5pt, tracking: 0.5pt)[#upper(label)] #linebreak() #body] #let solutionbox(body) = block(above: 4pt, below: 8pt)[ #text(fill: BLUE, weight: "bold", size: 8.5pt)[Solution] #linebreak() #body] #let figph(msg) = block(width: 100%, height: 60pt, fill: rgb("#f6f7f9"), stroke: (paint: rgb("#c7ccd3"), dash: "dashed"), radius: 4pt, inset: 10pt)[ #align(center + horizon, text(fill: rgb("#889"), style: "italic", size: 9pt, msg))] // Standardize inlined figure sizes: measure the natural CeTZ canvas, then scale to a // consistent envelope (aspect-aware; see build_typst.py FIG_* constants). Unlike the // print preamble, dimensions are FLOORED: in an editor a user can trim a figure to a // degenerate 1-D shape (a bare line), and w/h or tw/w would then divide by zero. #let _STD_W = 3.5 #let _WIDE_W = 5.6 #let _MAX_H = 3.4 #let _ASPECT_WIDE = 2.2 #let _UPSCALE_MAX = 1.15 #let stdfig(body) = context { let m = measure(body) let w = calc.max(m.width / 1in, 0.01) let h = calc.max(m.height / 1in, 0.01) let tw = if w / h > _ASPECT_WIDE { _WIDE_W } else { _STD_W } let s = calc.min(tw / w, _MAX_H / h, _UPSCALE_MAX) align(center, box(scale(x: s * 100%, y: s * 100%, reflow: true, body))) } #show figure: set block(breakable: false) #set figure(gap: 8pt) #show figure.caption: set text(size: 8.5pt, fill: rgb("#555")) == 5.9#h(0.6em)Relativistic Energy The tokamak in is a form of experimental fusion reactor, which can change mass to energy. Nuclear reactors are proof of the relationship between energy and matter. Conservation of energy is one of the most important laws in physics. Not only does energy have many important forms, but each form can be converted to any other. We know that classically, the total amount of energy in a system remains constant. Relativistically, energy is still conserved, but energy-mass equivalence must now be taken into account, for example, in the reactions that occur within a nuclear reactor. Relativistic energy is intentionally defined so that it is conserved in all inertial frames, just as is the case for relativistic momentum. As a consequence, several fundamental quantities are related in ways not known in classical physics. All of these relationships have been verified by experimental results and have fundamental consequences. The altered definition of energy contains some of the most fundamental and spectacular new insights into nature in recent history. #figure(figph[A photo of the NSTX tokamak.], alt: "A photo of the NSTX tokamak.", caption: [The National Spherical Torus Experiment (NSTX) is a fusion reactor in which hydrogen isotopes undergo fusion to produce helium. In this process, a relatively small mass of fuel is converted into a large amount of energy.]) === Kinetic Energy and the Ultimate Speed Limit The first postulate of relativity states that the laws of physics are the same in all inertial frames. Einstein showed that the law of conservation of energy of a particle is valid relativistically, but for energy expressed in terms of velocity and mass in a way consistent with relativity. Consider first the relativistic expression for the kinetic energy. We again use #emph[u] for velocity to distinguish it from relative velocity #emph[v] between observers. Classically, kinetic energy is related to mass and speed by the familiar expression #math.equation(block: false, alt: "K equals the fraction 1 over 2 m u squared .")[$K = frac(1, 2) #h(0.2em) m u^(2) .$] The corresponding relativistic expression for kinetic energy can be obtained from the work-energy theorem. This theorem states that the net work on a system goes into kinetic energy. Specifically, if a force, expressed as #math.equation(block: false, alt: "F → equals the fraction d p → over d t equals m the fraction d open parenthesis γ u → close parenthesis over d t ,")[$arrow(F) = frac(d arrow(p), d t) = m frac(d ( γ arrow(u) ), d t) ,$] accelerates a particle from rest to its final velocity, the work done on the particle should be equal to its final kinetic energy. In mathematical form, for one-dimensional motion: #math.equation(block: true, alt: "K, equals ∫ F d x equals ∫ m the fraction d over d t open parenthesis γ u close parenthesis d x; equals m ∫ the fraction d open parenthesis γ u close parenthesis over d t the fraction d x over d t d t equals m ∫ u the fraction d over d t open parenthesis the fraction u over the square root of 1 minus open parenthesis u / c close parenthesis squared close parenthesis d t .")[$K & = display(∫ F d x = display(∫ m frac(d, d t) #h(0.1em) ( γ u ) d x)) \ & = m display(∫ frac(d ( γ u ), d t) #h(0.2em) frac(d x, d t) #h(0.2em) d t) = m display(∫ u frac(d, d t) ( frac(u, sqrt(1 − attach(( u "/" c ), t: 2))) ) d t) .$] Integrate this by parts to obtain #math.equation(block: true, alt: "K, equals the fraction m u squared over the square root of 1 minus open parenthesis u / c close parenthesis squared | 0 u minus m ∫ the fraction u over the square root of 1 minus open parenthesis u / c close parenthesis squared the fraction d u over d t d t; K, equals the fraction m u squared over the square root of 1 minus open parenthesis u / c close parenthesis squared minus m ∫ the fraction u du over the square root of 1 minus open parenthesis u / c close parenthesis squared; equals the fraction m u squared over the square root of 1 minus open parenthesis u / c close parenthesis squared minus m [ minus c squared the square root of 1 minus open parenthesis u / c close parenthesis squared ] 0 u; equals the fraction m u squared over the square root of 1 minus open parenthesis u / c close")[$K & = frac(m u^(2), sqrt(1 − attach(( u "/" c ), t: 2))) |_(0)^(u) − m display(∫ frac(u, sqrt(1 − attach(( u "/" c ), t: 2))) #h(0.2em) frac(d u, d t) #h(0.2em) d t) \ K & = frac(m u^(2), sqrt(1 − attach(( u "/" c ), t: 2))) − m ∫ frac(u #h(0.2em) "du", sqrt(1 − ( u "/" c )^(2))) \ & = frac(m u^(2), sqrt(1 − attach(( u "/" c ), t: 2))) − m [ − c^(2) sqrt(1 − ( u "/" c )^(2)) ]_(0)^(u) \ & = frac(m u^(2), sqrt(1 − attach(( u "/" c ), t: 2))) + m c^(2) [ sqrt(1 − ( u "/" c )^(2)) ]_(0)^(u) \ & = frac(m u^(2), sqrt(1 − attach(( u "/" c ), t: 2))) + m c^(2) ( sqrt(1 − ( u "/" c )^(2)) #h(0.2em) − 1 ) \ & = frac(m u^(2), sqrt(1 − attach(( u "/" c ), t: 2))) + frac(m c^(2) ( 1 − ( u "/" c )^(2) ), sqrt(1 − ( u "/" c )^(2))) − m c^(2) \ & = frac(m c^(2), sqrt(1 − attach(( u "/" c ), t: 2))) − m c^(2) \ K & = ( γ #h(0.2em) − #h(0.2em) 1 ) m c^(2)$] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Relativistic Kinetic Energy] #strong[Relativistic kinetic energy] of any particle of mass #emph[m] is #math.equation(block: true, alt: "K sub rel equals open parenthesis γ minus 1 close parenthesis m c squared .")[$K_("rel") = ( γ − 1 ) m c^(2) .$] ] When an object is motionless, its speed is #math.equation(block: false, alt: "u equals 0")[$u = 0$] and #math.equation(block: true, alt: "γ equals the fraction 1 over the square root of 1 minus the fraction u squared over c squared equals 1")[$γ = frac(1, sqrt(1 − frac(u^(2), c^(2)))) = 1$] so that #math.equation(block: false, alt: "K sub rel equals 0")[$K_("rel") = 0$] at rest, as expected. But the expression for relativistic kinetic energy (such as total energy and rest energy) does not look much like the classical #math.equation(block: false, alt: "the fraction 1 over 2 m u squared .")[$frac(1, 2) #h(0.2em) m u^(2) .$] To show that the expression for #math.equation(block: false, alt: "K sub rel")[$K_("rel")$] reduces to the classical expression for kinetic energy at low speeds, we use the binomial expansion to obtain an approximation for #math.equation(block: false, alt: "open parenthesis 1 plus ε close parenthesis to the power n")[$attach(( 1 + ε ), t: n)$] valid for small #math.equation(block: false, alt: "ε")[$ε$]: #math.equation(block: true, alt: "open parenthesis 1 plus ε close parenthesis to the power n equals 1 plus n ε plus ​ the fraction n open parenthesis n minus 1 close parenthesis over 2 ! ε squared plus the fraction n open parenthesis n minus 1 close parenthesis open parenthesis n minus 2 close parenthesis over 3 ! ε cubed plus ⋯ approximately equals 1 plus n ε")[$attach(( 1 + ε ), t: n) = 1 + n ε + "​" frac(n ( n − 1 ), 2 !) ε^(2) + frac(n ( n − 1 ) ( n − 2 ), 3 !) ε^(3) + ⋯ ≈ 1 + n ε$] by neglecting the very small terms in #math.equation(block: false, alt: "ε squared")[$ε^(2)$] and higher powers of #math.equation(block: false, alt: "ε .")[$ε .$] Choosing #math.equation(block: false, alt: "ε equals minus u squared / c squared")[$ε = − u^(2) "/" c^(2)$] and #math.equation(block: false, alt: "n equals minus the fraction 1 over 2")[$n = − frac(1, 2)$] leads to the conclusion that #emph[γ] at nonrelativistic speeds, where #math.equation(block: false, alt: "ε equals u / c")[$ε = u "/" c$] is small, satisfies #math.equation(block: true, alt: "γ equals open parenthesis 1 minus u squared / c squared close parenthesis to the power −1 / 2 approximately equals 1 plus the fraction 1 over 2 open parenthesis the fraction u squared over c squared close parenthesis .")[$γ = attach(( 1 − u^(2) "/" c^(2) ), t: −1 "/" 2) ≈ 1 + frac(1, 2) ( frac(u^(2), c^(2)) ) .$] A binomial expansion is a way of expressing an algebraic quantity as a sum of an infinite series of terms. In some cases, as in the limit of small speed here, most terms are very small. Thus, the expression derived here for #math.equation(block: false, alt: "γ")[$γ$] is not exact, but it is a very accurate approximation. Therefore, at low speed: #math.equation(block: true, alt: "γ minus 1 equals the fraction 1 over 2 open parenthesis the fraction u squared over c squared close parenthesis .")[$γ − 1 = frac(1, 2) ( frac(u^(2), c^(2)) ) .$] Entering this into the expression for relativistic kinetic energy gives #math.equation(block: true, alt: "K sub rel equals [ the fraction 1 over 2 open parenthesis the fraction u squared over c squared close parenthesis ] m c squared equals the fraction 1 over 2 m u squared equals K sub class .")[$K_("rel") = [ frac(1, 2) ( frac(u^(2), c^(2)) ) ] m c^(2) = frac(1, 2) #h(0.2em) m u^(2) = K_("class") .$] That is, relativistic kinetic energy becomes the same as classical kinetic energy when #math.equation(block: false, alt: "u < < c .")[$u "<" "<" c .$] It is even more interesting to investigate what happens to kinetic energy when the speed of an object approaches the speed of light. We know that #math.equation(block: false, alt: "γ")[$γ$] becomes infinite as #emph[u] approaches #emph[c], so that #math.equation(block: false, alt: "K sub rel")[$K_("rel")$] also becomes infinite as the velocity approaches the speed of light . The increase in #math.equation(block: false, alt: "K sub rel")[$K_("rel")$] is far larger than in #math.equation(block: false, alt: "K sub class")[$K_("class")$] as #emph[v] approaches #emph[c.] An infinite amount of work (and, hence, an infinite amount of energy input) is required to accelerate a mass to the speed of light. The section's two expressions for kinetic energy on one pair of axes: the relativistic K = (γ − 1)mc² with γ = 1/√(1 − u²/c²), and the classical K = ½mu² = ½mc²(u/c)², dashed. Both are in MeV for a particle whose rest energy mc² the slider sets; the default 0.511 MeV is the electron of this section's example. At small u/c the curves lie on top of each other — that is the binomial expansion the section performs, γ ≈ 1 + u²/2c² — and then they separate violently. At u = 0.990c the relativistic value is 3.11 MeV against a classical 0.250 MeV, the factor of 12.4 the section quotes, and by then the relativistic curve has long since left the top of the frame. Change the rest energy and it still leaves, and always at the same two places: the vertical markers at u = ±c are a wall no finite energy will push a massive particle through.{"functions":\[{"color":"\#1f4e79","domain":\[-0.99,0.99\],"expression":"E0\*(1/sqrt(1 - beta^2) - 1)","expression2":"","id":"relativistic","inequality":"lt","lineDash":\[\],"lineWidth":2.5,"mode":"cartesian","tMax":10,"tMin":-10,"variable":"beta","visible":true},{"color":"\#b8442a","domain":\[-0.99,0.99\],"expression":"0.5\*E0\*beta^2","expression2":"","id":"classical","inequality":"lt","lineDash":\[6,4\],"lineWidth":2,"mode":"cartesian","tMax":10,"tMin":-10,"variable":"beta","visible":true},{"color":"\#8a8a8a","domain":null,"expression":"1","expression2":"t","id":"speed-limit-right","inequality":"lt","lineDash":\[3,3\],"lineWidth":1.5,"mode":"parametric","tMax":1.3,"tMin":-0.12,"variable":"beta","visible":true},{"color":"\#8a8a8a","domain":null,"expression":"-1","expression2":"t","id":"speed-limit-left","inequality":"lt","lineDash":\[3,3\],"lineWidth":1.5,"mode":"parametric","tMax":1.3,"tMin":-0.12,"variable":"beta","visible":true}\],"grid":{"axisColor":"\#333333","gridColor":"\#cccccc","majorSpacing":0.2,"minorGridColor":"\#eeeeee","showAxes":true,"showLabels":true},"parameters":\[{"id":"up3-5-10-E0","label":"Rest energy mc\\u00b2 (electron = 0.511 MeV)","max":3,"min":0.1,"name":"E0","step":0.001,"unit":"MeV","value":0.511}\],"title":"Relativistic vs classical kinetic energy","version":1,"viewport":{"centerX":0,"centerY":0.59,"scale":331}}#notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[The Speed of Light] No object with mass can attain the #strong[speed of light]. ] The speed of light is the ultimate speed limit for any particle having mass. All of this is consistent with the fact that velocities less than #emph[c] always add to less than #emph[c]. Both the relativistic form for kinetic energy and the ultimate speed limit being #emph[c] have been confirmed in detail in numerous experiments. No matter how much energy is put into accelerating a mass, its velocity can only approach—not reach—the speed of light. #figure(figph[This is a graph of the kinetic energy as a function of speed. Two curves are shown: the relativistic kinetic energy and the classical kinetic energy. Both curves are small at low speeds. The relativistic energy rises faster than the classical energy and has a vertical asymptote at u=c. The classical energy crosses u=c at a finite value and continues to increase but remains finite for u\>c.], alt: "This is a graph of the kinetic energy as a function of speed. Two curves are shown: the relativistic kinetic energy and the classical kinetic energy. Both curves are small at low speeds. The relativistic energy rises faster than the classical energy and has a vertical asymptote at u=c. The classical energy crosses u=c at a finite value and continues to increase but remains finite for u>c.", caption: [This graph of #math.equation(block: false, alt: "K sub rel")[$K_("rel")$] versus velocity shows how kinetic energy increases without bound as velocity approaches the speed of light. Also shown is #math.equation(block: false, alt: "K sub class ,")[$K_("class") ,$] the classical kinetic energy.]) #examplebox("Example 1")[Comparing Kinetic Energy][ An electron has a velocity #math.equation(block: false, alt: "v equals 0.990 c .")[$v = 0.990 c .$] (a) Calculate the kinetic energy in MeV of the electron. (b) Compare this with the classical value for kinetic energy at this velocity. (The mass of an electron is #math.equation(block: false, alt: "9.11 times 10 to the power −31 kg .")[$9.11 #h(0.2em) × #h(0.2em) 10^(−31) "kg" .$]) Strategy The expression for relativistic kinetic energy is always correct, but for (a), it must be used because the velocity is highly relativistic (close to #emph[c]). First, we calculate the relativistic factor #math.equation(block: false, alt: "γ ,")[$γ ,$] and then use it to determine the relativistic kinetic energy. For (b), we calculate the classical kinetic energy (which would be close to the relativistic value if #emph[v] were less than a few percent of #emph[c]) and see that it is not the same. Solution for (a) For part (a): + Identify the knowns: #math.equation(block: false, alt: "v equals 0.990 c ; m equals 9.11 times 10 to the power −31 kg.")[$v = 0.990 c ; m = 9.11 #h(0.2em) × #h(0.2em) 10^(−31) "kg."$] + Identify the unknown: #math.equation(block: false, alt: "K sub class .")[$K_("class") .$] + Express the answer as an equation: #math.equation(block: false, alt: "K sub rel equals open parenthesis γ minus 1 close parenthesis m c squared")[$K_("rel") = ( γ − 1 ) m c^(2)$] with #math.equation(block: false, alt: "γ equals the fraction 1 over the square root of 1 minus u squared / c squared .")[$γ = frac(1, sqrt(1 − u^(2) "/" c^(2))) .$] + Do the calculation. First calculate #math.equation(block: false, alt: "γ .")[$γ .$] Keep extra digits because this is an intermediate calculation: #math.equation(block: true, alt: "γ, equals the fraction 1 over the square root of 1 minus the fraction u squared over c squared; equals the fraction 1 over the square root of 1 minus the fraction open parenthesis 0.990 c close parenthesis squared over c squared; equals 7.0888 .")[$γ & = frac(1, sqrt(1 − frac(u^(2), c^(2)))) \ & = frac(1, sqrt(1 − frac(attach(( 0.990 c ), t: 2), c^(2)))) \ & = 7.0888 .$] Now use this value to calculate the kinetic energy: #math.equation(block: true, alt: "K sub rel, equals open parenthesis γ minus 1 close parenthesis m c squared; equals open parenthesis 7.0888 minus 1 close parenthesis open parenthesis 9.11 times 10 to the power −31 kg close parenthesis open parenthesis 3.00 times 10 to the power 8 m/s close parenthesis squared; equals 4.9922 times 10 to the power −13 J.")[$K_("rel") & = ( γ − 1 ) m c^(2) \ & = ( 7.0888 − 1 ) ( 9.11 #h(0.2em) × #h(0.2em) 10^(−31) #h(0.2em) "kg" ) ( 3.00 #h(0.2em) × #h(0.2em) 10^(8) #h(0.2em) "m/s" )^(2) \ & = 4.9922 #h(0.2em) × #h(0.2em) 10^(−13) #h(0.2em) "J."$] + Convert units: #math.equation(block: true, alt: "K sub rel, equals open parenthesis 4.9922 times 10 to the power −13 J) open parenthesis the fraction 1 MeV over 1.60 times 10 to the power −13 J close parenthesis; equals 3.12 MeV.")[$K_("rel") & = \( 4.9922 #h(0.2em) × #h(0.2em) 10^(−13) #h(0.2em) "J)" \( frac(1 #h(0.2em) "MeV", 1.60 #h(0.2em) × #h(0.2em) 10^(−13) #h(0.2em) "J") \) \ & = 3.12 #h(0.2em) "MeV."$] Solution for (b) For part (b): + List the knowns: #math.equation(block: false, alt: "v equals 0.990 c ; m equals 9.11 times 10 to the power −31 kg.")[$v = 0.990 c ; #h(0.2em) m = 9.11 #h(0.2em) × #h(0.2em) 10^(−31) "kg."$] + List the unknown: #math.equation(block: false, alt: "K sub rel .")[$K_("rel") .$] + Express the answer as an equation: #math.equation(block: false, alt: "K sub class equals the fraction 1 over 2 m u squared .")[$K_("class") = frac(1, 2) #h(0.2em) m u^(2) .$] + Do the calculation: #math.equation(block: true, alt: "K sub class, equals the fraction 1 over 2 m u squared; equals the fraction 1 over 2 open parenthesis 9.11 times 10 to the power −31 kg close parenthesis open parenthesis 0.990 close parenthesis squared open parenthesis 3.00 times 10 to the power 8 m/s close parenthesis squared; equals 4.0179 times 10 to the power −14 J.")[$K_("class") & = frac(1, 2) #h(0.2em) m u^(2) \ & = frac(1, 2) ( 9.11 #h(0.2em) × #h(0.2em) 10^(−31) #h(0.2em) "kg" ) attach(( 0.990 ), t: 2) attach(( 3.00 #h(0.2em) × #h(0.2em) 10^(8) #h(0.2em) "m/s" ), t: 2) \ & = 4.0179 #h(0.2em) × #h(0.2em) 10^(−14) #h(0.2em) "J."$] + Convert units: #math.equation(block: true, alt: "K sub class, equals 4.0179 times 10 to the power −14 J open parenthesis the fraction 1 MeV over 1.60 times 10 to the power −13 J close parenthesis; equals 0.251 Mev.")[$K_("class") & = 4.0179 #h(0.2em) × #h(0.2em) 10^(−14) #h(0.2em) "J" ( frac(1 #h(0.2em) "MeV", 1.60 #h(0.2em) × #h(0.2em) 10^(−13) #h(0.2em) "J") ) \ & = 0.251 #h(0.2em) "Mev."$] Significance As might be expected, because the velocity is 99.0% of the speed of light, the classical kinetic energy differs significantly from the correct relativistic value. Note also that the classical value is much smaller than the relativistic value. In fact, #math.equation(block: false, alt: "K sub rel / K sub class equals 12.4")[$K_("rel") "/" K_("class") = 12.4$] in this case. This illustrates how difficult it is to get a mass moving close to the speed of light. Much more energy is needed than predicted classically. Ever-increasing amounts of energy are needed to get the velocity of a mass a little closer to that of light. An energy of 3 MeV is a very small amount for an electron, and it can be achieved with present-day particle accelerators. SLAC, for example, can accelerate electrons to over #math.equation(block: false, alt: "50 times 10 to the power 9 eV equals 50,000 MeV.")[$50 #h(0.2em) × #h(0.2em) 10^(9) "eV" = 50,000 #h(0.2em) "MeV."$] ] Is there any point in getting #emph[v] a little closer to #emph[c] than 99.0% or 99.9%? The answer is yes. We learn a great deal by doing this. The energy that goes into a high-velocity mass can be converted into any other form, including into entirely new particles. In the Large Hadron Collider in , charged particles are accelerated before entering the ring-like structure. There, two beams of particles are accelerated to their final speed of about 99.7% the speed of light in opposite directions, and made to collide, producing totally new species of particles. Most of what we know about the substructure of matter and the collection of exotic short-lived particles in nature has been learned this way. Patterns in the characteristics of these previously unknown particles hint at a basic substructure for all matter. These particles and some of their characteristics will be discussed in a later chapter on particle physics. #figure(figph[A photo of Geneva with the location of CERN and the two rings are shown. The smaller ring is inside but tangent to the larger one.], alt: "A photo of Geneva with the location of CERN and the two rings are shown. The smaller ring is inside but tangent to the larger one.", caption: [The European Organization for Nuclear Research (called CERN after its French name) operates the largest particle accelerator in the world, straddling the border between France and Switzerland.]) === Total Relativistic Energy The expression for kinetic energy can be rearranged to: #math.equation(block: true, alt: "E equals the fraction m c squared over the square root of 1 minus u squared / c squared equals K plus m c squared .")[$E = frac(m c^(2), sqrt(1 − u^(2) "/" c^(2))) = K + m c^(2) .$] Einstein argued in a separate article, also later published in 1905, that if the energy of a particle changes by #math.equation(block: false, alt: "Δ E ,")[$Δ E ,$] its mass changes by #math.equation(block: false, alt: "Δ m equals Δ E / c squared .")[$"Δ" m = "Δ" E "/" c^(2) .$] Abundant experimental evidence since then confirms that #math.equation(block: false, alt: "m c squared")[$m c^(2)$] corresponds to the energy that the particle of mass #emph[m] has when at rest. For example, when a neutral pion of mass #emph[m] at rest decays into two photons, the photons have zero mass but are observed to have total energy corresponding to #math.equation(block: false, alt: "m c squared")[$m c^(2)$] for the pion. Similarly, when a particle of mass #emph[m] decays into two or more particles with smaller total mass, the observed kinetic energy imparted to the products of the decay corresponds to the decrease in mass. Thus, #emph[E] is the total relativistic energy of the particle, and #math.equation(block: false, alt: "m c squared")[$m c^(2)$] is its rest energy. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Total Energy] #strong[Total energy] #emph[E] of a particle is #math.equation(block: true, alt: "E equals γ m c squared")[$E = γ m c^(2)$] where #emph[m] is mass, #emph[c] is the speed of light, #math.equation(block: false, alt: "γ equals the fraction 1 over the square root of 1 minus the fraction u squared over c squared ,")[$γ = frac(1, sqrt(1 − frac(u^(2), c^(2)))) ,$] and #emph[u] is the velocity of the mass relative to an observer. ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Rest Energy] #strong[Rest energy] of an object is #math.equation(block: true, alt: "E sub 0 equals m c squared .")[$E_(0) = m c^(2) .$] ] This is the correct form of Einstein’s most famous equation, which for the first time showed that energy is related to the mass of an object at rest. For example, if energy is stored in the object, its rest mass increases. This also implies that mass can be destroyed to release energy. The implications of these first two equations regarding relativistic energy are so broad that they were not completely recognized for some years after Einstein published them in 1905, nor was the experimental proof that they are correct widely recognized at first. Einstein, it should be noted, did understand and describe the meanings and implications of his theory. #examplebox("Example 2")[Calculating Rest Energy][ Calculate the rest energy of a 1.00-g mass. Strategy One gram is a small mass—less than one-half the mass of a penny. We can multiply this mass, in SI units, by the speed of light squared to find the equivalent rest energy. Solution + Identify the knowns: #math.equation(block: false, alt: "m equals 1.00 times 10 to the power −3 kg ;")[$m = 1.00 #h(0.2em) × #h(0.2em) 10^(−3) "kg" ;$] #math.equation(block: false, alt: "c equals 3.00 times 10 to the power 8 m/s.")[$c = 3.00 #h(0.2em) × #h(0.2em) 10^(8) "m/s."$] + Identify the unknown: #math.equation(block: false, alt: "E sub 0 .")[$E_(0) .$] + Express the answer as an equation: #math.equation(block: false, alt: "E sub 0 equals m c squared .")[$E_(0) = m c^(2) .$] + Do the calculation: #math.equation(block: true, alt: "E sub 0, equals m c squared equals open parenthesis 1.00 times 10 to the power −3 kg close parenthesis open parenthesis 3.00 times 10 to the power 8 m/s close parenthesis squared; equals 9.00 times 10 to the power 13 kg times m squared / s squared .")[$E_(0) & = m c^(2) = ( 1.00 #h(0.2em) × #h(0.2em) 10^(−3) #h(0.2em) "kg" ) attach(( 3.00 #h(0.2em) × #h(0.2em) 10^(8) #h(0.2em) "m/s" ), t: 2) \ & = 9.00 #h(0.2em) × #h(0.2em) 10^(13) #h(0.2em) "kg" #h(0.2em) · "m"^(2) "/" "s"^(2) .$] + Convert units. Noting that #math.equation(block: false, alt: "1 kg times m squared /s squared equals 1 J,")[$1 #h(0.2em) "kg" · "m"^(2) "/s"^(2) = 1 #h(0.2em) "J,"$] we see the rest energy is: #math.equation(block: true, alt: "E sub 0 equals 9.00 times 10 to the power 13 J.")[$E_(0) = 9.00 #h(0.2em) × #h(0.2em) 10^(13) #h(0.2em) "J."$] Significance This is an enormous amount of energy for a 1.00-g mass. Rest energy is large because the speed of light #emph[c] is a large number and #math.equation(block: false, alt: "c squared")[$c^(2)$] is a very large number, so that #math.equation(block: false, alt: "m c squared")[$m c^(2)$] is huge for any macroscopic mass. The #math.equation(block: false, alt: "9.00 times 10 to the power 13 J")[$9.00 #h(0.2em) × #h(0.2em) 10^(13) "J"$] rest mass energy for 1.00 g is about twice the energy released by the Hiroshima atomic bomb and about 10,000 times the kinetic energy of a large aircraft carrier. ] Today, the practical applications of #emph[the conversion of mass into another form of energy], such as in nuclear weapons and nuclear power plants, are well known. But examples also existed when Einstein first proposed the correct form of relativistic energy, and he did describe some of them. Nuclear radiation had been discovered in the previous decade, and it had been a mystery as to where its energy originated. The explanation was that, in some nuclear processes, a small amount of mass is destroyed and energy is released and carried by nuclear radiation. But the amount of mass destroyed is so small that it is difficult to detect that any is missing. Although Einstein proposed this as the source of energy in the radioactive salts then being studied, it was many years before there was broad recognition that mass could be and, in fact, commonly is, converted to energy . #figure(figph[Photos of the Sun and of the Susquehanna Steam Electric Station are shown.], alt: "Photos of the Sun and of the Susquehanna Steam Electric Station are shown.", caption: [(a) The sun and (b) the Susquehanna Steam Electric Station both convert mass into energy—the sun via nuclear fusion, and the electric station via nuclear fission.]) Because of the relationship of rest energy to mass, we now consider mass to be a form of energy rather than something separate. There had not been even a hint of this prior to Einstein’s work. Energy-mass equivalence is now known to be the source of the sun’s energy, the energy of nuclear decay, and even one of the sources of energy keeping Earth’s interior hot. === Stored Energy and Potential Energy What happens to energy stored in an object at rest, such as the energy put into a battery by charging it, or the energy stored in a toy gun’s compressed spring? The energy input becomes part of the total energy of the object and thus increases its rest mass. All stored and potential energy becomes mass in a system. In seeming contradiction, the principle of conservation of mass (meaning total mass is constant) was one of the great laws verified by nineteenth-century science. Why was it not noticed to be incorrect? The following example helps answer this question. #examplebox("Example 3")[Calculating Rest Mass][ A car battery is rated to be able to move 600 ampere-hours #math.equation(block: false, alt: "open parenthesis A times h close parenthesis")[$( "A" · "h" )$] of charge at 12.0 V. (a) Calculate the increase in rest mass of such a battery when it is taken from being fully depleted to being fully charged, assuming none of the chemical reactants enter or leave the battery. (b) What percent increase is this, given that the battery’s mass is 20.0 kg? Strategy In part (a), we first must find the energy stored as chemical energy #math.equation(block: false, alt: "E sub batt")[$E_("batt")$] in the battery, which equals the electrical energy the battery can provide. Because #math.equation(block: false, alt: "E sub batt equals q V ,")[$E_("batt") = q V ,$] we have to calculate the charge #emph[q] in #math.equation(block: false, alt: "600 A times h,")[$600 #h(0.2em) "A" · "h,"$] which is the product of the current #emph[I] and the time #emph[t]. We then multiply the result by 12.0 V. We can then calculate the battery’s increase in mass using #math.equation(block: false, alt: "E sub batt equals open parenthesis Δ m close parenthesis c squared .")[$E_("batt") = ( "Δ" m ) c^(2) .$] Part (b) is a simple ratio converted into a percentage. Solution for (a) + Identify the knowns: #math.equation(block: false, alt: "I times t equals 600 A times h; V equals 12.0 V; c equals 3.00 times 10 to the power 8 m/s.")[$I · t = 600 #h(0.2em) "A" · "h;" #h(0.2em) V = 12.0 #h(0.2em) "V;" #h(0.2em) c = 3.00 #h(0.2em) × #h(0.2em) 10^(8) #h(0.2em) "m/s."$] + Identify the unknown: #math.equation(block: false, alt: "Δ m .")[$"Δ" m .$] + Express the answer as an equation: #math.equation(block: true, alt: "E sub batt, equals, open parenthesis Δ m close parenthesis c squared; Δ m, equals, the fraction E sub batt over c squared; equals, the fraction q V over c squared; equals, the fraction open parenthesis I t close parenthesis V over c squared .")[$E_("batt") & = & ( Δ m ) c^(2) \ Δ m & = & frac(E_("batt"), c^(2)) \ & = & frac(q V, c^(2)) \ & = & frac(( I t ) V, c^(2)) .$] + Do the calculation: #math.equation(block: true, alt: "Δ m equals the fraction open parenthesis 600 A times h close parenthesis open parenthesis 12.0 V close parenthesis over open parenthesis 3.00 times 10 to the power 8 close parenthesis squared .")[$"Δ" m = frac(( 600 #h(0.2em) "A" · "h" ) ( 12.0 #h(0.2em) "V" ), attach(( 3.00 #h(0.2em) × #h(0.2em) 10^(8) ), t: 2)) .$] Write amperes A as coulombs per second (C/s), and convert hours into seconds: #math.equation(block: true, alt: "Δ m, equals the fraction open parenthesis 600 C/s times h close parenthesis open parenthesis the fraction 3600 s over 1 h close parenthesis open parenthesis 12.0 J/C) over open parenthesis 3.00 times 10 to the power 8 m/s) squared; equals 2.88 times 10 to the power −10 kg.")[$"Δ" m & = frac(\( 600 #h(0.2em) "C/s" #h(0.2em) · "h" \) \( frac(3600 #h(0.2em) "s", 1 #h(0.2em) "h") \) \( 12.0 #h(0.2em) "J/C)", attach(\( 3.00 #h(0.2em) × #h(0.2em) 10^(8) #h(0.2em) "m/s)", t: 2)) \ & = 2.88 #h(0.2em) × #h(0.2em) 10^(−10) #h(0.2em) "kg."$] where we have used the conversion #math.equation(block: false, alt: "1 kg times m squared /s squared equals 1 J .")[$1 #h(0.2em) "kg" · "m"^(2) "/s"^(2) = 1 #h(0.2em) "J" "."$] Solution for (b) For part (b): + Identify the knowns: #math.equation(block: false, alt: "Δ m equals 2.88 times 10 to the power −10 kg; m equals 20.0 kg.")[$"Δ" m = 2.88 #h(0.2em) × #h(0.2em) 10^(−10) "kg;" #h(0.2em) m = 20.0 #h(0.2em) "kg."$] + Identify the unknown: % change. + Express the answer as an equation: #math.equation(block: false, alt: "% increase = the fraction Δ m over m times 100 % .")[$% #h(0.2em) "increase =" #h(0.2em) frac("Δ" m, m) #h(0.2em) × #h(0.2em) 100 % .$] + Do the calculation: #math.equation(block: true, alt: "% increase, equals the fraction Δ m over m times 100 %; equals the fraction 2.88 times 10 to the power −10 kg over 20.0 kg times 100 %; equals 1.44 times 10 to the power −9 % .")[$"% increase" & = frac("Δ" m, m) #h(0.2em) × #h(0.2em) 100 % \ & = frac(2.88 #h(0.2em) × #h(0.2em) 10^(−10) #h(0.2em) "kg", 20.0 #h(0.2em) "kg") #h(0.2em) × #h(0.2em) 100 % \ & = 1.44 #h(0.2em) × #h(0.2em) 10^(−9) % .$] Significance Both the actual increase in mass and the percent increase are very small, because energy is divided by #math.equation(block: false, alt: "c squared ,")[$c^(2) ,$] a very large number. We would have to be able to measure the mass of the battery to a precision of a billionth of a percent, or 1 part in #math.equation(block: false, alt: "10 to the power 11 ,")[$10^(11) ,$] to notice this increase. It is no wonder that the mass variation is not readily observed. In fact, this change in mass is so small that we may question how anyone could verify that it is real. The answer is found in nuclear processes in which the percentage of mass destroyed is large enough to be measured accurately. The mass of the fuel of a nuclear reactor, for example, is measurably smaller when its energy has been used. In that case, stored energy has been released (converted mostly into thermal energy to power electric generators) and the rest mass has decreased. A decrease in mass also occurs from using the energy stored in a battery, except that the stored energy is much greater in nuclear processes, making the change in mass measurable in practice as well as in theory. ] === Relativistic Energy and Momentum We know classically that kinetic energy and momentum are related to each other, because: #math.equation(block: true, alt: "K sub class equals the fraction p squared over 2 m equals the fraction open parenthesis m u close parenthesis squared over 2 m equals the fraction 1 over 2 m u squared .")[$K_("class") = frac(p^(2), 2 m) = frac(attach(( m u ), t: 2), 2 m) = frac(1, 2) #h(0.2em) m u^(2) .$] Relativistically, we can obtain a relationship between energy and momentum by algebraically manipulating their defining equations. This yields: #math.equation(block: true, alt: "E squared equals open parenthesis p c close parenthesis squared plus open parenthesis m c squared close parenthesis squared ,")[$E^(2) = attach(( p c ), t: 2) + attach(( m c^(2) ), t: 2) ,$] where #emph[E] is the relativistic total energy, #math.equation(block: false, alt: "E equals m c squared / the square root of 1 minus u squared / c squared ,")[$E = m c^(2) "/" sqrt(1 − u^(2) "/" c^(2)) ,$] and #emph[p] is the relativistic momentum. This relationship between relativistic energy and relativistic momentum is more complicated than the classical version, but we can gain some interesting new insights by examining it. First, total energy is related to momentum and rest mass. At rest, momentum is zero, and the equation gives the total energy to be the rest energy #math.equation(block: false, alt: "m c squared")[$m c^(2)$] (so this equation is consistent with the discussion of rest energy above). However, as the mass is accelerated, its momentum #emph[p] increases, thus increasing the total energy. At sufficiently high velocities, the rest energy term #math.equation(block: false, alt: "open parenthesis m c squared close parenthesis squared")[$attach(( m c^(2) ), t: 2)$] becomes negligible compared with the momentum term #math.equation(block: false, alt: "open parenthesis p c close parenthesis squared ;")[$attach(( p c ), t: 2) ;$] thus, #math.equation(block: false, alt: "E equals p c")[$E = p c$] at extremely relativistic velocities. If we consider momentum #emph[p] to be distinct from mass, we can determine the implications of the equation #math.equation(block: false, alt: "E squared equals open parenthesis p c close parenthesis squared plus open parenthesis m c squared close parenthesis squared ,")[$E^(2) = attach(( p c ), t: 2) + attach(( m c^(2) ), t: 2) ,$] for a particle that has no mass. If we take #emph[m] to be zero in this equation, then #math.equation(block: false, alt: "E equals p c , or p equals E / c .")[$E = p c , #h(0.2em) "or" p = E "/" c .$] Massless particles have this momentum. There are several massless particles found in nature, including photons (which are packets of electromagnetic radiation). Another implication is that a massless particle must travel at speed #emph[c] and only at speed #emph[c]. It is beyond the scope of this text to examine the relationship in the equation #math.equation(block: false, alt: "E squared equals open parenthesis p c close parenthesis squared plus open parenthesis m c squared close parenthesis squared")[$E^(2) = attach(( p c ), t: 2) + attach(( m c^(2) ), t: 2)$] in detail, but you can see that the relationship has important implications in special relativity. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ What is the kinetic energy of an electron if its speed is 0.992#emph[c]? #solutionbox[ #math.equation(block: true, alt: "K sub rel, equals open parenthesis γ minus 1 close parenthesis m c squared equals open parenthesis the fraction 1 over the square root of 1 minus the fraction u squared over c squared minus 1 close parenthesis m c squared; equals open parenthesis the fraction 1 over the square root of 1 minus the fraction open parenthesis 0.992 c close parenthesis squared over c squared minus 1 close parenthesis open parenthesis 9.11 times 10 to the power minus 31 kg close parenthesis open parenthesis 3.00 times 10 to the power 8 m/s close parenthesis squared equals 5.67 times 10 to the power minus 13 J")[$K_("rel") & = ( γ − 1 ) m c^(2) = ( frac(1, sqrt(1 − frac(u^(2), c^(2)))) − 1 ) m c^(2) \ & = ( frac(1, sqrt(1 − frac(attach(( 0.992 c ), t: 2), c^(2)))) − 1 ) ( 9.11 #h(0.2em) × #h(0.2em) 10^(− 31) #h(0.2em) "kg" ) attach(( 3.00 #h(0.2em) × #h(0.2em) 10^(8) #h(0.2em) "m/s" ), t: 2) = 5.67 #h(0.2em) × #h(0.2em) 10^(− 13) #h(0.2em) "J"$] ] ] === Summary - The relativistic work-energy theorem is #math.equation(block: false, alt: "W sub net equals E minus E sub 0 equals γ m c squared minus m c squared equals open parenthesis γ minus 1 close parenthesis m c squared .")[$W_("net") = E − E_(0) = γ m c^(2) − m c^(2) = ( γ − 1 ) m c^(2) .$] - Relativistically, #math.equation(block: false, alt: "W sub net equals K sub rel")[$W_("net") = K_("rel")$] where #math.equation(block: false, alt: "K sub rel")[$K_("rel")$] is the relativistic kinetic energy. - An object of #emph[mass] #emph[m] at velocity #emph[u] has kinetic energy #math.equation(block: false, alt: "K sub rel equals open parenthesis γ minus 1 close parenthesis m c squared ,")[$K_("rel") = ( γ − 1 ) m c^(2) ,$] where #math.equation(block: false, alt: "γ equals the fraction 1 over the square root of 1 minus the fraction u squared over c squared .")[$γ = frac(1, sqrt(1 − frac(u^(2), c^(2)))) .$] - At low velocities, relativistic kinetic energy reduces to classical kinetic energy. - No object with mass can attain the speed of light, because an infinite amount of work and an infinite amount of energy input is required to accelerate a mass to the speed of light. - Relativistic energy is conserved as long as we define it to include the possibility of mass changing to energy. - The total energy of a particle with mass #emph[m] traveling at speed #emph[u] is defined as #math.equation(block: false, alt: "E equals γ m c squared ,")[$E = γ m c^(2) ,$] where #math.equation(block: false, alt: "γ equals the fraction 1 over the square root of 1 minus the fraction u squared over c squared")[$γ = frac(1, sqrt(1 − frac(u^(2), c^(2))))$] and #emph[u] denotes the velocity of the particle. - The rest energy of an object of mass #emph[m] is #math.equation(block: false, alt: "E sub 0 equals m c squared ,")[$E_(0) = m c^(2) ,$] meaning that mass is a form of energy. If energy is stored in an object, its mass increases. Mass can be destroyed to release energy. - We do not ordinarily notice the increase or decrease in mass of an object because the change in mass is so small for a large increase in energy. The equation #math.equation(block: false, alt: "E squared equals open parenthesis p c close parenthesis squared plus open parenthesis m c squared close parenthesis squared")[$E^(2) = attach(( p c ), t: 2) + attach(( m c^(2) ), t: 2)$] relates the relativistic total energy #emph[E] and the relativistic momentum #emph[p]. At extremely high velocities, the rest energy #math.equation(block: false, alt: "m c squared")[$m c^(2)$] becomes negligible, and #math.equation(block: false, alt: "E equals p c .")[$E = p c .$] === Key Equations #figure(table( columns: 2, align: left, inset: 6pt, table.header([Time dilation], [#math.equation(block: false, alt: "Δ t equals the fraction Δ τ over the square root of 1 minus the fraction v squared over c squared equals γ τ")[$"Δ" t = frac("Δ" τ, sqrt(1 − frac(v^(2), c^(2)))) = γ τ$]]), [Lorentz factor], [#math.equation(block: false, alt: "γ equals the fraction 1 over the square root of 1 minus the fraction v squared over c squared")[$γ = frac(1, sqrt(1 − frac(v^(2), c^(2))))$]], [Length contraction], [#math.equation(block: false, alt: "L equals L sub 0 the square root of 1 minus the fraction v squared over c squared equals the fraction L sub 0 over γ")[$L = L_(0) sqrt(1 − frac(v^(2), c^(2))) = frac(L_(0), γ)$]], [Galilean transformation], [#math.equation(block: false, alt: "x equals x ′ plus v t , y equals y ′ , z equals z ′ , t equals t ′")[$x = x ′ + v t , #h(0.5em) y = y ′ , #h(0.5em) z = z ′ , #h(0.5em) t = t ′$]], [Lorentz transformation], [#math.equation(block: false, alt: "t equals the fraction t ′ plus v x ′ / c squared over the square root of 1 minus v squared / c squared")[$t = frac(t ′ + v x ′ "/" c^(2), sqrt(1 − v^(2) "/" c^(2)))$]], [], [#math.equation(block: false, alt: "x equals the fraction x ′ plus v t ′ over the square root of 1 minus v squared / c squared")[$x = frac(x ′ + v t ′, sqrt(1 − v^(2) "/" c^(2)))$]], [], [#math.equation(block: false, alt: "y equals y ′")[$y = y ′$]], [], [#math.equation(block: false, alt: "z equals z ′")[$z = z ′$]], [Inverse Lorentz transformation], [#math.equation(block: false, alt: "t ′ equals the fraction t minus v x / c squared over the square root of 1 minus v squared / c squared")[$t ′ = frac(t − v x "/" c^(2), sqrt(1 − v^(2) "/" c^(2)))$]], [], [#math.equation(block: false, alt: "x ′ equals the fraction x minus v t over the square root of 1 minus v squared / c squared")[$x ′ = frac(x − v t, sqrt(1 − v^(2) "/" c^(2)))$]], [], [#math.equation(block: false, alt: "y ′ equals y")[$y ′ = y$]], [], [#math.equation(block: false, alt: "z ′ equals z")[$z ′ = z$]], [Space-time invariants], [#math.equation(block: false, alt: "open parenthesis Δ s close parenthesis squared equals open parenthesis Δ x close parenthesis squared plus open parenthesis Δ y close parenthesis squared plus open parenthesis Δ z close parenthesis squared minus c squared open parenthesis Δ t close parenthesis squared")[$attach(( "Δ" s ), t: 2) = attach(( "Δ" x ), t: 2) + attach(( "Δ" y ), t: 2) + attach(( "Δ" z ), t: 2) − c^(2) attach(( "Δ" t ), t: 2)$]], [], [#math.equation(block: false, alt: "open parenthesis Δ τ close parenthesis squared equals minus open parenthesis Δ s close parenthesis squared / c squared equals open parenthesis Δ t close parenthesis squared minus the fraction [ open parenthesis Δ x close parenthesis squared plus open parenthesis Δ y close parenthesis squared plus open parenthesis Δ z close parenthesis squared ] over c squared")[$attach(( "Δ" τ ), t: 2) = − attach(( "Δ" s ), t: 2) "/" c^(2) = attach(( "Δ" t ), t: 2) − frac([ attach(( "Δ" x ), t: 2) + attach(( "Δ" y ), t: 2) + attach(( "Δ" z ), t: 2) ], c^(2))$]], [Relativistic velocity addition], [#math.equation(block: false, alt: "u sub x equals open parenthesis the fraction u x ′ plus v over 1 plus v u x ′ / c squared close parenthesis , u sub y equals open parenthesis the fraction u y ′ / γ over 1 plus v u x ′ / c squared close parenthesis , u sub z equals open parenthesis the fraction u z ′ / γ over 1 plus v u x ′ / c squared close parenthesis")[$u_(x) = ( frac(u_(x)^(′) + v, 1 + v u_(x)^(′) "/" c^(2)) ) , #h(0.5em) u_(y) = ( frac(u_(y)^(′) "/" γ, 1 + v u_(x)^(′) "/" c^(2)) ) , #h(0.5em) u_(z) = ( frac(u_(z)^(′) "/" γ, 1 + v u_(x)^(′) "/" c^(2)) )$]], [Relativistic Doppler effect for wavelength], [#math.equation(block: false, alt: "λ sub obs equals λ sub s the square root of the fraction 1 plus the fraction v over c over 1 minus the fraction v over c")[$λ_("obs") = λ_(s) sqrt(frac(1 + frac(v, c), 1 − frac(v, c)))$]], [Relativistic Doppler effect for frequency], [#math.equation(block: false, alt: "f sub obs equals f sub s the square root of the fraction 1 minus the fraction v over c over 1 plus the fraction v over c")[$f_("obs") = f_(s) sqrt(frac(1 − frac(v, c), 1 + frac(v, c)))$]], [Relativistic momentum], [#math.equation(block: false, alt: "p → equals γ m u → equals the fraction m u → over the square root of 1 minus the fraction u squared over c squared")[$arrow(p) = γ m arrow(u) = frac(m arrow(u), sqrt(1 − frac(u^(2), c^(2))))$]], [Relativistic total energy], [#math.equation(block: false, alt: "E equals γ m c squared , where γ equals the fraction 1 over the square root of 1 minus the fraction u squared over c squared")[$E = γ m c^(2) , #h(0.2em) "where" #h(0.2em) γ = frac(1, sqrt(1 − frac(u^(2), c^(2))))$]], [Relativistic kinetic energy], [#math.equation(block: false, alt: "K sub rel equals open parenthesis γ minus 1 close parenthesis m c squared , where γ equals the fraction 1 over the square root of 1 minus the fraction u squared over c squared")[$K_("rel") = ( γ − 1 ) m c^(2) , #h(0.2em) "where" #h(0.2em) γ = frac(1, sqrt(1 − frac(u^(2), c^(2))))$]], )) === Conceptual Questions How are the classical laws of conservation of energy and conservation of mass modified by modern relativity? What happens to the mass of water in a pot when it cools, assuming no molecules escape or are added? Is this observable in practice? Explain. #solutionbox[ Because it loses thermal energy, which is the kinetic energy of the random motion of its constituent particles, its mass decreases by an extremely small amount, as described by energy-mass equivalence. ] Consider a thought experiment. You place an expanded balloon of air on weighing scales outside in the early morning. The balloon stays on the scales and you are able to measure changes in its mass. Does the mass of the balloon change as the day progresses? Discuss the difficulties in carrying out this experiment. The mass of the fuel in a nuclear reactor decreases by an observable amount as it puts out energy. Is the same true for the coal and oxygen combined in a conventional power plant? If so, is this observable in practice for the coal and oxygen? Explain. #solutionbox[ Yes, in principle there would be a similar effect on mass for any decrease in energy, but the change would be so small for the energy changes in a chemical reaction that it would be undetectable in practice. ] We know that the velocity of an object with mass has an upper limit of #emph[c]. Is there an upper limit on its momentum? Its energy? Explain. Given the fact that light travels at #emph[c] , can it have mass? Explain. #solutionbox[ Not according to special relativity. Nothing with mass can attain the speed of light. ] If you use an Earth-based telescope to project a laser beam onto the moon, you can move the spot across the moon’s surface at a velocity greater than the speed of light. Does this violate modern relativity? (Note that light is being sent from the Earth to the moon, not across the surface of the moon.) === Problems What is the rest energy of an electron, given its mass is #math.equation(block: false, alt: "9.11 times 10 to the power minus 31 kg ?")[$9.11 #h(0.2em) × #h(0.2em) 10^(− 31) #h(0.2em) "kg" ?$] Give your answer in joules and MeV. #solutionbox[ 0.512 MeV according to the number of significant figures stated. The exact value is closer to 0.511 MeV. ] Find the rest energy in joules and MeV of a proton, given its mass is #math.equation(block: false, alt: "1.67 times 10 to the power minus 27 kg .")[$1.67 #h(0.2em) × #h(0.2em) 10^(− 27) #h(0.2em) "kg" .$] If the rest energies of a proton and a neutron (the two constituents of nuclei) are 938.3 and 939.6 MeV, respectively, what is the difference in their mass in kilograms? #solutionbox[ #math.equation(block: false, alt: "2.3 times 10 to the power minus 30 kg ;")[$2.3 #h(0.2em) × #h(0.2em) 10^(− 30) #h(0.2em) "kg" ;$] to two digits because the difference in rest mass energies is found to two digits ] The Big Bang that began the universe is estimated to have released #math.equation(block: false, alt: "1 0 to the power 68 J")[$1 0^(68) #h(0.2em) "J"$] of energy. How many stars could half this energy create, assuming the average star’s mass is #math.equation(block: false, alt: "4.00 times 10 to the power 30 kg")[$4.00 #h(0.2em) × #h(0.2em) 10^(30) #h(0.2em) "kg"$] ? A supernova explosion of a #math.equation(block: false, alt: "2.00 times 10 to the power 31 kg")[$2.00 #h(0.2em) × #h(0.2em) 10^(31) #h(0.2em) "kg"$] star produces #math.equation(block: false, alt: "1.00 times 10 to the power 44 J")[$1.00 #h(0.2em) × #h(0.2em) 10^(44) #h(0.2em) "J"$] of energy. (a) How many kilograms of mass are converted to energy in the explosion? (b) What is the ratio #math.equation(block: false, alt: "Δ m / m")[$"Δ" m "/" m$] of mass destroyed to the original mass of the star? #solutionbox[ a. #math.equation(block: false, alt: "1.11 times 10 to the power 27 kg ;")[$1.11 #h(0.2em) × #h(0.2em) 10^(27) #h(0.2em) "kg" ;$] b. #math.equation(block: false, alt: "5.56 times 10 to the power minus 5")[$5.56 #h(0.2em) × #h(0.2em) 10^(− 5)$] ] (a) Using data from this table, calculate the mass converted to energy by the fission of 1.00 kg of uranium. (b) What is the ratio of mass destroyed to the original mass, #math.equation(block: false, alt: "Δ m / m ?")[$"Δ" m "/" m ?$] (a) Using data from this table, calculate the amount of mass converted to energy by the fusion of 1.00 kg of hydrogen. (b) What is the ratio of mass destroyed to the original mass, #math.equation(block: false, alt: "Δ m / m")[$"Δ" m "/" m$] ? (c) How does this compare with #math.equation(block: false, alt: "Δ m / m")[$"Δ" m "/" m$] for the fission of 1.00 kg of uranium? #solutionbox[ a. #math.equation(block: false, alt: "7.1 times 10 to the power −3 kg ;")[$7.1 #h(0.2em) × #h(0.2em) 10^(−3) #h(0.2em) "kg" ;$] b. #math.equation(block: false, alt: "7.1 times 10 to the power minus 3 equals 7.1 times 10 to the power minus 3 ;")[$7.1 #h(0.2em) × #h(0.2em) 10^(− 3) = 7.1 #h(0.2em) × #h(0.2em) 10^(− 3) ;$] c. #math.equation(block: false, alt: "the fraction Δ m over m")[$frac("Δ" m, m)$] is greater for hydrogen ] There is approximately #math.equation(block: false, alt: "1 0 to the power 34 J")[$1 0^(34) #h(0.2em) "J"$] of energy available from fusion of hydrogen in the world’s oceans. (a) If #math.equation(block: false, alt: "1 0 to the power 33 J")[$1 0^(33) #h(0.2em) "J"$] of this energy were utilized, what would be the decrease in mass of the oceans (ignoring the loss of mass from the leftover oxygen)? (b) How great a volume of water does this correspond to? (c) Comment on whether this is a significant fraction of the total mass of the oceans. A muon has a rest mass energy of 105.7 MeV, and it decays into an electron and a massless particle. (a) If all the lost mass is converted into the electron’s kinetic energy, find #math.equation(block: false, alt: "γ")[$γ$] for the electron. (b) What is the electron’s velocity? #solutionbox[ a. 208; b. 0.999988#emph[c]; six digits used to show difference from c ] A #math.equation(block: false, alt: "π")[$π$]-meson is a particle that decays into a muon and a massless particle. The #math.equation(block: false, alt: "π")[$π$]-meson has a rest mass energy of 139.6 MeV, and the muon has a rest mass energy of 105.7 MeV. Suppose the #math.equation(block: false, alt: "π")[$π$]-meson is at rest and all of the missing mass goes into the muon’s kinetic energy. How fast will the muon move? (a) Calculate the relativistic kinetic energy of a 1000-kg car moving at 30.0 m/s if the speed of light were only 45.0 m/s. (b) Find the ratio of the relativistic kinetic energy to classical. #solutionbox[ a. #math.equation(block: false, alt: "6.92 times 10 to the power 5 J ;")[$6.92 #h(0.2em) × #h(0.2em) 10^(5) #h(0.2em) "J" ;$] b. 1.54 ] Alpha decay is nuclear decay in which a helium nucleus is emitted. If the helium nucleus has a mass of #math.equation(block: false, alt: "6.80 times 10 to the power −27 kg")[$6.80 #h(0.2em) × #h(0.2em) 10^(−27) #h(0.2em) "kg"$] and is given 5.00 MeV of kinetic energy, what is its velocity? (a) Beta decay is nuclear decay in which an electron is emitted. If the electron is given 0.750 MeV of kinetic energy, what is its velocity? (b) Comment on how the high velocity is consistent with the kinetic energy as it compares to the rest mass energy of the electron. #solutionbox[ a. 0.914#emph[c]; b. The rest mass energy of an electron is 0.511 MeV, so the kinetic energy is approximately 150% of the rest mass energy. The electron should be traveling close to the speed of light. ] === Additional Problems (a) At what relative velocity is #math.equation(block: false, alt: "γ equals 1.50 ?")[$γ = 1.50 ?$] (b) At what relative velocity is #math.equation(block: false, alt: "γ equals 100 ?")[$γ = 100 ?$] (a) At what relative velocity is #math.equation(block: false, alt: "γ equals 2.00 ?")[$γ = 2.00 ?$] (b) At what relative velocity is #math.equation(block: false, alt: "γ equals 10.0 ?")[$γ = 10.0 ?$] #solutionbox[ a. 0.866#emph[c]; b. 0.995#emph[c] ] #strong[Unreasonable Results] (a) Find the value of #math.equation(block: false, alt: "γ")[$γ$] required for the following situation. An earthbound observer measures 23.9 h to have passed while signals from a high-velocity space probe indicate that 24.0 h have passed on board. (b) What is unreasonable about this result? (c) Which assumptions are unreasonable or inconsistent? (a) How long does it take the astronaut in to travel 4.30 ly at #math.equation(block: false, alt: "0.99944 c")[$0.99944 c$] (as measured by the earthbound observer)? (b) How long does it take according to the astronaut? (c) Verify that these two times are related through time dilation with #math.equation(block: false, alt: "γ equals 30.00")[$γ = 30.00$] as given. #solutionbox[ a. 4.303 y to four digits to show any effect; b. 0.1434 y; c. #math.equation(block: false, alt: "1 / the square root of open parenthesis 1 minus v squared / c squared close parenthesis equals 29.88 .")[$1 "/" sqrt(( 1 − v^(2) "/" c^(2) )) = 29.88 .$] ] (a) How fast would an athlete need to be running for a 100-#math.equation(block: false, alt: "m")[$"m"$] race to look 100 yd long? (b) Is the answer consistent with the fact that relativistic effects are difficult to observe in ordinary circumstances? Explain. (a) Find the value of #math.equation(block: false, alt: "γ")[$γ$] for the following situation. An astronaut measures the length of their spaceship to be 100 m, while an earthbound observer measures it to be 25.0 m. (b) What is the speed of the spaceship relative to Earth? #solutionbox[ a. 4.00; b. #math.equation(block: false, alt: "v equals 0.968 c")[$v = 0.968 c$] ] A clock in a spaceship runs one-tenth the rate at which an identical clock on Earth runs. What is the speed of the spaceship? An astronaut has a heartbeat rate of 66 beats per minute as measured during his physical exam on Earth. The heartbeat rate of the astronaut is measured when he is in a spaceship traveling at 0.5#emph[c] with respect to Earth by an observer (A) in the ship and by an observer (B) on Earth. (a) Describe an experimental method by which observer B on Earth will be able to determine the heartbeat rate of the astronaut when the astronaut is in the spaceship. (b) What will be the heartbeat rate(s) of the astronaut reported by observers A and B? #solutionbox[ a. A sends a radio pulse at each heartbeat to B, who knows their relative velocity and uses the time dilation formula to calculate the proper time interval between heartbeats from the observed signal. b. #math.equation(block: false, alt: "open parenthesis 66 beats/min close parenthesis the square root of 1 minus v squared / c squared equals 57.1 beats/min")[$( 66 #h(0.2em) "beats/min" ) sqrt(1 − v^(2) "/" c^(2)) = 57.1 #h(0.2em) "beats/min"$] ] A spaceship (A) is moving at speed #emph[c/]2 with respect to another spaceship (B). Observers in A and B set their clocks so that the event at (#emph[x, y, z, t]) of turning on a laser in spaceship B has coordinates (0#emph[,] 0#emph[,] 0#emph[,] 0) in A and also (0#emph[,] 0#emph[,] 0#emph[,] 0) in B. An observer at the origin of B turns on the laser at #math.equation(block: false, alt: "t equals 0")[$t = 0$] and turns it off at #math.equation(block: false, alt: "t equals τ")[$t = τ$] in his time. What is the time duration between on and off as seen by an observer in A? Same two observers as in the preceding exercise, but now we look at two events occurring in spaceship A. A photon arrives at the origin of A at its time #math.equation(block: false, alt: "t equals 0")[$t = 0$] and another photon arrives at #math.equation(block: false, alt: "open parenthesis x equals 1.00 m , 0 , 0 close parenthesis")[$( x = 1.00 #h(0.2em) "m" , 0 , 0 )$] at #math.equation(block: false, alt: "t equals 0")[$t = 0$] in the frame of ship A. (a) Find the coordinates and times of the two events as seen by an observer in frame B. (b) In which frame are the two events simultaneous and in which frame are they are not simultaneous? #solutionbox[ a. first photon: #math.equation(block: false, alt: "open parenthesis 0 , 0 , 0 close parenthesis")[$( 0 , 0 , 0 )$] at #math.equation(block: false, alt: "t equals t prime ;")[$t = t^(′) ;$] second photon: #linebreak() #math.equation(block: false, alt: "t ′, equals, the fraction minus v x / c squared over the square root of 1 minus v squared / c squared equals the fraction minus open parenthesis c / 2 close parenthesis open parenthesis 1.00 m close parenthesis / c squared over the square root of 0.75 equals minus the fraction 0.577 m over c equals 1.93 times 10 to the power −9 s; x ′, equals, the fraction x over the square root of 1 minus v squared / c squared equals the fraction 1.00 m over the square root of 0.75 equals 1.15 m")[$t ′ & = & frac(− v x "/" c^(2), sqrt(1 − v^(2) "/" c^(2))) = frac(− ( c "/" 2 ) ( 1.00 #h(0.2em) "m" ) "/" c^(2), sqrt(0.75)) = − frac(0.577 #h(0.2em) "m", c) = 1.93 #h(0.2em) × #h(0.2em) 10^(−9) #h(0.2em) "s" \ x ′ & = & frac(x, sqrt(1 − v^(2) "/" c^(2))) = frac(1.00 #h(0.2em) "m", sqrt(0.75)) = 1.15 #h(0.2em) "m"$] #linebreak() b. simultaneous in A, not simultaneous in B ] Same two observers as in the preceding exercises. A rod of length 1 m is laid out on the #emph[x]-axis in the frame of B from origin to #math.equation(block: false, alt: "open parenthesis x equals 1.00 m , 0 , 0 close parenthesis .")[$( x = 1.00 #h(0.2em) "m" , 0 , 0 ) .$] What is the length of the rod observed by an observer in the frame of spaceship A? An observer at origin of inertial frame S sees a flashbulb go off at #math.equation(block: false, alt: "x equals 150 km , y equals 15.0 km ,")[$x = 150 #h(0.2em) "km" , y = 15.0 #h(0.2em) "km" ,$] and #math.equation(block: false, alt: "z equals 1.00 km")[$z = 1.00 #h(0.2em) "km"$] at time #math.equation(block: false, alt: "t equals 4.5 times 10 to the power −4 s .")[$t = 4.5 #h(0.2em) × #h(0.2em) 10^(−4) "s" .$] At what time and position in the S#math.equation(block: false, alt: "′")[$′$] system did the flash occur, if S#math.equation(block: false, alt: "′")[$′$] is moving along shared #emph[x]-direction with S at a velocity #math.equation(block: false, alt: "v equals 0.6 c ?")[$v = 0.6 c ?$] #solutionbox[ #math.equation(block: true, alt: "t ′, equals, the fraction t minus v x / c squared over the square root of 1 minus v squared / c squared equals the fraction open parenthesis 4.5 times 10 to the power −4 s close parenthesis minus open parenthesis 0.6 c close parenthesis open parenthesis the fraction 150 times 10 cubed m over c squared close parenthesis over the square root of 1 minus open parenthesis 0.6 close parenthesis squared; equals, 1.88 times 10 to the power −4 s; x ′, equals, the fraction x minus v t over the square root of 1 minus v squared / c squared equals the fraction 150 times 10 cubed m minus open parenthesis 0.60 close parenthesis open parenthesis 3.00 times 10 to the power 8 m/s close parenthesis open parenthesis 4.5 times 10 to the power −4 s close parenthesis over the square root of 1 minus open parenthe")[$t ′ & = & frac(t − v x "/" c^(2), sqrt(1 − v^(2) "/" c^(2))) = frac(( 4.5 #h(0.2em) × #h(0.2em) 10^(−4) "s" ) − ( 0.6 c ) ( frac(150 #h(0.2em) × #h(0.2em) 10^(3) #h(0.2em) "m", c^(2)) ), sqrt(1 − attach(( 0.6 ), t: 2))) \ & = & 1.88 #h(0.2em) × #h(0.2em) 10^(−4) #h(0.2em) "s" \ x ′ & = & frac(x − v t, sqrt(1 − v^(2) "/" c^(2))) = frac(150 #h(0.2em) × #h(0.2em) 10^(3) #h(0.2em) "m" − ( 0.60 ) ( 3.00 #h(0.2em) × #h(0.2em) 10^(8) #h(0.2em) "m/s" ) ( 4.5 #h(0.2em) × #h(0.2em) 10^(−4) #h(0.2em) "s" ), sqrt(1 − attach(( 0.6 ), t: 2))) \ & = & 8.6 #h(0.2em) × #h(0.2em) 10^(4) #h(0.2em) "m" = 86 #h(0.2em) "km" \ y & = & y ′ = 15 #h(0.2em) "km" \ z & = & z ′ = 1 #h(0.2em) "km"$] ] An observer sees two events #math.equation(block: false, alt: "1.5 times 10 to the power −8 s")[$1.5 #h(0.2em) × #h(0.2em) 10^(−8) #h(0.2em) "s"$] apart at a separation of 800 m. How fast must a second observer be moving relative to the first to see the two events occur simultaneously? An observer standing by the railroad tracks sees two bolts of lightning strike the ends of a 500-m-long train simultaneously at the instant the middle of the train passes him at 50 m/s. Use the Lorentz transformation to find the time between the lightning strikes as measured by a passenger seated in the middle of the train. #solutionbox[ #math.equation(block: false, alt: "Δ t, equals, the fraction Δ t ′ plus v Δ x ′ / c squared over the square root of 1 minus v squared / c squared; 0, equals, the fraction Δ t ′ plus v open parenthesis 500 m close parenthesis / c squared over the square root of 1 minus v squared / c squared ;")[$"Δ" t & = & frac("Δ" t ′ + v "Δ" x ′ "/" c^(2), sqrt(1 − v^(2) "/" c^(2))) \ 0 & = & frac("Δ" t ′ + v ( 500 #h(0.2em) "m" ) "/" c^(2), sqrt(1 − v^(2) "/" c^(2))) ;$] #linebreak() since #math.equation(block: false, alt: "v ≪ c ,")[$v ≪ c ,$] we can ignore the term #math.equation(block: false, alt: "v squared / c squared")[$v^(2) "/" c^(2)$] and find #linebreak() #math.equation(block: false, alt: "Δ t ′ equals minus the fraction open parenthesis 50 m/s close parenthesis open parenthesis 500 m close parenthesis over open parenthesis 3.00 times 10 to the power 8 m/s close parenthesis squared equals −2.78 times 10 to the power −13 s")[$"Δ" t ′ = − frac(( 50 #h(0.2em) "m/s" ) ( 500 #h(0.2em) "m" ), attach(( 3.00 #h(0.2em) × #h(0.2em) 10^(8) #h(0.2em) "m/s" ), t: 2)) = −2.78 #h(0.2em) × #h(0.2em) 10^(−13) #h(0.2em) "s"$] #linebreak() The breakdown of Newtonian simultaneity is negligibly small, but not exactly zero, at realistic train speeds of 50 m/s. ] Two astronomical events are observed from Earth to occur at a time of 1 s apart and a distance separation of #math.equation(block: false, alt: "1.5 times 10 to the power 9 m")[$1.5 #h(0.2em) × #h(0.2em) 10^(9) "m"$] from each other. (a) Determine whether separation of the two events is space like or time like. (b) State what this implies about whether it is consistent with special relativity for one event to have caused the other? Two astronomical events are observed from Earth to occur at a time of 0.30 s apart and a distance separation of #math.equation(block: false, alt: "2.0 times 10 to the power 9 m")[$2.0 #h(0.2em) × #h(0.2em) 10^(9) "m"$] from each other. How fast must a spacecraft travel from the site of one event toward the other to make the events occur at the same time when measured in the frame of reference of the spacecraft? #solutionbox[ #math.equation(block: true, alt: "Δ t ′, equals, the fraction Δ t minus v Δ x / c squared over the square root of 1 minus v squared / c squared; 0, equals, the fraction open parenthesis 0.30 s close parenthesis minus the fraction open parenthesis v close parenthesis open parenthesis 2.0 times 10 to the power 9 m close parenthesis over open parenthesis 3.00 times 10 to the power 8 m/s close parenthesis squared over the square root of 1 minus v squared / c squared; v, equals, the fraction open parenthesis 0.30 s close parenthesis over open parenthesis 2.0 times 10 to the power 9 m close parenthesis open parenthesis 3.00 times 10 to the power 8 m/s close parenthesis squared; v, equals, 1.35 times 10 to the power 7 m/s")[$"Δ" t ′ & = & frac("Δ" t − v "Δ" x "/" c^(2), sqrt(1 − v^(2) "/" c^(2))) \ 0 & = & frac(( 0.30 #h(0.2em) "s" ) − frac(( v ) ( 2.0 #h(0.2em) × #h(0.2em) 10^(9) #h(0.2em) "m" ), attach(( 3.00 #h(0.2em) × #h(0.2em) 10^(8) #h(0.2em) "m/s" ), t: 2)), sqrt(1 − v^(2) "/" c^(2))) \ v & = & frac(( 0.30 #h(0.2em) "s" ), ( 2.0 #h(0.2em) × #h(0.2em) 10^(9) #h(0.2em) "m" )) attach(( 3.00 #h(0.2em) × #h(0.2em) 10^(8) #h(0.2em) "m/s" ), t: 2) \ v & = & 1.35 #h(0.2em) × #h(0.2em) 10^(7) #h(0.2em) "m/s"$] ] A spacecraft starts from being at rest at the origin and accelerates at a constant rate #emph[g], as seen from Earth, taken to be an inertial frame, until it reaches a speed of #emph[c/]2. (a) Show that the increment of proper time is related to the elapsed time in Earth’s frame by: #math.equation(block: true, alt: "d τ equals the square root of 1 minus v squared / c squared d t .")[$d τ = sqrt(1 − v^(2) "/" c^(2)) d t .$] (b) Find an expression for the elapsed time to reach speed #emph[c/]2 as seen in Earth’s frame. (c) Use the relationship in (a) to obtain a similar expression for the elapsed proper time to reach #emph[c]/2 as seen in the spacecraft, and determine the ratio of the time seen from Earth with that on the spacecraft to reach the final speed. (a) All but the closest galaxies are receding from our own Milky Way Galaxy. If a galaxy #math.equation(block: false, alt: "12.0 times 10 to the power 9 ly")[$12.0 #h(0.2em) × #h(0.2em) 10^(9) #h(0.2em) "ly"$] away is receding from us at 0.900#emph[c], at what velocity relative to us must we send an exploratory probe to approach the other galaxy at 0.990#emph[c] as measured from that galaxy? (b) How long will it take the probe to reach the other galaxy as measured from Earth? You may assume that the velocity of the other galaxy remains constant. (c) How long will it then take for a radio signal to be beamed back? (All of this is possible in principle, but not practical.) #solutionbox[ Note that all answers to this problem are reported to five significant figures, to distinguish the results. a. 0.99947#emph[c]; b.#math.equation(block: false, alt: "1.2064 times 10 to the power 11 y;")[$1.2064 #h(0.2em) × #h(0.2em) 10^(11) #h(0.2em) "y;"$] c.#math.equation(block: false, alt: "1.2058 times 10 to the power 11 y")[$1.2058 #h(0.2em) × #h(0.2em) 10^(11) #h(0.2em) "y"$] ] Suppose a spaceship heading straight toward the Earth at 0.750#emph[c] can shoot a canister at 0.500#emph[c] relative to the ship. (a) What is the velocity of the canister relative to Earth, if it is shot directly at Earth? (b) If it is shot directly away from Earth? Repeat the preceding problem with the ship heading directly away from Earth. #solutionbox[ a. –0.400#emph[c]; b. –0.909#emph[c] ] If a spaceship is approaching the Earth at 0.100#emph[c] and a message capsule is sent toward it at 0.100#emph[c] relative to Earth, what is the speed of the capsule relative to the ship? (a) Suppose the speed of light were only 3000 m/s. A jet fighter moving toward a target on the ground at 800 m/s shoots bullets, each having a muzzle velocity of 1000 m/s. What are the bullets’ velocity relative to the target? (b) If the speed of light was this small, would you observe relativistic effects in everyday life? Discuss. #solutionbox[ a. 1.65 km/s; b. Yes, if the speed of light were this small, speeds that we can achieve in everyday life would be larger than 1% of the speed of light and we could observe relativistic effects much more often. ] If a galaxy moving away from the Earth has a speed of 1000 km/s and emits 656 nm light characteristic of hydrogen (the most common element in the universe). (a) What wavelength would we observe on Earth? (b) What type of electromagnetic radiation is this? (c) Why is the speed of Earth in its orbit negligible here? A space probe speeding towards the nearest star moves at #math.equation(block: false, alt: "0.250 c")[$0.250 c$] and sends radio information at a broadcast frequency of 1.00 GHz. What frequency is received on Earth? #solutionbox[ 775 MHz ] Near the center of our galaxy, hydrogen gas is moving directly away from us in its orbit about a black hole. We receive 1900 nm electromagnetic radiation and know that it was 1875 nm when emitted by the hydrogen gas. What is the speed of the gas? (a) Calculate the speed of a #math.equation(block: false, alt: "1.00 - μg")[$1.00 "-" "μg"$] particle of dust that has the same momentum as a proton moving at 0.999#emph[c]. (b) What does the small speed tell us about the mass of a proton compared to even a tiny amount of macroscopic matter? #solutionbox[ a. #math.equation(block: false, alt: "1.12 times 10 to the power −8 m/s ;")[$1.12 #h(0.2em) × #h(0.2em) 10^(−8) #h(0.2em) "m/s" ;$] b. The small speed tells us that the mass of a protein is substantially smaller than that of even a tiny amount of macroscopic matter. ] (a) Calculate #math.equation(block: false, alt: "γ")[$γ$] for a proton that has a momentum of #math.equation(block: false, alt: "1.00 kg times m/s .")[$1.00 #h(0.2em) "kg" · "m/s" "."$] (b) What is its speed? Such protons form a rare component of cosmic radiation with uncertain origins. Show that the relativistic form of Newton’s second law is (a) #math.equation(block: false, alt: "F equals m the fraction d u over d t the fraction 1 over open parenthesis 1 minus u squared / c squared close parenthesis to the power 3 / 2 ;")[$F = m frac(d u, d t) #h(0.2em) frac(1, attach(( 1 − u^(2) "/" c^(2) ), t: 3 "/" 2)) ;$] (b) Find the force needed to accelerate a mass of 1 kg by 1 #math.equation(block: false, alt: "m/s squared")[$"m/s"^(2)$] when it is traveling at a velocity of #emph[c]/2. #solutionbox[ a. #linebreak() #math.equation(block: false, alt: "F, equals the fraction d p over d t equals the fraction d over d t open parenthesis the fraction m u over the square root of 1 minus u squared / c squared close parenthesis; equals the fraction d u over d t open parenthesis the fraction m over the square root of 1 minus u squared / c squared close parenthesis minus the fraction 1 over 2 the fraction m u squared over open parenthesis 1 minus u squared / c squared close parenthesis to the power 3 / 2 2 the fraction d u over d t; equals the fraction m over open parenthesis 1 minus u squared / c squared close parenthesis to the power 3 / 2 the fraction d u over d t ;")[$F & = frac(d p, d t) = frac(d, d t) ( frac(m u, sqrt(1 − u^(2) "/" c^(2))) ) \ & = frac(d u, d t) ( frac(m, sqrt(1 − u^(2) "/" c^(2))) ) − frac(1, 2) #h(0.2em) frac(m u^(2), attach(( 1 − u^(2) "/" c^(2) ), t: 3 "/" 2)) #h(0.1em) 2 #h(0.1em) frac(d u, d t) \ & = frac(m, attach(( 1 − u^(2) "/" c^(2) ), t: 3 "/" 2)) #h(0.2em) frac(d u, d t) ;$] #linebreak() b. #linebreak() #math.equation(block: false, alt: "F, equals the fraction m over open parenthesis 1 minus u squared / c squared close parenthesis to the power 3 / 2 the fraction d u over d t; equals the fraction 1 kg over open parenthesis 1 minus open parenthesis the fraction 1 over 2 close parenthesis squared close parenthesis to the power 3 / 2 open parenthesis 1 m/s squared close parenthesis; equals 1.53 N")[$F & = frac(m, attach(( 1 − u^(2) "/" c^(2) ), t: 3 "/" 2)) #h(0.2em) frac(d u, d t) \ & = frac(1 #h(0.2em) "kg", attach(( 1 − attach(( frac(1, 2) ), t: 2) ), t: 3 "/" 2)) ( 1 attach(#h(0.2em) "m/s", t: 2) ) \ & = 1.53 #h(0.2em) "N"$] ] A positron is an antimatter version of the electron, having exactly the same mass. When a positron and an electron meet, they annihilate, converting all of their mass into energy. (a) Find the energy released, assuming negligible kinetic energy before the annihilation. (b) If this energy is given to a proton in the form of kinetic energy, what is its velocity? (c) If this energy is given to another electron in the form of kinetic energy, what is its velocity? What is the kinetic energy in MeV of a π-meson that lives #math.equation(block: false, alt: "1.40 times 1 0 to the power −16 s")[$1.40 #h(0.2em) × #h(0.2em) 1 0^(−16) #h(0.2em) "s"$] as measured in the laboratory, and #math.equation(block: false, alt: "0.840 times 1 0 to the power −16 s")[$0.840 #h(0.2em) × #h(0.2em) 1 0^(−16) #h(0.2em) "s"$] when at rest relative to an observer, given that its rest energy is 135 MeV? #solutionbox[ 90.0 MeV ] Find the kinetic energy in MeV of a neutron with a measured life span of 2065 s, given its rest energy is 939.6 MeV, and rest life span is 900s. (a) Show that #math.equation(block: false, alt: "open parenthesis p c close parenthesis squared / open parenthesis m c squared close parenthesis squared equals γ squared minus 1 .")[$attach(( p c ), t: 2) "/" attach(( m c^(2) ), t: 2) = γ^(2) − 1 .$] This means that at large velocities #math.equation(block: false, alt: "p c greater than greater than m c squared .")[$p c > > m c^(2) .$] (b) Is #math.equation(block: false, alt: "E approximately equals p c")[$E ≈ p c$] when #math.equation(block: false, alt: "γ equals 30.0 ,")[$γ = 30.0 ,$] as for the astronaut discussed in the twin paradox? #solutionbox[ a. #math.equation(block: false, alt: "γ squared minus 1 ;")[$γ^(2) − 1 ;$] b. yes ] One cosmic ray neutron has a velocity of #math.equation(block: false, alt: "0.250 c")[$0.250 c$] relative to the Earth. (a) What is the neutron’s total energy in MeV? (b) Find its momentum. (c) Is #math.equation(block: false, alt: "E approximately equals p c")[$E ≈ p c$] in this situation? Discuss in terms of the equation given in part (a) of the previous problem. What is #math.equation(block: false, alt: "γ")[$γ$] for a proton having a mass energy of 938.3 MeV accelerated through an effective potential of 1.0 TV (teravolt)? #solutionbox[ #math.equation(block: true, alt: "1.07 times 10 cubed")[$1.07 #h(0.2em) × #h(0.2em) 10^(3)$] ] (a) What is the effective accelerating potential for electrons at the Stanford Linear Accelerator, if #math.equation(block: false, alt: "γ equals 1.00 times 10 to the power 5")[$γ = 1.00 #h(0.2em) × #h(0.2em) 10^(5)$] for them? (b) What is their total energy (nearly the same as kinetic in this case) in GeV? (a) Using data from Potential Energy of a System, find the mass destroyed when the energy in a barrel of crude oil is released. (b) Given these barrels contain 200 liters and assuming the density of crude oil is #math.equation(block: false, alt: "750 kg/m cubed ,")[$750 "kg/m"^(3) ,$] what is the ratio of mass destroyed to original mass, #math.equation(block: false, alt: "Δ m / m ?")[$"Δ" m "/" m ?$] #solutionbox[ a. #math.equation(block: false, alt: "6.56 times 10 to the power −8 kg ;")[$6.56 #h(0.2em) × #h(0.2em) 10^(−8) #h(0.2em) "kg" ;$] b. #math.equation(block: false, alt: "m equals open parenthesis 200 L close parenthesis open parenthesis 1 m cubed /1000 L close parenthesis open parenthesis 750 kg/m cubed close parenthesis equals 150 kg;")[$m = ( 200 #h(0.2em) "L" ) ( attach(1 #h(0.2em) "m", t: 3) "/1000 L" ) ( attach(750 #h(0.2em) "kg/m", t: 3) ) = 150 #h(0.2em) "kg;" #h(0.2em)$] therefore, #math.equation(block: false, alt: "the fraction Δ m over m equals 4.37 times 10 to the power minus 10")[$frac("Δ" m, m) = 4.37 #h(0.2em) × #h(0.2em) 10^(− 10)$] ] (a) Calculate the energy released by the destruction of 1.00 kg of mass. (b) How many kilograms could be lifted to a 10.0 km height by this amount of energy? A Van de Graaff accelerator utilizes a 50.0 MV potential difference to accelerate charged particles such as protons. (a) What is the velocity of a proton accelerated by such a potential? (b) An electron? #solutionbox[ a. 0.314#emph[c]; b. 0.99995#emph[c] (Five digits used to show difference from #emph[c]) ] Suppose you use an average of #math.equation(block: false, alt: "500 kW times h")[$500 #h(0.2em) "kW" · "h"$] of electric energy per month in your home. (a) How long would 1.00 g of mass converted to electric energy with an efficiency of 38.0% last you? (b) How many homes could be supplied at the #math.equation(block: false, alt: "500 kW times h")[$500 #h(0.2em) "kW" · "h"$] per month rate for one year by the energy from the described mass conversion? (a) A nuclear power plant converts energy from nuclear fission into electricity with an efficiency of 35.0%. How much mass is destroyed in one year to produce a continuous 1000 MW of electric power? (b) Do you think it would be possible to observe this mass loss if the total mass of the fuel is #math.equation(block: false, alt: "10 to the power 4 kg ?")[$10^(4) #h(0.2em) "kg" ?$] #solutionbox[ a. 1.00 kg; b. This much mass would be measurable, but probably not observable just by looking because it is 0.01% of the total mass. ] Nuclear-powered rockets were researched for some years before safety concerns became paramount. (a) What fraction of a rocket’s mass would have to be destroyed to get it into a low Earth orbit, neglecting the decrease in gravity? (Assume an orbital altitude of 250 km, and calculate both the kinetic energy (classical) and the gravitational potential energy needed.) (b) If the ship has a mass of #math.equation(block: false, alt: "1.00 times 10 to the power 5 kg")[$1.00 #h(0.2em) × #h(0.2em) 10^(5) #h(0.2em) "kg"$] (100 tons), what total yield nuclear explosion in tons of TNT is needed? The sun produces energy at a rate of #math.equation(block: false, alt: "3.85 times 10 to the power 26")[$3.85 #h(0.2em) × #h(0.2em) 10^(26)$] W by the fusion of hydrogen. About 0.7% of each kilogram of hydrogen goes into the energy generated by the Sun. (a) How many kilograms of hydrogen undergo fusion each second? (b) If the sun is 90.0% hydrogen and half of this can undergo fusion before the sun changes character, how long could it produce energy at its current rate? (c) How many kilograms of mass is the sun losing per second? (d) What fraction of its mass will it have lost in the time found in part (b)? #solutionbox[ a. #math.equation(block: false, alt: "6.06 times 10 to the power 11 kg/s ;")[$6.06 #h(0.2em) × #h(0.2em) 10^(11) #h(0.2em) "kg/s" ;$] b. #math.equation(block: false, alt: "4.67 times 10 to the power 10 y ;")[$4.67 #h(0.2em) × #h(0.2em) 10^(10) #h(0.2em) "y" ;$] c. #math.equation(block: false, alt: "4.27 times 10 to the power 9 kg ;")[$4.27 #h(0.2em) × #h(0.2em) 10^(9) #h(0.2em) "kg" ;$] d. 0.32% ] Show that #math.equation(block: false, alt: "E squared minus p squared c squared")[$E^(2) − p^(2) c^(2)$] for a particle is invariant under Lorentz transformations.