4

Let $f:(-a,a)\rightarrow \mathbb R$ be a continuous function such that $$ f(0)=\frac{f(-x)+f(x)}{2} \textrm{ for } |x|<a. $$

What about $f$? Is it necessarilly an odd function?

3 Answers3

17

One thing is for sure, for $x\in (-a,a)$, $g(x):=f(x)-f(0)$ is an odd function. Apart from that nothing else seems to be evident.

8

It doesn't have to be odd. Consider: $f(x)=x+1$

rafalpw
  • 600
2

f is not necessarily an odd function. Consider any constant function: f(x) = c. Any constant function satisfies the property you stated, but does not satisfy the properties of odd functions: f(-x) = - f(x) and f(x) + f(-x) = 0.

Lang
  • 36