Solving a system of second order tightly coupled nonlinear ODE with six initial conditions in Matlab









up vote
0
down vote

favorite












I am solving a problem from fluid dynamics; in particular tightly coupled nonlinear ordinary differential equations. The following is a scaled-down version of my actual problem.
I have solved system of coupled odes many times in the past but this case is different since double derivatives of one variable depends on the double derivative of another variable. How do I implement it in ode45? I need 3 x 2 = 6 plots of x, x-dot and x-ddot versus time for t, 0 to 2. All required initial conditions have zero values.
enter image description here



Any help will be highly appreciated. If the ODEs had no last terms of double derivatives, I would have done it myself.










share|improve this question























  • I think this question fits better on math.stackexchange.com
    – rinkert
    Nov 11 at 17:54










  • Posted there, not of much help.
    – Vikash
    Nov 11 at 18:32










  • Or, can anyone please help me with the solution of a much simpler problem: postimg.cc/9z7LXg8B
    – Vikash
    Nov 12 at 9:15











  • Have you tried simply substituting the values for the second derivatives into the expressions? I suggest maybe trying a convenient change of variables, such as u=(x_1+x_2) and v=(x_1-x_2).
    – Joey Dumont
    Nov 12 at 17:01










  • I have solved the problem. Thank you all so much for helping me fix this problem. :)
    – Vikash
    Nov 13 at 15:16














up vote
0
down vote

favorite












I am solving a problem from fluid dynamics; in particular tightly coupled nonlinear ordinary differential equations. The following is a scaled-down version of my actual problem.
I have solved system of coupled odes many times in the past but this case is different since double derivatives of one variable depends on the double derivative of another variable. How do I implement it in ode45? I need 3 x 2 = 6 plots of x, x-dot and x-ddot versus time for t, 0 to 2. All required initial conditions have zero values.
enter image description here



Any help will be highly appreciated. If the ODEs had no last terms of double derivatives, I would have done it myself.










share|improve this question























  • I think this question fits better on math.stackexchange.com
    – rinkert
    Nov 11 at 17:54










  • Posted there, not of much help.
    – Vikash
    Nov 11 at 18:32










  • Or, can anyone please help me with the solution of a much simpler problem: postimg.cc/9z7LXg8B
    – Vikash
    Nov 12 at 9:15











  • Have you tried simply substituting the values for the second derivatives into the expressions? I suggest maybe trying a convenient change of variables, such as u=(x_1+x_2) and v=(x_1-x_2).
    – Joey Dumont
    Nov 12 at 17:01










  • I have solved the problem. Thank you all so much for helping me fix this problem. :)
    – Vikash
    Nov 13 at 15:16












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I am solving a problem from fluid dynamics; in particular tightly coupled nonlinear ordinary differential equations. The following is a scaled-down version of my actual problem.
I have solved system of coupled odes many times in the past but this case is different since double derivatives of one variable depends on the double derivative of another variable. How do I implement it in ode45? I need 3 x 2 = 6 plots of x, x-dot and x-ddot versus time for t, 0 to 2. All required initial conditions have zero values.
enter image description here



Any help will be highly appreciated. If the ODEs had no last terms of double derivatives, I would have done it myself.










share|improve this question















I am solving a problem from fluid dynamics; in particular tightly coupled nonlinear ordinary differential equations. The following is a scaled-down version of my actual problem.
I have solved system of coupled odes many times in the past but this case is different since double derivatives of one variable depends on the double derivative of another variable. How do I implement it in ode45? I need 3 x 2 = 6 plots of x, x-dot and x-ddot versus time for t, 0 to 2. All required initial conditions have zero values.
enter image description here



Any help will be highly appreciated. If the ODEs had no last terms of double derivatives, I would have done it myself.







matlab numerical-methods ode scientific-computing numerical-integration






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 11 at 17:59

























asked Nov 11 at 16:25









Vikash

319




319











  • I think this question fits better on math.stackexchange.com
    – rinkert
    Nov 11 at 17:54










  • Posted there, not of much help.
    – Vikash
    Nov 11 at 18:32










  • Or, can anyone please help me with the solution of a much simpler problem: postimg.cc/9z7LXg8B
    – Vikash
    Nov 12 at 9:15











  • Have you tried simply substituting the values for the second derivatives into the expressions? I suggest maybe trying a convenient change of variables, such as u=(x_1+x_2) and v=(x_1-x_2).
    – Joey Dumont
    Nov 12 at 17:01










  • I have solved the problem. Thank you all so much for helping me fix this problem. :)
    – Vikash
    Nov 13 at 15:16
















  • I think this question fits better on math.stackexchange.com
    – rinkert
    Nov 11 at 17:54










  • Posted there, not of much help.
    – Vikash
    Nov 11 at 18:32










  • Or, can anyone please help me with the solution of a much simpler problem: postimg.cc/9z7LXg8B
    – Vikash
    Nov 12 at 9:15











  • Have you tried simply substituting the values for the second derivatives into the expressions? I suggest maybe trying a convenient change of variables, such as u=(x_1+x_2) and v=(x_1-x_2).
    – Joey Dumont
    Nov 12 at 17:01










  • I have solved the problem. Thank you all so much for helping me fix this problem. :)
    – Vikash
    Nov 13 at 15:16















I think this question fits better on math.stackexchange.com
– rinkert
Nov 11 at 17:54




I think this question fits better on math.stackexchange.com
– rinkert
Nov 11 at 17:54












Posted there, not of much help.
– Vikash
Nov 11 at 18:32




Posted there, not of much help.
– Vikash
Nov 11 at 18:32












Or, can anyone please help me with the solution of a much simpler problem: postimg.cc/9z7LXg8B
– Vikash
Nov 12 at 9:15





Or, can anyone please help me with the solution of a much simpler problem: postimg.cc/9z7LXg8B
– Vikash
Nov 12 at 9:15













Have you tried simply substituting the values for the second derivatives into the expressions? I suggest maybe trying a convenient change of variables, such as u=(x_1+x_2) and v=(x_1-x_2).
– Joey Dumont
Nov 12 at 17:01




Have you tried simply substituting the values for the second derivatives into the expressions? I suggest maybe trying a convenient change of variables, such as u=(x_1+x_2) and v=(x_1-x_2).
– Joey Dumont
Nov 12 at 17:01












I have solved the problem. Thank you all so much for helping me fix this problem. :)
– Vikash
Nov 13 at 15:16




I have solved the problem. Thank you all so much for helping me fix this problem. :)
– Vikash
Nov 13 at 15:16

















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
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',
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
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53250751%2fsolving-a-system-of-second-order-tightly-coupled-nonlinear-ode-with-six-initial%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • 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.

To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • 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.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53250751%2fsolving-a-system-of-second-order-tightly-coupled-nonlinear-ode-with-six-initial%23new-answer', 'question_page');

);

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







Popular posts from this blog

Top Tejano songwriter Luis Silva dead of heart attack at 64

ReactJS Fetched API data displays live - need Data displayed static

政党