How to solve ode of this form
$begingroup$
$
a_n(y')^n + a_{n-1}(y')^{n-1} + cdots + a_0 y' =0
$
I am also unclear on how to describe this as it is not nth order. The polynomial being in the derivative is not something that I think I have seen before.
ordinary-differential-equations
$endgroup$
add a comment |
$begingroup$
$
a_n(y')^n + a_{n-1}(y')^{n-1} + cdots + a_0 y' =0
$
I am also unclear on how to describe this as it is not nth order. The polynomial being in the derivative is not something that I think I have seen before.
ordinary-differential-equations
$endgroup$
1
$begingroup$
I'm not really sure, but it kind of looks like you should solve the polynomial for $y'$, then solve for $y$
$endgroup$
– Seth
1 hour ago
1
$begingroup$
Do you mean $cdots + a_1 y^prime + a_0$ at the end?
$endgroup$
– parsiad
1 hour ago
$begingroup$
Would make sense @parsiad
$endgroup$
– Neo Darwin
1 hour ago
1
$begingroup$
@NeoDarwin: encouraging OP to edit the post.
$endgroup$
– parsiad
1 hour ago
add a comment |
$begingroup$
$
a_n(y')^n + a_{n-1}(y')^{n-1} + cdots + a_0 y' =0
$
I am also unclear on how to describe this as it is not nth order. The polynomial being in the derivative is not something that I think I have seen before.
ordinary-differential-equations
$endgroup$
$
a_n(y')^n + a_{n-1}(y')^{n-1} + cdots + a_0 y' =0
$
I am also unclear on how to describe this as it is not nth order. The polynomial being in the derivative is not something that I think I have seen before.
ordinary-differential-equations
ordinary-differential-equations
asked 1 hour ago
user47475user47475
634
634
1
$begingroup$
I'm not really sure, but it kind of looks like you should solve the polynomial for $y'$, then solve for $y$
$endgroup$
– Seth
1 hour ago
1
$begingroup$
Do you mean $cdots + a_1 y^prime + a_0$ at the end?
$endgroup$
– parsiad
1 hour ago
$begingroup$
Would make sense @parsiad
$endgroup$
– Neo Darwin
1 hour ago
1
$begingroup$
@NeoDarwin: encouraging OP to edit the post.
$endgroup$
– parsiad
1 hour ago
add a comment |
1
$begingroup$
I'm not really sure, but it kind of looks like you should solve the polynomial for $y'$, then solve for $y$
$endgroup$
– Seth
1 hour ago
1
$begingroup$
Do you mean $cdots + a_1 y^prime + a_0$ at the end?
$endgroup$
– parsiad
1 hour ago
$begingroup$
Would make sense @parsiad
$endgroup$
– Neo Darwin
1 hour ago
1
$begingroup$
@NeoDarwin: encouraging OP to edit the post.
$endgroup$
– parsiad
1 hour ago
1
1
$begingroup$
I'm not really sure, but it kind of looks like you should solve the polynomial for $y'$, then solve for $y$
$endgroup$
– Seth
1 hour ago
$begingroup$
I'm not really sure, but it kind of looks like you should solve the polynomial for $y'$, then solve for $y$
$endgroup$
– Seth
1 hour ago
1
1
$begingroup$
Do you mean $cdots + a_1 y^prime + a_0$ at the end?
$endgroup$
– parsiad
1 hour ago
$begingroup$
Do you mean $cdots + a_1 y^prime + a_0$ at the end?
$endgroup$
– parsiad
1 hour ago
$begingroup$
Would make sense @parsiad
$endgroup$
– Neo Darwin
1 hour ago
$begingroup$
Would make sense @parsiad
$endgroup$
– Neo Darwin
1 hour ago
1
1
$begingroup$
@NeoDarwin: encouraging OP to edit the post.
$endgroup$
– parsiad
1 hour ago
$begingroup$
@NeoDarwin: encouraging OP to edit the post.
$endgroup$
– parsiad
1 hour ago
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Well. As pointed out in the comments by Seth.
Let us consider an example
begin{align}
(y')^2+2y'+1=0
end{align}
then it follows $y' = -1$ so $y = -t+C$.
So, in general, you will get $y'=$ const. Then $y=text{const}. t+C$.
$endgroup$
$begingroup$
What if it does not have real roots?
$endgroup$
– Neo Darwin
1 hour ago
1
$begingroup$
Then you have a complex constant. If you only want real solutions, then you can drop all the complex solutions.
$endgroup$
– Jacky Chong
1 hour ago
$begingroup$
Thanks. Good answer and logical.
$endgroup$
– Neo Darwin
1 hour ago
add a comment |
$begingroup$
TLDR. All continuously differentiable solutions of the ODE are of the form $y(t) = c + tz$ where $z$ is a (possibly complex) root of the corresponding polynomial.
Let $y:[0,T)rightarrowmathbb{R}$ where $Tleqinfty$ be a continuously differentiable function satisfying the ODE
$$
a_{n}(y^{prime}(t))^{n}+cdots+a_{1}y^{prime}(t)+a_{0}=0.
$$
By the fundamental theorem of algebra, if $a_{n}neq0$, the corresponding polynomial
$$
a_{n}r^{n}+cdots+a_{1}r+a_{0}
$$
has $n$ complex roots, call them $z_{1},ldots,z_{n}$. We can re-express the ODE as
$$
left(y^{prime}(t)-z_{1}right)cdotsleft(y^{prime}(t)-z_{n}right)=0.
$$
By the above, $y^{prime}(t)=z_{k(t)}$ where $k(t)in{1,ldots,n}$ for all $t$.
In fact, $tmapsto z_{k(t)}$ must be constant since otherwise continuous differentiability is violated. We conclude that $y(t)=c+tz_{j}$ for some $j$.
$endgroup$
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%2f3112254%2fhow-to-solve-ode-of-this-form%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
$begingroup$
Well. As pointed out in the comments by Seth.
Let us consider an example
begin{align}
(y')^2+2y'+1=0
end{align}
then it follows $y' = -1$ so $y = -t+C$.
So, in general, you will get $y'=$ const. Then $y=text{const}. t+C$.
$endgroup$
$begingroup$
What if it does not have real roots?
$endgroup$
– Neo Darwin
1 hour ago
1
$begingroup$
Then you have a complex constant. If you only want real solutions, then you can drop all the complex solutions.
$endgroup$
– Jacky Chong
1 hour ago
$begingroup$
Thanks. Good answer and logical.
$endgroup$
– Neo Darwin
1 hour ago
add a comment |
$begingroup$
Well. As pointed out in the comments by Seth.
Let us consider an example
begin{align}
(y')^2+2y'+1=0
end{align}
then it follows $y' = -1$ so $y = -t+C$.
So, in general, you will get $y'=$ const. Then $y=text{const}. t+C$.
$endgroup$
$begingroup$
What if it does not have real roots?
$endgroup$
– Neo Darwin
1 hour ago
1
$begingroup$
Then you have a complex constant. If you only want real solutions, then you can drop all the complex solutions.
$endgroup$
– Jacky Chong
1 hour ago
$begingroup$
Thanks. Good answer and logical.
$endgroup$
– Neo Darwin
1 hour ago
add a comment |
$begingroup$
Well. As pointed out in the comments by Seth.
Let us consider an example
begin{align}
(y')^2+2y'+1=0
end{align}
then it follows $y' = -1$ so $y = -t+C$.
So, in general, you will get $y'=$ const. Then $y=text{const}. t+C$.
$endgroup$
Well. As pointed out in the comments by Seth.
Let us consider an example
begin{align}
(y')^2+2y'+1=0
end{align}
then it follows $y' = -1$ so $y = -t+C$.
So, in general, you will get $y'=$ const. Then $y=text{const}. t+C$.
answered 1 hour ago
Jacky ChongJacky Chong
18.6k21128
18.6k21128
$begingroup$
What if it does not have real roots?
$endgroup$
– Neo Darwin
1 hour ago
1
$begingroup$
Then you have a complex constant. If you only want real solutions, then you can drop all the complex solutions.
$endgroup$
– Jacky Chong
1 hour ago
$begingroup$
Thanks. Good answer and logical.
$endgroup$
– Neo Darwin
1 hour ago
add a comment |
$begingroup$
What if it does not have real roots?
$endgroup$
– Neo Darwin
1 hour ago
1
$begingroup$
Then you have a complex constant. If you only want real solutions, then you can drop all the complex solutions.
$endgroup$
– Jacky Chong
1 hour ago
$begingroup$
Thanks. Good answer and logical.
$endgroup$
– Neo Darwin
1 hour ago
$begingroup$
What if it does not have real roots?
$endgroup$
– Neo Darwin
1 hour ago
$begingroup$
What if it does not have real roots?
$endgroup$
– Neo Darwin
1 hour ago
1
1
$begingroup$
Then you have a complex constant. If you only want real solutions, then you can drop all the complex solutions.
$endgroup$
– Jacky Chong
1 hour ago
$begingroup$
Then you have a complex constant. If you only want real solutions, then you can drop all the complex solutions.
$endgroup$
– Jacky Chong
1 hour ago
$begingroup$
Thanks. Good answer and logical.
$endgroup$
– Neo Darwin
1 hour ago
$begingroup$
Thanks. Good answer and logical.
$endgroup$
– Neo Darwin
1 hour ago
add a comment |
$begingroup$
TLDR. All continuously differentiable solutions of the ODE are of the form $y(t) = c + tz$ where $z$ is a (possibly complex) root of the corresponding polynomial.
Let $y:[0,T)rightarrowmathbb{R}$ where $Tleqinfty$ be a continuously differentiable function satisfying the ODE
$$
a_{n}(y^{prime}(t))^{n}+cdots+a_{1}y^{prime}(t)+a_{0}=0.
$$
By the fundamental theorem of algebra, if $a_{n}neq0$, the corresponding polynomial
$$
a_{n}r^{n}+cdots+a_{1}r+a_{0}
$$
has $n$ complex roots, call them $z_{1},ldots,z_{n}$. We can re-express the ODE as
$$
left(y^{prime}(t)-z_{1}right)cdotsleft(y^{prime}(t)-z_{n}right)=0.
$$
By the above, $y^{prime}(t)=z_{k(t)}$ where $k(t)in{1,ldots,n}$ for all $t$.
In fact, $tmapsto z_{k(t)}$ must be constant since otherwise continuous differentiability is violated. We conclude that $y(t)=c+tz_{j}$ for some $j$.
$endgroup$
add a comment |
$begingroup$
TLDR. All continuously differentiable solutions of the ODE are of the form $y(t) = c + tz$ where $z$ is a (possibly complex) root of the corresponding polynomial.
Let $y:[0,T)rightarrowmathbb{R}$ where $Tleqinfty$ be a continuously differentiable function satisfying the ODE
$$
a_{n}(y^{prime}(t))^{n}+cdots+a_{1}y^{prime}(t)+a_{0}=0.
$$
By the fundamental theorem of algebra, if $a_{n}neq0$, the corresponding polynomial
$$
a_{n}r^{n}+cdots+a_{1}r+a_{0}
$$
has $n$ complex roots, call them $z_{1},ldots,z_{n}$. We can re-express the ODE as
$$
left(y^{prime}(t)-z_{1}right)cdotsleft(y^{prime}(t)-z_{n}right)=0.
$$
By the above, $y^{prime}(t)=z_{k(t)}$ where $k(t)in{1,ldots,n}$ for all $t$.
In fact, $tmapsto z_{k(t)}$ must be constant since otherwise continuous differentiability is violated. We conclude that $y(t)=c+tz_{j}$ for some $j$.
$endgroup$
add a comment |
$begingroup$
TLDR. All continuously differentiable solutions of the ODE are of the form $y(t) = c + tz$ where $z$ is a (possibly complex) root of the corresponding polynomial.
Let $y:[0,T)rightarrowmathbb{R}$ where $Tleqinfty$ be a continuously differentiable function satisfying the ODE
$$
a_{n}(y^{prime}(t))^{n}+cdots+a_{1}y^{prime}(t)+a_{0}=0.
$$
By the fundamental theorem of algebra, if $a_{n}neq0$, the corresponding polynomial
$$
a_{n}r^{n}+cdots+a_{1}r+a_{0}
$$
has $n$ complex roots, call them $z_{1},ldots,z_{n}$. We can re-express the ODE as
$$
left(y^{prime}(t)-z_{1}right)cdotsleft(y^{prime}(t)-z_{n}right)=0.
$$
By the above, $y^{prime}(t)=z_{k(t)}$ where $k(t)in{1,ldots,n}$ for all $t$.
In fact, $tmapsto z_{k(t)}$ must be constant since otherwise continuous differentiability is violated. We conclude that $y(t)=c+tz_{j}$ for some $j$.
$endgroup$
TLDR. All continuously differentiable solutions of the ODE are of the form $y(t) = c + tz$ where $z$ is a (possibly complex) root of the corresponding polynomial.
Let $y:[0,T)rightarrowmathbb{R}$ where $Tleqinfty$ be a continuously differentiable function satisfying the ODE
$$
a_{n}(y^{prime}(t))^{n}+cdots+a_{1}y^{prime}(t)+a_{0}=0.
$$
By the fundamental theorem of algebra, if $a_{n}neq0$, the corresponding polynomial
$$
a_{n}r^{n}+cdots+a_{1}r+a_{0}
$$
has $n$ complex roots, call them $z_{1},ldots,z_{n}$. We can re-express the ODE as
$$
left(y^{prime}(t)-z_{1}right)cdotsleft(y^{prime}(t)-z_{n}right)=0.
$$
By the above, $y^{prime}(t)=z_{k(t)}$ where $k(t)in{1,ldots,n}$ for all $t$.
In fact, $tmapsto z_{k(t)}$ must be constant since otherwise continuous differentiability is violated. We conclude that $y(t)=c+tz_{j}$ for some $j$.
edited 1 hour ago
answered 1 hour ago
parsiadparsiad
17.5k32353
17.5k32353
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.
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%2f3112254%2fhow-to-solve-ode-of-this-form%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
1
$begingroup$
I'm not really sure, but it kind of looks like you should solve the polynomial for $y'$, then solve for $y$
$endgroup$
– Seth
1 hour ago
1
$begingroup$
Do you mean $cdots + a_1 y^prime + a_0$ at the end?
$endgroup$
– parsiad
1 hour ago
$begingroup$
Would make sense @parsiad
$endgroup$
– Neo Darwin
1 hour ago
1
$begingroup$
@NeoDarwin: encouraging OP to edit the post.
$endgroup$
– parsiad
1 hour ago