Alternate method: geometric trapezoid area, with exact-integral cross-check.
$y_0 = f(0) = 1$, $y_1 = f(0.5) = 4$. Area $= h(y_0+y_1)/2 = 0.5(1+4)/2 = 1.25$.
Exact integral: $\left[x+8x^2-\frac{20x^3}{3}\right]_0^{0.5} = 1.667$. The trapezoidal estimate underestimates since the curve is concave down, but the question asks specifically for the single-step trapezoidal estimate, $1.25$.