I have an elastic wave equation $$\rho \frac{\partial^{2}}{\partial t^{2}} u(x_n) = \frac{\partial}{\partial x_n}u(x_n).$$ If I want to solve when $u = u(x_1,x_3)$, can I solve the wave equation for $u(x_1)$ and $u(x_3)$, and combine the solutions somehow?
The framework I am using makes it simple to solve when $u$ depends on one variable, but hard when there is two.
I hope my question makes sense!