I've studied the basic concepts of partial differential equations, and one question comes to my mind. What are the propuse of the diferent methods of resolution of differential equations. For example if you start with: $$ \frac{1}{c^2}\frac{\partial^2 \Psi}{\partial t^2} - \frac{\partial^2 \Psi}{\partial x^2} = 0 $$ and assume a solution of the type: $$ \Psi(x, t) = X(x)T(x) $$ you will arrive a someting like: $$ \Psi_n(x) = \left ( A \sin{(k_nx) + B\cos(k_n x)} \right)e^{ick_nt} $$ where the set of all eigenvectors $\Psi_n(x, t)$, forms a basis of a Hilbert Space. From what I understand, by using this method, you find eigenfunctions (or eigenvectors), that are the stationary solutions to the equation. Solutions which are in equilibrium. (in a similar way, that of finding a matrix in a diagonal basis, which is the simplest form of a linear application you can find)
But now imagine you want dynamical solutions, solutions which are not stationary. You would use something like the Fourier Series (or Fourier-Bessel Series, etc.) (given an initial conditions), or a Fourier Transform. Also, in this case, for the wave equation, performing the change of variables: $$ \eta = x + ct \\ \xi = x - ct $$ also yields a non-stationary solution. So my question is? Is this right? I mean, you always will get stationary solution by separation of variables, and non-stationary ones, with all the other methods? Is this an universal thing? Are there any other methods?