Moment of Inertia of Wire Shaped like Astroid: Finding MOE | Solution Attempt

  • Thread starter Thread starter kasse
  • Start date Start date
  • Tags Tags
    Intertia Moment
kasse
Messages
383
Reaction score
1

Homework Statement



A wire is shaped like the astroid x=cos3(t), y=sin3(t), t[0, 2*pi] and has constant density = k. Find its moment of intertia I0 around the origin.

2. The attempt at a solution

To find the MOE we must integrate k* (x2 + y2)ds along the curve. We differentiate and find that ds can be written 3*cos(t)*sin(t).The final expression is:

3k * Int (cos7(t)*sin(t) + sin7(t)*cos(t))dt for t [0, 2*pi]. But this is zero! What/where is my mistake?
 
Physics news on Phys.org
Be careful when integrating periodically symmetric functions through a full period: your dt cycles through both positive and negative signs. You may be better off integrating only one quarter of the astroid and quadrupling that result. (Were you to express the moment of inertia as C · M · (R^2) , the moment for each quadrant would have the same constant C as the entire figure.)
 
kasse said:


3k * Int (cos7(t)*sin(t) + sin7(t)*cos(t))dt for t [0, 2*pi]. But this is zero! What/where is my mistake?


Your mistake is: changing the function for ds when doing your simplification!

<br /> ds = \sqrt{\left(\frac{dx}{dt}\right)^2+\left(\frac{dy}{dt}\right)^2} \;dt<br /> = 3\sqrt{\cos^2(t)\sin^2(t)}\; dt \;\neq \;3 \cos(t)\sin(t) \;dt<br />

<br /> 3\sqrt{\cos^2(t)\sin^2(t)}\; dt = 3|\cos(t)\sin(t)|\;dt<br />

that's why you have the two contributions cancelling each other out... you have forgotten the absolute value sign...
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top