I need to study the flow generated by the vector field $X(x,y,z)=(-xz,-yz,x^2+y^2)$. Therefore, I need to solve the system:
$$ \left\{ \begin{array}{ccc} x_1'(t)&=&-x_1(t)x_3(t)\\ x_2'(t) &=& -x_2(t)x_3(t)\\ x_3'(t) &=&x_1^2(t)+x_2^2(t) \end{array}\right. $$
I don't know how to solve this. I would appretiate any reference or help to solve this kind of equations.
Hint
This might help
$$ \left\{ \begin{array}{ccc} x_1'(t)&=&-x_1(t)x_3(t)\\ x_2'(t) &=& -x_2(t)x_3(t) \end{array}\right. \implies \frac {dx_1}{dx_2}=\frac {x_1}{x_2} \implies x_1=Kx_2$$ $$ \left\{ \begin{array}{ccc} x_1'(t)&=&-x_1(t)x_3(t)\\ x_2'(t) &=& -x_2(t)x_3(t)\\ x_3'(t) &=&x_1^2(t)+x_2^2(t) \end{array}\right.$$ $$x_3'(t) =x_1^2(t)+x_2^2(t)$$ $$\frac {dx_3}{dx_2} =\frac {x_1^2(t)+x_2^2(t)}{-x_2(t)x_3(t)}$$ $$\frac {dx_3}{dx_2} =\frac {K^2x_2(t)+x_2(t)}{-x_3(t)}$$ $$-\int x_3{dx_3} =(K^2+1)\int x_2dx_2$$ $$x^2_3=-(K^2+1)x^2_2+C \implies x_2=h(x_3)$$ You can substitute this in the third equation and try to solve it $$x_3'(t) =(K^2+1)x_2^2(t)$$ $$x_3'(t) =C-x_3^2(t)$$ $$\int \frac {dx_3}{x_3^2-C} =-t+R$$ $$....$$