I am trying to solve the quasi-linear PDE $x \frac{\partial{u}}{\partial{x}} - u\frac{\partial{u}}{\partial{t}} = t$ , $u(1,t) = t$, $-\infty < t < \infty$ using method of characteristics.
$\frac{\frac{dx}{dt}}{x} = \frac{\frac{dy}{dt}}{-u} = 0$, implying $(\frac{1}{x})\frac{dx}{dt} = -\frac{1}{u} \frac{dy}{dt}$ implying $\frac{1}{x}\frac{dx}{dt} + \frac{1}{u} \frac{dy}{dt} = 0$ or $\frac{d}{dt}(\ln|x|) + \frac{1}{u}\frac{dy}{dt} = 0$.
Seems like I messed up somewhere but unable to find it out? There is no $u$ dependence in the RHS of the PDE, it is only $t$.
Follow up questions like to discuss -
After finding the solution to this PDE, I am trying to look at the maximal region where the solution is defined.
Iis the IVP wellposed? Are there some regions where the solution is not single-valued?