Time-Stepping Methods Trapezoidal Rule (Crank-Nicolson Method) This is an implicit method. yn+1=yn+2h(f(tn,yn)+f(tn+1,yn+1)) The Local Truncation Error is O(h3). Related Forward Euler Method Improved Forward Euler