Lopina
- 14
- 0
Homework Statement
Calculate the moment of inertia of a straight homogenous plate with mass m shaped like a square where the axis of rotation goes through the diagonal of the plate.
Code:
^
|y
|
/|\
/ | \ a
-------|------>
a \ | / x
\|/
|
|
Homework Equations
Moment of inertia I=\int r^{2}dm
Perpendicular axis theorem I_{z}=I_{x}+I_{y}
The Attempt at a Solution
This is what I've come up with, but I don't know if I'm right.
Being this a square, I've concluded that I_{x}=I_{y}
Using a Perpendicular axis theorem I have I_{z}=2I_{x}
I need I_{x}=0.5I_{z}
I have I_{z}=\frac{m*\left(a^{2}+a^{2}\right)}{12}=\frac{m*\left(a^{2}\right)}{6}
And then I just put it in I_{x}=0.5I_{z} and get I_{x}=\frac{m*a^{2}}{12}
But somehow, I think I'm wrong