1 Attachment(s)
Re: Initial value problem
Re: Initial value problem
"Nice" differential equations have unique solutions once the initial values are provided. This example, because it's non-linear, isn't "nice". Thus it's possible that it fails to have a unique solution. And that is indeed the case. Showing that - the failure of uniqueness - is the purpose of doing this problem.
Let
. Define
.
Then
.
Examining it at t = a shows the derivative exists at t=a. It should be worked out from the definition, but it's obvious that it's going to work, since it will behave like the derivative of each of those functions depending on the side of approach, and both of those are well behaved (take epsilon to be the minimum of the epsilons you get for each side - the constant 0 function side being especially trival). Therefore it exists everywhere, and the function is then clearly continuous everywhere.
Obviously both ^{2m}, \ t \ge a, \text{ and } \frac{du_a}{dt} = 0 \ t < a,)
satisfy
on their domains
and
.
Thus
holds on all of
.
Also have
.
Therefore these represent an (uncountably) infinite number of distinct solutions to the initial value problem: \}_{a \ge 0})
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
Note that your solution is not on this list. The solution u(t)=0 for all t is also not on this list.
Using the same trick I used, only with the "other half" of the natural solution (your solution), and pushing it negative, are also another infinite family of different solutions. Maybe there are even more solutions than all those - I don't know. I suspect one could add your solution, except when it hits zero, it stays at 0 a finite time, and then continues on according to your solution - and all horizontal translations of that. It looks to me like all these that I've now listed, together, constitute the entire solution set for this intial value ODE. I'm not 100% on that, but that's how it seems.
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
How did I find that? Think about u' = f(u). It says the slope is a function only of the height. If you look at the vector field that describes on any vertical line, t = 0, t = 1, t = 46, whatever, they all look the same. Thus any solution - any integral curve of that vector field in the plane - can be translated horizontally and still remain a solution.
In this particular case, f is an even function (that 2m in the numerator of the power). So think about that vector field along a vertical line - moving upwards, negative towards 0, you have a positive slope that's being less steep as you approach 0. At 0 it's flat (slope = 0). As the height grows positively, it represents ever steeper slopes, starting from flatness. That's the same for every vertical line.
One consequence of looking at the vector field is that you can see that there's an integral curve just following along the t axis.
When uniqueness fails, the vector field and its integral curves often permit you to leave one solution (like the horizontal axis integral curve u(t)=0 for all t) and branch out onto another "nearby" solution. That's what happened here and it does in fact work.
So I found these solutions by seeing how the solution corresponding to u(t) = 0 could "leave" and become the solution you found. Since I know the set of all solutions are horizontally translationally invariant, if it can differentiably leave a place where it's horizontal, on the horizontal line, at t=0 (as in it does in the solution you found), then it can likely do it anywhere, like at t=a. Let a>0 and you solve the ODE initial value problem by following the horizontal integral curve to some time "a" past 0, and then leave on a nearby integral curve that looks like the solution you found.
That's how I came to my choice for those functions.
Re: Initial value problem
Wow, far better answer than I expected. Thank you so much!