Single-step autonomous delay differential equation: Difference between revisions
Line 11: | Line 11: | ||
===Nature of initial value specification=== | ===Nature of initial value specification=== | ||
If we are looking for solutions that are once differentiable, and are not insisting on higher order differentiability, the initial value specification is as follows: it is a description of <math>x</math> as a continuous function of <math>t</math> on an interval of length <math>\tau</math>, chosen as the left-most interval of the domain where we want the function to be defined. Note that if the left-most interval is <math>[a - \tau,a]</math>, then the delay differential equation becomes active only on <math>[a,\infty)</math>. | |||
Further, the initial value specification must satisfy the additional condition that the [[left-hand derivative]] of <math>x</math> at <math>a</math> is <math>f(x(a),x(a - \tau))</math>. | |||
===Solution method: moving forward=== | ===Solution method: moving forward=== |
Revision as of 00:34, 9 July 2012
Definition
Form of the differential equation
This is a particular type of first-order first-degree autonomous delay differential equation, given explicitly as:
where is a known function and is also known.
Nature of initial value specification
If we are looking for solutions that are once differentiable, and are not insisting on higher order differentiability, the initial value specification is as follows: it is a description of as a continuous function of on an interval of length , chosen as the left-most interval of the domain where we want the function to be defined. Note that if the left-most interval is , then the delay differential equation becomes active only on .
Further, the initial value specification must satisfy the additional condition that the left-hand derivative of at is .
Solution method: moving forward
The solution method is called the method of steps. The idea is that, if the function is known on an interval of the form , we can figure out what it is on , and then repeat the process to determine what the function is on , and continue to proceed in this way to determine the function everywhere on .
Let us say that we know that on the interval . Then, is the solution to the following equation on subject to the condition :
This is an ordinary first-order first-degree differential equation in with an initial-value specification, so we expect it to have a unique solution.
Solution method: moving backward
We can also do a similar process to move backward. Explicitly, suppose on an interval of the form . We want to find out what it looks like on . We set on this interval, and we want to solve the following for subject to the initial value condition :
Note that this is just an equation in without derivatives, i.e., it is an ordinary equation (a zeroth-order differential equation). However, depending on the nature of , , and , we may have difficulty getting an explicit functional form for , and it may be far from unique. Thus, unlike forward motion, which we expect to be uniquely determined by the initial value specification, backward motion may not be uniquely determined.
Facts
Expect piecewise definitions for solutions
Even if the initial value specification is an infinitely differentiable function, it is likely that when we extend it using the method of steps, the solution will have nice differentiability properties within each interval of length , but not at the endpoints shared by the interval.
Examples
Consider the delay differential equation:
Suppose that we are given that on . We note that this initial value specification is consistent because the derivative equals .
We use the method of steps. Our first goal is to determine on . Explicitly, we are trying to find a function on such that:
The differential equation with dependent variable and independent variable is:
This is a linear differential equation. The general solution would be:
We must choose such that , so . We get:
.
Thus, we have:
We can now do a similar procedure to find what looks like in . Note that we will still get a linear differential equation but with a new particular solution:
The general solution is:
Plugging in that , we get , so we get:
So:
Overall, we have:
Note that the function has a piecewise definition, and at each transition point, it is (i.e., continuously differentiable) but not twice differentiable.