Hello i have been struggling to derive Lorentz transformations for a sine wave, which is traveling at random direction. I started by prooving that phase $\phi$ is invariant for relativity and that equation $\phi = \phi'$ holds.
By using the above equation i am now trying to derive Lorentz transformations for angular frequency $\omega$, and all three components of the wave vector $k$, which are $k_x$, $k_y$ and $k_z$.
This is my attempt:
\begin{align}\phi' &= \phi\\ \omega'\Delta t' + k' \Delta r' &= \omega \Delta t + k \Delta r\\ \omega'\Delta t' + [{k_x}' , {k_y}' , {k_z}'] [\Delta x' , \Delta y' , \Delta z'] &= \omega \Delta t + [k_x , k_y , k_z][\Delta x , \Delta y , \Delta z]\\ \omega' \Delta t' + {k_x}'\Delta x' + {k_y}' \Delta y' + {k_z}' \Delta z' &= \omega \Delta t + k_x \Delta x + k_y \Delta y + k_z \Delta z \end{align} Now with just the left side: \begin{gather} \omega' \gamma \left(\Delta t - \Delta x \frac{u}{c^2}\right) + {k_x}' \gamma \Bigl(\Delta x - u\Delta t \Bigl) + {k_y}' \Delta y + {k_z}' \Delta z\\ \gamma \left(\omega' \Delta t - \omega' \Delta x \frac{u}{c^2}\right) + \gamma\Bigl({k_x}' \Delta x - {k_x}' u \Delta t \Bigl) + {k_y}' \Delta y + {k_z}' \Delta z\\ \gamma \left(\omega' \Delta t - {k_x}'c\, \, c \Delta t \, \frac{u}{c^ 2}\right) + \gamma \Bigl({k_x}' \Delta x - \frac{\omega'}{c} u\frac{\Delta x}{c} \Bigl) + {k_y}' \Delta y + {k_z}' \Delta z\\ \Delta t \, \gamma \Bigl(\omega' - {k_x}' u \Bigl) + \Delta x \, \gamma \Bigl({k_x}' - \omega' \frac{u}{c^2} \Bigl) + {k_y}' \Delta y + {k_z}' \Delta z \end{gather}
From this I can write down the Lorentz transformations.
\begin{equation} \begin{split} \gamma\Bigl(\omega' - {k_x}' u \Bigl) &= \omega\\ \gamma \Bigl({k_x}' - \omega' \frac{u}{c^2} \Bigl) &= k_x\\ {k_y}' &= k_y\\ {k_z}' &= k_z\\ \end{split} \end{equation}
My professor said that my signs are wrong, but what am i doing wrong?