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

IMC / 2026 / Problems / Day 2, P7

IMC 2026 · Day 2 · P7

For a continuous function f ⁣:[0,1]Rf \colon [0,1] \rightarrow \mathbb{R}, let S(f)S(f) be the union of all straight segments in the plane joining points (x,0)(x, 0) and (f(x),1)(f(x), 1), where x[0,1]x \in [0,1]. Let A(f)A(f) be the area of S(f)S(f). Find the infimum of A(f)A(f) over all continuous ff.

(proposed by David Preiss, University of Warwick, UK)

Solution (official)

For s[0,1]s \in [0,1] define fs(x)=x+s(f(x)x)f_{s}(x) = x + s (f(x) - x). Then (fs(x),s)\left( f_{s}(x), s \right) belongs to the straight segment joining (x,0)(x, 0) and (f(x),1)(f(x), 1), so it is in S(f)S(f). Since fsf_{s} is continuous, by the intermediate value theorem the straight segment joining (fs(0),s)\left( f_{s}(0), s \right) and (fs(1),s)\left( f_{s}(1), s \right) (which could be just a point) lies in S(f)S(f). Hence the area of S(f)S(f) is at least 01fs(1)fs(0)ds=011csds\int_{0}^{1} \left| f_{s}(1) - f_{s}(0) \right| \, d s = \int_{0}^{1} |1 - c s| \, d s where c=f(0)f(1)+1c = f(0) - f(1) + 1. The latter integral is 1c/21 - c/2 if c1c \leq 1 and c/2+1/c1c/2 + 1/c - 1 when c1c \geq 1. In the first case the minimum is 1/21/2 (for c=1c = 1) and in the second 21<1/2\sqrt{2} - 1 < 1/2 (for c=2c = \sqrt{2}). So the minimum of the areas of S(f)S(f) is 21\sqrt{2} - 1 which is attained, for example, when f(x)=(12)xf(x) = (1 - \sqrt{2}) x since in this case S(f)S(f) is exactly the union of the straight segments joining (fs(0),s)\left( f_{s}(0), s \right) and (fs(1),s)\left( f_{s}(1), s \right).

Similar problems

IMC 2007 · Day 2 · P7mediumavg 4.9/10 · solved 49% · near-0 50% · disc 0.44