Solving second order implicit differential equation

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일

0 개 추천

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개)

카테고리

Community Treasure Hunt

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

Start Hunting!

Translated by