Study the existence of solutions that are set entirely on $\mathbb R$ for the functions :
$$ y' = (y^2 + z^2 +1)^{-a}, z' = y(1+z^2)^a $$
I came upon this problem while studying for my Dynamical Systems course, but I'm not sure on how to proceed.
One thing I saw was that we could bound the second equation, such as :
$$z' = (1 +z^2)^a \leq (1+y^2 + z^2)^a = y/y'$$
since $y^2 \geq \forall y\in C(\mathbb R).$
So, we have that the second equation is bound between the solution and the derivative of the first equation, since :
$$z \leq \frac{y}{y'}$$
but I cannot see how to use this in order to study the existence of the equation (it can maybe help on proving Lipschitz conditions for the uniqueness but that's not what I need here).
There are multiple ways to go about this, but probably the easiest is to find a situation where all partial derivatives are uniformly bounded. Use for example Corollary 3.14 from this set of lecture notes:
In this case, you can use the supremum norm on the Jacobian of $f(y,z)$. Then, to study the behaviour of the different partial derivatives for $\|(y,z)\| \to \infty$, you can for example revert to polar coordinates and take the limit of large radius. This will give you an interval of $a$-values where the right hand side of your system is globally Lipschitz, yielding global existence of solutions. (I get $-\frac{1}{2} \leq a \leq 0$; of course, I might have made a mistake somewhere)