3

let $a\in (0,1)$,and $f(x)$ is continuous on $[0,a]$, and is differentiable on $(0,a)$, and $x_{0}\in (0,a)$,such $f'(x_{0})=0$,and such $$f(0)=0, f(a)=a$$ show that there exsit $\xi\in(0,a)$,such $$f'(\xi)=a$$

My try: I want to put $$F(x)=f(x)-ax$$ since $$F(0)=f(0)-0=0$$ so if we find another point $c\in(0,a)$ such that $F(c)=f(c)-ac$

then we can use Rolle theorem to prove it.

Now How to prove there exist $c\in(0,a)$,such that $f(c)=ac$

maybe this method is not useful,Thank you.

C Weid
  • 660
math110
  • 93,304

1 Answers1

1

using Rolle theorem you obtain

$\exists c \in (0,1)\qquad F'(c)=0$

$F'(x)=f'(x)-a$

$F'(c)=f'(c)-a=0$ Finally

$f'(c)=a$

Laki888
  • 133