Skip to main content

EMII Notes: Special Relativity and Gamma via Initial Conditions

I'm working on a new writing project as I prepare for Electricity and Magnetism II this semester.  I'll be reviewing the class lecture notes each day leading up to the start of the semester.  After each half hour review, I intend to write up a summary of the notes.  (Yes, I took a reflective writing workshop this summer, and I'm trying it out.)

Pages covered today:  7 & 8

We consider light as a spherical wavefornt

$x^2 + y^2 + z^2 - c^2t^2 = 0$

$x^{\prime 2} + y^{\prime 2} + z^{\prime 2} - c^2t^{\prime 2} = 0$

We also look at the usual situation with two frames, $S$ and $S^{\prime}$ that are moving parallel to each other where $S^{\prime}$ has positive velocity $v$ in the x direction with respect to $S$.

We have the usual postulate that c, the speed of light is constan in all frames.

We need a way to transform the distance and time coordinates in the two frames.  Because we want to preserve invariance with respect to translation, (conservation of momentum), and invariance with respectc to translations in space-time, (conservation of energy), we're stuck with a linear transformation.  so

$x^{\prime} = Ax + Bt$

$t^{\prime} = Cx + Dt$

Question:  Is the above an example of a bilinear transform?

We won't really bother with C and D I don't think.

At time t = 0, we set the origins of both frames at the same position and get

$x^{\prime} = 0 => x = vt$

so

$0 = Avt + Bt$
$B = -Av$

Now, since we know where we're headed, go ahead and rename $A$ to be $\gamma$.

This all gives:

$x^{\prime} = \gamma x - \gamma v t$
$x^{\prime} =  \gamma\left( x - v t\right)$

For the $S$ frame at $x = 0$, we have $x^{\prime} = -vt^\{prime}$

We can use this reversed velocity to do a nice little trick giving

$x =  \gamma\left( x^{\prime} - v t^{\prime}\right)$

without doing any math to solve for $x$ in terms of $x^{\prime}$

Since the speed of light is constant in every frame.  That's our postulate.  we get

$x = ct <==> x^{\prime} = ct^{\prime}$

Plugging this into the $AB$ transform equation above we get

$ct^{\prime} = \gamma x - \gamma v t$
$ct^{\prime} = \gamma\left(ct - vt\right)$

and the following string of algebra from solving the two equations above for gamma and then multiplying them together.  

$\gamma = \dfrac{ct}{t^{\prime}\left(c+v\right)}$
$\gamma = \dfrac{ct^{\prime}}{t\left(c - v\right)}$

multiply the two equations for gamma to get.  (Why?  Because I know the answer I'm headed for and this seems simplest).

$\gamma^2 = \dfrac{c^2  t t^{\prime}}{t t^{\prime} \left(c + v\right)\left(c - v\right)}$
$ = \dfrac{c^2}{c^2 - v^2}$
$ = \dfrac{1}{1-\dfrac{v^2}{c^2}}$
$\gamma = \dfrac{1}{\sqrt{1 - \dfrac{v^2}{c^2}}}$

Question:
Since we never used the $BD$ transform equation, is there more information that can be gleaned from it?



Comments

Popular posts from this blog

Cool Math Tricks: Deriving the Divergence, (Del or Nabla) into New (Cylindrical) Coordinate Systems

Now available as a Kindle ebook for 99 cents ! Get a spiffy ebook, and fund more physics The following is a pretty lengthy procedure, but converting the divergence, (nabla, del) operator between coordinate systems comes up pretty often. While there are tables for converting between common coordinate systems , there seem to be fewer explanations of the procedure for deriving the conversion, so here goes! What do we actually want? To convert the Cartesian nabla to the nabla for another coordinate system, say… cylindrical coordinates. What we’ll need: 1. The Cartesian Nabla: 2. A set of equations relating the Cartesian coordinates to cylindrical coordinates: 3. A set of equations relating the Cartesian basis vectors to the basis vectors of the new coordinate system: How to do it: Use the chain rule for differentiation to convert the derivatives with respect to the Cartesian variables to derivatives with respect to the cylindrical variables. The chain ...

The Alcubierre Warp Drive Tophat Function and Open Science with Sage

I transferred yesterday's Mathematica file with the Alcubierre warp drive[2] line element and space curvature calculations to the  +Sage Mathematical Software System  today, (the files been  added to the public repository [3]).  If you haven't used Sage before, it's a Python based software package that's similar in functionality to Mathematica.  Oh, and it' free.  I also worked a little more on understanding the theory, but frankly, I made far more progress with the software than the theory.  What follows will be a little more of the Alcubierre theory, plus, a cool Sage interactive demo of one of the Alcubierre functions[1], as well as a bit about my first experience with using Sage. Theory The theory is fun, but it's moving slowly.  Here's the chalk board from this morning's discussion Alcubierre setup the derivation using something called the 3+1 formalism which means we consider space to be flat, (in this case), slices that are labelled ...

How Many Files Can You Add to a GPT Project? An Interview with GPT-5 on Limits, Context Engineering Tips, and Chats

 Setting the scene: I’m tinkering with Project TouCans, knee-deep in radio logs, SQLite dumps, and Cesium code. Naturally, I’m wondering if shoving all this into one GPT Project is a recipe for brilliance… or for disaster. So I turn to Vril — you know, after Brainy from the Legion of Super-Heroes , because what else do you call your AI sidekick who always has the answers? Time to ask him straight up. [ As an aside, yes, GPT-5 has decided to sometimes call me Vail. I'm not sure why to be honest. Also, I asked Vril, er GPT-5, to write up our interview for me. Apparently, me asking it to 'Bro' up a few stories, just for fun, has convinced Vril that I use 'Like,' more than I actually might. ] Me (Vail): So Vril, how many files can I throw into a GPT Project before it just starts choking? Like, is there some magic number where the context window taps out and everything falls apart? GPT-5 (Vril): Great question. There’s no single hard file limit. What matters is ...