I have the following pair of equations to be solved together to find the functions $H_{x}$ and $H_{y}$, which are the components of a vector $\bar{H}(x,y)=H_{x}(x,y)\hat{x}+H_{y}(x,y)\hat{y}$ in planar Cartesian coordinates $(x,y)$ and with $\mu$ being a constant:
\begin{eqnarray} \frac{\partial^{2}H_{y}}{\partial x \partial y}&=&\frac{\partial^{2}H_{x}}{\partial y^{2}}+\mu H_{x}\\ \frac{\partial^{2}H_{x}}{\partial x \partial y}&=&\frac{\partial^{2}H_{y}}{\partial x^{2}}+\mu H_{y} \end{eqnarray}
How do I proceed to solve this set of equations for $H_{x}$ and $H_{y}$?
NOTE: Combining this set into vector format can be written as one equation: $\nabla\times\nabla\times\bar{H}(x,y)=\mu\bar{H}(x,y)$. This can be an alternative way to express the above equations, but still, I am not sure how to tackle it and find $\bar{H}$.
Thanks for any help.