BOAS
- 546
- 19
Homework Statement
Let a cone with height h and base area A have the density \rho (x) = \rho_{0} \frac{3x^{2} + 2xh}{h^{2}}, 0 \leq x \leq h
the relation between cone radius r and distance from cone apex x is given by:
r = (\frac{B}{\pi h^{2}})^{\frac{1}{2}}x
Find the total mass M of the cone.
Homework Equations
The Attempt at a Solution
Ok, so I've seen problems where the density varies, but this is the first one I've looked at where both the eare and the density vary.
I take a small slice of the cone, V \approx A \Delta x (this works for a rod, but hopefully this is fine when I take the limit of delta x)
Mass of the slice, m \approx \rho (x) A \Delta x
Total mass of the cone, is the sum of the slices = \Sigma A \Delta x \rho (x)
lim \Delta x \rightarrow 0
M = \int^{h}_{0} A \rho (x) dx
The area of a thin slice is given by A = \frac{r^{2} \pi h^{2}}{x^{2}}
So my integral becomes M = \int^{h}_{0} \frac{r^{2} \pi h^{2}}{x^{2}} \rho (x) dx
Subbing in the density funcion,
M = \int^{h}_{0} \frac{r^{2} \pi h^{2}}{x^{2}} \rho_{0} \frac{3x^{2} + 2xh}{h^{2}} dx
M = \int^{h}_{0} \frac{r^{2}\pi h^{2} \rho_{0} (3x^{2} + 2xh)}{x^2 h^2} dx
Firstly, is my method correct?
and secondly, how do I go about performing this integral?
thanks!