How Do You Calculate the Radii for Washers in Solids of Revolution?

  • Thread starter Thread starter nameVoid
  • Start date Start date
  • Tags Tags
    Revolution Solids
nameVoid
Messages
238
Reaction score
0
y=x^2 ;
y=4;
rotated around x=2

im seeing a washer cross section with r=2-y^(1/2);
im unclear on how to get R to calculate the area it seems to be 2r but this produces incorrect results.
 
Physics news on Phys.org
y=x^2 is a parabola and y=4 is a line. Rotate these about the x=2 axis and the object is a paraboloid.
 
im clear on the shape of the solid , but how do you get an equation for the large radius of the washer
 
When you rotate the region of the parabola y = x^2 around the line x = 2, the vertical cross-section of this solid looks like two parabolic sections. The part on the right has its vertex at (4, 0) and intersects the line y = 4 at (2, 4) and (6, 4). The equation of this translated parabola is y = (x - 4)^2.

The large radius of a washer is the x-value on the parabola on the right, minus 2, or sqrt(y) + 4 - 2. You can also get this dimension by taking the x value on the parabola on the left, and you'll get the same value.

You mentioned that you had calculated the large radius as 2 - sqrt(y). That actually gets you the inner radius. Using the parabolic region on the right, I get an inner radius of 4 - sqrt(y) - 2, which is what you had for the outer radius.
 
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