Examples of higher order nonlinear ODEs that can be solved via substitution
$begingroup$
Background
I'm currently reviewing for the final exam of my undergraduate Ordinary Differential Equations course, and a question on the last exam that stumped me was the following:
Find the general solution for the ODE $ y'' = -2t(y')^2 $.
Although I unfortunately couldn't solve it during my mid-exam panic, I eventually went home and solved it the following way:
Let $ v = y' implies v' = y'' $. Apply this substitution to the above equation.
Using the separation of variables method, turn $ v' = -2tv^2 $ into $ v^{-2}v' = -2t $.
$$ int{v^{-2}dv} = int{-2tdt} $$
$$ -v^{-1} = -t^2 + c, c in Re $$
$$ v^{-1} = t^2 - c $$
$$ v = frac{1}{t^2 - c} $$
$$ y' = frac{1}{t^2 - c} $$
$$ int{1dy} = int{frac{1}{t^2 - c}dt} $$
$$ y = int{frac{1}{t^2 - c}dt} $$
Finally, I'd evaluate the integral for a negative, zero, and positive $ c $ to get the final general solution to the ODE, but that part is beside the point of the question.
Problem
My request is for someone to provide several similar examples of higher order, nonlinear ODEs that can be solved through a similar method of substitution as above, as well as some ODEs that require substitutions to be made in order prior to solving them.
It's hard to find similar examples online, though few are present in undergraduate textbooks, so I'm hoping people reading this would find the upcoming solutions useful.
Thank you in advance!
ordinary-differential-equations substitution
$endgroup$
add a comment |
$begingroup$
Background
I'm currently reviewing for the final exam of my undergraduate Ordinary Differential Equations course, and a question on the last exam that stumped me was the following:
Find the general solution for the ODE $ y'' = -2t(y')^2 $.
Although I unfortunately couldn't solve it during my mid-exam panic, I eventually went home and solved it the following way:
Let $ v = y' implies v' = y'' $. Apply this substitution to the above equation.
Using the separation of variables method, turn $ v' = -2tv^2 $ into $ v^{-2}v' = -2t $.
$$ int{v^{-2}dv} = int{-2tdt} $$
$$ -v^{-1} = -t^2 + c, c in Re $$
$$ v^{-1} = t^2 - c $$
$$ v = frac{1}{t^2 - c} $$
$$ y' = frac{1}{t^2 - c} $$
$$ int{1dy} = int{frac{1}{t^2 - c}dt} $$
$$ y = int{frac{1}{t^2 - c}dt} $$
Finally, I'd evaluate the integral for a negative, zero, and positive $ c $ to get the final general solution to the ODE, but that part is beside the point of the question.
Problem
My request is for someone to provide several similar examples of higher order, nonlinear ODEs that can be solved through a similar method of substitution as above, as well as some ODEs that require substitutions to be made in order prior to solving them.
It's hard to find similar examples online, though few are present in undergraduate textbooks, so I'm hoping people reading this would find the upcoming solutions useful.
Thank you in advance!
ordinary-differential-equations substitution
$endgroup$
add a comment |
$begingroup$
Background
I'm currently reviewing for the final exam of my undergraduate Ordinary Differential Equations course, and a question on the last exam that stumped me was the following:
Find the general solution for the ODE $ y'' = -2t(y')^2 $.
Although I unfortunately couldn't solve it during my mid-exam panic, I eventually went home and solved it the following way:
Let $ v = y' implies v' = y'' $. Apply this substitution to the above equation.
Using the separation of variables method, turn $ v' = -2tv^2 $ into $ v^{-2}v' = -2t $.
$$ int{v^{-2}dv} = int{-2tdt} $$
$$ -v^{-1} = -t^2 + c, c in Re $$
$$ v^{-1} = t^2 - c $$
$$ v = frac{1}{t^2 - c} $$
$$ y' = frac{1}{t^2 - c} $$
$$ int{1dy} = int{frac{1}{t^2 - c}dt} $$
$$ y = int{frac{1}{t^2 - c}dt} $$
Finally, I'd evaluate the integral for a negative, zero, and positive $ c $ to get the final general solution to the ODE, but that part is beside the point of the question.
Problem
My request is for someone to provide several similar examples of higher order, nonlinear ODEs that can be solved through a similar method of substitution as above, as well as some ODEs that require substitutions to be made in order prior to solving them.
It's hard to find similar examples online, though few are present in undergraduate textbooks, so I'm hoping people reading this would find the upcoming solutions useful.
Thank you in advance!
ordinary-differential-equations substitution
$endgroup$
Background
I'm currently reviewing for the final exam of my undergraduate Ordinary Differential Equations course, and a question on the last exam that stumped me was the following:
Find the general solution for the ODE $ y'' = -2t(y')^2 $.
Although I unfortunately couldn't solve it during my mid-exam panic, I eventually went home and solved it the following way:
Let $ v = y' implies v' = y'' $. Apply this substitution to the above equation.
Using the separation of variables method, turn $ v' = -2tv^2 $ into $ v^{-2}v' = -2t $.
$$ int{v^{-2}dv} = int{-2tdt} $$
$$ -v^{-1} = -t^2 + c, c in Re $$
$$ v^{-1} = t^2 - c $$
$$ v = frac{1}{t^2 - c} $$
$$ y' = frac{1}{t^2 - c} $$
$$ int{1dy} = int{frac{1}{t^2 - c}dt} $$
$$ y = int{frac{1}{t^2 - c}dt} $$
Finally, I'd evaluate the integral for a negative, zero, and positive $ c $ to get the final general solution to the ODE, but that part is beside the point of the question.
Problem
My request is for someone to provide several similar examples of higher order, nonlinear ODEs that can be solved through a similar method of substitution as above, as well as some ODEs that require substitutions to be made in order prior to solving them.
It's hard to find similar examples online, though few are present in undergraduate textbooks, so I'm hoping people reading this would find the upcoming solutions useful.
Thank you in advance!
ordinary-differential-equations substitution
ordinary-differential-equations substitution
asked Dec 5 '18 at 17:35
Anthony KrivonosAnthony Krivonos
21210
21210
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
The method of solution you have used works whenever the unknown function $y$ does not appear explicitly in the equation, that is, in equations of the form
$$
y''=f(t,y').
$$
The change $y'=v$ reduces it to the first order ODE
$$
v'=f(t,v).
$$
Another situation in which this can be done is when the independent variable $t$ does not appear explicitly in the equation, that is, equations of the form
$$
y''=f(y,y').
$$
Let $y'=p$ and consider $p$ as a function of $y$. Then
$$
y''=frac{dy'}{dt}=frac{dp}{dt}=frac{dp}{dy},frac{dy}{dt}=p,frac{dp}{dy}.
$$
The original equation becomes
$$
p,frac{dp}{dy}=f(y,p),
$$
a first order equation. Once you find $p=p(y)$, you still have to find $y$ as a function of $t$. This is done solving the equation
$$
frac{dy}{dt}=p(y),
$$
whose solution is
$$
intfrac{dy}{p(y)}=t+C.
$$
$endgroup$
$begingroup$
Thanks for the answer, it gives me more insight into the methods for solving the two types of ODEs you mentioned using substitution methods. If you could present simple examples of such equations, along with the definitions you provided, it'd go a long way for myself and for future readers.
$endgroup$
– Anthony Krivonos
Dec 6 '18 at 18:49
$begingroup$
Most books on ODE's will have problems of this type.
$endgroup$
– Julián Aguirre
Dec 10 '18 at 12:21
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%2f3027387%2fexamples-of-higher-order-nonlinear-odes-that-can-be-solved-via-substitution%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 method of solution you have used works whenever the unknown function $y$ does not appear explicitly in the equation, that is, in equations of the form
$$
y''=f(t,y').
$$
The change $y'=v$ reduces it to the first order ODE
$$
v'=f(t,v).
$$
Another situation in which this can be done is when the independent variable $t$ does not appear explicitly in the equation, that is, equations of the form
$$
y''=f(y,y').
$$
Let $y'=p$ and consider $p$ as a function of $y$. Then
$$
y''=frac{dy'}{dt}=frac{dp}{dt}=frac{dp}{dy},frac{dy}{dt}=p,frac{dp}{dy}.
$$
The original equation becomes
$$
p,frac{dp}{dy}=f(y,p),
$$
a first order equation. Once you find $p=p(y)$, you still have to find $y$ as a function of $t$. This is done solving the equation
$$
frac{dy}{dt}=p(y),
$$
whose solution is
$$
intfrac{dy}{p(y)}=t+C.
$$
$endgroup$
$begingroup$
Thanks for the answer, it gives me more insight into the methods for solving the two types of ODEs you mentioned using substitution methods. If you could present simple examples of such equations, along with the definitions you provided, it'd go a long way for myself and for future readers.
$endgroup$
– Anthony Krivonos
Dec 6 '18 at 18:49
$begingroup$
Most books on ODE's will have problems of this type.
$endgroup$
– Julián Aguirre
Dec 10 '18 at 12:21
add a comment |
$begingroup$
The method of solution you have used works whenever the unknown function $y$ does not appear explicitly in the equation, that is, in equations of the form
$$
y''=f(t,y').
$$
The change $y'=v$ reduces it to the first order ODE
$$
v'=f(t,v).
$$
Another situation in which this can be done is when the independent variable $t$ does not appear explicitly in the equation, that is, equations of the form
$$
y''=f(y,y').
$$
Let $y'=p$ and consider $p$ as a function of $y$. Then
$$
y''=frac{dy'}{dt}=frac{dp}{dt}=frac{dp}{dy},frac{dy}{dt}=p,frac{dp}{dy}.
$$
The original equation becomes
$$
p,frac{dp}{dy}=f(y,p),
$$
a first order equation. Once you find $p=p(y)$, you still have to find $y$ as a function of $t$. This is done solving the equation
$$
frac{dy}{dt}=p(y),
$$
whose solution is
$$
intfrac{dy}{p(y)}=t+C.
$$
$endgroup$
$begingroup$
Thanks for the answer, it gives me more insight into the methods for solving the two types of ODEs you mentioned using substitution methods. If you could present simple examples of such equations, along with the definitions you provided, it'd go a long way for myself and for future readers.
$endgroup$
– Anthony Krivonos
Dec 6 '18 at 18:49
$begingroup$
Most books on ODE's will have problems of this type.
$endgroup$
– Julián Aguirre
Dec 10 '18 at 12:21
add a comment |
$begingroup$
The method of solution you have used works whenever the unknown function $y$ does not appear explicitly in the equation, that is, in equations of the form
$$
y''=f(t,y').
$$
The change $y'=v$ reduces it to the first order ODE
$$
v'=f(t,v).
$$
Another situation in which this can be done is when the independent variable $t$ does not appear explicitly in the equation, that is, equations of the form
$$
y''=f(y,y').
$$
Let $y'=p$ and consider $p$ as a function of $y$. Then
$$
y''=frac{dy'}{dt}=frac{dp}{dt}=frac{dp}{dy},frac{dy}{dt}=p,frac{dp}{dy}.
$$
The original equation becomes
$$
p,frac{dp}{dy}=f(y,p),
$$
a first order equation. Once you find $p=p(y)$, you still have to find $y$ as a function of $t$. This is done solving the equation
$$
frac{dy}{dt}=p(y),
$$
whose solution is
$$
intfrac{dy}{p(y)}=t+C.
$$
$endgroup$
The method of solution you have used works whenever the unknown function $y$ does not appear explicitly in the equation, that is, in equations of the form
$$
y''=f(t,y').
$$
The change $y'=v$ reduces it to the first order ODE
$$
v'=f(t,v).
$$
Another situation in which this can be done is when the independent variable $t$ does not appear explicitly in the equation, that is, equations of the form
$$
y''=f(y,y').
$$
Let $y'=p$ and consider $p$ as a function of $y$. Then
$$
y''=frac{dy'}{dt}=frac{dp}{dt}=frac{dp}{dy},frac{dy}{dt}=p,frac{dp}{dy}.
$$
The original equation becomes
$$
p,frac{dp}{dy}=f(y,p),
$$
a first order equation. Once you find $p=p(y)$, you still have to find $y$ as a function of $t$. This is done solving the equation
$$
frac{dy}{dt}=p(y),
$$
whose solution is
$$
intfrac{dy}{p(y)}=t+C.
$$
answered Dec 5 '18 at 17:53
Julián AguirreJulián Aguirre
68.6k24094
68.6k24094
$begingroup$
Thanks for the answer, it gives me more insight into the methods for solving the two types of ODEs you mentioned using substitution methods. If you could present simple examples of such equations, along with the definitions you provided, it'd go a long way for myself and for future readers.
$endgroup$
– Anthony Krivonos
Dec 6 '18 at 18:49
$begingroup$
Most books on ODE's will have problems of this type.
$endgroup$
– Julián Aguirre
Dec 10 '18 at 12:21
add a comment |
$begingroup$
Thanks for the answer, it gives me more insight into the methods for solving the two types of ODEs you mentioned using substitution methods. If you could present simple examples of such equations, along with the definitions you provided, it'd go a long way for myself and for future readers.
$endgroup$
– Anthony Krivonos
Dec 6 '18 at 18:49
$begingroup$
Most books on ODE's will have problems of this type.
$endgroup$
– Julián Aguirre
Dec 10 '18 at 12:21
$begingroup$
Thanks for the answer, it gives me more insight into the methods for solving the two types of ODEs you mentioned using substitution methods. If you could present simple examples of such equations, along with the definitions you provided, it'd go a long way for myself and for future readers.
$endgroup$
– Anthony Krivonos
Dec 6 '18 at 18:49
$begingroup$
Thanks for the answer, it gives me more insight into the methods for solving the two types of ODEs you mentioned using substitution methods. If you could present simple examples of such equations, along with the definitions you provided, it'd go a long way for myself and for future readers.
$endgroup$
– Anthony Krivonos
Dec 6 '18 at 18:49
$begingroup$
Most books on ODE's will have problems of this type.
$endgroup$
– Julián Aguirre
Dec 10 '18 at 12:21
$begingroup$
Most books on ODE's will have problems of this type.
$endgroup$
– Julián Aguirre
Dec 10 '18 at 12:21
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%2f3027387%2fexamples-of-higher-order-nonlinear-odes-that-can-be-solved-via-substitution%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