Volume from rotating function about y axis

nameVoid
Messages
238
Reaction score
0
y=1/x, y=0, x=1,x=1, rotate around y axis;

curious how to set this up using washers
 
Physics news on Phys.org


It's been a long time since I have done this, but I think this should be done with disks & I believe you meant x=1 and y=1 ?
 


You have "x= 1, x= 1". Surely, that's not what you meant! I am going to assume the limits are x= a, x= b, with a< b.

Because you have constant x limits (I assume), and are rotating around the y-axis, "washers" is not the best way to do this. The simplest method would be shells.

But since you ask:

There is no graph below y= 1/b. But you have y= 0 as the lower limit for the figure. So, for y= 0 to 1/a, this is a cylinder. its volume is \pi(b^2- a^2)(1/a), the area between the two circles, of radii a and b, times it height, 1/a.

For y= 1/a to 1/b, draw a horizontal line from line from x= (a, y) to (1/y, y) (Since y= 1/x, x= 1/y). Rotated about the y-axis that gives a "washer". Its area is the difference between the areas of the two circles: \pi((1/y)^2- a^2). The volume of that "washer" is that area times its thickness, "dy": \pi\int_{y= 1/a}^{1/b} ((1/y)^2- a^2)dy. Don't forget to add that first volume to get the volume of the entire thing.
 
nameVoid said:
y=1/x, y=0, x=1,x=1, rotate around y axis;

curious how to set this up using washers

Hi nameVoid! :smile:

I'm not sure what you mean :redface:, but the general technique is to cut it into slices with thickness dx … then the volume of each slice is (area)dx, and so the total volume is ∫(area)dx. :wink:
 
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