Posted by robphy;
Yes, but I want you to interpret cosh(theta) with that understanding. If that was too easy, you should work on expressing exp(theta) in terms of tanh(theta), then interpreting.
Im not sure if I have the right answer, I may be complicating it too much.
Consider an observer moving in a straight line in the x-plane. Such motion can be described by a Lorentz transformation which leaves y and z unchanged. As a result the 4x4 Lorentz matrix will look like this
<br />
[L^{\mu'}{}_{\nu}] = \left(\begin{array}{cccc}<br />
L^1{}_1 & 0 & 0 & L^1{}_4 \\<br />
0 & 1 & 0 & 0 \\<br />
0 & 0 & 1 & 0 \\<br />
L^4{}_1 & 0 & 0 & L^4{}_4<br />
\end{array}\right)<br />
The spacetime metric in SR can be written as
\Delta s^2 = g_{\mu\nu}\Delta x^{\mu}\Delta x^{\nu}
I will assume that the observer (free particle) has a rectilinear path with respect to inertial frames. Transformations preserving the spacetime metric are of the form
x'^{\mu'} = L^{\mu'}{}_{nu}x^{\nu} + a^{\mu'}
where the coefficients L^{\mu'}{}_{\nu} satisfy
g_{\rho\sigma} = g_{\mu'\nu'}L^{\mu'}{}_{\rho}L^{\nu'}{}_{\sigma}\quad\quad[1]
which is a Poincare transformation.
Now substituting our Lorentz 4x4 matrix into [1] we have
L^1{}_1L^1{}_1 - L^4{}_1L^4{}_1 = g_{11} = 1\quad [2]
L^1{}_1L^1{}_4 - L^4{}_1L^4{}_4 = g_{14} = g_{41} = 0 \quad [3]
L^1{}_4L^1{}_4 - L^4{}_4L^4{}_4 = g_{44} = -1 \quad [4]
From [4] we have
(L^4{}_4)^2 = 1+(L^1{}_4)^2 \geq 1
and assuming L^4{}_4 \geq 1 we can set
L^4{}_4 = \cosh\theta
then it simply follows that
L^1{}_4 = \pm\sqrt{\cosh^2\theta -1} = \sinh\theta
Similarly for [2] we have
L^1{}_1 = \cosh\phi
L^4{}_1 = \sinh\phi
and using [3] we have
<br />
0 = \sinh\theta\cosh\phi - \cosh\theta\sinh\phi = \sinh(\theta-\phi)
which implies that \theta = \phi.
Now this is where I am stuck. I am trying to express \cosh\theta on its own. I know that
\cosh\theta = \gamma[/itex]<br />
<br />
because I was told, but I still want to show it. <br />
<br />
I thought by writing everything that I have written above shows me that I should think about \tanh\theta and then use some hyperbolic trig identities, which I will try now...