MATLAB: System of Second order differential equations

differential equationsode45

This is a system of second order differential equation that I need to solve.
Please suggest how should I proceed to solve this.

Best Answer

See ode45(): https://www.mathworks.com/help/matlab/ref/ode45.html. Espically, check this example of 2nd order ODE using ode45(): https://www.mathworks.com/help/matlab/ref/ode45.html#bu3uj8b
Related Question