I am studying numeric solutions of differential equations, and part of my reading is found in Simmonds' book, Differential Equations with Applications and Historical Notes. Although the chapter on numerical methods is written by John S. Robertson.
In the treatment of Euler's method, he states that the second derivative of the solution y is bounded by some constant M. What am I missing that makes it necessary that the solution of a first order differential equation even be twice differentiable?
For some context, the differential equations under consideration are those of the form y'=f(x,y), defined on some interval [a,b], with some initial value
These are then transformed into the integral equation
Then, using Taylor's theorem and substituting back into that formula, the error is found to be
which I understand to be true. For the remainder of the method, this quantity is neglected. But in the next section, it simply states that the quantity y''(x) is bounded on the entire interval, and so, by extension, is . I don't understand why this is necessarily true.