Find the general solution to the given equation
$begingroup$
Find the general solution to the given equation
$$3x{"} - 4x{'} +x = e^t +e^{-t}$$
I know how to solve a given task using the Variation of Parameters method, however I would also like to know how to do that without it.
We have:
$$y = y_{h} + y_{p}$$
So finding the general solution to the homogenous equation is quite easy.
$$x_h = c_1e^{x/3} + c_2e^x$$
Now I have a problem with finding the particular solution to the non homogenous equation.
My first guess was to use $x = Ae^t + Be^{-t}$ and then using it in $3x{''}-4x'+x = e^t+e^{-t}$, but it does not seem to work (I don't really know why)
So my question is, what should be my $x$?
calculus ordinary-differential-equations
$endgroup$
add a comment |
$begingroup$
Find the general solution to the given equation
$$3x{"} - 4x{'} +x = e^t +e^{-t}$$
I know how to solve a given task using the Variation of Parameters method, however I would also like to know how to do that without it.
We have:
$$y = y_{h} + y_{p}$$
So finding the general solution to the homogenous equation is quite easy.
$$x_h = c_1e^{x/3} + c_2e^x$$
Now I have a problem with finding the particular solution to the non homogenous equation.
My first guess was to use $x = Ae^t + Be^{-t}$ and then using it in $3x{''}-4x'+x = e^t+e^{-t}$, but it does not seem to work (I don't really know why)
So my question is, what should be my $x$?
calculus ordinary-differential-equations
$endgroup$
$begingroup$
Try $x(t) = (c_1+c_2 t)e^t+(c_3+c_4 t)e^{-t}$
$endgroup$
– Cesareo
Jan 26 at 23:40
add a comment |
$begingroup$
Find the general solution to the given equation
$$3x{"} - 4x{'} +x = e^t +e^{-t}$$
I know how to solve a given task using the Variation of Parameters method, however I would also like to know how to do that without it.
We have:
$$y = y_{h} + y_{p}$$
So finding the general solution to the homogenous equation is quite easy.
$$x_h = c_1e^{x/3} + c_2e^x$$
Now I have a problem with finding the particular solution to the non homogenous equation.
My first guess was to use $x = Ae^t + Be^{-t}$ and then using it in $3x{''}-4x'+x = e^t+e^{-t}$, but it does not seem to work (I don't really know why)
So my question is, what should be my $x$?
calculus ordinary-differential-equations
$endgroup$
Find the general solution to the given equation
$$3x{"} - 4x{'} +x = e^t +e^{-t}$$
I know how to solve a given task using the Variation of Parameters method, however I would also like to know how to do that without it.
We have:
$$y = y_{h} + y_{p}$$
So finding the general solution to the homogenous equation is quite easy.
$$x_h = c_1e^{x/3} + c_2e^x$$
Now I have a problem with finding the particular solution to the non homogenous equation.
My first guess was to use $x = Ae^t + Be^{-t}$ and then using it in $3x{''}-4x'+x = e^t+e^{-t}$, but it does not seem to work (I don't really know why)
So my question is, what should be my $x$?
calculus ordinary-differential-equations
calculus ordinary-differential-equations
asked Jan 26 at 22:56
James SmithJames Smith
34817
34817
$begingroup$
Try $x(t) = (c_1+c_2 t)e^t+(c_3+c_4 t)e^{-t}$
$endgroup$
– Cesareo
Jan 26 at 23:40
add a comment |
$begingroup$
Try $x(t) = (c_1+c_2 t)e^t+(c_3+c_4 t)e^{-t}$
$endgroup$
– Cesareo
Jan 26 at 23:40
$begingroup$
Try $x(t) = (c_1+c_2 t)e^t+(c_3+c_4 t)e^{-t}$
$endgroup$
– Cesareo
Jan 26 at 23:40
$begingroup$
Try $x(t) = (c_1+c_2 t)e^t+(c_3+c_4 t)e^{-t}$
$endgroup$
– Cesareo
Jan 26 at 23:40
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Note that $e^t$ is already a homogeneous solution, that's why you can't use it as a particular guess. Try
$$ x_p(t) = Ate^t + Be^{-t} $$
$endgroup$
$begingroup$
Thank you. Good to know this fact.
$endgroup$
– James Smith
Jan 27 at 11:54
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%2f3088887%2ffind-the-general-solution-to-the-given-equation%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$
Note that $e^t$ is already a homogeneous solution, that's why you can't use it as a particular guess. Try
$$ x_p(t) = Ate^t + Be^{-t} $$
$endgroup$
$begingroup$
Thank you. Good to know this fact.
$endgroup$
– James Smith
Jan 27 at 11:54
add a comment |
$begingroup$
Note that $e^t$ is already a homogeneous solution, that's why you can't use it as a particular guess. Try
$$ x_p(t) = Ate^t + Be^{-t} $$
$endgroup$
$begingroup$
Thank you. Good to know this fact.
$endgroup$
– James Smith
Jan 27 at 11:54
add a comment |
$begingroup$
Note that $e^t$ is already a homogeneous solution, that's why you can't use it as a particular guess. Try
$$ x_p(t) = Ate^t + Be^{-t} $$
$endgroup$
Note that $e^t$ is already a homogeneous solution, that's why you can't use it as a particular guess. Try
$$ x_p(t) = Ate^t + Be^{-t} $$
answered Jan 27 at 4:10
DylanDylan
14.1k31127
14.1k31127
$begingroup$
Thank you. Good to know this fact.
$endgroup$
– James Smith
Jan 27 at 11:54
add a comment |
$begingroup$
Thank you. Good to know this fact.
$endgroup$
– James Smith
Jan 27 at 11:54
$begingroup$
Thank you. Good to know this fact.
$endgroup$
– James Smith
Jan 27 at 11:54
$begingroup$
Thank you. Good to know this fact.
$endgroup$
– James Smith
Jan 27 at 11:54
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%2f3088887%2ffind-the-general-solution-to-the-given-equation%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$
Try $x(t) = (c_1+c_2 t)e^t+(c_3+c_4 t)e^{-t}$
$endgroup$
– Cesareo
Jan 26 at 23:40