I am reading this paper by Liniger and Willoughby on Integrating Stiff ODE. I am hoping that I am providing enough information for an answer. We are looking at an system,
$\dot{x} = -\lambda x$
The paper breaks down the integration as follows, $x(t+h) - x(t) - h [(1 - \mu) \dot{x}(t+h) + \mu \dot{x} (t)] = e_1(t)$,
where
$e_1 = - h^2 \int_0^1(\theta - \mu) \ddot{x}(t + \theta h) d\theta$
I have no idea how this came about, if someone could clue me in I would much appreciate it. I tried both the integral and Legrange remainder theorems, not sure what I am doing wrong but I could not arrive at the result.