$f(x) = \pi + \frac{1}{2}\sin \left ( \frac{x}{2}\right) $ has a unique fixed point on $[0, 2\pi]$

554 Views Asked by At

I am looking for some guidance and help with the following question

Prove that $$f(x) = \pi + \frac{1}{2}\sin \left ( \frac{x}{2}\right) $$ has a unique fixed point on $[0, 2\pi]$

2

There are 2 best solutions below

9
On BEST ANSWER

The continuous function $h(x) = \pi + \frac{1}{2}\sin \left ( \frac{x}{2}\right) - x $ is positive at 0 and negative at $2\pi$, the interval being $[ \pi, -\pi ]$, so by the Intermediate Value Theorem there is a point $a \in [0,2\pi]$ with $f(a) - a = 0 $ or $f(a) = a$. This fixed point is unique because h(x) is monotonically decreasing (mentioned by Diger).


In general, if the intermediate value theorem for {h(x) = f(x) - x} shows that there is a zero at this function, then there is a point a, such that f(a) - a = 0 or f(a) = a. This fixed point is unique because h(x) is monotonic.

2
On

You may proceed as follow.

  • $f([0,2\pi]) \subset [0,2\pi ] \Rightarrow f$ has a fixpoint according to the fixed point theorem.
  • $|f'(x)| =|\frac{1}{4} \cos \frac{x}{2}| \leq \frac{1}{4} \Rightarrow f$ is contractive, so the fixpoint must be unique. To see that assume there were $2$ fixpoints $a, b$ with $a \neq b$. Then, you had $$|a - b| = |f(a) - f(b)| = |f'(\xi)||a-b| < |a-b| \mbox{ Contradiction! } \Rightarrow a = b$$