I'm trying to solve the following equation:
$$\frac{1}{e^x\sqrt{y} + 1 } U_x + yU_y = y^2u \quad \text{u, y>0}$$
my try:
Solving with Lagrange's method - I wrote the characteristic lines equation: $$ dx(e^x\sqrt{y} + 1) = \frac{dy}{y} = \frac{du}{uy^2} \tag 1 $$
I went with the easier looking one to begin with: $$ \frac{dy}{y} = \frac{du}{uy^2} \quad \implies \quad ydy = \frac{du}{u} \quad \implies \quad \frac{1}{2}y^2 +C = ln|u|$$ which gives the first surface: $$\phi_1 = u\cdot e^{-\frac{1}{2}y^2} $$
Now here's where I got stuck, solving the second equation I went with $dx$ and $dy$ equations, (I also tried different approaches but none gave better results:
$$ \tag 2 dx(e^x\sqrt{y} + 1) = \frac{dy}{y}$$ And I don't know how to reach a solution from here, my latest try was: Since y is not a constant => Isolating y from $\phi_1$ and substituting in eq (2): $\sqrt{y} = (2\phi_1 + 2ln|u|)^\frac{1}{4}$
$$ \int e^x(2\phi_1 + 2ln|u|)^\frac{1}{4} + 1 dx = \int \frac{dy}{y} = ln|y| \tag 3$$
but the same problem remains, u is not a constant so I cannot integrate $\int dx$. Help would be greatly appreciated!
the solution to this problem: $$ u(x,y) = e^{\frac{y^2}{2} - f(\frac{1}{\sqrt{y}}e^\frac{x}{2} + \frac{1}{3}e^{\frac{3x}{2}})} $$