From a Single Variable Calc Textbook:
"An aquarium $2$ m long, $1$ m wide, and $1$ m deep is full of water. Find the work needed to pump half of the water out of the tank."
My attempt:
First, I multiplied 1000 (density of water) by 9.8 to help compute the weight of the water. Then, I figured I could use a rectangular cross-section to serve as my "disk." $(1-y)$ is the height, and I used $2y$ as the area.
$$\int_0^1(1-y)*2y*9800dy$$ $$19600\int_0^1(1-y)ydy$$ $$19600\int_0^1y-y^2dy$$ $$19600\left(\int_0^1ydy-\int_0^1y^2dy\right)$$ $$19600*(\frac{1}{2}-\frac{1}{3})$$ $$3266 J$$ $$1633 J$$
But the book says $2.45 * 10^3 J$
Thanks in advance for your help.
Presumably $y$ is the vertical axis with $0$ at the bottom of the tank. You should specify that. You are only to remove half the water, so your integral should run from $\frac 12$ to $1$. The $dy$ is a thin layer of water at the same starting altitude that you remove. The area of your layer is $2$, not $2y$, as it is a $1 \times 2$ rectangle. The work done to remove the thin layer is then $9800\cdot 2 \cdot (1-y) dy$ where $9800\cdot 2 dy$ is the weight of the water and $1-y$ is the height you lift it.