We want to construct a table of equispaced values to $f(x)=sin(x)cos(x)$. Determine the spacing $h$ of the x-coordinates so that the error of linear interpolation for this data is $10^{-3}$.
I know the formula for the error of linear approximation is $E(x)$$\leq$$(1/8)(x_1-x_0)^2$ $max[x_0,x_1]$ $f''(\alpha)$. I can substitute in $10^{-3}$ for $E(x)$ and $h $ for $x_1-x_0$, but I am not sure what to do with the $f''(\alpha)$ term.