MATLAB: Solve second order non-linear partial differential equation with boundaries conditions

differentiation partial differential equation boundaries conditions

hello everyone!
I am struggling to find a way to solve this equation
=
with those boundaries condition
where a, b, pac, pev are known constants
hope someone can help me,
thank you!

Best Answer

Hi Alessia,
There are many way to solve the above differential equation and some of them are well documented, refer to bvp4c function, it is really good way of solving boundary condition differential equation(@darova also recommend this function in the comments section). There are other ways to solve this, check out this example link.
I hope this references helps you.
Cheers.