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

IMC / 2023 / Problems / Day 2, P7

IMC 2023 · Day 2 · P7

hard

Let VV be the set of all continuous functions f:[0,1]Rf : [0, 1] \to \mathbb{R}, differentiable on (0,1)(0, 1), with the property that f(0)=0f(0) = 0 and f(1)=1f(1) = 1. Determine all αR\alpha \in \mathbb{R} such that for every fVf \in V, there exists some ξ(0,1)\xi \in (0, 1) such that f(ξ)+α=f(ξ).f(\xi) + \alpha = f'(\xi). (proposed by Mike Daas, Leiden University)

Solution 1 of 2 (official)

Hint: Find a function hVh \in V such that hhh' - h is constant, then apply Rolle's theorem to fhf - h. Alternatively, you can apply Cauchys's mean value theorem with some auxiliary functions.

First consider the function h(x)=ex1e1,which has the property thath(x)=exe1.h(x) = \frac{e^x - 1}{e - 1}, \quad \text{which has the property that} \quad h'(x) = \frac{e^x}{e - 1}. Note that hVh \in V and that h(x)h(x)=1/(e1)h'(x) - h(x) = 1/(e - 1) is constant. As such, α=1/(e1)\alpha = 1/(e - 1) is the only possible value that could possibly satisfy the condition from the problem. For fVf \in V arbitrary, let g(x)=f(x)ex+h(x),with g(0)=0 and also g(1)=e1+e11e1=0.g(x) = f(x) e^{-x} + h(-x), \quad \text{with } g(0) = 0 \text{ and also } g(1) = e^{-1} + \frac{e^{-1} - 1}{e - 1} = 0. We compute that g(x)=f(x)exf(x)exh(x).g'(x) = f'(x) e^{-x} - f(x) e^{-x} - h'(-x). Now apply Rolle's Theorem to gg on the interval [0,1][0, 1]; it yields some ξ(0,1)\xi \in (0, 1) with the property that g(ξ)=0  f(ξ)eξf(ξ)eξeξe1=0  f(ξ)=f(ξ)+1e1,g'(\xi) = 0 \ \Longrightarrow \ f'(\xi) e^{-\xi} - f(\xi) e^{-\xi} - \frac{e^{-\xi}}{e - 1} = 0 \ \Longrightarrow \ f'(\xi) = f(\xi) + \frac{1}{e - 1}, showing that α=1/(e1)\alpha = 1/(e - 1) indeed satisfies the condition from the problem.

Solution 2 of 2 (official)

Notice that the expression f(x)f(x)f'(x) - f(x) appears in the derivative of the function F(x)=f(x)exF(x) = f(x) \cdot e^{-x}: F(x)=(f(x)f(x))exF'(x) = \bigl( f'(x) - f(x) \bigr) e^{-x}.

Apply Cauchy's mean value theorem to F(x)F(x) and the function G(x)=exG(x) = -e^{-x}. By the theorem, there is some ξ(0,1)\xi \in (0, 1) such that F(ξ)G(ξ)=F(1)F(0)G(1)G(0)f(ξ)f(ξ)=e10e1+1=1e1.\begin{gather*} \frac{F'(\xi)}{G'(\xi)} = \frac{F(1) - F(0)}{G(1) - G(0)} \\ f'(\xi) - f(\xi) = \frac{e^{-1} - 0}{-e^{-1} + 1} = \frac{1}{e - 1}. \end{gather*} This proves the required property for a=1e1a = \dfrac{1}{e - 1}.

Now we show that no other α\alpha is possible. Choose ff and FF in such a way that F(x)G(x)=f(x)f(x)=1e1\frac{F'(x)}{G'(x)} = f'(x) - f(x) = \frac{1}{e-1} is constant. That means F(x)=G(x)e1=exe1,F(x)=1exe1,f(x)=F(x)ex=ex1e1.\begin{gather*} F'(x) = \frac{G'(x)}{e - 1} = \frac{e^{-x}}{e - 1}, \\ F(x) = \frac{1 - e^{-x}}{e - 1}, \\ f(x) = F(x) \cdot e^x = \frac{e^x - 1}{e - 1}. \end{gather*} With this choice we have f(0)=0f(0) = 0 and f(1)=1f(1) = 1, so fVf' \in V, and f(x)f(x)1e1f'(x) - f(x) \equiv \dfrac{1}{e-1} for all xx, so for this function the only possible value for α\alpha is 1e1\dfrac{1}{e - 1}.

How the field did

contestants scored
377
average (of 10)
3.76
solved (≥ 80%)
26.0%
near-0 (≤ 10%)
44.8%
discrimination
0.49

Score distribution (field cohort)

Computed on contestants with a meaningful total (field cohort); discrimination is the corrected item–total correlation.

Similar problems

IMC 2017 · Day 1 · P2hardavg 3.2/10 · solved 26% · near-0 56% · disc 0.63
IMC 2005 · Day 2 · P10hardavg 4.3/10 · solved 25% · near-0 44% · disc 0.49
IMC 2002 · Day 1 · P4hardavg 3.5/10 · solved 25% · near-0 38% · disc 0.50
IMC 2003 · Day 1 · P5hardavg 3.7/10 · solved 29% · near-0 46% · disc 0.54