I'm trying to solve the differential equation above by separating the variables. Thus, I let $u(x,y) = X(x)Y(y)$. As such, $u_x = X'(x)Y(y)$ and $u_y = Y'(y)X(x)$.
The differential equation above can then be rewritten as: $X'(x)Y(y) + 2xX(x)Y'(y) + (2x - 6)X(x)Y(y) = 0$
However, I find myself stuck after this step as I'm unable to separate the variables and shift all the functions/variables with x to 1 side of the equation and all the functions/variables with y to the other side of the equation.
Some help will be greatly appreciated. Thanks a lot :)