How to solve ode of the form $ a_n(y')^n + a_n-1(y')^n-1 + cdots + a_1 y' + a_0 =0 $
Clash Royale CLAN TAG#URR8PPP
$begingroup$
$
a_n(y')^n + a_n-1(y')^n-1 + cdots + a_1 y'+a_0 =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_1 y'+a_0 =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
Feb 14 at 4:07
3
$begingroup$
Do you mean $cdots + a_1 y^prime + a_0$ at the end?
$endgroup$
– parsiad
Feb 14 at 4:19
$begingroup$
Would make sense @parsiad
$endgroup$
– Neo Darwin
Feb 14 at 4:22
2
$begingroup$
@NeoDarwin: encouraging OP to edit the post.
$endgroup$
– parsiad
Feb 14 at 4:23
add a comment |
$begingroup$
$
a_n(y')^n + a_n-1(y')^n-1 + cdots + a_1 y'+a_0 =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_1 y'+a_0 =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
edited Feb 14 at 16:02
user47475
asked Feb 14 at 4:05
user47475user47475
656
656
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
Feb 14 at 4:07
3
$begingroup$
Do you mean $cdots + a_1 y^prime + a_0$ at the end?
$endgroup$
– parsiad
Feb 14 at 4:19
$begingroup$
Would make sense @parsiad
$endgroup$
– Neo Darwin
Feb 14 at 4:22
2
$begingroup$
@NeoDarwin: encouraging OP to edit the post.
$endgroup$
– parsiad
Feb 14 at 4:23
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
Feb 14 at 4:07
3
$begingroup$
Do you mean $cdots + a_1 y^prime + a_0$ at the end?
$endgroup$
– parsiad
Feb 14 at 4:19
$begingroup$
Would make sense @parsiad
$endgroup$
– Neo Darwin
Feb 14 at 4:22
2
$begingroup$
@NeoDarwin: encouraging OP to edit the post.
$endgroup$
– parsiad
Feb 14 at 4:23
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
Feb 14 at 4:07
$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
Feb 14 at 4:07
3
3
$begingroup$
Do you mean $cdots + a_1 y^prime + a_0$ at the end?
$endgroup$
– parsiad
Feb 14 at 4:19
$begingroup$
Do you mean $cdots + a_1 y^prime + a_0$ at the end?
$endgroup$
– parsiad
Feb 14 at 4:19
$begingroup$
Would make sense @parsiad
$endgroup$
– Neo Darwin
Feb 14 at 4:22
$begingroup$
Would make sense @parsiad
$endgroup$
– Neo Darwin
Feb 14 at 4:22
2
2
$begingroup$
@NeoDarwin: encouraging OP to edit the post.
$endgroup$
– parsiad
Feb 14 at 4:23
$begingroup$
@NeoDarwin: encouraging OP to edit the post.
$endgroup$
– parsiad
Feb 14 at 4:23
add a comment |
2 Answers
2
active
oldest
votes
$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)rightarrowmathbbR$ where $Tleqinfty$ be a continuously differentiable function satisfying the ODE
$$
a_n(y^prime(t))^n+cdots+a_1y^prime(t)+a_0=0.
$$
By the fundamental theorem of algebra, if $a_nneq0$, the corresponding polynomial
$$
a_nr^n+cdots+a_1r+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_1right)cdotsleft(y^prime(t)-z_nright)=0.
$$
By the above, $y^prime(t)=z_k(t)$ where $k(t)in1,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$
Well. As pointed out in the comments by Seth.
Let us consider an example
beginalign
(y')^2+2y'+1=0
endalign
then it follows $y' = -1$ so $y = -t+C$.
So, in general, you will get $y'=$ const. Then $y=textconst. t+C$.
$endgroup$
$begingroup$
What if it does not have real roots?
$endgroup$
– Neo Darwin
Feb 14 at 4:32
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
Feb 14 at 4:33
$begingroup$
Thanks. Good answer and logical.
$endgroup$
– Neo Darwin
Feb 14 at 4:43
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-the-form-a-nyn-a-n-1yn-1-cdots-a-1-y%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$
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)rightarrowmathbbR$ where $Tleqinfty$ be a continuously differentiable function satisfying the ODE
$$
a_n(y^prime(t))^n+cdots+a_1y^prime(t)+a_0=0.
$$
By the fundamental theorem of algebra, if $a_nneq0$, the corresponding polynomial
$$
a_nr^n+cdots+a_1r+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_1right)cdotsleft(y^prime(t)-z_nright)=0.
$$
By the above, $y^prime(t)=z_k(t)$ where $k(t)in1,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)rightarrowmathbbR$ where $Tleqinfty$ be a continuously differentiable function satisfying the ODE
$$
a_n(y^prime(t))^n+cdots+a_1y^prime(t)+a_0=0.
$$
By the fundamental theorem of algebra, if $a_nneq0$, the corresponding polynomial
$$
a_nr^n+cdots+a_1r+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_1right)cdotsleft(y^prime(t)-z_nright)=0.
$$
By the above, $y^prime(t)=z_k(t)$ where $k(t)in1,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)rightarrowmathbbR$ where $Tleqinfty$ be a continuously differentiable function satisfying the ODE
$$
a_n(y^prime(t))^n+cdots+a_1y^prime(t)+a_0=0.
$$
By the fundamental theorem of algebra, if $a_nneq0$, the corresponding polynomial
$$
a_nr^n+cdots+a_1r+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_1right)cdotsleft(y^prime(t)-z_nright)=0.
$$
By the above, $y^prime(t)=z_k(t)$ where $k(t)in1,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)rightarrowmathbbR$ where $Tleqinfty$ be a continuously differentiable function satisfying the ODE
$$
a_n(y^prime(t))^n+cdots+a_1y^prime(t)+a_0=0.
$$
By the fundamental theorem of algebra, if $a_nneq0$, the corresponding polynomial
$$
a_nr^n+cdots+a_1r+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_1right)cdotsleft(y^prime(t)-z_nright)=0.
$$
By the above, $y^prime(t)=z_k(t)$ where $k(t)in1,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 Feb 14 at 4:50
answered Feb 14 at 4:44
parsiadparsiad
18.1k32453
18.1k32453
add a comment |
add a comment |
$begingroup$
Well. As pointed out in the comments by Seth.
Let us consider an example
beginalign
(y')^2+2y'+1=0
endalign
then it follows $y' = -1$ so $y = -t+C$.
So, in general, you will get $y'=$ const. Then $y=textconst. t+C$.
$endgroup$
$begingroup$
What if it does not have real roots?
$endgroup$
– Neo Darwin
Feb 14 at 4:32
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
Feb 14 at 4:33
$begingroup$
Thanks. Good answer and logical.
$endgroup$
– Neo Darwin
Feb 14 at 4:43
add a comment |
$begingroup$
Well. As pointed out in the comments by Seth.
Let us consider an example
beginalign
(y')^2+2y'+1=0
endalign
then it follows $y' = -1$ so $y = -t+C$.
So, in general, you will get $y'=$ const. Then $y=textconst. t+C$.
$endgroup$
$begingroup$
What if it does not have real roots?
$endgroup$
– Neo Darwin
Feb 14 at 4:32
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
Feb 14 at 4:33
$begingroup$
Thanks. Good answer and logical.
$endgroup$
– Neo Darwin
Feb 14 at 4:43
add a comment |
$begingroup$
Well. As pointed out in the comments by Seth.
Let us consider an example
beginalign
(y')^2+2y'+1=0
endalign
then it follows $y' = -1$ so $y = -t+C$.
So, in general, you will get $y'=$ const. Then $y=textconst. t+C$.
$endgroup$
Well. As pointed out in the comments by Seth.
Let us consider an example
beginalign
(y')^2+2y'+1=0
endalign
then it follows $y' = -1$ so $y = -t+C$.
So, in general, you will get $y'=$ const. Then $y=textconst. t+C$.
answered Feb 14 at 4:22
Jacky ChongJacky Chong
19.1k21129
19.1k21129
$begingroup$
What if it does not have real roots?
$endgroup$
– Neo Darwin
Feb 14 at 4:32
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
Feb 14 at 4:33
$begingroup$
Thanks. Good answer and logical.
$endgroup$
– Neo Darwin
Feb 14 at 4:43
add a comment |
$begingroup$
What if it does not have real roots?
$endgroup$
– Neo Darwin
Feb 14 at 4:32
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
Feb 14 at 4:33
$begingroup$
Thanks. Good answer and logical.
$endgroup$
– Neo Darwin
Feb 14 at 4:43
$begingroup$
What if it does not have real roots?
$endgroup$
– Neo Darwin
Feb 14 at 4:32
$begingroup$
What if it does not have real roots?
$endgroup$
– Neo Darwin
Feb 14 at 4:32
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
Feb 14 at 4:33
$begingroup$
Then you have a complex constant. If you only want real solutions, then you can drop all the complex solutions.
$endgroup$
– Jacky Chong
Feb 14 at 4:33
$begingroup$
Thanks. Good answer and logical.
$endgroup$
– Neo Darwin
Feb 14 at 4:43
$begingroup$
Thanks. Good answer and logical.
$endgroup$
– Neo Darwin
Feb 14 at 4:43
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-the-form-a-nyn-a-n-1yn-1-cdots-a-1-y%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
Feb 14 at 4:07
3
$begingroup$
Do you mean $cdots + a_1 y^prime + a_0$ at the end?
$endgroup$
– parsiad
Feb 14 at 4:19
$begingroup$
Would make sense @parsiad
$endgroup$
– Neo Darwin
Feb 14 at 4:22
2
$begingroup$
@NeoDarwin: encouraging OP to edit the post.
$endgroup$
– parsiad
Feb 14 at 4:23