Can someone please explain this problem to me: I have to use integrals to find volumes with known cross sections but i just don't understand. Thanks!

Consider a solid bounded by y=2ln(x) and y=0.9((x-1)^3). If cross sections taken perpendicular to the x-axis are isosceles right triangles with the hypotenuse in the base, find the volume of this solid.

To find the volume of the solid bounded by the curves y = 2ln(x) and y = 0.9((x-1)^3) using integrals, we need to follow these steps:

1. First, we need to find the limits of integration. Since the curves are given as functions of y, we need to find the y-values where the two curves intersect. To do this, we set y = 2ln(x) equal to y = 0.9((x-1)^3) and solve for x:

2ln(x) = 0.9((x-1)^3)

Next, we can solve this equation numerically or graphically to find the values of x where the two curves intersect. Let's say the two curves intersect at x = a and x = b.

2. The next step is to determine the equation for the right triangle's height h in terms of y. Since the hypotenuse of the right triangle is the base, the height of the triangle will be equivalent to the difference between the two curves at a given y-value. In this case, we have h = 2ln(x) - 0.9((x-1)^3)

3. Now, we need to express the volume of each cross section as an integral. The volume of a right triangle cross section is given by the formula V = (1/2) * b * h, where b is the length of the base and h is the height of the cross section. In this case, the base length is equal to the hypotenuse length.

Since the hypotenuse is the base, we can express the base length as b = 2h, where h is the height. Therefore, the volume of the cross-section can be written as V = (1/2) * 2h * h = h^2.

4. Finally, we integrate the function h^2 with respect to y over the interval y = 0 to y = maximum value of y to obtain the volume of the solid. So, the integral to evaluate is:

∫[0, y_max] (h^2) dy

∫[0, y_max] (2ln(x) - 0.9((x-1)^3))^2 dx

5. Solve the integral from step 4 using the limits of integration determined in step 1. Evaluating the integral will give you the volume of the solid between the two curves.

It is worth noting that the integrals can be quite challenging to solve analytically, so you may need to use numerical methods or calculus software to find the exact value of the integral.