WOLFRAM NOTEBOOK

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
=f(x)
then given an initial starting point, say
x(0)=
x
0
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!
Let’s look at the differential equation:
x
=
1
3
x
It turns out that the solution for this can be written as:
x=
3
2
2
3
t+c
where c is a constant of integration. One solution is therefore with
c=0
:
x=
3
2
2
3
t
All seems fine so far, so if you start of at
x=0
at time
t=0
it seems that you will increase your value of
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
x=0
at time
t=0
. So if you start off at
x=0
at time
t=0
, how do you know whether youre going to take the path of
x=
3
2
2
3
t
or you will stick at
x=0
forever?
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-
1
3
(-x)
,
1/3
x
,{x,-2,2},AxesLabel{Style["x",14],Style["
x
",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}
Out[]=
and we notice that the gradient at
x
= 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=0
.
We can make a more general statement:
Given a differential equation and initial condition
x
=f(x),x(0)=
x
0
ϵ
then if
f(x)
and
f'(x)
are continuous on an open interval in then there exists a unique solution on some interval (-τ,τ) about
t=0
. It says nothing about how long the solution will remain for, so after some time, something funky may happen, but if
f
is sufficiently smooth, then there will be a unique solution which will last for some time.
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
=1+
2
x
,x(0)=0
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
x
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:
-1
tan
x=t+c
where
c
is an integration constant and in fact with our initial condition,
c=0
, so we have:
-1
tan
x=t
So:
x=tant
What happens if we look at this function:
In[]:=
PlotTan[t],t,
-π
2
,
π
2
,AspectRatio1,AxesLabel{Style["t",18],Style["x(t)",18]}
Out[]=
If we start at
x=0
, then as t increases we start increasing...but we blow up to infinity at
t=
π
2
, so the solution cant continue after that. The solution only exists between
-π
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

Wolfram Cloud

You are using a browser not supported by the Wolfram Cloud

Supported browsers include recent versions of Chrome, Edge, Firefox and Safari.


I understand and wish to continue anyway »

You are using a browser not supported by the Wolfram Cloud. Supported browsers include recent versions of Chrome, Edge, Firefox and Safari.