Systems and Center of Mass

Help Questions

AP Physics C: Mechanics › Systems and Center of Mass

Questions 1 - 10
1

A system consists of three point masses: $$m_1 = 2.0\text{ kg}$$ at position $$x_1 = 0\text{ m}$$, $$m_2 = 3.0\text{ kg}$$ at position $$x_2 = 4.0\text{ m}$$, and $$m_3 = 1.0\text{ kg}$$ at position $$x_3 = 6.0\text{ m}$$. What is the $$x$$-coordinate of the center of mass of this system?

$$2.7\text{ m}$$

$$3.3\text{ m}$$

$$4.0\text{ m}$$

$$2.3\text{ m}$$

Explanation

The center of mass is calculated using $$x_{cm} = \frac{\sum m_i x_i}{\sum m_i} = \frac{(2.0)(0) + (3.0)(4.0) + (1.0)(6.0)}{2.0 + 3.0 + 1.0} = \frac{0 + 12.0 + 6.0}{6.0} = \frac{18.0}{6.0} = 2.7\text{ m}$$. Choice A uses an incorrect calculation. Choice C represents the simple average of positions without mass weighting. Choice D is the position of the middle mass, not the center of mass.

2

Two objects with masses $$m_1 = 4.0\text{ kg}$$ and $$m_2 = 8.0\text{ kg}$$ are connected by a light rigid rod of negligible mass. If the center of mass of the system is located $$2.0\text{ m}$$ from $$m_1$$, what is the distance between the two masses?

$$6.0\text{ m}$$

$$3.0\text{ m}$$

$$4.0\text{ m}$$

$$2.0\text{ m}$$

Explanation

Using the center of mass definition with $$m_1$$ at the origin: $$x_{cm} = \frac{m_2 d}{m_1 + m_2}$$ where $$d$$ is the separation. Since $$x_{cm} = 2.0\text{ m}$$: $$2.0 = \frac{8.0 \cdot d}{4.0 + 8.0} = \frac{8.0d}{12.0}$$. Solving: $$d = 3.0\text{ m}$$. Choice A equals the distance from $$m_1$$ to the center of mass. Choice C would be correct if the masses were equal. Choice D assumes an incorrect mass ratio calculation.

3

A uniform rod of mass $$M$$ and length $$L$$ lies along the $$x$$-axis with one end at the origin. A point mass $$m$$ is attached to the rod at a distance $$\frac{L}{4}$$ from the origin. What is the $$x$$-coordinate of the center of mass of the combined system?

$$\frac{L(M + 2m)}{4(M + m)}$$

$$\frac{L(2M + m)}{4(M + m)}$$

$$\frac{L(2M + m)}{2(M + m)}$$

$$\frac{L(M + 4m)}{4(M + m)}$$

Explanation

The uniform rod's center of mass is at $$\frac{L}{2}$$. Using the center of mass formula: $$x_{cm} = \frac{M \cdot \frac{L}{2} + m \cdot \frac{L}{4}}{M + m} = \frac{\frac{ML}{2} + \frac{mL}{4}}{M + m} = \frac{\frac{2ML + mL}{4}}{M + m} = \frac{L(2M + m)}{4(M + m)}$$. Choice B has an incorrect denominator factor. Choice C incorrectly weights the masses. Choice D uses an incorrect coefficient for the point mass.

4

A system of particles has a total mass of $$12\text{ kg}$$ and its center of mass is located at position $$(3, 4)\text{ m}$$. If a particle of mass $$4\text{ kg}$$ is added to the system at position $$(6, 1)\text{ m}$$, what is the new center of mass position?

$$(4.5, 2.5)\text{ m}$$

$$(3.75, 3.25)\text{ m}$$

$$(3.5, 3.25)\text{ m}$$

$$(4.25, 2.75)\text{ m}$$

Explanation

The original system can be treated as a single particle of mass $$12\text{ kg}$$ at $$(3, 4)$$. The new center of mass is: $$x_{cm} = \frac{12 \cdot 3 + 4 \cdot 6}{12 + 4} = \frac{36 + 24}{16} = 3.75\text{ m}$$ and $$y_{cm} = \frac{12 \cdot 4 + 4 \cdot 1}{16} = \frac{48 + 4}{16} = 3.25\text{ m}$$. Choice A uses incorrect mass weighting. Choice C reverses the coordinate calculations. Choice D uses equal weighting instead of mass weighting.

5

A system consists of four identical masses $$m$$ located at the corners of a square with side length $$a$$. If one corner mass is removed, what is the distance from the geometric center of the original square to the center of mass of the remaining three-mass system?

$$\frac{a}{6}$$

$$\frac{a\sqrt{2}}{6}$$

$$\frac{a}{4}$$

$$\frac{a\sqrt{2}}{4}$$

Explanation

Place the square with corners at $$(\pm a/2, \pm a/2)$$. Remove the mass at $$(a/2, a/2)$$. The remaining masses are at $$(-a/2, a/2)$$, $$(-a/2, -a/2)$$, and $$(a/2, -a/2)$$. The center of mass is at: $$x_{cm} = \frac{-a/2 - a/2 + a/2}{3} = -\frac{a}{6}$$ and $$y_{cm} = \frac{a/2 - a/2 - a/2}{3} = -\frac{a}{6}$$. The distance from origin is $$\sqrt{(a/6)^2 + (a/6)^2} = \frac{a\sqrt{2}}{6}$$. Choice A gives only one coordinate component. Choice B uses incorrect weighting. Choice D doubles the correct result.

6

