So I'm trying to do this problem where I'm given the Lagrangian density for a piano string which can vibrate both transversely and longitudinally. $\eta(x,t)$ is the transverse displacement and $\xi(x,t)$ is the longitudinal one. (So a point at $[x,0]$ at some later time t would be at $[x+\xi(x,t),\eta(x,t)]$). The Lagrangian density is given by $$\mathcal{L} = \frac{\rho_0}{2}[\ddot{\xi}^2+\ddot{\eta}^2]-\frac{\lambda}{2}[\frac{\tau_0}{2}+\xi'+\frac{1}{2}(\eta')^2]^2$$ where the dot is a partial time derivative and a prime is a partial x derivative. Also $\lambda$, $\tau_0$ and $\rho_0$ are parameters such as the Young's modulus, density and tension of the string respectively. So applying the action principle in the case of a continuous system I get the following PDEs for $\xi$ and $\eta$: $$\ddot{\xi} = \frac{\lambda}{\rho_0}(\xi''+\eta'\eta'')$$ and $$\ddot{\eta} = \frac{\lambda}{\rho_0}[\eta''(\frac{\tau_0}{\lambda} + \xi'+\frac{3}{2}(\eta')^2)+\eta'\xi'']$$.
Linearization of the equations yields two simple wave equations, the $\eta$ wave traveling at a speed $c_T^2 = \frac{\tau_0}{\rho_0}$ and the $\xi$ wave at $c_L^2 = \frac{\lambda}{\rho_0}$.
Now the part that is stumping me is that the problem asks us to show that if a given pulse of the form $\eta(x,t) = \eta(x-c_Tt)$ propagates along the string then that induces a concurrent longitudinal pulse of the form $\xi(x-c_Tt)$. Obviously I can't use the linearized equations to prove this. I would have to use some sort of iterative process by using exact PDE's to get the next step. But I tried doing this and I just get a mess. Any ideas where to go from here? (for reference this is problem 1.10 in Stone and Goldbart's book).