Solving second order implicit differential equation

12 次查看(过去 30 天)
I have a differential equation that I would like to solve and it has the form: . How would people recommend I solve this numerically? Thanks!
  1 个评论
Torsten
Torsten 2019-4-18
编辑:Torsten 2019-4-18
Hopefully you don't have an initial condition at z=0 ?!
Otherwise, substitute
w(z) = y(ln(z))
first.
https://de.wikipedia.org/wiki/Eulersche_Differentialgleichung

请先登录,再进行评论。

采纳的回答

David Wilson
David Wilson 2019-4-18
编辑:David Wilson 2019-4-18
Just convert the 2nd order ODE into Cauchy form. You will of course need 2 initial condtions.
Define x, now you original equation is re-written as
, so that means your system of 1st order ODEs is now
Of course we will need to know the form of f(z) to solve.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Ordinary Differential Equations 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by