Solving second order implicit differential equation

12 vues (au cours des 30 derniers jours)
Stephon  Henry-Rerrie
Stephon Henry-Rerrie le 18 Avr 2019
Modifié(e) : David Wilson le 18 Avr 2019
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 commentaire
Torsten
Torsten le 18 Avr 2019
Modifié(e) : Torsten le 18 Avr 2019
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

Connectez-vous pour commenter.

Réponse acceptée

David Wilson
David Wilson le 18 Avr 2019
Modifié(e) : David Wilson le 18 Avr 2019
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.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by