Can the Runge-Kutta method solve the governing equation in the attached article? the mathematical model is a plate includes both geometric nonlinearity and nonlinear stiffness, which teacher can explain? Are there any similar examples?
if you want to solve the Eq (21) or Eq(22), you could use conventional forth order RK with tiny time step.
However, by experience, Implicit versions of RK get more accurate results than forth-order RK, in less cpu time(for linear and nonlinear dynamic systems).