locate the position of the centre of mass of a system of particles of mass m1=1kg,m2=2kg and m3=3kg situated at the corner of an equilateral triangle of angle 60degres and side 1m

To find the position of the center of mass of a system of particles, you need to calculate the weighted average of their positions.

In this case, we have three particles located at the corners of an equilateral triangle. Let's label the particles as P1, P2, and P3, with masses m1 = 1kg, m2 = 2kg, and m3 = 3kg respectively.

First, we need to find the coordinates of each particle. Let's assume that the center of the equilateral triangle is at the origin (0, 0). Without loss of generality, we can set one particle (P1) at one of the vertices of the triangle, let's say P1(1, 0).

To find the positions of P2 and P3, we need to use the angle and side length of an equilateral triangle. Since the angle between two adjacent sides of an equilateral triangle is 60 degrees, we can use trigonometry to find the coordinates of P2 and P3.

Let's use the side length of the triangle as the unit length, so each side of the triangle has a length of 1m.

Using trigonometric functions, we can find that the x-coordinate of P2 is given by x2 = cos(60 degrees) = 0.5 and the y-coordinate is y2 = sin(60 degrees) = sqrt(3)/2.

Similarly, the x-coordinate of P3 is x3 = -cos(60 degrees) = -0.5 and the y-coordinate is y3 = sin(60 degrees) = sqrt(3)/2.

Now that we have the positions of each particle, we can calculate the center of mass.

The x-coordinate of the center of mass (CMx) is given by the formula:
CMx = (m1 * x1 + m2 * x2 + m3 * x3) / (m1 + m2 + m3).

Substituting the appropriate values:
CMx = (1 * 1 + 2 * 0.5 + 3 * (-0.5)) / (1 + 2 + 3) = 0.

Similarly, the y-coordinate of the center of mass (CMy) is given by the formula:
CMy = (m1 * y1 + m2 * y2 + m3 * y3) / (m1 + m2 + m3).

Substituting the appropriate values:
CMy = (1 * 0 + 2 * (sqrt(3)/2) + 3 * (sqrt(3)/2)) / (1 + 2 + 3) = sqrt(3)/2.

Therefore, the position of the center of mass of the system of particles is (0, sqrt(3)/2) in terms of the unit length used for the sides of the equilateral triangle.

As a visual representation, the center of mass lies on the centerline of the equilateral triangle, vertically halfway between the bottom vertex and the top line segment.