Single-step autonomous delay differential equation: Difference between revisions
(Created page with "==Definition== ===Form of the differential equation=== This is a particular type of first-order first-degree autonomous delay differential equation, given explicitly as:...") |
No edit summary |
||
| Line 13: | Line 13: | ||
The ''initial value'' specification for this type of delay differential equation is a description of <math>x</math> as a function of <math>t</math> on an interval of length <math>\tau</math>, typically the left-most such interval in our domain. | The ''initial value'' specification for this type of delay differential equation is a description of <math>x</math> as a function of <math>t</math> on an interval of length <math>\tau</math>, typically the left-most such interval in our domain. | ||
===Solution method=== | ===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 <math>[a - \tau,a]</math>, we can figure out what it is on <math>[a,a+\tau]</math>, and then repeat the process to determine what the function is on <math>[a+\tau,a+2\tau]</math>, and continue to proceed in this way to determine the function everywhere on <math>[a,\infty)</math>. | The solution method is called the ''method of steps''. The idea is that, if the function is known on an interval of the form <math>[a - \tau,a]</math>, we can figure out what it is on <math>[a,a+\tau]</math>, and then repeat the process to determine what the function is on <math>[a+\tau,a+2\tau]</math>, and continue to proceed in this way to determine the function everywhere on <math>[a,\infty)</math>. | ||
| Line 21: | Line 21: | ||
<math>\frac{d}{dt}(\psi(t)) = f(\psi(t),\varphi(t - \tau))</math> | <math>\frac{d}{dt}(\psi(t)) = f(\psi(t),\varphi(t - \tau))</math> | ||
This is an ''ordinary'' [[first-order first-degree differential equation]] in <math>\ | This is an ''ordinary'' [[first-order first-degree differential equation]] in <math>\psi</math> 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 <math>x(t) = \psi(t)</math> on an interval of the form <math>[a,a+\tau]</math>. We want to find out what it looks like on <math>[a-\tau,a]</math>. We set <math>x(t) = \varphi(t)</math> on this interval, and we want to solve the following for <math>t \in [a - \tau,a]</math> subject to the initial value condition <math>\varphi(a) = \psi(a)</math>: | |||
<math>\psi'(t + \tau) = f(\psi(t + \tau),\varphi(t))</math> | |||
Note that this is just an equation in <math>\varphi</math> without derivatives, i.e., it is an ordinary equation (a zeroth-order differential equation). However, depending on the nature of <math>f</math>, <math>\psi</math>, and <math>\psi'</math>, we may have difficulty getting an explicit functional form for <math>\varphi</math>, 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. | |||
Revision as of 16:06, 8 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
The initial value specification for this type of delay differential equation is a description of as a function of on an interval of length , typically the left-most such interval in our domain.
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.