Starting from any $(x_0,y_0,z_0)\in \mathbb{C}^3$, can the following ODE system have a solution for all real number?
\begin{align} x'(t) &=3 y^2(t) \\ y'(t) &=2 x(t) z(t)-1 \\ z'(t) &=0 \end{align} $$ x(0)=x_0, \quad y(0)=y_0, \quad z(0)=z_0 $$ I think it can not be solved for all $\mathbb{R}$ for some starting points. How to show an ODE system has no global solution?
If $c=0$, then $x=(t-a)^3+b$, $y=a-t$ is the general (global) solution. If $c\ne0$ then $x=1/(2\,c)$, $y=0$ is a global solution. So the system has global solutions.