Analyzing behavior around a maximum without explicitly solving a differential equation
$begingroup$
A pretty standard biological reaction is that of an enzyme on it's target which might have the following differential equation to describe it's evolution:
begin{align}
dot T &= D - gamma T \
dot M &= D - gamma M - frac{kTM}{K + M }
end{align}
In this reaction species $T$ is being produced and enzymatically degrades $M$. This kind of equation produces "pulse" behavoir, and there is a distinct maximum in $M$ that I would like to analyze - what does it depend on?
Unfortunately this kind off differential equation seems pretty hard to solve. We can solve for $T = D/gamma (1 - e^{-gamma t}) $, but the $M$ equation is difficult. If you solve for $dot M = 0$, you get
$$ gamma M^2 + ( gamma K_M - D + k frac{D}{gamma}(1- e^{-gamma t})) M - D K = 0 $$
This is an equation that relates $M$ to $t$ at the max, but I need another constraint to solve for $M$ and $t$. Normally I guess this would come from solving the differential equation, but I'm not sure a closed form exists in this case. I'm just trying to get a closed form for the maximum $M$, is this possible without solving the equation?
Edit: I guess you shouldn't be able to do this without taking into account the initial conditions, maybe this isn't possible.
ordinary-differential-equations nonlinear-system
$endgroup$
add a comment |
$begingroup$
A pretty standard biological reaction is that of an enzyme on it's target which might have the following differential equation to describe it's evolution:
begin{align}
dot T &= D - gamma T \
dot M &= D - gamma M - frac{kTM}{K + M }
end{align}
In this reaction species $T$ is being produced and enzymatically degrades $M$. This kind of equation produces "pulse" behavoir, and there is a distinct maximum in $M$ that I would like to analyze - what does it depend on?
Unfortunately this kind off differential equation seems pretty hard to solve. We can solve for $T = D/gamma (1 - e^{-gamma t}) $, but the $M$ equation is difficult. If you solve for $dot M = 0$, you get
$$ gamma M^2 + ( gamma K_M - D + k frac{D}{gamma}(1- e^{-gamma t})) M - D K = 0 $$
This is an equation that relates $M$ to $t$ at the max, but I need another constraint to solve for $M$ and $t$. Normally I guess this would come from solving the differential equation, but I'm not sure a closed form exists in this case. I'm just trying to get a closed form for the maximum $M$, is this possible without solving the equation?
Edit: I guess you shouldn't be able to do this without taking into account the initial conditions, maybe this isn't possible.
ordinary-differential-equations nonlinear-system
$endgroup$
$begingroup$
So what kind of analysis of the maximum do you want? The value itself? Or the time at which it happens? Surely, it depends on the initial conditions since different trajectories of ODE intersect nullcline $dot{M} = 0$ at different points. You can get just any of them by starting close to it.
$endgroup$
– Evgeny
Jan 27 at 18:27
$begingroup$
You are correct. I tried solving this problem by linking the initial conditions to the maximum via taylor series, but that results in an intractable polynomial-exponential mix (I also had to expand to 6 terms). I just want a simple expression for the max :(
$endgroup$
– Mike Flynn
Jan 28 at 19:17
$begingroup$
I doubt that it is possible to find such expression, but I might be wrong... At least I don't see any good idea for how this could be find without numerical tabulation or solving the ODE. I see a sort of workaround for your question if you consider $T(0)$ and "time $t^ast$ to reach maximum $M$" as your initial data. In that case you solve for $M$ in equation $dot{M} = 0$ substituting $T$ with solution to $dot{T} = D - gamma T$ at $t = t^ast$ with known $T(0)$. But I'm not sure that this is what you need.
$endgroup$
– Evgeny
Jan 28 at 20:55
add a comment |
$begingroup$
A pretty standard biological reaction is that of an enzyme on it's target which might have the following differential equation to describe it's evolution:
begin{align}
dot T &= D - gamma T \
dot M &= D - gamma M - frac{kTM}{K + M }
end{align}
In this reaction species $T$ is being produced and enzymatically degrades $M$. This kind of equation produces "pulse" behavoir, and there is a distinct maximum in $M$ that I would like to analyze - what does it depend on?
Unfortunately this kind off differential equation seems pretty hard to solve. We can solve for $T = D/gamma (1 - e^{-gamma t}) $, but the $M$ equation is difficult. If you solve for $dot M = 0$, you get
$$ gamma M^2 + ( gamma K_M - D + k frac{D}{gamma}(1- e^{-gamma t})) M - D K = 0 $$
This is an equation that relates $M$ to $t$ at the max, but I need another constraint to solve for $M$ and $t$. Normally I guess this would come from solving the differential equation, but I'm not sure a closed form exists in this case. I'm just trying to get a closed form for the maximum $M$, is this possible without solving the equation?
Edit: I guess you shouldn't be able to do this without taking into account the initial conditions, maybe this isn't possible.
ordinary-differential-equations nonlinear-system
$endgroup$
A pretty standard biological reaction is that of an enzyme on it's target which might have the following differential equation to describe it's evolution:
begin{align}
dot T &= D - gamma T \
dot M &= D - gamma M - frac{kTM}{K + M }
end{align}
In this reaction species $T$ is being produced and enzymatically degrades $M$. This kind of equation produces "pulse" behavoir, and there is a distinct maximum in $M$ that I would like to analyze - what does it depend on?
Unfortunately this kind off differential equation seems pretty hard to solve. We can solve for $T = D/gamma (1 - e^{-gamma t}) $, but the $M$ equation is difficult. If you solve for $dot M = 0$, you get
$$ gamma M^2 + ( gamma K_M - D + k frac{D}{gamma}(1- e^{-gamma t})) M - D K = 0 $$
This is an equation that relates $M$ to $t$ at the max, but I need another constraint to solve for $M$ and $t$. Normally I guess this would come from solving the differential equation, but I'm not sure a closed form exists in this case. I'm just trying to get a closed form for the maximum $M$, is this possible without solving the equation?
Edit: I guess you shouldn't be able to do this without taking into account the initial conditions, maybe this isn't possible.
ordinary-differential-equations nonlinear-system
ordinary-differential-equations nonlinear-system
edited Jan 24 at 23:58
Mike Flynn
asked Jan 24 at 23:13
Mike FlynnMike Flynn
6321617
6321617
$begingroup$
So what kind of analysis of the maximum do you want? The value itself? Or the time at which it happens? Surely, it depends on the initial conditions since different trajectories of ODE intersect nullcline $dot{M} = 0$ at different points. You can get just any of them by starting close to it.
$endgroup$
– Evgeny
Jan 27 at 18:27
$begingroup$
You are correct. I tried solving this problem by linking the initial conditions to the maximum via taylor series, but that results in an intractable polynomial-exponential mix (I also had to expand to 6 terms). I just want a simple expression for the max :(
$endgroup$
– Mike Flynn
Jan 28 at 19:17
$begingroup$
I doubt that it is possible to find such expression, but I might be wrong... At least I don't see any good idea for how this could be find without numerical tabulation or solving the ODE. I see a sort of workaround for your question if you consider $T(0)$ and "time $t^ast$ to reach maximum $M$" as your initial data. In that case you solve for $M$ in equation $dot{M} = 0$ substituting $T$ with solution to $dot{T} = D - gamma T$ at $t = t^ast$ with known $T(0)$. But I'm not sure that this is what you need.
$endgroup$
– Evgeny
Jan 28 at 20:55
add a comment |
$begingroup$
So what kind of analysis of the maximum do you want? The value itself? Or the time at which it happens? Surely, it depends on the initial conditions since different trajectories of ODE intersect nullcline $dot{M} = 0$ at different points. You can get just any of them by starting close to it.
$endgroup$
– Evgeny
Jan 27 at 18:27
$begingroup$
You are correct. I tried solving this problem by linking the initial conditions to the maximum via taylor series, but that results in an intractable polynomial-exponential mix (I also had to expand to 6 terms). I just want a simple expression for the max :(
$endgroup$
– Mike Flynn
Jan 28 at 19:17
$begingroup$
I doubt that it is possible to find such expression, but I might be wrong... At least I don't see any good idea for how this could be find without numerical tabulation or solving the ODE. I see a sort of workaround for your question if you consider $T(0)$ and "time $t^ast$ to reach maximum $M$" as your initial data. In that case you solve for $M$ in equation $dot{M} = 0$ substituting $T$ with solution to $dot{T} = D - gamma T$ at $t = t^ast$ with known $T(0)$. But I'm not sure that this is what you need.
$endgroup$
– Evgeny
Jan 28 at 20:55
$begingroup$
So what kind of analysis of the maximum do you want? The value itself? Or the time at which it happens? Surely, it depends on the initial conditions since different trajectories of ODE intersect nullcline $dot{M} = 0$ at different points. You can get just any of them by starting close to it.
$endgroup$
– Evgeny
Jan 27 at 18:27
$begingroup$
So what kind of analysis of the maximum do you want? The value itself? Or the time at which it happens? Surely, it depends on the initial conditions since different trajectories of ODE intersect nullcline $dot{M} = 0$ at different points. You can get just any of them by starting close to it.
$endgroup$
– Evgeny
Jan 27 at 18:27
$begingroup$
You are correct. I tried solving this problem by linking the initial conditions to the maximum via taylor series, but that results in an intractable polynomial-exponential mix (I also had to expand to 6 terms). I just want a simple expression for the max :(
$endgroup$
– Mike Flynn
Jan 28 at 19:17
$begingroup$
You are correct. I tried solving this problem by linking the initial conditions to the maximum via taylor series, but that results in an intractable polynomial-exponential mix (I also had to expand to 6 terms). I just want a simple expression for the max :(
$endgroup$
– Mike Flynn
Jan 28 at 19:17
$begingroup$
I doubt that it is possible to find such expression, but I might be wrong... At least I don't see any good idea for how this could be find without numerical tabulation or solving the ODE. I see a sort of workaround for your question if you consider $T(0)$ and "time $t^ast$ to reach maximum $M$" as your initial data. In that case you solve for $M$ in equation $dot{M} = 0$ substituting $T$ with solution to $dot{T} = D - gamma T$ at $t = t^ast$ with known $T(0)$. But I'm not sure that this is what you need.
$endgroup$
– Evgeny
Jan 28 at 20:55
$begingroup$
I doubt that it is possible to find such expression, but I might be wrong... At least I don't see any good idea for how this could be find without numerical tabulation or solving the ODE. I see a sort of workaround for your question if you consider $T(0)$ and "time $t^ast$ to reach maximum $M$" as your initial data. In that case you solve for $M$ in equation $dot{M} = 0$ substituting $T$ with solution to $dot{T} = D - gamma T$ at $t = t^ast$ with known $T(0)$. But I'm not sure that this is what you need.
$endgroup$
– Evgeny
Jan 28 at 20:55
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3086503%2fanalyzing-behavior-around-a-maximum-without-explicitly-solving-a-differential-eq%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
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3086503%2fanalyzing-behavior-around-a-maximum-without-explicitly-solving-a-differential-eq%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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

$begingroup$
So what kind of analysis of the maximum do you want? The value itself? Or the time at which it happens? Surely, it depends on the initial conditions since different trajectories of ODE intersect nullcline $dot{M} = 0$ at different points. You can get just any of them by starting close to it.
$endgroup$
– Evgeny
Jan 27 at 18:27
$begingroup$
You are correct. I tried solving this problem by linking the initial conditions to the maximum via taylor series, but that results in an intractable polynomial-exponential mix (I also had to expand to 6 terms). I just want a simple expression for the max :(
$endgroup$
– Mike Flynn
Jan 28 at 19:17
$begingroup$
I doubt that it is possible to find such expression, but I might be wrong... At least I don't see any good idea for how this could be find without numerical tabulation or solving the ODE. I see a sort of workaround for your question if you consider $T(0)$ and "time $t^ast$ to reach maximum $M$" as your initial data. In that case you solve for $M$ in equation $dot{M} = 0$ substituting $T$ with solution to $dot{T} = D - gamma T$ at $t = t^ast$ with known $T(0)$. But I'm not sure that this is what you need.
$endgroup$
– Evgeny
Jan 28 at 20:55