From system of coupled ODEs to separable ODESystem of Nonlinear ODEs.Bounded solutions of a linear non-autonomous ODESolve linear system of ODEs using Laplace transformConverting an ODE into a system of first order ODEsPhase portrait of system of nonlinear ODEsFinding a second order ODE from a system of equationsODE system: change 't' to get a linear and autonomous systemHow to derive the higher order linear ODE from autonomous $1$st order ODE?Solving system of ODEsSolving an ODE system which depends on a periodic function
Calling GPL'ed socket server inside Docker?
Do any instruments not produce overtones?
PC video game involving floating islands doing aerial combat
How do I write "Show, Don't Tell" as an Asperger?
Adding two lambda-functions in C++
Who operates delivery flights for commercial airlines?
What is in `tex.print` or `tex.sprint`?
Payment instructions from HomeAway look fishy to me
Why did a party with more votes get fewer seats in the 2019 European Parliament election in Denmark?
PhD student with mental health issues and bad performance
Is it legal in the UK for politicians to lie to the public for political gain?
How hard would it be to convert a glider into an powered electric aircraft?
Avoiding cliches when writing gods
What do we gain with higher order logics?
Why don’t airliners have temporary liveries?
You've spoiled/damaged the card
How can this map be coloured using four colours?
Why did Hela need Heimdal's sword?
C SIGINT signal in Linux
Can a 2nd-level sorcerer use sorcery points to create a 2nd-level spell slot?
What happens to foam insulation board after you pour concrete slab?
How to make thick Asian sauces?
What is the advantage of carrying a tripod and ND-filters when you could use image stacking instead?
Implement Homestuck's Catenative Doomsday Dice Cascader
From system of coupled ODEs to separable ODE
System of Nonlinear ODEs.Bounded solutions of a linear non-autonomous ODESolve linear system of ODEs using Laplace transformConverting an ODE into a system of first order ODEsPhase portrait of system of nonlinear ODEsFinding a second order ODE from a system of equationsODE system: change 't' to get a linear and autonomous systemHow to derive the higher order linear ODE from autonomous $1$st order ODE?Solving system of ODEsSolving an ODE system which depends on a periodic function
$begingroup$
How does one go from
beginalign
dotx&=y\
doty&=-x^3
endalign
to the following ODE?
$$fracdydx = -fracx^3y$$
ordinary-differential-equations
$endgroup$
add a comment |
$begingroup$
How does one go from
beginalign
dotx&=y\
doty&=-x^3
endalign
to the following ODE?
$$fracdydx = -fracx^3y$$
ordinary-differential-equations
$endgroup$
2
$begingroup$
$fracdydt = fracdydxfracdxdt Rightarrow -x^3 = fracdydx y$
$endgroup$
– Cesareo
8 hours ago
add a comment |
$begingroup$
How does one go from
beginalign
dotx&=y\
doty&=-x^3
endalign
to the following ODE?
$$fracdydx = -fracx^3y$$
ordinary-differential-equations
$endgroup$
How does one go from
beginalign
dotx&=y\
doty&=-x^3
endalign
to the following ODE?
$$fracdydx = -fracx^3y$$
ordinary-differential-equations
ordinary-differential-equations
edited 8 hours ago
Rodrigo de Azevedo
13.4k42065
13.4k42065
asked 8 hours ago
ParsevalParseval
3,2061720
3,2061720
2
$begingroup$
$fracdydt = fracdydxfracdxdt Rightarrow -x^3 = fracdydx y$
$endgroup$
– Cesareo
8 hours ago
add a comment |
2
$begingroup$
$fracdydt = fracdydxfracdxdt Rightarrow -x^3 = fracdydx y$
$endgroup$
– Cesareo
8 hours ago
2
2
$begingroup$
$fracdydt = fracdydxfracdxdt Rightarrow -x^3 = fracdydx y$
$endgroup$
– Cesareo
8 hours ago
$begingroup$
$fracdydt = fracdydxfracdxdt Rightarrow -x^3 = fracdydx y$
$endgroup$
– Cesareo
8 hours ago
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
Notice that:
$$dotx = y Rightarrow dx = ydt,$$
and
$$doty = -x^3 Rightarrow dy = -x^3 dt.$$
Therefore:
$$fracdydx = frac-x^3dtydt = -fracx^3y$$.
$endgroup$
add a comment |
$begingroup$
Hint:
$$fracfracdydtfracdxdt=fracdydx$$
$endgroup$
add a comment |
$begingroup$
We know that $doty=-x^3$. Divide this by $dotx=y$ and we get $fracdotydotx=frac-x^3y$. But $fracdotydotx$ is just $fracdydx$ so we're done.
$endgroup$
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%2f3247885%2ffrom-system-of-coupled-odes-to-separable-ode%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Notice that:
$$dotx = y Rightarrow dx = ydt,$$
and
$$doty = -x^3 Rightarrow dy = -x^3 dt.$$
Therefore:
$$fracdydx = frac-x^3dtydt = -fracx^3y$$.
$endgroup$
add a comment |
$begingroup$
Notice that:
$$dotx = y Rightarrow dx = ydt,$$
and
$$doty = -x^3 Rightarrow dy = -x^3 dt.$$
Therefore:
$$fracdydx = frac-x^3dtydt = -fracx^3y$$.
$endgroup$
add a comment |
$begingroup$
Notice that:
$$dotx = y Rightarrow dx = ydt,$$
and
$$doty = -x^3 Rightarrow dy = -x^3 dt.$$
Therefore:
$$fracdydx = frac-x^3dtydt = -fracx^3y$$.
$endgroup$
Notice that:
$$dotx = y Rightarrow dx = ydt,$$
and
$$doty = -x^3 Rightarrow dy = -x^3 dt.$$
Therefore:
$$fracdydx = frac-x^3dtydt = -fracx^3y$$.
answered 8 hours ago
the_candymanthe_candyman
9,41732147
9,41732147
add a comment |
add a comment |
$begingroup$
Hint:
$$fracfracdydtfracdxdt=fracdydx$$
$endgroup$
add a comment |
$begingroup$
Hint:
$$fracfracdydtfracdxdt=fracdydx$$
$endgroup$
add a comment |
$begingroup$
Hint:
$$fracfracdydtfracdxdt=fracdydx$$
$endgroup$
Hint:
$$fracfracdydtfracdxdt=fracdydx$$
answered 8 hours ago
E.H.EE.H.E
18.2k12070
18.2k12070
add a comment |
add a comment |
$begingroup$
We know that $doty=-x^3$. Divide this by $dotx=y$ and we get $fracdotydotx=frac-x^3y$. But $fracdotydotx$ is just $fracdydx$ so we're done.
$endgroup$
add a comment |
$begingroup$
We know that $doty=-x^3$. Divide this by $dotx=y$ and we get $fracdotydotx=frac-x^3y$. But $fracdotydotx$ is just $fracdydx$ so we're done.
$endgroup$
add a comment |
$begingroup$
We know that $doty=-x^3$. Divide this by $dotx=y$ and we get $fracdotydotx=frac-x^3y$. But $fracdotydotx$ is just $fracdydx$ so we're done.
$endgroup$
We know that $doty=-x^3$. Divide this by $dotx=y$ and we get $fracdotydotx=frac-x^3y$. But $fracdotydotx$ is just $fracdydx$ so we're done.
answered 8 hours ago
auscryptauscrypt
4,326212
4,326212
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%2f3247885%2ffrom-system-of-coupled-odes-to-separable-ode%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
2
$begingroup$
$fracdydt = fracdydxfracdxdt Rightarrow -x^3 = fracdydx y$
$endgroup$
– Cesareo
8 hours ago