I have the following ODE
$$y' = 2 - \sin(xy), \qquad 1 \le x \le 3$$
with initial condition $y(1)=-\frac 12$. I have to prove that $|y''(x)| \le 40$ over the domain $[1,3]$.
I thought perhaps just do partial differentiation on y' and then draw it on a graph using the x domain and show its always under 40, but that doesn't seem to work... any help? If it helps, the question is in the context of an Euler question. Cheers.
Following your idea of differentiating, note that
$$y'' = -\cos(xy) (xy' + y) \implies |y''| \le |x| |y'| + |y|.$$
Now $|x| \le 3$ and $|y'| \le 3$ as well (why?), so it remains to check how large $y$ can get. Since $y(1) = -1/2$ and $|y'| \le 3$, one can quickly show that $|y| \le 6.5$ for $x$ in this range.
Put it all together and you get an upper bound which is quite a bit better than $40$.