Please help me in solving: $$a^2z+\frac{\partial^2z}{\partial x^2}-\frac{\partial^2 z}{\partial y^2}=0$$ ($a$ is a constant)
I plugged this in Wolfram Alpha and it outputs that this is a second order linear partial differential equation but unfortunately, I have never solved these type of equations before. I came across this equation while solving some other problem. I tried to look up the methods to solve such equations but they seem too advanced to me. :( Can somebody please please solve this? I am not even sure if it is possible to solve this equation.
Any help is appreciated. Thanks!
Suggestion (for a domain bounded in $x$):
Try separation of variables, $z(x,y) = X(x)Y(y)$, leading to two ODE eigenvalue problems
$$X''(x) = cX(x) \\\ Y''(y) =(c+\alpha^2)Y(y)$$
For a semi-infinite domain ($0 \leq x<\infty,0 \leq y<\infty$) we have a wave equation
$$z_{yy}-z_{xx}= a^2z.$$
If initial/boundary conditions are correctly specified -- making the problem well-posed --then a method for solution is to take the Laplace transform with respect to $x$ and solve the resulting second-order ODE for the tranform.