Consider the continuum cubic, focusing NLS : $$iu_t = -\Delta u - |u|^2 u$$ In the following picture, a perturbation $e^{i \Lambda t}(u_0(x) + \epsilon(v+iw))$ is substituted into the NLS and split into Real and Imaginary parts to get equations $(2.12)$ and $(2.13)$. Then, a separation of space and time variables is done: $v(x,t) = \overset{\sim}{v}(x)e^{\lambda t}$, $w(x,t) = \overset{\sim}{w}(x)e^{\lambda t}$ to get the eigenvalue problems shown in $(2.14)$.
I do not understand how the dispersion relation $(2.15)$ is obtained. Namely, what equations are they substituting $e^{i(kx - \omega t)}$ into and for what?
Attempt:
I see that $(2.15)$ has a $k^2$ term which can only be obtained from the Laplacian. Likewise, a $\omega^2$ term which can only come from differentiating with respect to $t$. If I substitute $v$ and $w$ for $e^{i(kx-\omega t)}$ in equations $(2.12)$ and $(2.13)$ then I get $$\omega e^{i(kx - \omega t)} = L_{-}e^{i(kx-\omega t)}$$ and $$\omega e^{i(kx - \omega t)} = -L_{+}e^{i(kx-\omega t)}$$ Applying $L_{-}$ to the second equation: $$\omega L_{-}e^{i(kx-\omega t)} = -L_{-}L_{+}e^{i(kx - \omega t)}$$ $$\omega^2 e^{i(kx - \omega t)} = -L_{-}L_{+}e^{i(kx - \omega t)}$$ But from here I do not see how we arrive at $\omega^2 = -\lambda^2 = \pm (\Lambda +k^2)$
Source:

$$v_{tt} = \partial_t L_{-} w = -wk^2$$ $$w_{tt} = -\partial_t L_{+} v = -\omega k^2$$
From here I do not see how we obtain an equation with $\lambda$ in it.
– KZ-Spectra Aug 10 '23 at 19:23