I don't understand how to answer this problem:

The base of a solid is bounded by y=x+1 and y= x^2-1. Find the volume of the solid if the cross section is perpendicular to the x axis are equilateral triangles.

To find the volume of the solid when the cross sections perpendicular to the x-axis are equilateral triangles, we need to use integration.

Here's how you can proceed:

Step 1: Determine the interval of integration.
First, find the x-values where the two curves intersect.
Set the equations y = x + 1 and y = x^2 - 1 equal to each other:
x + 1 = x^2 - 1

Rearrange this equation to obtain a quadratic equation:
x^2 - x - 2 = 0

Factorize the quadratic equation:
(x - 2)(x + 1) = 0

Solve for x:
x = 2 or x = -1

So, the interval of integration will be from x = -1 to x = 2.

Step 2: Express the area of a cross section as a function of x.
The area of an equilateral triangle can be expressed as A = (√3/4) * s^2, where s is the length of each side (which is also the height in this case).

Since we are given that the cross-sections are equilateral triangles, we can determine s as the difference between the y-values of the two curves at each x-value.

The equation for the two curves is y = x + 1 and y = x^2 - 1.

So, the height of the equilateral triangle is:
s = (x^2 - 1) - (x + 1) = x^2 - x - 2

Step 3: Integrate to obtain the volume.
The volume of the solid can be expressed as an integral of the area expression with respect to x:

V = ∫[a to b] A dx = ∫[a to b] [(√3/4) * s^2] dx

Substituting the expression for s:
V = ∫[-1 to 2] [(√3/4) * (x^2 - x - 2)^2] dx

Evaluate this integral using your preferred integration method to find the volume of the solid bounded by the given curves when the cross sections are equilateral triangles.

Note: If you need the specific value of the volume, you can use a numerical integration method or a graphing calculator to approximate it.