I got a hard time to understand the Theorem from Cauchy Mean Value Theorem. Could someone please to help me explain this?
Let I be an open interval and $n$ be a natural number and suppose that the function $f: I \rightarrow R$ has n derivatives. Suppose also that the point $x_0$ in $I$:
$f^{(k)}(x_0) = 0$ for $0 \le k \le n-1$
Then, for each point $x \not = x_0$ in $I$, there is a point $z$ strictly between $x$ and $x_0$ at which
$f(x) = \frac{f^{(n)}(z)}{n!}(x-x_0)^n$
Then my homework is giving $f(x) = (x-2)^5$ with $f(x_0) = f'(x_0) = ... = f^{n-1}(x_0)$ with $x_0 = 2$ and $n=3$, find all possible $z$ to satisfy the Theorem above.
The function $f$ satisfies the assumptions for Taylor's theorem, so $f(x) = P_{n-1}(x) + R_{n-1}(x)$ where $$ P_{n-1}(x) = \sum_{k=0}^{n-1}\frac{f^{(k)(x_0)}}{k!}(x-x_0)^k $$ and $$ R_{n-1}(x) = \frac{f^{(n)}(z)}{n!}(x-x_0)^n $$ for some $z$ between $x$ and $x_0$.
In the case where $f(x)=(x-2)^5$, $x_0=2$, and $n=3$, we have $$ \frac{f^{(n)}(z)}{n!}(x-x_0)^n = \frac{60(z-2)^2}{3!}(x-2)^3 = 10 (z-2)^2(x-2)^3. $$ Equating the above with $f(x)$, we have $$ (x-2)^5 = 10 (z-2)^2(x-2)^3, $$ and hence $$ z = \pm \left(2 +\frac1{\sqrt{10}}(x-2)\right). $$