We break a unit length rod into two pieces at a uniformly chosen point. Find the expected length of the smaller piece
2026-04-02 14:13:55.1775139235
We break a unit length rod into two pieces at a uniformly chosen point. Find the expected length of the smaller piece
17k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3

The length function is $f(x) = \min ( x,1-x )$ as you found. This is $x$ on the interval $[0,0.5]$ and $1-x$ on the interval $[0.5,1]$.
We are ultimately trying to find $E(f(X))$, the expected length. By the "law of the unconscious statistician," and since the distribution of the random variable $X$ is uniform:
$$E(f(X)) = \int_0^1 f(x) \cdot 1 \;dx = \int_0^{0.5} x \;dx + \int_{0.5}^1 (1-x) \;dx = \frac{1}{4}$$
Or you could just measure the area under the curve without integrating by noticing the graph forms a triangle with base $1$ and height $0.5$.