Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. moment of inertia of rod about its center of mass, Icm = m*L^2/12
  2.  
  3.  
  4. moment of inertia of rod about one end(Using parallel axis theorm),
  5.  
  6. I = Icm + m*d^2 (d is the distance from center to end)
  7.  
  8. = m*L^2/12 + m*(L/2)^2
  9.  
  10. = m*L^2/12 + m*L^2/4
  11.  
  12. = (m*L^2 + 3*m*L^2)/12
  13.  
  14. = m*L^2/3
  15.  
  16. = 2.31*0.85^2/3
  17.  
  18. = 0.556 kg.m^2 <<<<<<<<<<<<------------Answer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement