Find the volume of the solid obtained by rotating the region bounded by the given curves about the specified axis.

y=x^2, x=y^2 about the axis x=–1

Draw yourself a figure to find out where the bounded region is. It appears to be between (x=0,y=0) and (x=1,y=1). You need to carry out a dy integration about the x = -1 axis.

Each slab of width dy has volume pi[(sqrt y)+1)^2 -(y+1)^2]dy
Integrate from y=0 to y=1, but check my assertions

To find the volume of the solid obtained by rotating the region bounded by the curves y = x^2 and x = y^2 about the axis x = -1, you can use the method of cylindrical shells.

First, let's visualize the region bounded by the curves. By sketching the curves y = x^2 and x = y^2, you can see that they intersect at (0, 0) and (1, 1). The region bounded by these curves is between x = 0 and x = 1, and it is symmetric about the y-axis.

To use the cylindrical shell method, we need to consider an infinitesimally thin slice of the region that's parallel to the axis of rotation (x = -1). Let's call this slice "dx." Each slice will have a height equal to the difference between the upper and lower functions in terms of x, which is y = x^2 - y^2.

Now, we'll calculate the volume of each cylindrical shell by multiplying its height (y = x^2 - y^2) by its circumference (which is 2π times the distance from the axis of rotation). The distance from the axis of rotation to any point on the slice is the same as the x-coordinate of that point plus 1, i.e., (x + 1).

Therefore, the volume of each shell is given by V(shell) = 2π(x + 1)(x^2 - y^2)dx.

To find the total volume, we integrate the shell volume equation from x = 0 to x = 1:
V = ∫[0 to 1] 2π(x + 1)(x^2 - y^2)dx.

Now, substituting the equation for y = x^2, we have:
V = ∫[0 to 1] 2π(x + 1)(x^2 - x^4)dx.

Simplifying further, we get:
V = 2π ∫[0 to 1] (x^3 + x^2 - x^5 - x^4)dx.

Integrating term by term, we obtain:
V = 2π [1/4 * x^4 + 1/3 * x^3 - 1/6 * x^6 - 1/5 * x^5] evaluated from 0 to 1.

Evaluating these terms, we get:
V = 2π [(1/4 * 1^4 + 1/3 * 1^3 - 1/6 * 1^6 - 1/5 * 1^5) - (1/4 * 0^4 + 1/3 * 0^3 - 1/6 * 0^6 - 1/5 * 0^5)].

Simplifying further, we have:
V = 2π [1/4 + 1/3 - 1/6 - 1/5].

Finally, calculate the volume using a common denominator:
V = 2π [(15 + 20 - 10 - 12)/60]
= 2π [13/60]
= 13π/30.

Thus, the volume of the solid obtained by rotating the region bounded by y = x^2 and x = y^2 about the axis x = -1 is (13π/30) cubic units.