The question asks us to classify the following partial differential equations as parabolic, hyperbolic, or elliptic. If the differential equation depends on some of the independent variables, find the regions of parabolicity, hyperbolicity, and ellipticity. In each case, $u$ is a function of the two variables explicitly mentioned in the equation.
The equation is $$u_{xx} +2yu_{xy} +x(2−x)u_{yy} = u$$
I understand to the point where when the eigen values of the coefficient matrix are the same sign the equation is elliptic, opposite signs means hyperbolic, and when one is zero means parabolic. This one particular equations is very difficult to determining it's classification due to the algebra involved.
I've found the coefficient matrix to be $A=\begin{pmatrix} 1 & y\\ y & x(2-x) \end{pmatrix}$ and understand that this will have eigen values of $\displaystyle\lambda=\frac{1+2x-x^2\pm\sqrt{x^4-4x^3+6x^2-4x+4y^2+1}}{2}$ or simplified as $\displaystyle\lambda=\frac{2-(x-1)^2\pm\sqrt{(x-1)^4+4y^2}}{2}$. The first eigen value was simple enough to find as we simply try to minimize the equation when we are adding the radical to find that the smallest value for any $x$ and $y$ is 1, so all that's left is to find the signs of the other eigen value, which is giving me a lot of difficulty.
My first step was to set the radical equal to zero and write an equation for $y$ and $x$ which will classify the equation as parabolic.
$\displaystyle0=\frac{2-(x-1)^2-\sqrt{(x-1)^4+4y^2}}{2}$
$\displaystyle0=2-(x-1)^2-\sqrt{(x-1)^4+4y^2}$
$2-(x-1)^2=\sqrt{(x-1)^4+4y^2}$
$4-4(x-1)^2+(x-1)^4=(x-1)^4+4y^2$
$4-4(x-1)^2=4y^2$
$1-(x-1)^2=y^2$
$y=|1-(x-1)^2|$
Assuming my algebra is correct here, then this is when the equation is parabolic. Would this also mean that when $y>|1-(x-1)^2|$ it is elliptic and when $y<|1-(x-1)^2|$ it is hyperbolic?
Any help would be greatly appreciated.