
Kevin S. answered 09/06/23
Outstanding Math PHD Tutor 20 years of Developing Mastery + Confidence
To find the volume using the method of cylindrical shells, you can use the formula for volume as:
V = 2 * pi * Integral from a to b of [r(y) * h(y)] dy
Here, you have the equations y = 3x^4 and y = 0, and x = 2.
- r(y) is the distance from the axis of rotation x=4 to the shell, which is |4 - x|. Since y = 3x^4, x = (y/3)^(1/4). So r(y) = |4 - (y/3)^(1/4)|.
- h(y) is the height of the shell, which corresponds to dx. To find dx, you differentiate y = 3x^4 to get dy/dx = 12x^3. Then, dx = dy / (12x^3) = dy / (12 * (y/3)^(3/4)).
- The limits of integration a and b would be y=0 to y=48 (because when x=2, y = 3*2^4 = 48).
Put it all together, and you'd integrate from y=0 to y=48 the function:
2 * pi * |4 - (y/3)^(1/4)| * (dy / (12 * (y/3)^(3/4)))
After solving this integral, you'll get the volume V.