My trouble is in finding the solution $u = u(x,y)$ of the semilinear PDE $$x^2u_x +xyu_y = u^2$$ passing through the curve $u(y^2,y) = 1.$
So I started by using the method of characteristics to obtain the set of differential, by considering the curve $\Gamma = (y^2, y, 1)$. I then reparametrize $\Gamma$ by $r\in\mathbb{R}$, as $\Gamma = (r^2, r, 1)$.
Then, to my understanding, I need to solve the set of ODE's $$\frac{dx}{ds}(r,s) = x^2$$ $$\frac{dy}{ds}(r,s) = xy$$ $$\frac{dz}{ds} = z^2$$ with initial conditions $x(r,0) = r^2$, $y(r,0) = r$, and $z(r,0) =r^2$.
And this is where I run into a wall. How can I solve the system of ODE's, when they are in respect to $r$ and $s$? Also, I'm not even sure if I'm going about this in the correct way.
Your thoughts are appreciated, as always. ~Dom