I am quite confused with what I am doing wrong in trying to solve for the problem of finding the volume of a solid that has no $x$ values.
The problem offers region bound by $y=x^4, y=1,$ and $y=6$. The problem asks to find the volume of a solid obtained by rotating it about $x = 6$.
I've made the $R(x) = 6$ and $r(x) = 6-x^4$, which feels right but then I don't know if I mess up the bounds by setting it as 6 and 1. I found something about 1 and -1, but it kept giving me 0 as the final answer.
I've been stuck on this problem for a few hours, and have no idea on how to progress, thank you for any and all help that can be provided!
Editing: I squared both radii to get $R(x) = 36$, and $r(x) = 36-12x^4+x^8$ Then I got $12x^4 -x^8$ subtracting the 36. Integrating into $12x^5/5 - x^8/8$ which I tried solving for 6 to 1 and 1 to -1, but neither seemed to be the answer.
See the sketch. As you are rotating about $x = 6$, I recommend using washer method to set up the integral to find volume. The curve $y = x^4$ has two branches - one to the right of y-axis and one to the left.
$ \displaystyle y = x^4 \implies x = \pm y^{1/4}$
$x = y^{1/4}$ is the branch to the right of y-axis and $x = - y^{1/4}$ is the branch to the left of y-axis.
The distance of a point on the left branch from $x = 6~$ is $~ f(y) = 6 + y^{1/4}~$ and of a point on the right branch is $~g(y) = 6 - y^{1/4}~$.
So the integral should be,
$V = \displaystyle \pi \int_1^6 \left[(f(y))^2 - (g(y))^2\right] ~ dy$
Use $~a^2 - b^2 = (a-b) \cdot (a + b)$ for simplifying the integrand.