I've been wondering a lot why is the remainder of the Taylor expansion of a function, $R_n(x)$, expressed (in one of the many forms) as something very similar to aconvolution. Precisely:
$$R_n(x) = \int_a^x \frac{(x-t)^n}{n!}f^{(n+1)}(t)dt$$
and if we're dealing with the Mc Laurin series, then it is a convolution:
$$R_n(x) = \int_0^x \frac{(x-t)^n}{n!}f^{(n+1)}(t)dt$$
I studied this particular error formula because I find it very elegant, and it isn't hard to manipulate.
I know the proof of this formula is simply made by induction on $n$, we start of by the linear approximation:
$$f(x)=f(a)+f'(a)(x-a)+R_1(x)$$, so that
$$R_1(x) = f(x)-f(a) - f'(a) (x-a)$$
$${R_1}(x) = \int\limits_a^x {f'\left( t \right)dt} - \int\limits_a^x {f'(a)dt} $$
$${R_1}(x) = \int\limits_a^x {f'\left( t \right) - f'\left( a \right)dt} $$
So now we integrate by parts with
$$f'\left( t \right) - f'\left( a \right) = u$$
$$t - x = v$$
to get
$${R_1}(x) = \int\limits_a^x {\left( {x - t} \right)f''\left( t \right)dt} $$
We can similarily do this with $R_2(x)$, since
$${R_2}(x) = {R_1}(x) - f''\left( a \right)\frac{{{{\left( {x - a} \right)}^2}}}{{2!}}$$
$${R_2}(x) = \int\limits_a^x {\left( {x - t} \right)f''\left( t \right)dt} - \int\limits_a^x {\left( {x - t} \right)f''\left( a \right)dt} $$
$${R_2}(x) = \int\limits_a^x {\left( {x - t} \right)\left( {f''\left( t \right) - f''\left( a \right)} \right)dt} $$
So again integrating by parts gives
$${R_2}(x) = \int\limits_a^x {\frac{{{{\left( {x - t} \right)}^2}}}{{2!}}f'''\left( t \right)dt} $$
Q1: Can this be proved in an alternative way, noticing that the error is a convolution between $\dfrac{{{x^n}}}{{n!}}$ and $f^{(n+1)}(x)$? Q2: How can this be interpreted in the scope of convolution "theory" and similar ideas?