Solve the PDE
$2U_x -3U_y=x$
$u=u(x,y)$
I wanted to make sure my solution is correct:
characteristic lines: $3x+2y=d$
Change of variables
$w=3x+2y$
$z=y$
The PDE then becomes the ODE: $V_z= w+2z$
Thus the solution is $u(x,y)= (3x+2y)y + y^2 + C(3x+2y)$