1

Consider a real valued continuous function f on [0,1] such that f is differentiable on (0,1) and f(0)=f(1)=0. Does there exist some c in (0,1) where f(c)=f'(c)?

It seems like the answer is yes. I am trying to show that the graph of f and its derivative cut each other somewhere in (0,1). I tried using Rolle's theorem and the continuity of the derivative, but its not helping. Any constructive suggestions would be appreciated.

krianaaa
  • 419

1 Answers1

7

Define $g:[0,1]\rightarrow \mathbb R$ such that $x \mapsto e^{-x}f(x)$ This is continuous on $[0,1]$ and differentiable on $(0,1)$. Also the values at the end points are equal. So use Rolle's theorem to conclude that $g'(c)=0$ for some $c\in (0,1)$ which gives you $f(c)=f'(c)$

user6
  • 4,092