Skip to main content

Posts

Showing posts with the label lorentz transform

Showing that SpaceTime Intervals are invariant: EM II notes 2014_09_03

Summary:  Continuing notes on the tensor version of the Lorentz tranform.  It's time to start on the second set of examples. The interval in four space is invariant under Lorentz transforms and is called the Lorentz scalar. The Lorentz transform also applies to differential distances as, $dx^{\prime\mu} = \Lambda^\mu_\nu x^\mu$ We were asked in class to work out $x^2+y^2+z^2-t^2 = x^{\prime 2}+y^{\prime 2}+z^{\prime 2}-t^{\prime 2}$ The transforms we'll use are: $x = \gamma\left(x^\prime + vt^\prime\right)$ $t = \gamma\left(t^\prime + vx^\prime\right)$ Substituting these into the l.h.s. gives $\gamma^2\left(x^\prime + vt^\prime\right)^2 - \gamma^2\left(t^\prime + vx^\prime\right)^2 = x^{\prime 2} - t^{\prime 2}$ $ = \gamma^2\left(x^{\prime 2} +2vtx + v^2t^{\prime 2}\right) - \gamma^2\left(t^{\prime 2} + 2vxt+v^2x^{\prime 2}\right)= x^{\prime 2} - t^{\prime 2}$ $ = \gamma^2\left(x^{\prime 2} + v^2t^{\prime 2}\right) - \gamma^2\left(t^{\prime 2} + v^2x^{...

Tensor Based Special Relativity Begins! EM II Notes 2014_08_25

Summary :  This one took awhile.  I got busy in the lab  These notes start with rotation matrix properties and the transpose products of matrices.  special relativity via tensors also begins.  Specifically, the Lorentz transformation tensor components are reviewed and the number of independent parameters are counted. Did a few concrete checks that a matrix times its transpose is symmetric.  Sure enough, it is. $\begin{pmatrix} a & b \\ c & d \\ \end{pmatrix}\begin{pmatrix} a & c \\ b & d \\ \end{pmatrix} = \begin{pmatrix} a^2 + b^2 & ca + bd \\ ca+bd & c^2+d^2 \\ \end{pmatrix}$ $\begin{pmatrix}a & b & c\\ d & e & f \\ g & h & i \\ \end{pmatrix}\begin{pmatrix} a & d & g\\ b & e & h \\ c & f & i \\ \end{pmatrix} = \begin{pmatrix} a^2 + b^2 + c^2 & ad + be + cf & ag + bh  + ci\\ ad + be + cf & d^2 + e^2 + f^2 & gd + eh + fi \\ ga + hb + ic ...