Unofficial archive — problems, solutions & results © IMC, reproduced with permission.

IMC / 2026 / Problems / Day 2, P6

IMC 2026 · Day 2 · P6

  • (a) Is there a differentiable function f ⁣:RRf \colon \mathbb{R} \rightarrow \mathbb{R} such that f(f(x))=xf^{\prime}(f(x)) = x for every xRx \in \mathbb{R}?
  • (b) Is there a differentiable function f ⁣:RRf \colon \mathbb{R} \rightarrow \mathbb{R} such that f(f(x))=xf^{\prime}(f(x)) = |x| for every xRx \in \mathbb{R}?

(proposed by Nikolaos Kolliopoulos, University of Cyprus)

Solution (official)

(a) There is no such function. The given identity implies that the function is injective. Since it is differentiable and thus continuous, it is also strictly monotone, meaning that f(x)f^{\prime}(x) cannot admit both negative and positive values. The latter clearly contradicts the given identity, meaning that such a function does not exist.

(b) We will show an example for such a function. It is reasonable to look for a function of the form f(x)=kxaf(x) = k |x|^{a} for some k>0k > 0, which is differentiable for a>1a > 1 with f(x)=(ka)sign(x)xa1f^{\prime}(x) = (k a) \operatorname{sign}(x) |x|^{a-1} for any xRx \in \mathbb{R}. Since f(x)0f(x) \geq 0 for each xRx \in \mathbb{R}, we see that f(f(x))=(ka)(kxa)a1=akaxa2af^{\prime}(f(x)) = (k a) \left( k |x|^{a} \right)^{a-1} = a k^{a} |x|^{a^{2}-a} for all xRx \in \mathbb{R}, so all we need is to pick a=5+12>1a = \frac{\sqrt{5}+1}{2} > 1 which solves the quadratic equations a2a=1a^{2} - a = 1

and thus xa2a=x|x|^{a^{2}-a} = |x| for all xRx \in \mathbb{R}, and then k=1a1ak = \frac{1}{a^{\frac{1}{a}}} so that aka=1a k^{a} = 1.

Similar problems

IMC 2001 · Day 2 · P11killeravg 1.4/10 · solved 3% · near-0 63% · disc 0.30
IMC 2002 · Day 1 · P2mediumavg 6.2/10 · solved 49% · near-0 16% · disc 0.53
IMC 2006 · Day 2 · P8easyavg 8.2/10 · solved 76% · near-0 4% · disc 0.41
IMC 2008 · Day 1 · P1mediumavg 5.4/10 · solved 48% · near-0 40% · disc 0.42