- #1
oby7842
- 11
- 0
Hiii,
In my research i encountared with following 3rd order ODE:
d^3y/dx^3 = (1-y)/y^3.
my B.C. are:
at x = 50 y=1(dirichlet B.C.) ; dy/dx=0 ( numan B.C.) and d^2y/dx^2=0.
i need to integrate from x=0:50. I tried ode45 but it gives same result as B.C. throughout the range. If anyone have any idea how can i approach to solve this problem please let me know. thanks.
Omar Bin Yusuf
In my research i encountared with following 3rd order ODE:
d^3y/dx^3 = (1-y)/y^3.
my B.C. are:
at x = 50 y=1(dirichlet B.C.) ; dy/dx=0 ( numan B.C.) and d^2y/dx^2=0.
i need to integrate from x=0:50. I tried ode45 but it gives same result as B.C. throughout the range. If anyone have any idea how can i approach to solve this problem please let me know. thanks.
Omar Bin Yusuf