Simple system of Linear ODEs
I have this simple system of ODEs for rates $r_1,r_2$ and $a(t), b(t)$:
$$a' = r_2b - r_1a$$
$$b' = -r_2b + r_1a$$
I am trying to solve for $a(t), b(t)$, but I am not sure what I am doing wrong. I first start with differentiating the first ODE:
$a'' = r_2b'-r_1a'$
$; ; ; ;$ $ = r_2[-r_2b + r_1a] - r_1a'$
$; ; ; ;$ $ = r_2[(-a'-r_1a) + r_1a] - r_1a'$
$; ; ; ;$ $ = -r_2a' - r_1a'$
$; ; ; ;$ $ = a'(-r_2-r_1)$
$$rightarrow a(t) = a_0e^{(-r_2-r_1)t}$$
Following the same logic I also get:
$$rightarrow b(t) = b_0e^{(-r_2-r_1)t}$$
However I am confused as to why both $a$ and $b$ have the same decay rates. I might be wrong, but I would have assumed that the solutions would have been
$$a(t) = a_0e^{(r_2-r_1)t}$$
$$b(t) = b_0e^{(r_1-r_2)t}$$
Where did I go wrong?
calculus differential-equations dynamical-systems
add a comment |
I have this simple system of ODEs for rates $r_1,r_2$ and $a(t), b(t)$:
$$a' = r_2b - r_1a$$
$$b' = -r_2b + r_1a$$
I am trying to solve for $a(t), b(t)$, but I am not sure what I am doing wrong. I first start with differentiating the first ODE:
$a'' = r_2b'-r_1a'$
$; ; ; ;$ $ = r_2[-r_2b + r_1a] - r_1a'$
$; ; ; ;$ $ = r_2[(-a'-r_1a) + r_1a] - r_1a'$
$; ; ; ;$ $ = -r_2a' - r_1a'$
$; ; ; ;$ $ = a'(-r_2-r_1)$
$$rightarrow a(t) = a_0e^{(-r_2-r_1)t}$$
Following the same logic I also get:
$$rightarrow b(t) = b_0e^{(-r_2-r_1)t}$$
However I am confused as to why both $a$ and $b$ have the same decay rates. I might be wrong, but I would have assumed that the solutions would have been
$$a(t) = a_0e^{(r_2-r_1)t}$$
$$b(t) = b_0e^{(r_1-r_2)t}$$
Where did I go wrong?
calculus differential-equations dynamical-systems
2
Don't you think your last edit removed important information from the question?
– rafa11111
Dec 10 '18 at 19:45
add a comment |
I have this simple system of ODEs for rates $r_1,r_2$ and $a(t), b(t)$:
$$a' = r_2b - r_1a$$
$$b' = -r_2b + r_1a$$
I am trying to solve for $a(t), b(t)$, but I am not sure what I am doing wrong. I first start with differentiating the first ODE:
$a'' = r_2b'-r_1a'$
$; ; ; ;$ $ = r_2[-r_2b + r_1a] - r_1a'$
$; ; ; ;$ $ = r_2[(-a'-r_1a) + r_1a] - r_1a'$
$; ; ; ;$ $ = -r_2a' - r_1a'$
$; ; ; ;$ $ = a'(-r_2-r_1)$
$$rightarrow a(t) = a_0e^{(-r_2-r_1)t}$$
Following the same logic I also get:
$$rightarrow b(t) = b_0e^{(-r_2-r_1)t}$$
However I am confused as to why both $a$ and $b$ have the same decay rates. I might be wrong, but I would have assumed that the solutions would have been
$$a(t) = a_0e^{(r_2-r_1)t}$$
$$b(t) = b_0e^{(r_1-r_2)t}$$
Where did I go wrong?
calculus differential-equations dynamical-systems
I have this simple system of ODEs for rates $r_1,r_2$ and $a(t), b(t)$:
$$a' = r_2b - r_1a$$
$$b' = -r_2b + r_1a$$
I am trying to solve for $a(t), b(t)$, but I am not sure what I am doing wrong. I first start with differentiating the first ODE:
$a'' = r_2b'-r_1a'$
$; ; ; ;$ $ = r_2[-r_2b + r_1a] - r_1a'$
$; ; ; ;$ $ = r_2[(-a'-r_1a) + r_1a] - r_1a'$
$; ; ; ;$ $ = -r_2a' - r_1a'$
$; ; ; ;$ $ = a'(-r_2-r_1)$
$$rightarrow a(t) = a_0e^{(-r_2-r_1)t}$$
Following the same logic I also get:
$$rightarrow b(t) = b_0e^{(-r_2-r_1)t}$$
However I am confused as to why both $a$ and $b$ have the same decay rates. I might be wrong, but I would have assumed that the solutions would have been
$$a(t) = a_0e^{(r_2-r_1)t}$$
$$b(t) = b_0e^{(r_1-r_2)t}$$
Where did I go wrong?
calculus differential-equations dynamical-systems
calculus differential-equations dynamical-systems
edited Dec 11 '18 at 14:19
LutzL
56k42054
56k42054
asked Dec 9 '18 at 20:07
JBL
463210
463210
2
Don't you think your last edit removed important information from the question?
– rafa11111
Dec 10 '18 at 19:45
add a comment |
2
Don't you think your last edit removed important information from the question?
– rafa11111
Dec 10 '18 at 19:45
2
2
Don't you think your last edit removed important information from the question?
– rafa11111
Dec 10 '18 at 19:45
Don't you think your last edit removed important information from the question?
– rafa11111
Dec 10 '18 at 19:45
add a comment |
2 Answers
2
active
oldest
votes
Hint:
Notice that $a' = -b'$
With this in mind, look again in your calculations step by step.
You will find a mistake and you will answer your own question
add a comment |
The conclusion from $$a''=-ra',$$ $r=r_1+r_2$, is not $a(t)=a_0e^{-rt}.$ As a second order linear differential equation it has two basis solutions and two integration constants.
Instead, you should get
$$
a(t)=a_0+c(e^{-rt}-1).
$$
Insert into $b=(a'+r_1a)/r_2$ to get
$$
b(t)=frac{r_1(a_0-c)-r_2ce^{-rt}}{r_2}=b_0-c(e^{-rt}-1)implies b_0=frac{r_1a_0-rc}{r_2}
$$
so that
$$
c=frac{r_1a_0-r_2b_0}{r}.
$$
add a comment |
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%2f3032910%2fsimple-system-of-linear-odes%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Hint:
Notice that $a' = -b'$
With this in mind, look again in your calculations step by step.
You will find a mistake and you will answer your own question
add a comment |
Hint:
Notice that $a' = -b'$
With this in mind, look again in your calculations step by step.
You will find a mistake and you will answer your own question
add a comment |
Hint:
Notice that $a' = -b'$
With this in mind, look again in your calculations step by step.
You will find a mistake and you will answer your own question
Hint:
Notice that $a' = -b'$
With this in mind, look again in your calculations step by step.
You will find a mistake and you will answer your own question
answered Dec 9 '18 at 20:32
Bo5man
517
517
add a comment |
add a comment |
The conclusion from $$a''=-ra',$$ $r=r_1+r_2$, is not $a(t)=a_0e^{-rt}.$ As a second order linear differential equation it has two basis solutions and two integration constants.
Instead, you should get
$$
a(t)=a_0+c(e^{-rt}-1).
$$
Insert into $b=(a'+r_1a)/r_2$ to get
$$
b(t)=frac{r_1(a_0-c)-r_2ce^{-rt}}{r_2}=b_0-c(e^{-rt}-1)implies b_0=frac{r_1a_0-rc}{r_2}
$$
so that
$$
c=frac{r_1a_0-r_2b_0}{r}.
$$
add a comment |
The conclusion from $$a''=-ra',$$ $r=r_1+r_2$, is not $a(t)=a_0e^{-rt}.$ As a second order linear differential equation it has two basis solutions and two integration constants.
Instead, you should get
$$
a(t)=a_0+c(e^{-rt}-1).
$$
Insert into $b=(a'+r_1a)/r_2$ to get
$$
b(t)=frac{r_1(a_0-c)-r_2ce^{-rt}}{r_2}=b_0-c(e^{-rt}-1)implies b_0=frac{r_1a_0-rc}{r_2}
$$
so that
$$
c=frac{r_1a_0-r_2b_0}{r}.
$$
add a comment |
The conclusion from $$a''=-ra',$$ $r=r_1+r_2$, is not $a(t)=a_0e^{-rt}.$ As a second order linear differential equation it has two basis solutions and two integration constants.
Instead, you should get
$$
a(t)=a_0+c(e^{-rt}-1).
$$
Insert into $b=(a'+r_1a)/r_2$ to get
$$
b(t)=frac{r_1(a_0-c)-r_2ce^{-rt}}{r_2}=b_0-c(e^{-rt}-1)implies b_0=frac{r_1a_0-rc}{r_2}
$$
so that
$$
c=frac{r_1a_0-r_2b_0}{r}.
$$
The conclusion from $$a''=-ra',$$ $r=r_1+r_2$, is not $a(t)=a_0e^{-rt}.$ As a second order linear differential equation it has two basis solutions and two integration constants.
Instead, you should get
$$
a(t)=a_0+c(e^{-rt}-1).
$$
Insert into $b=(a'+r_1a)/r_2$ to get
$$
b(t)=frac{r_1(a_0-c)-r_2ce^{-rt}}{r_2}=b_0-c(e^{-rt}-1)implies b_0=frac{r_1a_0-rc}{r_2}
$$
so that
$$
c=frac{r_1a_0-r_2b_0}{r}.
$$
answered Dec 9 '18 at 20:50
LutzL
56k42054
56k42054
add a comment |
add a comment |
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3032910%2fsimple-system-of-linear-odes%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
2
Don't you think your last edit removed important information from the question?
– rafa11111
Dec 10 '18 at 19:45