A question regarding existence and uniqueness in IVP

814 Views Asked by At

Consider the IVP

$$y'(t)=f(y(t)), \ \ \ \ y(0)=a \in \mathbb{R}$$ $$f : \mathbb{R} \rightarrow \mathbb{R}$$

Which of the following is/are true

$(A)$ There exists a continuous function $f : \mathbb{R} \rightarrow \mathbb{R}$ and $a \in \mathbb{R}$ such that the above problem does not have a solution in any nbd of $0$.

$(B)$ The problem has unique solution for every $a \in \mathbb{R}$ when $f$ is Lipschitz continuous

$(C)$ When $f$ is twice continuously differentiable the maximal interval of existence for the above IVP is $\mathbb{R}$

$(D)$ The maximum interval of existence for the IVP is $\mathbb{R}$ when $f$ is bounded and continuously differentiable.

It is obvious to me that $A \ \& \ B$ are false from traditional existance and uniqueness theorems (viz Picards Theorem). I am not sure about $C \ \& \ D$ and this is really bugging me. Please could anyone shed light on this.

PS: Multiple correct options are allowed.

1

There are 1 best solutions below

16
On BEST ANSWER

A) should be answered with the existence theorem of Peano.

B) is an application of Picard-Lindelöf, it seems you only know about the theorem for differentiable $f$?

C) classical example $f(y)=y^2$.

D) if $|f(y)|\le M$, then $|y(t)-y(0)|\le M·|t|$ by the mean value theorem of your choice.


Details to D) By the assumption, local solutions exist everywhere. One has to show that one can continue thoes local solutions to the boundaries of their intervals, as one can restart an initial-value problem whose local solution extends the previous one. As $M$ bounds the derivative of any solution, any solution is Lipschitz-continuous which excludes any poles (and jumps and oscillations). Thus the limit at the boundary of a domain always exist.

To do this more systematically, consider the interval $[−T,T]$ for some (large) $T>0$. Set $b=M⋅T$, then there is a global Lipschitz constant $L$ on the compact set $[−T,T]×[−2b,2b]$. Set $a=\min(\frac1{2L},\frac T2)$. Then the Picard iteration is contractive over every interval $[t_0−a,t_0+a]⊂[−T,T]$ by the local quantified version of the Picard-Lindelöf theorem, which allows to find or piece together a unique solution over $[−T,T]$. As there are no restrictions on $T$, one can extend this to all of $R$.