Solve $3u_y+u_{xy}=0$, does a solution exist with conditions $u(x,0)=0$ and $u_y(x,0)=0$
I made substitution $v=u_y$
To get $3v+v_x=0$
Which is solved by $v={3}e^{-3x}$
So $u_y= e^{-3x}$
then $e^{-3x}+u_{xy}=0$
$u_y=\frac{1}{3}e^{-3x}+g(y)$
$u=\frac{1}{3}e^{-3x}y+xg(y)+f(x)$
I'm not sure what to do with the initial conditions, I get $u_y=\frac{1}{3}e^{-3x}+g(0)=0$
So $g(0) = \frac{1}{3}e^{-3x}$
and $u(x,0)=e^{-3x}=0-\frac{1}{3}xe^{-3x}+f(x)$ so $f(x)=\frac{1}{3}xe^{-3x}-e^{-3x}$
But I still need to find a solution of $g(y)$to find $u$.