I'm trying to solve the PDE \begin{align*} au_x + (bx+cu-1)u_y = d \\ u(x,0) = 0. \end{align*}
So far, I got the solution for the case $cd-ab \neq 0$ as \begin{align*} u(x,y) = \frac{d}{cd-ab}\left( 1-bx-\sqrt{(1-bx)^2+2(cd+ab)y} \right) \end{align*} Now, I'm stuck on the case $ab = cd$. Can you point me the way to go?
Follow the method in http://en.wikipedia.org/wiki/Method_of_characteristics#Example:
$\dfrac{dx}{dt}=a$ , letting $x(0)=0$ , we have $x=at$
$\dfrac{du}{dt}=d$ , letting $u(0)=u_0$ , we have $u=dt+u_0=\dfrac{dx}{a}+u_0$
$\dfrac{dy}{dt}=bx+cu-1=(ab+cd)t+cu_0-1$ , letting $y(0)=f(u_0)$ , we have $y=\dfrac{(ab+cd)t^2}{2}+(cu_0-1)t+f(u_0)=\dfrac{(ab-cd)x^2}{2a^2}+\dfrac{x(cu-1)}{a}+f\left(u-\dfrac{dx}{a}\right)$
$u(x,0)=0$ , i.e. $y(x,u=0)=0$ :
$0=\dfrac{(ab-cd)x^2}{2a^2}-\dfrac{x}{a}+f\left(-\dfrac{dx}{a}\right)$
$f\left(-\dfrac{dx}{a}\right)=-\dfrac{(ab-cd)x^2}{2a^2}+\dfrac{x}{a}$
$f(x)=-\dfrac{(ab-cd)x^2}{2d^2}-\dfrac{x}{d}$ when $d\neq0$
$\therefore y=\dfrac{(ab-cd)x^2}{2a^2}+\dfrac{x(cu-1)}{a}-\dfrac{ab-cd}{2d^2}\left(u-\dfrac{dx}{a}\right)^2-\dfrac{1}{d}\left(u-\dfrac{dx}{a}\right)$ when $d\neq0$