Questions: Applications of Double Integrals: Area, Mass, and Moments
5 questions to test your understanding
Score: 0 / 5
Question 1 Multiple Choice
A thin plate covers region D with density function ρ(x, y) = 2 + x. Which integral gives the total mass?
A∬_D dA
B∬_D (2 + x) dA
C∬_D x · (2 + x) dA
D∬_D (2 + x)² dA
Mass is the integral of density over area: M = ∬_D ρ(x, y) dA. You weight each infinitesimal area element dA by the local density at that point before summing. Option A computes area (density = 1 everywhere). Option C would compute M_y (the moment about the y-axis, weighting by x). Option D has no physical interpretation here.
Question 2 Multiple Choice
A thin triangular plate has uniform density ρ. You compute its center of mass and get (x̄, ȳ). You then double the density everywhere uniformly to 2ρ. What happens to the center of mass?
AIt shifts toward the geometric centroid since density is now dominant
BIt stays at exactly (x̄, ȳ) — uniform scaling of density does not change the balance point
CIt moves to the center of the bounding rectangle
DIt becomes undefined because total mass changes
Center of mass is (M_y/M, M_x/M). When density is scaled uniformly by a constant c, every integral scales by the same c — both the moments and the total mass. The ratio M_y/M and M_x/M are unchanged. The center of mass depends only on the *distribution* of mass, not on how much total mass there is. Uniform scaling preserves the distribution.
Question 3 True / False
Computing the area of a region D using a double integral requires integrating some function related to the geometry of the region, such as distance from the origin.
TTrue
FFalse
Answer: False
Area is computed by integrating the constant function f = 1: Area = ∬_D dA. You are simply summing infinitesimal area elements with no weighting. The 'function' is literally 1. Distance, curvature, or other geometric properties are irrelevant. This is the baseline case: area is what you get before you introduce any weighting function.
Question 4 True / False
For a plate with non-uniform density, the center of mass can fall in a region of low density, or even outside the plate entirely, depending on the shape and density distribution.
TTrue
FFalse
Answer: True
The center of mass is a weighted average of position across the entire mass distribution — not simply the location of maximum density. For an L-shaped region with high density in one arm and low density in the other, the balance point can fall outside the high-density region. For a ring-shaped region with uniform density, the center of mass is in the center hole — outside the material entirely. The balance point depends on the whole distribution, not any local maximum.
Question 5 Short Answer
What is the physical interpretation of the moments M_x and M_y, and how are they used to find the center of mass?
Think about your answer, then reveal below.
Model answer: M_x = ∬_D y·ρ(x,y) dA measures how mass is distributed relative to the x-axis — each mass element is weighted by its y-distance from the x-axis, so mass far from the axis contributes more. M_y = ∬_D x·ρ(x,y) dA does the same for the y-axis. The center of mass is x̄ = M_y/M and ȳ = M_x/M — the position where all the mass could be concentrated to produce the same rotational tendency (torque) around any axis as the original distribution.
The notation is a common source of confusion: M_x uses y as the integrand (it measures the 'moment about the x-axis,' which depends on y-distance), and M_y uses x. Keeping the physical meaning in mind — moment about an axis depends on perpendicular distance from that axis — prevents subscript mix-ups.