A system of three particles moves such that particle 1 (mass $$2m$$) has velocity $$\vec{v_1} = 3\hat{i}\text{ m/s}$$, particle 2 (mass $$m$$) has velocity $$\vec{v_2} = -2\hat{i}\text{ m/s}$$, and particle 3 (mass $$3m$$) has velocity $$\vec{v_3} = 1\hat{i}\text{ m/s}$$. What is the velocity of the center of mass?

$$\frac{5}{6}\hat{i}\text{ m/s}$$

$$\frac{2}{3}\hat{i}\text{ m/s}$$

$$\frac{4}{3}\hat{i}\text{ m/s}$$

$$\frac{7}{6}\hat{i}\text{ m/s}$$

Explanation

The velocity of the center of mass is: $$\vec{v}_{cm} = \frac{\sum m_i \vec{v}_i}{\sum m_i} = \frac{2m(3\hat{i}) + m(-2\hat{i}) + 3m(1\hat{i})}{2m + m + 3m} = \frac{6m\hat{i} - 2m\hat{i} + 3m\hat{i}}{6m} = \frac{7m\hat{i}}{6m} = \frac{7}{6}\hat{i}\text{ m/s}$$. Choice A incorrectly weights the mass contributions. Choice B uses an arithmetic error in the numerator calculation. Choice D represents an incorrect total mass calculation.

7

A uniform semicircular wire of mass $$M$$ and radius $$R$$ lies in the $$xy$$-plane with its diameter along the $$x$$-axis and center at the origin. What is the $$y$$-coordinate of the center of mass?

$$\frac{R}{\pi}$$

$$\frac{2R}{\pi}$$

$$\frac{R}{2}$$

$$\frac{R\sqrt{2}}{\pi}$$

Explanation

For a uniform semicircular wire, using polar coordinates where $$y = R\sin\theta$$ and $$\theta$$ ranges from $$0$$ to $$\pi$$. The linear mass density is $$\lambda = M/(\pi R)$$. The $$y$$-coordinate of the center of mass is: $$y_{cm} = \frac{\int_0^\pi R\sin\theta \cdot \lambda \cdot R d\theta}{\int_0^\pi \lambda \cdot R d\theta} = \frac{\lambda R^2 \int_0^\pi \sin\theta d\theta}{\lambda R \cdot \pi} = \frac{R[-\cos\theta]_0^\pi}{\pi} = \frac{R(1-(-1))}{\pi} = \frac{2R}{\pi}$$. Choice A uses half the correct result. Choice C represents the geometric centroid of a semicircle incorrectly. Choice D includes an unnecessary $$\sqrt{2}$$ factor.

8

A system consists of two masses connected by a spring. Mass $$m_1 = 3.0\text{ kg}$$ is at rest at position $$x_1 = 2.0\text{ m}$$, and mass $$m_2 = 1.0\text{ kg}$$ moves with velocity $$v_2 = 8.0\text{ m/s}$$ at position $$x_2 = 6.0\text{ m}$$. What is the velocity of the center of mass?

$$2.0\text{ m/s}$$

$$1.0\text{ m/s}$$

$$3.0\text{ m/s}$$

$$4.0\text{ m/s}$$

Explanation

The velocity of the center of mass is calculated as: $$v_{cm} = \frac{m_1 v_1 + m_2 v_2}{m_1 + m_2} = \frac{3.0 \times 0 + 1.0 \times 8.0}{3.0 + 1.0} = \frac{0 + 8.0}{4.0} = 2.0\text{ m/s}$$. Choice A represents a quarter of the moving mass's velocity. Choice C uses incorrect mass ratios in the calculation. Choice D represents half of the moving mass's velocity without proper mass weighting.

9

A thin uniform triangular plate has vertices at $$(0,0)$$, $$(3,0)$$, and $$(0,4)$$. If the plate has uniform mass density $$\sigma$$, what are the coordinates of its center of mass?

$$(1.0, 1.33)$$

$$(0.75, 1.0)$$

$$(1.5, 2.0)$$

$$(1.0, 1.5)$$

Explanation

For a uniform triangular plate, the center of mass is located at the centroid, which is the average of the vertex coordinates: $$x_{cm} = \frac{0 + 3 + 0}{3} = 1.0$$ and $$y_{cm} = \frac{0 + 0 + 4}{3} = \frac{4}{3} = 1.33$$. Choice B incorrectly uses the midpoint of the triangle's bounding rectangle. Choice C uses incorrect averaging for the $$y$$-coordinate. Choice D represents a weighted average that doesn't apply to uniform triangular plates.

10

A uniform solid hemisphere of mass $$M$$ and radius $$R$$ sits on a flat surface with its curved surface in contact with the surface and its flat circular face pointing upward. What is the height of the center of mass above the flat surface?

$$\frac{3R}{5}$$

$$\frac{R}{2}$$

$$\frac{3R}{8}$$

$$\frac{2R}{3}$$

Explanation

For a uniform solid hemisphere, the center of mass is located at a distance of $$\frac{3R}{8}$$ from the flat face along the axis of symmetry. This can be derived using integration in spherical coordinates. When the hemisphere sits with its curved surface on the ground, the flat face is at height $$R$$ above the ground, but the center of mass is at $$\frac{3R}{8}$$ above the flat surface, which means it's at height $$R - \frac{3R}{8} = \frac{5R}{8}$$ above the ground. However, the question asks for the height above the flat surface, which is $$\frac{3R}{8}$$. Choice B gives an incorrect fraction. Choice C would be correct for a uniform semicircular disk. Choice D overestimates the center of mass location.

Page 1 of 2