Integrating Volume via Shells: What Went Wrong with the Bounds?

PhizKid
Messages
477
Reaction score
2

Homework Statement


Volume of the region bounded by 1/x^4, y = 0, x = 2, and x = 6 about the axis y = -4


Homework Equations





The Attempt at a Solution



XFHCwOW.png


The height for any shell is x(y) - 2, or \sqrt[4]{\frac{1}{y}} - 2

The radius of any shell is y + 4

So the circumference is 2*pi*(y + 4), and the surface area is then [2*pi*(y + 4)] * [\sqrt[4]{\frac{1}{y}} - 2]

So I integrate this from 0 to 1/(2^4) because y(2) = 1/(2^4) which is the upper boundary on the y-axis and the lower boundary is 0.

Where did I go wrong?
 
Physics news on Phys.org
PhizKid said:

Homework Statement


Volume of the region bounded by 1/x^4, y = 0, x = 2, and x = 6 about the axis y = -4


Homework Equations





The Attempt at a Solution



XFHCwOW.png


The height for any shell is x(y) - 2, or \sqrt[4]{\frac{1}{y}} - 2

The radius of any shell is y + 4

So the circumference is 2*pi*(y + 4), and the surface area is then [2*pi*(y + 4)] * [\sqrt[4]{\frac{1}{y}} - 2]

So I integrate this from 0 to 1/(2^4) because y(2) = 1/(2^4) which is the upper boundary on the y-axis and the lower boundary is 0.

Where did I go wrong?

The first place you went wrong was choosing to use shells in the first place. The problem is more naturally done with disks. Anyway, given that you are using shells, remember that the height of the shell in this example is ##x_{right} - x_{left}##. The problem is that the right hand curve is not a single piece. Part of it is the line ##x=6##. You have to break the integral into two parts to account for that.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top