Find a 3rd degree differential equation

Multi tool use
$begingroup$
I'm studying differential equations and in one question on a sheet the teacher gave us for practice I'm asked to find a 3rd degree linear differential equation. I know 2 particular solutions and the solution of the associated homogeneous solution.
My question is: how do I use the particular solutions, I can write a polynome using the homogeneous and another one using the particular ones. I dont know what to do from here. I have a resolution of this question, but none of my colleagues is able to explain it, they just memorized the process for the evaluation, I'm trying to understand it.
Theres a photo of the resolution.
Thank you
ordinary-differential-equations
$endgroup$
add a comment |
$begingroup$
I'm studying differential equations and in one question on a sheet the teacher gave us for practice I'm asked to find a 3rd degree linear differential equation. I know 2 particular solutions and the solution of the associated homogeneous solution.
My question is: how do I use the particular solutions, I can write a polynome using the homogeneous and another one using the particular ones. I dont know what to do from here. I have a resolution of this question, but none of my colleagues is able to explain it, they just memorized the process for the evaluation, I'm trying to understand it.
Theres a photo of the resolution.
Thank you
ordinary-differential-equations
$endgroup$
1
$begingroup$
When you want an answer I suggest you to use mathjax here!
$endgroup$
– Fakemistake
Dec 30 '18 at 19:06
$begingroup$
Is your $y_3(x)=e^{2x}$ the particular solution to the homogenous equation?
$endgroup$
– Arthur
Dec 30 '18 at 19:16
$begingroup$
You should only need one particular solution. Your solution to the homogeneous equation should have three constants in it that can be used to match the initial conditions. I can't read your photo, so cannot give details.
$endgroup$
– Ross Millikan
Dec 30 '18 at 19:25
add a comment |
$begingroup$
I'm studying differential equations and in one question on a sheet the teacher gave us for practice I'm asked to find a 3rd degree linear differential equation. I know 2 particular solutions and the solution of the associated homogeneous solution.
My question is: how do I use the particular solutions, I can write a polynome using the homogeneous and another one using the particular ones. I dont know what to do from here. I have a resolution of this question, but none of my colleagues is able to explain it, they just memorized the process for the evaluation, I'm trying to understand it.
Theres a photo of the resolution.
Thank you
ordinary-differential-equations
$endgroup$
I'm studying differential equations and in one question on a sheet the teacher gave us for practice I'm asked to find a 3rd degree linear differential equation. I know 2 particular solutions and the solution of the associated homogeneous solution.
My question is: how do I use the particular solutions, I can write a polynome using the homogeneous and another one using the particular ones. I dont know what to do from here. I have a resolution of this question, but none of my colleagues is able to explain it, they just memorized the process for the evaluation, I'm trying to understand it.
Theres a photo of the resolution.
Thank you
ordinary-differential-equations
ordinary-differential-equations
edited Dec 30 '18 at 19:13


