Let $f:\mathbb{R}^2 \to (-\infty,0]$ be such that $f(0,0)=0$. Consider the following system of ODEs
$$ \begin{aligned} x'(t) &= f\big( x(t), y(t) \big)\\ y'(t) &= y^2(t) \end{aligned} $$
for $t > 0$. A set $S \subseteq \mathbb{R}^2$ is said to be positively invariant if the following holds.
Condition: Assume that $\big(x(0),y(0) \big) \in S$. For $t \ge 0,$ if the solution $\big(x(t),y(t) \big)$ exists, then $\big(x(t),y(t) \big) \in S.$
Then which of the following sets are positively invariant ?
- $\{ (x,y) \in \mathbb{R}^2: x \le 0,y \le 0\}$
- $\{ (x,y) \in \mathbb{R}^2: y \ge 0\}$
- $\{ (x,y) \in \mathbb{R}^2: x \le 0, y\le -1\}$
- $\{ (x,y) \in \mathbb{R}^2: x \le 0, y\ge 0\}$
My attempt
Since, $x'(t)=f(x,y)$ and $f(\mathbb{R^2})$ cannot contain positive real numbers, we can say that $x(t)$ is monotonically decreasing. Also, solving for $y(t),$ we get $y(t)=\frac{-1}{t+C},$ for an arbitrary constant C.
I am not able to proceed any further. Is there any result or a theorem that helps me check whether the given subset of the plane is positively invariant.
Any help is highly appreciated.
Please do let me know of any references also.
Edit: Please assume the necessary smoothness conditions on $f.$