I have the PDE $e^y u_x + u_y = u^2$, $u(x,0) = x$ for small $|y|$. Also $ u = u(x(s), y(s))$.
So $\frac{dx}{ds} = e^{y}$, $\frac{dy}{ds} = 1$, and $\frac{du}{ds} = u^{2}$.
Solving the first ode: $\frac{dx}{ds} = e^{y} \to dx = e^{y}ds$ and integrate both sides to obtain $x = e^{y}s + c_1$.
The second ODE: $\frac{dy}{ds} = 1 \to dy = 1ds$ and integrate both sides to obtain $y = s + c_2$.
The third ODE: $\frac{du}{ds} = u^{2}$, the solution to this ode is $-\frac{1}{u} = s + c_3 \implies u = -\frac{1}{s+c_3}$.
Okay now I want to eliminate the parameter $s$. I solve for $s$ from the solution of the second ode: $s = y -c_2$ then substitute into the solution of the first ode: $x = e^{y}(y -c_2) + c_1 = e^{y}y - e^{y}c_2 + c_1$. Also $u = -\frac{1}{y-c_2 + c_3}$.
This is where I am stuck and am not sure what to do. I was attempting to follow https://en.wikipedia.org/wiki/Method_of_characteristics#Example but I am not doing this correctly I think.

' for small |y| '$ to my post, but other than that I see no typos. – Taln Apr 03 '18 at 20:57