Solution to: Water Bucket
The surface area of a cylinder with an open top is: O = π × R² + 2 × π × R × H, where R is the radius of the cylinder and H is the height. The volume is given: V = 30 = π × R² × H liters (or dm³). The surface can then be written as O = π × R² + 2 × V / R. If you take the first derivative of R and look where this derivative equals 0 you get Rmin = (V / π)1/3. So the minimum surface is O = π × Rmin² + 2 × π × Rmin × H = 3 × π1/3 × V2/3, which is about 42.42 dm².
