Suppose you break a stick of unit length at a point chosen uniformly at random. Then the expected length of the shorter stick is ________ .

GATE 2014 · Engineering Mathematics · Uniform Distribution · medium

Answer: Expected length of the shorter stick = 0.25.

  1. Split the expectation using symmetry: When u in [0, 1/2]: min(u,1-u) = u. When u in [1/2, 1]: min(u,1-u) = 1-u. By symmetry: E = 2 * integral_0^{1/2} u du.
  2. Evaluate the integral: E[shorter stick] = 1/4 = 0.25.