$$(6u+2y)U_x +(3x-6u)U_y+3x+2y=0 , x>0 , y>0 $$ $$U(x,0)=x$$
question: Find the solution for the initial value problem.
$\Gamma=(r,0,r)$ I parameterized with r
$$\frac{dx(r,s)}{ds}=6u+2y\\\frac{dy(r,s)}{ds}=3x-6u\\\frac{du(r,s)}{ds}=-3x-2y$$
However, i am stuck on the question as im finding it difficult to solve the Characteristic equations.
I would greatly appreciate if someone could push me into the right direction by following the method i am using for consistency.
Thank you

You found that you have to solve the first order linear system $$ \frac{d}{ds}\begin{bmatrix}x\\y\\z\end{bmatrix} = \begin{bmatrix}0&2&6\\3&0&-6\\-3&-2&0\end{bmatrix} \begin{bmatrix}x\\y\\z\end{bmatrix} $$ for the characteristic curves. Usually this is done via finding eigenvalues and eigenvectors.
You can reduce the dimension by observing that summng up the equations $\frac{d}{ds}(x+y+z)=0$, that is $x+y+z=a=const.$ or $z=a-x-y$.
The reduced system is $$ \frac{d}{ds}\begin{bmatrix}x\\y\end{bmatrix} = \begin{bmatrix}-6&-4\\9&6\end{bmatrix} \begin{bmatrix}x\\y\\z\end{bmatrix} + \begin{bmatrix}6a\\-6a\end{bmatrix}. $$ This can be further reduced as the system matrix has rank one. Finding a left null vector one gets $$ \frac{d}{ds}(3x+2y)=(6y+18z)+(6y-12z)=6(x+y+z)=6a $$ so that $3x+2y=6as+b$, etc.