Let $f$ be a continous function with $f: I[0,1] \rightarrow \mathbb{R}$ with $f(x)>0$ for all $x\in I[0,1]$. For every Point x we can draw an rectangle parallel to the axis with $(0,0),(x,0),(x, f(x)), (0,f(x))$. Show that there exists a choice for x so that the rectangle has a maximum surface area.
We can determine the surface area with F = a * b, so in this case we have F = d(0-x) * (0-f(x)). But I really don't know how I can get a suitable x.