I'm having trouble reducing this elliptic equation to canonical form.
$$\frac{\partial^2 u}{\partial x^2} + 2\frac{\partial^2 u}{\partial x \partial y} + 5\frac{\partial^2 u}{\partial y^2} + 3\frac{\partial u}{\partial x} + u = 0$$
I know it's elliptic because I checked: $B^2 - AC < 0$, $$\begin{align} A = 1,\\ B = 1,\\ C = 5,\\ B^2 - AC = 1 - (1)(5) = -4 < 0 \end{align}$$ so it's elliptic.
I think the characteristics are to be found from the equation:
$$\xi_x^2 + 2\xi_x \xi_y + 5\xi_y^2 = 0$$
And then I tried to solve for $\xi_x/\xi_y$ as follows:
$$\frac{\xi_x}{\xi_y} = -1 ± \frac{\sqrt{(1 - (1)(5)}}{2} =-\frac{1}{2} ± i$$
$$\frac{\xi_x}{\xi_y} = -\frac{1}{2} ± i =-\frac{dy}{dx},$$
Trying to solve, I obtained:
$$\xi = \phi_+x + y$$ where $$\phi_+x = -\frac{1}{2} + i$$ and $$\eta = \phi_–x + y$$ where $$\phi_–x = -\frac{1}{2} + i$$
But I'm really not sure where to go from here, or if I'm even on the right track. I'm finding reductions to canonical form really difficult, and now that imaginary numbers are in the mix I'm completely stuck. I appreciate any help. Thanks in advance!