I'm trying to solve the following PDE:
$$\begin{align}xu(x, y)\partial_xu(x, y) + yu(x, y)\partial_yu(x, y) &= x^2 + y^2 + (u(x, y))^2\\ u(1, y) &= y^2\end{align}$$
I wrote it in the form $$xv\partial_xv + yv\partial_yv + x^2+y^2+v^2 = 0$$ then I wrote $$\begin{align}x'(t) &= x(t)v(t)\\ y'(t) &= y(t)v(t)\\ v'(t) &= x(t)^2 + y(t)^2+ v(t)^2\end{align}$$
I need two first integrals; one was easy by taking $x'y - y'x = 0$ and I got $$\Phi_1(x,y) = -x(t)y(t)$$ but I'm not succeeding finding the second, can anyone help please? thank you.
$$x\frac{\partial u}{\partial x}+y\frac{\partial u}{\partial y}=\frac{x^2+y^2+u^2}{u}$$ The Charpit-Lagrange system of characteristic ODEs is : $$\frac{dx}{x}=\frac{dy}{y}=\frac{u}{x^2+y^2+u^2}du$$ A first characteristic equation comes from $\frac{dx}{x}=\frac{dy}{y}$ : $$\frac{y}{x}=c_1$$ A second characteristic equation comes from $\frac{dx}{x}=\frac{u}{x^2+y^2+u^2}du=\frac{u}{x^2+(c_1x)^2+u^2}du$
Solve this ODE for $u(x)$. Hint : Let $X=x^2$ and $U=u^2$ . The result is : $$\frac{u^2}{x^2}-2(1+c_1^2)\ln|x|=c_2$$ $$\frac{u^2}{x^2}-2\left(1+\left(\frac{y}{x}\right)^2\right)\ln|x|=c_2$$ The general solution of the PDE expressed on implicit form $c_2=F(c_1)$ is : $$\frac{u^2}{x^2}-2\left(1+\left(\frac{y}{x}\right)^2\right)\ln|x|=F\left(\frac{y}{x}\right)$$ $F$ is an arbitrary function in the general case. ($F$ must be determined in order to satisfy the boundary condition). $$u^2=2\left(x^2+y^2\right)\ln|x|+x^2 F\left(\frac{y}{x}\right)$$ Condition : $u(1,y)=y^2$
$u(1,y)^2=y^4=2\left(1+y^2\right)\ln|1|+1^2 F\left(\frac{y}{1}\right)\quad\implies\quad F(y)=y^4$ for any variable $y$. So the function $F$ is determined : $$F(\chi)=\chi^4$$ We put it into the above general solution where $\chi=\frac{y}{x}$ :
$$u^2=2\left(x^2+y^2\right)\ln|x|+x^2 \left(\frac{y}{x}\right)^4$$ $$u(x,y)=\sqrt{2\left(x^2+y^2\right)\ln|x|+\frac{y^4}{x^2}}$$