Calculating Volume of Revolutions in a Glass Chamber with Water Using Equations

ultima9999
Messages
43
Reaction score
0
There is a glass chamber that is to be filled with water. The chamber is divided into two parts, the outer being filled with water and the inner being empty. The chamber is such that a person can stand inside without getting wet.
It is modeled by the equations f(x) = \frac{243}{1820x^2} - \frac{243}{1820} \mbox{and} g(x) = \frac{2}{3}f(x) = \frac{486}{5460x^2} - \frac{486}{5460}

The chamber has a height of 0.9m and a width of 1m, as shown in the attached image.

1. Find the total volume to fill the flask in cubic cm.

Alright, so what I did was rearrange each equation into terms of y as the solid is revolved around the y-axis.
Therefore:
f(y) = \sqrt{\frac{243}{1820\left(y + \frac{243}{1820}\right)}}
g(y) = \sqrt{\frac{486}{5460 \left(y + \frac{486}{5460}\right)}}

To find the volume, it is upper bound - lower bound, so:
V = \pi\int_{0}^{0.9} \left(\frac{243}{1820\left(y + \frac{243}{1820}\right)}\right) - \left(\frac{486}{5460\left(y + \frac{486}{5460}\right)}\right) dy

It is at this point that I am stuck. I have tried to rearrange into one fraction, but then I am unable to integrate it. Maybe somebody could shed some light as to what I could do, or a simpler way of going about this? Thanks.
 

Attachments

  • chamber.JPG
    chamber.JPG
    22.8 KB · Views: 350
Physics news on Phys.org
Remember that \int\frac{f'(x)}{f(x)}dx=\ln\midf(x)\mid+c, provided f(x) is of order of 1.
 
Can I just split that into two separate integrals and then mulitply the answer by \pi?

If so, after simplifying I get:
V = \pi\left[\left(\frac{243}{1820}ln\left(\frac{1881}{243}\right)\right) - \left(\frac{486}{5460}ln\left(\frac{5400}{486}\right)\right)\right] = 185,064.4144 cm^3
 
Yes, you can do that but make sure you change the name of the function to other than V(y) before multiplying the answer by \pi.

Yes, the answer is correct. V=1.85\times10^5\ cm^3
 
Excellent. I now to have find the constant rate of flow if the chamber is to fill in 20 min. Would that just be \frac{dV}{dt} = \frac{185,064.4144}{20}?
 
Is my last post correct?
 
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