0

The curves look like this. The solution for the volume used a circular disk for the x axis of revolution. I got the total volume from doubling the volume by rotating the solid formed from $x=0$ to $x=2$. Trying to apply the same concept from the boundary $x=-2$ to $x=0$, I get a different answer.

Solution: Boundary: $x=0$ to $x=2$

$$\frac V2=\pi\int_{0}^2[(12-x^3)^2-(12-4x)^2] dx$$

V=~449

Boundary: $x=-2$ to $x=0$

$$\frac V2=\pi\int_{-2}^0[(12-4x)^2-(12-x^3)^2] dx$$

$V=~756$

What am I missing?

enter image description here

Renzo
  • 1

1 Answers1

1

By Pappu's thm rotated Volume equals section Area $* 2 \pi \cdot y_{CG} $ where CG is center of gravity.

The section areas are same. But since on the left $y_{CG}$ is greater so is its volume is greater. (756>449)

Total volume is the sum of the two:

$$V_1+V_2 =\pi\int_{-2}^2[(12-x^3)^2-(12-4x)^2] dx=1205$$

Narasimham
  • 40,495