Mass points M and m are kept at the vertices of an equilateral triangle

whose sides are of length a.
1. Find the distance between the center
of mass of the system and mas point m.
2.Determine the moment of
Inertia of the system about the center of mass

There are two masses M and m ?

They are at two vertices of the triangle? What is at the third corner?

That is not mentioned in the question. And that is why I am stuck!

Is there no picture?

Nope!

To find the distance between the center of mass of the system and mass point m, we need to calculate the position of the center of mass first.

1. Finding the center of mass:
The center of mass of a system of particles can be calculated using the formula:

xd = (m1 * x1 + m2 * x2 + ... + mn * xn) / (m1 + m2 + ... + mn)
yd = (m1 * y1 + m2 * y2 + ... + mn * yn) / (m1 + m2 + ... + mn)

where xd and yd represent the x and y coordinates of the center of mass respectively, and m1, m2, ..., mn are the masses of the particles at positions (x1, y1), (x2, y2), ..., (xn, yn).

In this case, we have mass points M and m at the vertices of an equilateral triangle with sides of length a. Since the triangle is equilateral, the center of mass coincides with the centroid of the triangle. The centroid divides each median into two segments in the ratio 2:1, with the longer segment being towards the vertex.

Let's assume the vertices of the triangle are labeled as A, B, and C, and mass point M is located at vertex A, while mass point m is located at vertex C. The coordinates of A, B, and C are as follows:

A: (0, 0)
B: (a, 0)
C: (a/2, a*√3/2)

Now, we can calculate the center of mass (centroid) using the above formulas.

xd = (0 + a + a/2) / 3
yd = (0 + 0 + a*√3/2) / 3

Simplifying, we get:

xd = (3a/2) / 3 = a/2
yd = (a*√3/2) / 3 = a*√3/6

Therefore, the coordinates of the center of mass (centroid) are (a/2, a*√3/6).

2. Determining the moment of inertia:
The moment of inertia of a system of particles about an axis can be calculated using the formula:

I = m1 * ((x1 - xo)^2 + (y1 - yo)^2) + m2 * ((x2 - xo)^2 + (y2 - yo)^2) + ... + mn * ((xn - xo)^2 + (yn - yo)^2)

where I is the moment of inertia, m1, m2, ..., mn are the masses of the particles, (x1, y1), (x2, y2), ..., (xn, yn) are their coordinates, and (xo, yo) are the coordinates of the axis of rotation.

In this case, we want to find the moment of inertia of the system about the center of mass (centroid).

Let's assume the moment of inertia about the center of mass is Io. As the masses M and m are located at the vertices A and C, respectively, we can calculate the moment of inertia using the following formula:

Io = MA * ((xA - xd)^2 + (yA - yd)^2) + mC * ((xC - xd)^2 + (yC - yd)^2)

Substituting the known values:

Io = MA * ((0 - a/2)^2 + (0 - a*√3/6)^2) + mC * ((a/2 - a/2)^2 + (a*√3/2 - a*√3/6)^2)

Simplifying, we get:

Io = MA * (a^2/4 + 3a^2/36) + mC * (a^2/4)

Io = ((Ma^2)/4 + (3Ma^2)/36) + (Ma^2)/4

Simplifying further:

Io = (9Ma^2 + Ma^2) / 36

Io = (10Ma^2) / 36

Therefore, the moment of inertia of the system about the center of mass is (10Ma^2) / 36.