In his paper "On the Electrodynamics of Moving Bodies", Einstein writes the equation
$$\dfrac{\partial \tau}{\partial x'}+\dfrac{v}{c^2-v^2}\dfrac{\partial \tau}{\partial t}=0$$
where
- $\tau=\tau(x',y,z,t)$ is a linear function (i.e. $\tau=Ax'+By+Cz+Dt$)
- $x'=x-vt$
- $\dfrac{\partial \tau}{\partial y}=0$ (i.e. $B=0$)
- $\dfrac{\partial \tau}{\partial z}=0$ (i.e. $C=0$)
- $c$ is a constant
- $x,x',y,z,t,v$ are variables
and he derives that
$$\tau=a\left(t-\dfrac{v}{c^2-v^2}x'\right)$$
where $a=a(v)$
Could someone please walk me through step-by-step how he derived this? I am not very familiar with integrals invovling partial derivatives, so I would be appreciative if any answers are quite explicit.
Additionally, if I modified the question to say that $\tau$ was an affine function (i.e. $\tau=Ax'+By+Cz+Dt+E$), would it make any difference to the result (I suspect it wouldn't)?
From the definitions given: $$\partial_{x'}\tau = A, \quad \partial_t \tau = D$$ Also: $$\partial_{y}\tau = B = 0, \quad \partial_z \tau = C = 0$$ From the differential equation we get: $$A + \frac{v}{c^2 - v^2}D = 0 \\ \implies A = - \frac{v}{c^2 - v^2}D$$ Now using the definition given for $\tau$: $$\tau = - \frac{v}{c^2 - v^2}Dx' + Dt = D\bigg(t - \frac{v}{c^2 - v^2}x'\bigg)$$ So if you define $D=a$ you get the final expression for $\tau$. As you have noticed, requiring $\tau$ to be affine doesn't change the results at all - your $\tau$ would be: $$ \tau = a\bigg(t - \frac{v}{c^2 - v^2}x'\bigg) + E$$ The reason $a=a(v)$ is because $D$, who is actually $a$ in disguise, does not depend on $x', y, z, t$ but is assumed to depend on $v$. Otherwise, the relation wouldn't be linear. Without further information, $a$ is a function of potentially anything except those four variables.