2

Well , it was hard thinking of a title but ...Anyway

let $f$ be a continuous function.

It is known that $f(0)=f(10)$

Show that there exists a $"c"$ in the segment $[0,5]$ which will satisfy

$f(c) = f(c+5)$

Well, I tried a few things but I don't believe that they quite work ( they don't when I try to intuitively 'sketch' the function so..)

Do you guys have any tips on how to prove it?

Thanks!

new one
  • 91

1 Answers1

1

Set $g(x) = f(x + 5) - f(x)$. We have $g(0) = f(5) - f(0)$ and $g(5) = f(10) - f(5) = f(0) - f(5) = -g(0)$. Since $g$ is continuous as a difference of continuous functions, and $g$ changes sign between $0$ and $5$, the intermediate value theorem tells us there is some $c \in [0, 5]$ such that $g(c) = 0 \Leftrightarrow f(c + 5) = f(c)$