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...
 
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