How do I solve fourth order PDEs numerically using MatLab?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
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.
matlab
add a comment |Â
up vote
0
down vote
favorite
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.
matlab
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
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
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.
matlab
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.
matlab
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
add a comment |Â
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
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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
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
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
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
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
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