How do I solve fourth order PDEs numerically using MatLab?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite
1












I am trying to solve



$$ rho A cdot frac partial^2 y partial t^2 + EI cdot frac partial^4 y partial x^4 + P cdotfrac partial^2 y partial x^2 = 0 $$



numerically using Matlab,



with boundary conditions



$$ y(0,t) = fracpartial ypartial x(0,t) = fracpartial^2 ypartial x^2(L,t) = fracpartial^3 ypartial x^3(L,t) = 0$$



where $rho$, A, E, I, P are constants.







share|cite|improve this question



















  • What have you actually tried?
    – Rumplestillskin
    Jul 19 at 11:51










  • @Rumplestillskin I read about pdepe but could not apply it to this equation since it is a fourth order PDE.
    – user572780
    Jul 19 at 12:32











  • This Q&A may offer some insight -- math.stackexchange.com/questions/1306045/…
    – Kyle
    Jul 19 at 18:53










  • @Kyle I don't understand.
    – user572780
    Jul 20 at 7:37














up vote
0
down vote

favorite
1












I am trying to solve



$$ rho A cdot frac partial^2 y partial t^2 + EI cdot frac partial^4 y partial x^4 + P cdotfrac partial^2 y partial x^2 = 0 $$



numerically using Matlab,



with boundary conditions



$$ y(0,t) = fracpartial ypartial x(0,t) = fracpartial^2 ypartial x^2(L,t) = fracpartial^3 ypartial x^3(L,t) = 0$$



where $rho$, A, E, I, P are constants.







share|cite|improve this question



















  • What have you actually tried?
    – Rumplestillskin
    Jul 19 at 11:51










  • @Rumplestillskin I read about pdepe but could not apply it to this equation since it is a fourth order PDE.
    – user572780
    Jul 19 at 12:32











  • This Q&A may offer some insight -- math.stackexchange.com/questions/1306045/…
    – Kyle
    Jul 19 at 18:53










  • @Kyle I don't understand.
    – user572780
    Jul 20 at 7:37












up vote
0
down vote

favorite
1









up vote
0
down vote

favorite
1






1





I am trying to solve



$$ rho A cdot frac partial^2 y partial t^2 + EI cdot frac partial^4 y partial x^4 + P cdotfrac partial^2 y partial x^2 = 0 $$



numerically using Matlab,



with boundary conditions



$$ y(0,t) = fracpartial ypartial x(0,t) = fracpartial^2 ypartial x^2(L,t) = fracpartial^3 ypartial x^3(L,t) = 0$$



where $rho$, A, E, I, P are constants.







share|cite|improve this question











I am trying to solve



$$ rho A cdot frac partial^2 y partial t^2 + EI cdot frac partial^4 y partial x^4 + P cdotfrac partial^2 y partial x^2 = 0 $$



numerically using Matlab,



with boundary conditions



$$ y(0,t) = fracpartial ypartial x(0,t) = fracpartial^2 ypartial x^2(L,t) = fracpartial^3 ypartial x^3(L,t) = 0$$



where $rho$, A, E, I, P are constants.









share|cite|improve this question










share|cite|improve this question




share|cite|improve this question









asked Jul 19 at 11:15









user572780

123




123











  • What have you actually tried?
    – Rumplestillskin
    Jul 19 at 11:51










  • @Rumplestillskin I read about pdepe but could not apply it to this equation since it is a fourth order PDE.
    – user572780
    Jul 19 at 12:32











  • This Q&A may offer some insight -- math.stackexchange.com/questions/1306045/…
    – Kyle
    Jul 19 at 18:53










  • @Kyle I don't understand.
    – user572780
    Jul 20 at 7:37
















  • What have you actually tried?
    – Rumplestillskin
    Jul 19 at 11:51










  • @Rumplestillskin I read about pdepe but could not apply it to this equation since it is a fourth order PDE.
    – user572780
    Jul 19 at 12:32











  • This Q&A may offer some insight -- math.stackexchange.com/questions/1306045/…
    – Kyle
    Jul 19 at 18:53










  • @Kyle I don't understand.
    – user572780
    Jul 20 at 7:37















What have you actually tried?
– Rumplestillskin
Jul 19 at 11:51




What have you actually tried?
– Rumplestillskin
Jul 19 at 11:51












@Rumplestillskin I read about pdepe but could not apply it to this equation since it is a fourth order PDE.
– user572780
Jul 19 at 12:32





@Rumplestillskin I read about pdepe but could not apply it to this equation since it is a fourth order PDE.
– user572780
Jul 19 at 12:32













This Q&A may offer some insight -- math.stackexchange.com/questions/1306045/…
– Kyle
Jul 19 at 18:53




This Q&A may offer some insight -- math.stackexchange.com/questions/1306045/…
– Kyle
Jul 19 at 18:53












@Kyle I don't understand.
– user572780
Jul 20 at 7:37




@Kyle I don't understand.
– user572780
Jul 20 at 7:37















active

oldest

votes











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',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2856519%2fhow-do-i-solve-fourth-order-pdes-numerically-using-matlab%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2856519%2fhow-do-i-solve-fourth-order-pdes-numerically-using-matlab%23new-answer', 'question_page');

);

Post as a guest













































































Comments

Popular posts from this blog

What is the equation of a 3D cone with generalised tilt?

Color the edges and diagonals of a regular polygon

Relationship between determinant of matrix and determinant of adjoint?