Show monotonicity of solution of Delayed Differential Equation with respect to a parameter












3












$begingroup$


Short Description of the General Question



Suppose we have some Delayed Differential Equation (DDE) which depends on a parameter $a$, $x_a'(t)=f(a,x_a(t),x_a(t-s))$ for some fixed $a$ and $s$. I would like to prove that $x_a(t)$ is increasing in $a$. I.e. if we have $a<b$ and $x_a'(t) = f(a,x_a(t),x_a(t-s))$ and $x_b'(t)=f(b,x_b(t),x_b(t-s))$ then $x_a(t) leq x_b(t)$ for all $t$.



Specific Scenario



Consider the following Delayed Differential Equation:
begin{align*}
x_a(0) &= a\
x_a'(t) &= - a (1 - x_a(t)^2) & t leq 1\
x_a'(t) &= -a(x_a(t-1)^2 - x_a(t)^2) & t > 1.
end{align*}

I have found numerically that for all $a in (0,1)$ we have:
$$
a leq b Rightarrow x_a(t) leq x_b(t),
$$

but I am unable to prove this statement. I can solve the ODE in $[0,1]$ exactly, thus on this interval it is easily verified that $x_a(t) leq x_b(t)$. I then use that solution to find a solution on $[1,2]$ and so on. But as $t$ grows large we can't find an exact solution anymore.










share|cite|improve this question









$endgroup$












  • $begingroup$
    In general, x'$_a$ = f(a,b,c) = -a contradicts the desired conclusion. Also, some boundary conditions for the x's needs to be set.
    $endgroup$
    – William Elliot
    Dec 31 '18 at 14:12










  • $begingroup$
    Yes of course this statement isn't true in general, but I am looking for some method to try and show that it is true (a method which at least works on the provided example)
    $endgroup$
    – HolyMonk
    Jan 2 at 0:16
















3












$begingroup$


Short Description of the General Question



Suppose we have some Delayed Differential Equation (DDE) which depends on a parameter $a$, $x_a'(t)=f(a,x_a(t),x_a(t-s))$ for some fixed $a$ and $s$. I would like to prove that $x_a(t)$ is increasing in $a$. I.e. if we have $a<b$ and $x_a'(t) = f(a,x_a(t),x_a(t-s))$ and $x_b'(t)=f(b,x_b(t),x_b(t-s))$ then $x_a(t) leq x_b(t)$ for all $t$.



Specific Scenario



Consider the following Delayed Differential Equation:
begin{align*}
x_a(0) &= a\
x_a'(t) &= - a (1 - x_a(t)^2) & t leq 1\
x_a'(t) &= -a(x_a(t-1)^2 - x_a(t)^2) & t > 1.
end{align*}

I have found numerically that for all $a in (0,1)$ we have:
$$
a leq b Rightarrow x_a(t) leq x_b(t),
$$

but I am unable to prove this statement. I can solve the ODE in $[0,1]$ exactly, thus on this interval it is easily verified that $x_a(t) leq x_b(t)$. I then use that solution to find a solution on $[1,2]$ and so on. But as $t$ grows large we can't find an exact solution anymore.










share|cite|improve this question









$endgroup$












  • $begingroup$
    In general, x'$_a$ = f(a,b,c) = -a contradicts the desired conclusion. Also, some boundary conditions for the x's needs to be set.
    $endgroup$
    – William Elliot
    Dec 31 '18 at 14:12










  • $begingroup$
    Yes of course this statement isn't true in general, but I am looking for some method to try and show that it is true (a method which at least works on the provided example)
    $endgroup$
    – HolyMonk
    Jan 2 at 0:16














3












3








3





$begingroup$


Short Description of the General Question



Suppose we have some Delayed Differential Equation (DDE) which depends on a parameter $a$, $x_a'(t)=f(a,x_a(t),x_a(t-s))$ for some fixed $a$ and $s$. I would like to prove that $x_a(t)$ is increasing in $a$. I.e. if we have $a<b$ and $x_a'(t) = f(a,x_a(t),x_a(t-s))$ and $x_b'(t)=f(b,x_b(t),x_b(t-s))$ then $x_a(t) leq x_b(t)$ for all $t$.



Specific Scenario



