Determining the volume of a function ratating around an axis.

beuller34
Messages
2
Reaction score
0
Hi all. I am a recent Chemical Engineering graduate, and I recently was program recommended into the Naval Nuclear Engineering Program. While going over a study guide for my technical interviews coming up, I came across this problem, and my mind went blank! It goes something like this:

1. Plot both y=x^2 and y=x^3 on the same graph, but only to 1.
2. Determine the area inbetween both functions using integration.
3. Imagine this space inbetween the functions was rotated about the x-axis. What will the volume of this region be.

While both parts 1. and 2. are quite trivial, I couldn't seem to figure out the the last part of the problem! Any help would be greatly appreciated. Thanks!
 
Physics news on Phys.org
The cross section you are interested in is a washer. Your inner radius is made by x^3, and your outer radius is made by x^2. The area is Pi*radius^2. So inner area is Pi*(x^3)^2, and outer area is Pi*(x^2)^2. The difference is the area you are interested in. A(x) = outer area - inner area = Pi*(x^4-x^6)

The volume of rotation around x-axis is V= int(A(x)dx,x,0,1) = (2*pi)/35
 
Last edited:
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