I am in Calculus 2 and ran across this problem.
The tank (hemisphere) is full of water. Using the fact that the weight of water is 62.5lb/ft3, find the work (in ft-lbs) required to pump the water out of the outlet. Make sure your answer is correct to within ten ft-lbs. The radius of the hemisphere is 5.
Ok so I've learned: $$Work = (Force)(Distance)$$
The problem gives me a force: $$62.5 \frac{lb}{ft^3}$$
The problem also says the hemisphere is full, so to remove the water the distance is: $$5 - y$$
So my work to pump out the water becomes: $$Work = (62.5)(Volume)(5-y)$$
Taking a infinitely thin slice around the hemisphere, I can take the area: $$A = \pi r^2$$
I know the function for this hemisphere: $$y^2 + x^2 = 25$$ $$x^2 = 25 - y^2$$ $$x = \sqrt{25 - y^2}$$
I'll use this for the radius of my slice, so I can take the area as: $$A = \pi(25 - y^2)$$
Then to take the volume of this infinitely small slice: $$V = \pi(25 - y^2)dy$$
Substituting back into my work function, I get the amount of work to move a infinitely small slice: $$Work = (62.5)(\pi)(25 - y^2)(5-y)dy$$
I expand terms: $$Work = 62.5\pi (125-25y-5y^2 + y^3)dy$$
Then to get the full amount of work, I add all of these infinitely quantities of work by taking the integral:
$$Work = 62.5\pi\int_{0}^{5} {(125-25y-5y^2 + y^3)} dy$$
Evaluating the integral, I get: $$Work = 62.5\pi\int_{0}^{5} {(125-25y-5y^2 + y^3)} dy$$ $$Work = 62.5\pi (125y - \frac{25}{2}y^2 - \frac{5}{3}y^3 + \frac{1}{4}y^4) \Big|_0^5 = 51132.69293$$
However this is wrong. Where am I going wrong?
You have $y=0$ as the bottom, and $y=5$ as the top. But the center is at the top of the circle, so instead for the equation of the circle you want $$x^2+(y-5)^2=25$$