Ch. 3 Problems¶
← Back to chapter | View solutions
Table of Contents
Basic
- B-1. Derivation of the Hyperbolic Function Identity
- B-2. Relationship between Rapidity and the Lorentz Factor
- B-3. Contraction Calculation of the Lorentz Transformation Matrix
Medium
- M-1. Detailed Calculation for Determining the Lorentz Transformation Coefficients
- M-2. Metric Preservation Condition under Lorentz Transformation
- M-3. Quantitative Consequences of the Relativity of Simultaneity
- M-4. Relationship Between Proper Time and Coordinate Time
- M-5. Derivation of the Velocity Addition Formula
- M-6. Relativity of Simultaneity (Concrete Example)
Basic¶
B-1. Derivation of the Hyperbolic Function Identity¶
Derive the hyperbolic function identity \(\cosh^2\varphi - \sinh^2\varphi = 1\) directly from the definitions
Hint
Square each expression, take their difference, and simplify the products of exponential functions.
B-2. Relationship between Rapidity and the Lorentz Factor¶
Using the relationship between rapidity \(\varphi\) and velocity \(v\), given by \(\tanh\varphi = v/c\), derive \(\cosh\varphi = \gamma\) and \(\sinh\varphi = \gamma v/c\). Here, \(\gamma = 1/\sqrt{1 - v^2/c^2}\).
Hint
Combine \(\tanh\varphi = \sinh\varphi / \cosh\varphi\) with the identity \(\cosh^2\varphi - \sinh^2\varphi = 1\) and solve simultaneously.
B-3. Contraction Calculation of the Lorentz Transformation Matrix¶
Using the Lorentz transformation matrix to an inertial frame moving with velocity \(v\) in the \(x\) direction (in units where \(c = 1\)):
compute \(dx^{1'} = \Lambda^{1'}{}_{\nu}\,dx^\nu\) for \(dx^\mu = (dt,\, dx,\, 0,\, 0)\) following the contraction convention, and verify that \(dx' = \gamma(dx - v\,dt)\).
Hint
Write out each term for \(\nu = 0, 1, 2, 3\), and substitute \(\Lambda^{1'}{}_{0} = -\gamma v\), \(\Lambda^{1'}{}_{1} = \gamma\).
Medium¶
M-1. Detailed Calculation for Determining the Lorentz Transformation Coefficients¶
In Section 3.5 of the main text, we obtained the system of simultaneous equations that determine the coefficients of the Lorentz transformation:
Solve this system to derive
Furthermore, show that the continuity condition requiring the transformation to reduce to the identity transformation (\(a_1 = a_6 = 1\), \(a_2 = 0\)) in the limit \(v \to 0\) fixes the sign of \(a_6\) to be \(+\).
Hint
(a) From the cross term equation, obtain \(a_2 = -a_6^2\,v / (c^2\,a_1)\). (b) Substitute this into the \(dx^2\) equation to obtain a relation between \(a_1^2\) and \(a_6^2\). (c) Combine with the \(dt^2\) equation to obtain \(a_6^2 = 1/(1 - v^2/c^2)\). (d) Choose the sign such that \(a_6 \to +1\) as \(v \to 0\).
M-2. Metric Preservation Condition under Lorentz Transformation¶
Verify the condition for the Lorentz transformation matrix \(\Lambda^{\mu'}{}_{\nu}\) to preserve the Minkowski metric
by substituting the explicit \(\Lambda\) for a boost in the \(x\)-direction and checking the \((\mu', \nu') = (0, 0)\) and \((\mu', \nu') = (0, 1)\) components.
Note: The \(\Lambda^{\alpha}{}_{\mu'}\) in the problem statement represents the "transformation matrix from primed indices (\(S'\) frame components) to unprimed indices (\(S\) frame components)." In other words, it corresponds to the inverse of the forward transformation \(x^{\mu'} = \Lambda^{\mu'}{}_{\nu}x^\nu\). However, since the matrix for an \(x\)-direction boost is symmetric, in this problem the calculation works by "reading the 0th column of the forward transformation matrix \((\gamma, -\gamma v, 0, 0)\) as \(\Lambda^{\alpha}{}_{0'}\)."
Hint
For \((\mu', \nu') = (0, 0)\), summing over \(\alpha\) and \(\beta\) yields the expression \(-\gamma^2 + \gamma^2 v^2\).
M-3. Quantitative Consequences of the Relativity of Simultaneity¶
Using the Lorentz transformation equations, find the time difference \(\Delta t'\) in the \(S'\) frame for two events that are simultaneous in the \(S\) frame (\(\Delta t = 0\)) and separated by a distance \(\Delta x = L\). Explain in words what consequence of the "relativity of simultaneity" this result demonstrates.
M-4. Relationship Between Proper Time and Coordinate Time¶
Using the proper time \(d\tau^2 = -ds^2 = dt^2 - dx^2 - dy^2 - dz^2\) (with \(c = 1\)), derive the relationship between coordinate time \(t\) and proper time \(\tau\):
Furthermore, explain from this result that "a moving clock runs slow."
Hint
Factor out \(dt^2\) from \(d\tau^2\) and substitute \(dx^i/dt = v^i\).
M-5. Derivation of the Velocity Addition Formula¶
A problem involving two successive applications of the Lorentz transformation. Consider a frame \(S'\) moving with velocity \(v_1\) in the \(x\) direction relative to frame \(S\), and a frame \(S''\) moving with velocity \(v_2\) in the same \(x\) direction relative to frame \(S'\). Using the additivity of rapidity \(\varphi_{12} = \varphi_1 + \varphi_2\), derive the relativistic velocity addition formula
(with \(c = 1\)).
Hint
Use the addition formula for \(\tanh(\varphi_1 + \varphi_2)\) and substitute \(\tanh\varphi = v\).
M-6. Relativity of Simultaneity (Concrete Example)¶
Consider two events \(A\) and \(B\) that occur simultaneously at \(t = 0\) in the \(S\) frame, at positions \(x_A = 0\) and \(x_B = L\). In the \(S'\) frame moving with velocity \(v\) in the \(x\) direction, (a) find the time difference \(\Delta t' = t'_B - t'_A\) between the two events, and (b) determine which event occurs first, distinguishing cases by the sign of \(v\).
Hint
Substitute \(t_A = t_B = 0\) into the Lorentz transformation equation for \(t'\).
Feedback on this page
Let us know if something was unclear, incorrect, or could be improved.