0

Possible Duplicate:
Universal Chord Theorem

let $f:[0,1]\mapsto\mathbb R$ be continuous and $f(0)=f(1)$how prove $\exists a,b$ that satisfied in following conditions $$1)0<a\leq b\leq 1$$$$2)b-a=\frac12$$$$f(a)=f(b)$$ thanks in advance

M.H
  • 11,498
  • 3
  • 30
  • 66

1 Answers1

2

Hint: Define $g(x)=f(x+\frac{1}{2})-f(x)$ for $x\in [0,\frac{1}{2}]$.

Then show that $g(a)=0$ for some $a\in(0,\frac{1}{2}]$. Then let $b=a+\frac{1}{2}$

Thomas Andrews
  • 177,126