

InterviewSolution
Saved Bookmarks
1. |
What is the centre mass of a cylinder |
Answer» If the\xa0cylinder\xa0is of uniform density, then it\'s at the geometric\xa0center\xa0- at the\xa0center\xa0of the circle and halfway between the ends. Because of the x*i + y*j + z*k this gives you a vector. Divide that by the total\xa0mass\xa0and the result will be a vector designating the\xa0center\xa0of\xa0mass. | |