Stuck while solving systems of linear differential equations
$begingroup$
I want to solve the following differential equation:
$frac{dx}{dt}=-3x+y-8 \ frac{dy}{dt}=x-3y+8. $
I first rewrote the equations using the differential operator $D=frac{d}{dt}$ and eliminated the variable $y$.
begin{equation}
(D+3)x-y=-8, \x+(D+3)y=8.
end{equation}
therefore
$ (D^2+6D+8)x=-8D(1)-16$
which is equivalent to
begin{equation}
frac{d^2x}{dt^2}+6frac{dx}{dt}+8x=-8frac{d(1)}{dt}-16.
end{equation}
But the equation is not homogeneous! How would you solve it? Any help regardless of its form or length will be highly appreciated.
ordinary-differential-equations
$endgroup$
add a comment |
$begingroup$
I want to solve the following differential equation:
$frac{dx}{dt}=-3x+y-8 \ frac{dy}{dt}=x-3y+8. $
I first rewrote the equations using the differential operator $D=frac{d}{dt}$ and eliminated the variable $y$.
begin{equation}
(D+3)x-y=-8, \x+(D+3)y=8.
end{equation}
therefore
$ (D^2+6D+8)x=-8D(1)-16$
which is equivalent to
begin{equation}
frac{d^2x}{dt^2}+6frac{dx}{dt}+8x=-8frac{d(1)}{dt}-16.
end{equation}
But the equation is not homogeneous! How would you solve it? Any help regardless of its form or length will be highly appreciated.
ordinary-differential-equations
$endgroup$
add a comment |
$begingroup$
I want to solve the following differential equation:
$frac{dx}{dt}=-3x+y-8 \ frac{dy}{dt}=x-3y+8. $
I first rewrote the equations using the differential operator $D=frac{d}{dt}$ and eliminated the variable $y$.
begin{equation}
(D+3)x-y=-8, \x+(D+3)y=8.
end{equation}
therefore
$ (D^2+6D+8)x=-8D(1)-16$
which is equivalent to
begin{equation}
frac{d^2x}{dt^2}+6frac{dx}{dt}+8x=-8frac{d(1)}{dt}-16.
end{equation}
But the equation is not homogeneous! How would you solve it? Any help regardless of its form or length will be highly appreciated.
ordinary-differential-equations
$endgroup$
I want to solve the following differential equation:
$frac{dx}{dt}=-3x+y-8 \ frac{dy}{dt}=x-3y+8. $
I first rewrote the equations using the differential operator $D=frac{d}{dt}$ and eliminated the variable $y$.
begin{equation}
(D+3)x-y=-8, \x+(D+3)y=8.
end{equation}
therefore
$ (D^2+6D+8)x=-8D(1)-16$
which is equivalent to
begin{equation}
frac{d^2x}{dt^2}+6frac{dx}{dt}+8x=-8frac{d(1)}{dt}-16.
end{equation}
But the equation is not homogeneous! How would you solve it? Any help regardless of its form or length will be highly appreciated.
ordinary-differential-equations
ordinary-differential-equations
asked Dec 2 '18 at 2:13
Ko ByeongminKo Byeongmin
1326
1326
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Given
$$dfrac{dx}{dt}=-3x+y-8 \ dfrac{dy}{dt}=x-3y+8$$
From the first equation we have
$$y = x' + 3x + 8 implies y' = x'' + 3 x'$$
Substituting into the second equation, we have
$$x'' + 3 x = x - 3(x' + 3x + 8) + 8$$
Simplifying
$$x'' + 6 x' + 8 x + 16 = 0$$
This results in
$$x(t) = c_1 e^{-4 t}+c_2 e^{-2 t}-2$$
You can use this result to find $y(t)$.
There are many other ways to solve these types of problems, but I used your approach.
$endgroup$
$begingroup$
Thanks a lot!! I wish I had more time to study the theory of ODEs...
$endgroup$
– Ko Byeongmin
Dec 2 '18 at 2:36
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%2f3022136%2fstuck-while-solving-systems-of-linear-differential-equations%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Given
$$dfrac{dx}{dt}=-3x+y-8 \ dfrac{dy}{dt}=x-3y+8$$
From the first equation we have
$$y = x' + 3x + 8 implies y' = x'' + 3 x'$$
Substituting into the second equation, we have
$$x'' + 3 x = x - 3(x' + 3x + 8) + 8$$
Simplifying
$$x'' + 6 x' + 8 x + 16 = 0$$
This results in
$$x(t) = c_1 e^{-4 t}+c_2 e^{-2 t}-2$$
You can use this result to find $y(t)$.
There are many other ways to solve these types of problems, but I used your approach.
$endgroup$
$begingroup$
Thanks a lot!! I wish I had more time to study the theory of ODEs...
$endgroup$
– Ko Byeongmin
Dec 2 '18 at 2:36
add a comment |
$begingroup$
Given
$$dfrac{dx}{dt}=-3x+y-8 \ dfrac{dy}{dt}=x-3y+8$$
From the first equation we have
$$y = x' + 3x + 8 implies y' = x'' + 3 x'$$
Substituting into the second equation, we have
$$x'' + 3 x = x - 3(x' + 3x + 8) + 8$$
Simplifying
$$x'' + 6 x' + 8 x + 16 = 0$$
This results in
$$x(t) = c_1 e^{-4 t}+c_2 e^{-2 t}-2$$
You can use this result to find $y(t)$.
There are many other ways to solve these types of problems, but I used your approach.
$endgroup$
$begingroup$
Thanks a lot!! I wish I had more time to study the theory of ODEs...
$endgroup$
– Ko Byeongmin
Dec 2 '18 at 2:36
add a comment |
$begingroup$
Given
$$dfrac{dx}{dt}=-3x+y-8 \ dfrac{dy}{dt}=x-3y+8$$
From the first equation we have
$$y = x' + 3x + 8 implies y' = x'' + 3 x'$$
Substituting into the second equation, we have
$$x'' + 3 x = x - 3(x' + 3x + 8) + 8$$
Simplifying
$$x'' + 6 x' + 8 x + 16 = 0$$
This results in
$$x(t) = c_1 e^{-4 t}+c_2 e^{-2 t}-2$$
You can use this result to find $y(t)$.
There are many other ways to solve these types of problems, but I used your approach.
$endgroup$
Given
$$dfrac{dx}{dt}=-3x+y-8 \ dfrac{dy}{dt}=x-3y+8$$
From the first equation we have
$$y = x' + 3x + 8 implies y' = x'' + 3 x'$$
Substituting into the second equation, we have
$$x'' + 3 x = x - 3(x' + 3x + 8) + 8$$
Simplifying
$$x'' + 6 x' + 8 x + 16 = 0$$
This results in
$$x(t) = c_1 e^{-4 t}+c_2 e^{-2 t}-2$$
You can use this result to find $y(t)$.
There are many other ways to solve these types of problems, but I used your approach.
edited Dec 2 '18 at 2:37
answered Dec 2 '18 at 2:33
MooMoo
5,61131020
5,61131020
$begingroup$
Thanks a lot!! I wish I had more time to study the theory of ODEs...
$endgroup$
– Ko Byeongmin
Dec 2 '18 at 2:36
add a comment |
$begingroup$
Thanks a lot!! I wish I had more time to study the theory of ODEs...
$endgroup$
– Ko Byeongmin
Dec 2 '18 at 2:36
$begingroup$
Thanks a lot!! I wish I had more time to study the theory of ODEs...
$endgroup$
– Ko Byeongmin
Dec 2 '18 at 2:36
$begingroup$
Thanks a lot!! I wish I had more time to study the theory of ODEs...
$endgroup$
– Ko Byeongmin
Dec 2 '18 at 2:36
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.
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%2f3022136%2fstuck-while-solving-systems-of-linear-differential-equations%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