Borrar filtros
Borrar filtros

Solving second order inhomogeneous differential equations which are not a function of time

4 visualizaciones (últimos 30 días)
Hello Community!
Hoes does one solve a 2nd order ode of the form:
y′′+py′+qy=f(x)

Respuesta aceptada

Alan Stevens
Alan Stevens el 18 de Feb. de 2021
Break the ode into two first order ode's.
e.g. dy/dx = v; dv/dx = f(x) - p*v - q*y;
Look up the documentation on ode45
doc ode45
Although the examples use t, for time, as the independent variable, this isn't necessary. You can use x , for distance, say, in its place.

Más respuestas (0)

Categorías

Más información sobre Ordinary Differential Equations en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by