I have read about the following example from Muller:
$(M) \begin{cases} x' = f(t,x) \\[1mm] x(0) = 0 \end{cases}$ where $f: \mathbb{R}\times\mathbb{R} \rightarrow \mathbb{R}$ is the function:
$f(t,x) = \begin{cases} 0 & t \leq 0, x \in \mathbb{R} \\ 2t & t>0,x < 0 \\ 2t - \frac{4x}{t} & t >0,0 \leq x \leq t^2 \\ -2t & t>0,x > t^2 \, . \end{cases}$
apparently it should be an example of an IVP whose Picard iterates do not convergent but that enjoys unique solution. However, I haven't been able to find studies about this function in English literature (the article is german which I do not currently read).
So, I wonder, are there any good references that:
- Motivate the example.
- Prove that it has a unique solution, compute the solution, proof that $f$ is not lipschitz (so that one cannot use Picard-Lindelof theorem, compute Picard's iterates and study its convergence (is it convergent? does it have a convergent subsequence? some subsequence converges to the solution?)
- Give the graph of the function (what software could I use to do it by myself?) and any other further interesting properties.
Note: I think this is not the example in its full generality, but a particular case to show the above properties.
I do not know how to fully answer your questions, but I have some remarks.
In Müller's example the function is clearly nonincreasing in $x$ for a fixed $t$.