Arthur
123k7122211
123k7122211
asked Dec 30 '18 at 19:04
fecfec
132
132
1
$begingroup$
When you want an answer I suggest you to use mathjax here!
$endgroup$
– Fakemistake
Dec 30 '18 at 19:06
$begingroup$
Is your $y_3(x)=e^{2x}$ the particular solution to the homogenous equation?
$endgroup$
– Arthur
Dec 30 '18 at 19:16
$begingroup$
You should only need one particular solution. Your solution to the homogeneous equation should have three constants in it that can be used to match the initial conditions. I can't read your photo, so cannot give details.
$endgroup$
– Ross Millikan
Dec 30 '18 at 19:25
add a comment |
1
$begingroup$
When you want an answer I suggest you to use mathjax here!
$endgroup$
– Fakemistake
Dec 30 '18 at 19:06
$begingroup$
Is your $y_3(x)=e^{2x}$ the particular solution to the homogenous equation?
$endgroup$
– Arthur
Dec 30 '18 at 19:16
$begingroup$
You should only need one particular solution. Your solution to the homogeneous equation should have three constants in it that can be used to match the initial conditions. I can't read your photo, so cannot give details.
$endgroup$
– Ross Millikan
Dec 30 '18 at 19:25
1
1
$begingroup$
When you want an answer I suggest you to use mathjax here!
$endgroup$
– Fakemistake
Dec 30 '18 at 19:06
$begingroup$
When you want an answer I suggest you to use mathjax here!
$endgroup$
– Fakemistake
Dec 30 '18 at 19:06
$begingroup$
Is your $y_3(x)=e^{2x}$ the particular solution to the homogenous equation?
$endgroup$
– Arthur
Dec 30 '18 at 19:16
$begingroup$
Is your $y_3(x)=e^{2x}$ the particular solution to the homogenous equation?
$endgroup$
– Arthur
Dec 30 '18 at 19:16
$begingroup$
You should only need one particular solution. Your solution to the homogeneous equation should have three constants in it that can be used to match the initial conditions. I can't read your photo, so cannot give details.
$endgroup$
– Ross Millikan
Dec 30 '18 at 19:25
$begingroup$
You should only need one particular solution. Your solution to the homogeneous equation should have three constants in it that can be used to match the initial conditions. I can't read your photo, so cannot give details.
$endgroup$
– Ross Millikan
Dec 30 '18 at 19:25
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
The general $3^{rd}$ order linear differential equation with constant coefficients is $$y'''+ay''+by'+cy=d;a,b,cinBbb R$$
$y_1(x)=x+ln x,y_2(x)=ln x$ are solutions, which gives $frac2{x^3}-frac a{x^2}+frac bx +b+cx+cln x=d=frac2{x^3}-frac a{x^2}+frac bx +cln x$, which gives $cx+b=0forall xtherefore b=c=0$. The associated homogeneous equation is $y'''+ay''=0$ whose solution is $e^{2x} therefore a=-2$. The answer is $$y'''-2y''=frac2{x^3}+frac2{x^2}$$
$endgroup$
$begingroup$
thank you, I tried to use a reverse method we learned in class,in which we calculate a polynome and then find the solutions of the differential equation, and it worked. because it's a physics course we can use some algorithms the teacher gives us to skip some steps
$endgroup$
– fec
Dec 30 '18 at 20:34
$begingroup$
How did you get the $1$ in $P(D)={1,x,e^{2x}}$?
$endgroup$
– Shubham Johri
Dec 31 '18 at 4:35
$begingroup$
Because I have x and I know that the polynome is just D, towhich is associated the solution 1 and x
$endgroup$
– fec
Jan 2 at 17:53
add a comment |
Your Answer
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%2f3057118%2ffind-a-3rd-degree-differential-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$
The general $3^{rd}$ order linear differential equation with constant coefficients is $$y'''+ay''+by'+cy=d;a,b,cinBbb R$$
$y_1(x)=x+ln x,y_2(x)=ln x$ are solutions, which gives $frac2{x^3}-frac a{x^2}+frac bx +b+cx+cln x=d=frac2{x^3}-frac a{x^2}+frac bx +cln x$, which gives $cx+b=0forall xtherefore b=c=0$. The associated homogeneous equation is $y'''+ay''=0$ whose solution is $e^{2x} therefore a=-2$. The answer is $$y'''-2y''=frac2{x^3}+frac2{x^2}$$
$endgroup$
$begingroup$
thank you, I tried to use a reverse method we learned in class,in which we calculate a polynome and then find the solutions of the differential equation, and it worked. because it's a physics course we can use some algorithms the teacher gives us to skip some steps
$endgroup$
– fec
Dec 30 '18 at 20:34
$begingroup$
How did you get the $1$ in $P(D)={1,x,e^{2x}}$?
$endgroup$
– Shubham Johri
Dec 31 '18 at 4:35
$begingroup$
Because I have x and I know that the polynome is just D, towhich is associated the solution 1 and x
$endgroup$
– fec
Jan 2 at 17:53
add a comment |
$begingroup$
The general $3^{rd}$ order linear differential equation with constant coefficients is $$y'''+ay''+by'+cy=d;a,b,cinBbb R$$
$y_1(x)=x+ln x,y_2(x)=ln x$ are solutions, which gives $frac2{x^3}-frac a{x^2}+frac bx +b+cx+cln x=d=frac2{x^3}-frac a{x^2}+frac bx +cln x$, which gives $cx+b=0forall xtherefore b=c=0$. The associated homogeneous equation is $y'''+ay''=0$ whose solution is $e^{2x} therefore a=-2$. The answer is $$y'''-2y''=frac2{x^3}+frac2{x^2}$$
$endgroup$
$begingroup$
thank you, I tried to use a reverse method we learned in class,in which we calculate a polynome and then find the solutions of the differential equation, and it worked. because it's a physics course we can use some algorithms the teacher gives us to skip some steps
$endgroup$
– fec
Dec 30 '18 at 20:34
$begingroup$
How did you get the $1$ in $P(D)={1,x,e^{2x}}$?
$endgroup$
– Shubham Johri
Dec 31 '18 at 4:35
$begingroup$
Because I have x and I know that the polynome is just D, towhich is associated the solution 1 and x
$endgroup$
– fec
Jan 2 at 17:53
add a comment |
$begingroup$
The general $3^{rd}$ order linear differential equation with constant coefficients is $$y'''+ay''+by'+cy=d;a,b,cinBbb R$$
$y_1(x)=x+ln x,y_2(x)=ln x$ are solutions, which gives $frac2{x^3}-frac a{x^2}+frac bx +b+cx+cln x=d=frac2{x^3}-frac a{x^2}+frac bx +cln x$, which gives $cx+b=0forall xtherefore b=c=0$. The associated homogeneous equation is $y'''+ay''=0$ whose solution is $e^{2x} therefore a=-2$. The answer is $$y'''-2y''=frac2{x^3}+frac2{x^2}$$
$endgroup$
The general $3^{rd}$ order linear differential equation with constant coefficients is $$y'''+ay''+by'+cy=d;a,b,cinBbb R$$
$y_1(x)=x+ln x,y_2(x)=ln x$ are solutions, which gives $frac2{x^3}-frac a{x^2}+frac bx +b+cx+cln x=d=frac2{x^3}-frac a{x^2}+frac bx +cln x$, which gives $cx+b=0forall xtherefore b=c=0$. The associated homogeneous equation is $y'''+ay''=0$ whose solution is $e^{2x} therefore a=-2$. The answer is $$y'''-2y''=frac2{x^3}+frac2{x^2}$$
edited Jan 2 at 17:59
answered Dec 30 '18 at 19:57


Shubham JohriShubham Johri
5,683918
5,683918
$begingroup$
thank you, I tried to use a reverse method we learned in class,in which we calculate a polynome and then find the solutions of the differential equation, and it worked. because it's a physics course we can use some algorithms the teacher gives us to skip some steps
$endgroup$
– fec
Dec 30 '18 at 20:34
$begingroup$
How did you get the $1$ in $P(D)={1,x,e^{2x}}$?
$endgroup$
– Shubham Johri
Dec 31 '18 at 4:35
$begingroup$
Because I have x and I know that the polynome is just D, towhich is associated the solution 1 and x
$endgroup$
– fec
Jan 2 at 17:53
add a comment |
$begingroup$
thank you, I tried to use a reverse method we learned in class,in which we calculate a polynome and then find the solutions of the differential equation, and it worked. because it's a physics course we can use some algorithms the teacher gives us to skip some steps
$endgroup$
– fec
Dec 30 '18 at 20:34
$begingroup$
How did you get the $1$ in $P(D)={1,x,e^{2x}}$?
$endgroup$
– Shubham Johri
Dec 31 '18 at 4:35
$begingroup$
Because I have x and I know that the polynome is just D, towhich is associated the solution 1 and x
$endgroup$
– fec
Jan 2 at 17:53
$begingroup$
thank you, I tried to use a reverse method we learned in class,in which we calculate a polynome and then find the solutions of the differential equation, and it worked. because it's a physics course we can use some algorithms the teacher gives us to skip some steps
$endgroup$
– fec
Dec 30 '18 at 20:34
$begingroup$
thank you, I tried to use a reverse method we learned in class,in which we calculate a polynome and then find the solutions of the differential equation, and it worked. because it's a physics course we can use some algorithms the teacher gives us to skip some steps
$endgroup$
– fec
Dec 30 '18 at 20:34
$begingroup$
How did you get the $1$ in $P(D)={1,x,e^{2x}}$?
$endgroup$
– Shubham Johri
Dec 31 '18 at 4:35
$begingroup$
How did you get the $1$ in $P(D)={1,x,e^{2x}}$?
$endgroup$
– Shubham Johri
Dec 31 '18 at 4:35
$begingroup$
Because I have x and I know that the polynome is just D, towhich is associated the solution 1 and x
$endgroup$
– fec
Jan 2 at 17:53
$begingroup$
Because I have x and I know that the polynome is just D, towhich is associated the solution 1 and x
$endgroup$
– fec
Jan 2 at 17:53
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%2f3057118%2ffind-a-3rd-degree-differential-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
kyfn2qYXvNHAEoq7,ozRcYDQD NXOb,9O 7cED,igXp3N Dmg,O692eF7QedkkOKUkS 9cmxiB6dTSZo,RSqROASsRUH
1
$begingroup$
When you want an answer I suggest you to use mathjax here!
$endgroup$
– Fakemistake
Dec 30 '18 at 19:06
$begingroup$
Is your $y_3(x)=e^{2x}$ the particular solution to the homogenous equation?
$endgroup$
– Arthur
Dec 30 '18 at 19:16
$begingroup$
You should only need one particular solution. Your solution to the homogeneous equation should have three constants in it that can be used to match the initial conditions. I can't read your photo, so cannot give details.
$endgroup$
– Ross Millikan
Dec 30 '18 at 19:25