Find the volume of the solid of revolution obtained by revolving the plane region R bounded by y= x^5, the y-axis, and the line y=3 about the x-axis

So far:
y=x^5 is equal to x=5th root y. I've plugged that in to pi(r^2)h, and got V = pi ∫[0,3] y^(2/5) dy.

so far I've gotten 15/7(3^(2/5))pi, but the system I'm using won't accept it. I don't even know if I'm doing this right, please help

To find the volume of the solid of revolution, you're on the right track with the method you're using. Let's break it down step by step to make sure we're doing it correctly.

1. First, find the equation of the curve in terms of x. The given equation is y = x^5. To express it in terms of x, we rewrite it as x = y^(1/5) since y is defined as x^5.

2. Now, we need to identify the bounds of integration. In this case, R is bounded by the y-axis and the line y = 3. Therefore, the limits of integration for y are from 0 to 3 since the solid of revolution extends from y = 0 to y = 3.

3. Next, we'll express the volume as the integral of the cross-sectional areas. This formula is V = π ∫[a, b] (f(x))^2 dx, where f(x) represents the function that defines the curve.

4. Since we want to revolve the region about the x-axis, the radius of each cross-section will be determined by the value of x. The radius, in this case, is represented by the function f(x) = x^(1/5).

5. Substitute the corresponding expression for f(x) into the volume formula. Thus, we have V = π ∫[0,3] (x^(1/5))^2 dx.

6. Simplify the integrand: (x^(1/5))^2 equals x^(2/5).

7. Evaluate the definite integral. The integral ∫[0,3] x^(2/5) dx = [(5/7)x^(7/5)] evaluated from 0 to 3.

Plugging in the upper limit:
[(5/7)(3)^(7/5)] - Plug in 3 for x in [(5/7)x^(7/5)]
= (5/7)(3^(7/5))

Plugging in the lower limit:
[(5/7)(0^(7/5))] - Plug in 0 for x in [(5/7)x^(7/5)]
= 0

Subtracting the lower limit from the upper limit:
V = (5/7)(3^(7/5)) - 0
= (5/7)(3^(7/5))

8. Multiply the result by π:
V = π * (5/7)(3^(7/5))

The volume of the solid of revolution obtained by revolving the plane region R about the x-axis is approximately (5/7)(3^(7/5)) * π.