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.