Using the points (0,2), (1,4), and (2,8) suppose $f(x)=2^{(x+1)}$ is an approximation. What is the maximum error on [0,3]?
I know the error formula is $$\frac{f'''(\varepsilon(x))}{(n+1)!}(x-x_0)(x-x_1)(x-x_2)$$
so evaluating what I have I got $$\frac{2^{x+1}log^3(2)}{6}x^3-3x^2+2x$$
I am stuck at this point I am not sure if I should simplify or evaluate for the interval. Thanks in advance.