Section 2.4: Existence and Uniqueness
Section 2.4: Existence and Uniqueness
Existence and Uniqueness
One thing that we have kind of assumed is that if you are given a differential equation of the form:
x
then given an initial starting point, say there is a unique solution forward. That is to say that your present perfectly determines your future on the line. This is not always the case and we are going to look at a particular example of this!
x(0)=
x
0
Let’s look at the differential equation:
x
1
3
x
It turns out that the solution for this can be written as:
x=t+c
3
2
2
3
where c is a constant of integration. One solution is therefore with :
c=0
x=t
3
2
2
3
All seems fine so far, so if you start of at at time it seems that you will increase your value of .
x=0
t=0
x
There’s a problem though - there is another solution which we haven’t captured here, and it’s a trivial solution. Check that:
x=0
Is also a solution to the differential equation. But this also has at time . So if you start off at at time , how do you know whether you’re going to take the path of or you will stick at forever?
x=0
t=0
x=0
t=0
x=t
3
2
2
3
x=0
What is going on here? It turns out that the source of the problem can be seen in the type of fixed point we have. We draw the phase diagram as usual:
In[]:=
ShowPlot-,,{x,-2,2},AxesLabel{Style["x",14],Style["",14]},PlotStyleBlack,Graphics[Arrow[{{-0.5,0},{-1.5,0}}]],Graphics[Arrow[{{0.5,0},{1.5,0}}]],Graphics[Circle[{0,0},0.1]],AspectRatio1,PlotRange{-2,2}
1
3
(-x)
1/3
x
x
Out[]=
and we notice that the gradient at = 0 is actually infinite! It’s not just quite an unstable fixed point - it’s infinitely unstable (that isn’t really a technical term...). It actually turns out that there are an infinite number of different possible behaviours starting at .
x
x=0
We can make a more general statement:
Given a differential equation and initial condition
x
x
0
then if and are continuous on an open interval in then there exists a unique solution on some interval (-τ,τ) about . It says nothing about how long the solution will remain for, so after some time, something funky may happen, but if is sufficiently smooth, then there will be a unique solution which will last for some time.
f(x)
f'(x)
t=0
f
Doesn’t it seem strange that a solution may only exist for a finite time? Well, let’s look at another system which looks pretty well behaved.
x
2
x
Well, the first thing that we might notice about this is that there are no fixed points... that’s fine. The function is continuous and smooth for all so apparently there will exist a unique solution at least for some time. It turns out that there is a solution to this differential equation which is given by:
x
-1
tan
where is an integration constant and in fact with our initial condition, , so we have:
c
c=0
-1
tan
So:
x=tant
What happens if we look at this function:
In[]:=
PlotTan[t],t,,,AspectRatio1,AxesLabel{Style["t",18],Style["x(t)",18]}
-π
2
π
2
Out[]=
If we start at , then as t increases we start increasing...but we blow up to infinity at , so the solution can’t continue after that. The solution only exists between ,.
x=0
t=
π
2
-π
2
π
2
In general we won’t delve any further, but it’s important to know that even if a solution exists and is unique, it doesn’t always last forever.
C'est la vie
JonathanShock,UniversityofCapeTown2021jon.shock@gmail.com
JonathanShock,UniversityofCapeTown2021jon.shock@gmail.com