A conical buoy weighing $B$ lbs with its vertex $A$ ft below the surface has its top sticking up $\frac{A}{3}$ ft above the surface. How much work to lower the top of the buoy to surface level??
If I add $\frac{37B}{27}$ lbs of weight to the top it causes a displacement of $\frac{A}{3}$. Work = (force)*(displacement) = $\frac{37AB}{81}$ ft-lbs. But I have the wrong answer. Any ideas?
Non-OP edit: This is problem $65$ of Additional Problems for Chapter $7$ of Simmons Calculus, with answer given of $\frac{67}{324}AB$.
Using integration tag provided by OP, the work W is expressed as $$W=\int_0^{\frac A3}F(x)dx$$
The issue is that the force is not constant: $$F(x)=\rho_wV(x)g-Bg, \rho_w:\text{ water density }, g:\text {gravitational acceleration}$$
The volume V(x) is expressed as $$V(x)=\pi R^2(x)h(x)=\pi R^2(x)(x+A), h(x)=x+A$$
At equilibrium, the submerged inverted cone has the radius r and the height A. Via scale ratio on similar triangles, the radius R(x) of the forcibly submerged cone becomes $$\frac{R(x)}{x+A}=\frac rA$$
At equilibrium, the volume of displaced water weighs as much as the buoy: $$\rho_w\pi r^2A=B\Rightarrow \frac rA=\sqrt{\frac{B}{\pi \rho_w A^3}}$$
Wrapping it back up: $$R(x)=(x+A) \sqrt{\frac{B}{\pi \rho_w A^3}}$$
$$V(x)=\pi R^2(x)(x+A)=(x+A)^3\frac{B}{\rho_w A^3}$$
$$F(x)=\rho_wV(x)g-Bg=Bg[\frac {(x+A)^3}{A^3}-1]$$
$$W=\int_0^{\frac A3}{F(x)dx}=Bg\int_0^{\frac A3}{\frac {(x+A)^3}{A^3}-1}dx$$
$$W=\frac{67}{324}ABg$$