Set up the integral that would be used to find the volume of the solid obtained by rotating the region bounded by y=x^3 , y=8, and x=0 about the x=-4. use disk/washer method.

v = ∫[0,2]π(R^2-r^2) dx

where R=12 and r=y+4
v = π∫[0,2](144-(x^3+4)^2) dx

To set up the integral using the disk/washer method to find the volume of the solid obtained by rotating the region bounded by y=x^3, y=8, and x=0 about the x=-4, follow these steps:

Step 1: Draw a sketch of the region bounded by the given curves.

Step 2: Identify the range of x-values over which the region is bounded.

In this case, the region is bounded from x=0 to x=-4.

Step 3: Determine the radius of each disk or washer.

Since we are rotating the region about the line x=-4, the distance from each point on the region to the line x=-4 represents the radius.

The distance between any point (x, y) on the curve y=x^3 and the line x=-4 is given by the expression: r = 4 - x.

Step 4: Determine the height (or thickness) of each disk or washer.

Take infinitesimally small intervals of dx.

Step 5: Set up the integral.

The volume of each disk or washer is given by the formula: dV = π * (radius)^2 * height

The total volume of the solid can be obtained by integrating the volume of each disk or washer over the range of x-values.

∫[from 0 to -4] π * (4 - x)^2 * dx

This integral represents the volume of the solid obtained by rotating the region bounded by y=x^3, y=8, and x=0 about the line x=-4 using the disk/washer method.

To find the volume of the solid obtained by rotating the region bounded by y = x^3, y = 8, and x = 0 about the line x = -4 using the disk/washer method, we can break down the solid into infinitesimally thin disks or washers and integrate their volumes.

First, let's sketch the region bounded by y = x^3, y = 8, and x = 0:

```
y
| .
| /
| /
| /
| /x = 0
| /
| /
|/
--------- x
```

The region bounded by these curves lies between x = 0 and the point where y = 8. To find this point, we set y = 8 and solve for x:

8 = x^3
x = 2

The region bounded by the curves can be visualized as follows:

```
y
| /.
| / |
| / |
| / |
| / |
|/ |
|------. x = 2
| /.
| / |
| / |
| / |
| / |
|/ |
--------- x
```

Now, let's focus on an infinitesimally thin slice of the solid, perpendicular to the x-axis, at a distance x from the line x = -4. The thickness of this slice can be represented as Δx.

The height of the slice is given by the difference between the top function y = 8 and the bottom function y = x^3 at that particular x-value.

The radius of the disk or the outer radius of the washer is the distance from the line x = -4 to the x-value for the slice, which is (-4) - x.

The inner radius of the washer, if we choose to use a washer instead of a disk, is 0 since the region does not extend below the x-axis.

Now we can express the volume of this infinitesimally thin slice as:

- Disk method: π * (outer radius)^2 * Δx
- Washer method: π * ((outer radius)^2 - (inner radius)^2) * Δx

To find the total volume, we need to integrate these expressions over the range of x from 0 to 2:

- Disk method: V = ∫[0,2] π * ((-4) - x)^2 * Δx
- Washer method: V = ∫[0,2] π * (((-4) - x)^2 - 0^2) * Δx

Finally, to find the exact value of the integral, we need to evaluate it.