Given a cross-section of an object that is parabolic in shape, how do you find the depth of the object when it is "half full".
A full example given in an exam:
A long trough whose cross-section is parabolic is $1\frac{1}{2}$ metres wide at the top and $2$ metres deep. Find the depth of water when it is half-full.
Hint. First find the equation of the parabola. Take the origin to be at the vertex of the parabola. We can probably assume (even though the question didn't say so) that the axis of the parabola is vertical. Then the equation is $$y=ax^2\ ,$$ where the value of the constant $a$ can be found from the given dimensions.
Now if the trough is filled out to the $x$ coordinate $x=x_0$ to give half the volume, then $$\int_{-x_0}^{x_0} ax_0^2-ax^2\,dx=\frac{1}{2}\int_{-3/4}^{3/4}2-ax^2\,dx\ .$$ From this you can find $x_0$, and the corresponding $y$ is the depth you are looking for.
Comment. You don't actually need to know $a$ in order to find $x_0$, but you do need it for the final step.