Consider the function $f$ given by $f(x)=(x-2)^4\cos(x^2-4x+4)$. Use the Mean Value Theorem to show that $f'$ has a zero on the interval on $[1,3]$.
I notice that to do this we must show $f'(c)=0$ where $c$ is real number in the interval $[1,3]$. Now by the Mean Value Theorem,
$$\frac{f(3)-f(1)}{3-1} =f'(c)\,.$$
Notice that $f'(c)$ is indeed $0$ on the left hand side.
First we get $f'(x)=4(x-2)^3\cos(x-2)^2-2(x-2)^5\sin(x-2)^2$, then we find that $f'(1)<0$ and $f'(3)>0$, so there exists $c\in[1,3]$ such that $f'(c)=0$.
The theorem I'm using here is is that if $f$ is continuous on $[a,b]$, and $f(a)<0$, and $f(b)>0$ then there exists some $c\in[a,b]$ such that $f(c)=0$.
Is this from mean value theorem?