Areal moment of inertia of a disk integral question

musemonkey
Messages
23
Reaction score
0
Hi, I know the following calculation is incorrect but have been unable to find the error.

The calculation is to integrate

I = \int z^2 \sqrt{r^2-z^2}dz.

Trying u-substitution:

u = \sqrt{r^2 - z^2}

z^2 = r^2 - u^2

2z dz = - 2udu

dz = \frac{-udu}{z} = \frac{-udu}{\sqrt{r^2 - u^2}},


the integral becomes


I = \int (r^2 - u^2) u \left(\frac{-udu}{\sqrt{r^2 - u^2}}\right) = -\int \sqrt{r^2 - u^2}~u^2 du = - I~?

I=-I \Rightarrow I = 0 but this is the areal moment of inertia integral for a disk (if boundaries of integration were added from 0 to R) and by converting it to an integral in terms of \theta it's easy to show that it equals \pi R^4/4. Would be much obliged if someone would point out the error for me.

Thank you,
Musemonkey
 
Physics news on Phys.org
I believe the error comes from ignoring you the bounds of integration. For example, if you integrate from z = 0...r then you would integrate from u = r...0, which takes care of the negative sign.
 
thanks!
 
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