Find the volume of the solid obtained by rotating the region enclosed by the graphs x=y^{5} and x=5sqrty about the y-axis over the interval [0,1].

assuming you mean 1<=x<=5, we have, using discs,

v = ∫[1,5] π(R^2-r^2) dx
where R=x^(1/5) and r=(x/5)^2

To find the volume of the solid obtained by rotating the region enclosed by the graphs x = y^5 and x = 5√y about the y-axis over the interval [0, 1], we can use the method of cylindrical shells.

First, let's find the limits of integration. Since the interval is [0, 1], we will integrate with respect to y from y = 0 to y = 1.

The differential height of a shell at a given value of y is dy, and the radius of the shell can be calculated as the difference between the x-values of the two curves at that value of y. So the radius of the shell is given by r = 5√y - y^5.

To find the volume of each shell, we multiply the circumference of the shell by its height. The circumference of a shell at a given value of y is given by 2πr. Therefore, the volume of each shell is dV = 2πr dy.

Now, we can integrate the volume of each shell from y = 0 to y = 1 to find the total volume:

V = ∫[0,1] (2πr) dy
= ∫[0,1] 2π(5√y - y^5) dy

Evaluating the integral:

V = 2π ∫[0,1] (5√y - y^5) dy
= 2π [ (2/3) y^(3/2) - (1/6) y^6 ] from y = 0 to y = 1

Plugging in the limits of integration:

V = 2π [ (2/3) (1)^(3/2) - (1/6) (1)^6 ] - 2π [ (2/3) (0)^(3/2) - (1/6) (0)^6 ]
= 2π [ (2/3) - (1/6) ]
= 2π/3

Therefore, the volume of the solid obtained by rotating the region enclosed by the graphs x = y^5 and x = 5√y about the y-axis over the interval [0, 1] is (2π/3) cubic units.

To find the volume of the solid obtained by rotating the region enclosed by the graphs x = y^5 and x = 5√y about the y-axis over the interval [0, 1], we can use the method of cylindrical shells.

First, let's graph the two equations x = y^5 and x = 5√y to understand the region we are working with.

We can see that the graphs intersect at y = 1, where x = 1 and x = 5. This intersection point defines our interval [0, 1].

Next, we need to express x in terms of y for both equations to set up the integral.

For x = y^5, we can rewrite it as y = x^(1/5).

For x = 5√y, we can rewrite it as y = (x/5)^2.

Now, the radius of each cylindrical shell is the distance from the y-axis to the curve at a given y-value. We can find this radius by subtracting the smaller function from the larger function at each y-value within the interval [0, 1].

So, the radius (r) can be expressed as r = 5√y - y^5.

The height (h) of each cylindrical shell is the difference between consecutive y-values within the interval [0, 1]. Therefore, h = Δy.

Now, we can set up the integral to find the volume of the solid using the formula for the volume of a cylindrical shell:

V = ∫[a, b] 2πrh dy.

In this case, a = 0 and b = 1, so our integral becomes:

V = ∫[0, 1] 2π(5√y - y^5) dy.

Evaluating this integral will give us the volume of the solid obtained by rotating the given region about the y-axis over the interval [0, 1].