Consider the following Delayed Differential Equation:
begin{align*}
x_a(0) &= a\
x_a'(t) &= - a (1 - x_a(t)^2) & t leq 1\
x_a'(t) &= -a(x_a(t-1)^2 - x_a(t)^2) & t > 1.
end{align*}

I have found numerically that for all $a in (0,1)$ we have:
$$
a leq b Rightarrow x_a(t) leq x_b(t),
$$

but I am unable to prove this statement. I can solve the ODE in $[0,1]$ exactly, thus on this interval it is easily verified that $x_a(t) leq x_b(t)$. I then use that solution to find a solution on $[1,2]$ and so on. But as $t$ grows large we can't find an exact solution anymore.










share|cite|improve this question









$endgroup$




Short Description of the General Question



Suppose we have some Delayed Differential Equation (DDE) which depends on a parameter $a$, $x_a'(t)=f(a,x_a(t),x_a(t-s))$ for some fixed $a$ and $s$. I would like to prove that $x_a(t)$ is increasing in $a$. I.e. if we have $a<b$ and $x_a'(t) = f(a,x_a(t),x_a(t-s))$ and $x_b'(t)=f(b,x_b(t),x_b(t-s))$ then $x_a(t) leq x_b(t)$ for all $t$.



Specific Scenario



Consider the following Delayed Differential Equation:
begin{align*}
x_a(0) &= a\
x_a'(t) &= - a (1 - x_a(t)^2) & t leq 1\
x_a'(t) &= -a(x_a(t-1)^2 - x_a(t)^2) & t > 1.
end{align*}

I have found numerically that for all $a in (0,1)$ we have:
$$
a leq b Rightarrow x_a(t) leq x_b(t),
$$

but I am unable to prove this statement. I can solve the ODE in $[0,1]$ exactly, thus on this interval it is easily verified that $x_a(t) leq x_b(t)$. I then use that solution to find a solution on $[1,2]$ and so on. But as $t$ grows large we can't find an exact solution anymore.







real-analysis calculus ordinary-differential-equations delay-differential-equations






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Dec 31 '18 at 13:07









HolyMonkHolyMonk

617416




617416












  • $begingroup$
    In general, x'$_a$ = f(a,b,c) = -a contradicts the desired conclusion. Also, some boundary conditions for the x's needs to be set.
    $endgroup$
    – William Elliot
    Dec 31 '18 at 14:12










  • $begingroup$
    Yes of course this statement isn't true in general, but I am looking for some method to try and show that it is true (a method which at least works on the provided example)
    $endgroup$
    – HolyMonk
    Jan 2 at 0:16


















  • $begingroup$
    In general, x'$_a$ = f(a,b,c) = -a contradicts the desired conclusion. Also, some boundary conditions for the x's needs to be set.
    $endgroup$
    – William Elliot
    Dec 31 '18 at 14:12










  • $begingroup$
    Yes of course this statement isn't true in general, but I am looking for some method to try and show that it is true (a method which at least works on the provided example)
    $endgroup$
    – HolyMonk
    Jan 2 at 0:16
















$begingroup$
In general, x'$_a$ = f(a,b,c) = -a contradicts the desired conclusion. Also, some boundary conditions for the x's needs to be set.
$endgroup$
– William Elliot
Dec 31 '18 at 14:12




$begingroup$
In general, x'$_a$ = f(a,b,c) = -a contradicts the desired conclusion. Also, some boundary conditions for the x's needs to be set.
$endgroup$
– William Elliot
Dec 31 '18 at 14:12












$begingroup$
Yes of course this statement isn't true in general, but I am looking for some method to try and show that it is true (a method which at least works on the provided example)
$endgroup$
– HolyMonk
Jan 2 at 0:16




$begingroup$
Yes of course this statement isn't true in general, but I am looking for some method to try and show that it is true (a method which at least works on the provided example)
$endgroup$
– HolyMonk
Jan 2 at 0:16










0






active

oldest

votes











Your Answer





StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3057692%2fshow-monotonicity-of-solution-of-delayed-differential-equation-with-respect-to-a%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Mathematics Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


Use MathJax to format equations. MathJax reference.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3057692%2fshow-monotonicity-of-solution-of-delayed-differential-equation-with-respect-to-a%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Human spaceflight

Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?

File:DeusFollowingSea.jpg