I have solved the equation of motion of a spring mass damper system using RK method of 4th order (I wrote the algorithm, didn't use any ODE solver in MATLAB). I varied the time step from 0.5 to 10e-5 and observed that for time step less than 10e-3 the order of error in case of Euler's method and RK4 method is becoming same. Can anyone please help me out?