I have this general wave equation:
\begin{equation} \dfrac{\partial^2 \psi}{\partial x^2}+\dfrac{\partial^2 \psi}{\partial y^2}-\dfrac{1}{c^2}\dfrac{\partial^2 \psi}{\partial t^2}=0 \end{equation}
And the following transformation : $t^'=t$ ; $x^'=x-Vt$ and $y^'=y$
The solution to this has to be : \begin{equation} \dfrac{\partial^2 \psi}{\partial x^{'2}}\left( 1-\frac{V^2}{c^2}\right)+\dfrac{\partial^2 \psi}{\partial y^{'2}}-\dfrac{2V}{c^2}\dfrac{\partial^2 \psi}{\partial x^'\partial t^'}-\dfrac{1}{c^2}\dfrac{\partial^2 \psi}{\partial t^{'2}}=0 \end{equation}
This proves that the velocity of the wave depends on the direction you are looking at. I don't know how to get to this? If you just substitute it in the equation you get $x'+Vt$ in the partial derivative. Is there another way to do this, or which rule do I have to use to solve it? I was thinking about the chain rule or something, but how do I apply it on partial derivatives?