I am told to solve the following problem using Riemann Sums and Definite Integrals:
A tank has the shape of an inverted cone with height $10$m and base radius $4$m. It is filled with water to a height of $8$m. It is required to pump all the water out of the tank by inserting a hose through the top to which a pump is attached. Calculate the work done against gravity to achieve this. (Assuming that the gravity constant is $g = 9.8$m/s$^2$ and the density (mass per unit volume) of the water is $1000$kg/m$^3$).
I have learned about Riemann sums $\sum_{i = 1}^{n} f(c_j)\Delta x_j$ and the basics of solids of revolution. Looking at this problem, given that we are told that the tank is an inverted cone, I understand that we should use the area of a circle ($\pi r^2$) to give us the volume for each interval of the Riemann sum. Excluding this insight, I am thoroughly confused with how to proceed.
I would greatly appreciate it if people could please take the time to write out a step-by-step solution of how to solve this problem and the reasoning behind each step. I'm eager to study any step-by-step solutions offered by people on this site, so that I may be able to independently solve these types of problems in the future.
The work done equals the weight of the water times the distance you need to lift it.
At any height (h) the volume of water is equals the surface area of the cross section at that height $\pi (r^2)$
Since the tank is cone shaped. $r = 0.4h$
and the weight of the water $= 9.8$ volume.
The distance you need to lift it $10 - h$
work $\int_0^8 (9.8)(\pi)(0.4 h)^2 (10-h) dh$