3
$\begingroup$

I am currently reviewing some basic ordinary and partial differential equations for an upcoming oral exam and I am stuck at existence and uniqueness theorems.

As far as I understand, one would like to know two things about a (relatively) complicated ODE before trying to find a solution.

  1. Does the ODE even have a solution?
  2. If it has a solution, is it unique?

Consider the IVP:

$$\frac{dy}{dt}=f(x,y); \space \space \space y(a)=b$$

Question1: Suppose $f$ satisfies the Lipschitz condition. What does that mean and what does that tell me about the solution of my ODE?

Question 2: When and how does the Picard-Lindelöf theorem come in? Does Picard-Lindelöf only tell me about the uniqueness? Do I need Lipschitz continuity in order to even use Picard-Lindelöf?

If someone asked me to specify in which domain $D \subset \Bbb R^2$ the differential equation $(x^2+y^2)y'=y^2$ has a unique solution, how would I approach this problem (or any other similar problem)?

1 Answers 1

3

Consider a first order linear differential equation $y'+Py=Q,\,y(a)=y_0$ .Here continuity of $P$ and $Q$ ensure that the the ODE has an unique solution.But in case of non-linear initial value problem i.e $y'=f(x,y),\,y(x_0)=y_0$,continuity of $f$ does not ensure the unique solution.So we need to address the following question:

(1)Under what condition on $f$ the problem $y'=f(x,y),\,y(x_0)=y_0$ has a solution$?$

(2)If solution exists,whether it is unique or not$?$

$\to$First question is answered by the Peano existence theorem which states that "let $f$ be a continuous function in an interval $I$ containing the points $(x_0,y_0)$,then the the problem $y'=f(x,y),\,y(x_0)=y_0$ has a solution".

$\to$Second question is answered by Picard's uniqueness theorem which states that "let $f$ and $\frac{\delta f}{\delta y}$ are continuous in aregion R containing the initial points $(x_0,y_0)$ then the the problem $y'=f(x,y),\,y(x_0)=y_0$ has an unique solution"

Picard method for interval of definition:let $f$ and $\frac{\delta f}{\delta y}$ are continuous in a closed rectangle $$R=\{(x,y):|x-x_0|\leq a,|y-y_0|\leq b\}$$.Then the IVP $y'=f(x,y),\,y(x_0)=y_0$ has an unique solution in the interval $|x-x_0|\leq h=min{(a,\frac{b}{l})}$ where $l=MAX_{(x,y)\in R}|f(x,y)|$

Hope this will help you!!!

  • 0
    Thank you for your answer. What if I have no initial conditions and just have the problem (for example) $$y'=x+y$$. Does the Peano existence theorem and the Picard's uniqueness theorem still apply? (Sort of similar to the problem I asked at the end of my opening post)2017-01-26
  • 0
    These are valid for first order non-linear IVP.2017-01-26
  • 0
    Thanks, but then I am not quite sure what the practice question I mentioned at the end of my opening post wants me to do. It asks "Specify in which domain $D \subset \Bbb R^2$ the differential equation $(x^2+y^2)y'=y^2$ has a unique solution." I thought I had to use Picard-Lindelöf and Peano here but as you have just said, they don't apply here. What do I do?2017-01-26
  • 0
    You can use "Picard method" for finding interval of definition.But initial points required for that.I hope you know "picard method".2017-01-26
  • 0
    But isn't the picard iteration just a sort of successive progression to approximate my solution? I am not really seeing the connection (maybe I didn't understand it well enough).2017-01-26
  • 1
    ok.check my answer after 5 minutes2017-01-26
  • 0
    Took me a while to digest but that makes a ton of sense. Thank you for your help!2017-01-26