I am working on the following problem from Gerald Teschl's book on ODE's and am at a loss of how to proceed.
Consider a first-order autonomous equation in $\mathbb{R}^1$ with $f(x)$ Lipschitz. Suposse $f(0)=f(1)= 0$. Show that solutions starting in $[0,1]$ cannot leave this interval. What is the maximal interval of definition $(T_{-},T_{+})$ for solutions starting in $[0,1]$? Does such a solution have a limit as $t\rightarrow T_{+}$ or $t\rightarrow T_{-}$ ?
Any help would be appreciated. Thanks!
Since $f$ is Lipschitz, the IVP $x'=f(x)$, $x(0)=x_0$ has a unique solution defined on some maximal interval $(T_-,T_+)$. Since $f(0)=f(1)=0$, $x(t)\equiv0$ and $x(t)\equiv1$ are solutions if $x_0=0$ and $x_0=1$ respectively. Suppose now that $x_0\in(0,1)$. By uniqueness of solution, the graph of the solution cannot cross the lines $x=0$ and $x=1$ (otherwise we would have two different solutions through the same point.) Then $0<x(t)<1$ for all $t$ in the interval of existence of the solution. Moreover, this implies that the solution does not blow-up, and that the interval of existence is $(-\infty,\infty)$.
Edit
I realized after reading orangeskid comment that the equation asked about the limits at the extremes of the interval of existence. This will depend on $f$. If $f$ is positive on $(0,1)$, then $x$ is increasing and $\lim_{t\to-\infty}x(t)=0$, $\lim_{t\to+\infty}x(t)=1$. If $f$ is negative on $(0,1)$, then $x$ is decreasing and $\lim_{t\to-\infty}x(t)=1$, $\lim_{t\to+\infty}x(t)=0$. In general, the limits could be any $\xi\in[0,1]$ such that $f(\xi)=0$.