I'm working through the second edition of Abbott's Understanding Analysis, and I'm stuck on the following (6.7.11):
Assume that f has a continuous derivative on $[a, b]$. Show that there exists a polynomial $p(x)$ such that $|f(x) − p(x)| < ε$ and $|f'(x)-p'(x)| < ε$ for all $x \in [a, b]$.
I know that $|f(x) − p(x)| < ε$ follows directly from the WAT, but I'm not sure about the second part. I believe the differential limit theorem may be useful, but I can't quite incorporate it in. Thanks!
This can be done without using integration, in a more basic way. Actually, that's probably what Abbott meant since this problem is given before even introdusing the concept of integration in his book.
Since $f'$ is continuous, $\exists$ a polynomial $q'(x)$ (which is the derivative of some other family of polynomials $q(x) + C$, where $q(x)$ represents some polynomial and $C$ is a constant) such that: $$\vert f'(x)-q'(x)\vert \le \epsilon \iff -\epsilon\le f'(x)-q'(x)\le\epsilon $$ ($\le$ sign will just make it easier later and these are equivalent anyway). Consider $p(x)=q(x) - q(a)+ f(a)$. Notice that $p'(x)=q'(x)$.
Now let $g(x)=\epsilon (x-a)-(f(x)-p(x)).$ $$g(a)=0 \land g'(x)=\epsilon-(f'(x)-p'(x))=\epsilon-(f'(x)-q'(x))\ge0$$ $$g(a)=0\land g'(x)\ge0\implies g(x)\ge0\,\,\forall x\in [a,b]$$(since $g'(x)\ge 0\implies g $ is increasing). $$g(x)= \epsilon (x-a)-(f(x)-p(x))\ge0\implies f(x)-p(x)\le\epsilon(x-a)\le\epsilon(m+\vert a \vert),$$ where $m=max(\vert a \vert,\vert b \vert).$
Using the same method we can show that $-\epsilon(m+\vert a \vert)\le f(x)-p(x)$. Thus: $$-\epsilon(m+\vert a \vert)\le f(x)-p(x)\le \epsilon(m+\vert a \vert)\iff \vert f(x)-p(x) \vert \le \epsilon(m+\vert a \vert),$$ which proves our goal.
In case you're bothered with some constant multiple of $\epsilon$, we could heve let $\vert f'(x)-q'(x)\vert \le \frac{\epsilon}{m+\vert a \vert}$, but this does not change anything since the very mathematical idea behind this all is still that we can make the difference between the function and the polynomial to be less than any given positive real number and we can thus approximate $f$ by $p$ uniformly.