The Bumpy Ride of a Polygon
Imagine trying to ride a bicycle with square wheels. It would be a jarring, bumpy experience! This happens because the center of mass of a square doesn't stay at a constant height when it rolls, unlike a perfectly round circular wheel.
In this problem, we are analyzing exactly how "bumpy" this ride is for any regular polygon with n sides. We want to find the maximum increase in height, Δ, of its center of mass as it rolls.
Analyzing the Geometry
Let's start by looking at the polygon when it's resting flat on the ground. Its center of mass, O, is at an initial height h.
When the polygon begins to roll, it pivots around its leading vertex, which we will call B. To understand the motion, we need to find the distance from the center O to this pivot vertex B. Let's call this distance R.
If we drop a perpendicular from the center O to the ground, it hits the midpoint of the bottom side at point A. This creates a right-angled triangle, △OAB.
In a regular polygon with n sides, the total angle around the center is 2π. This angle is divided equally among the n sides, so each side subtends an angle of n2π at the center. The line OA bisects this angle, so the angle ∠AOB is exactly nπ.
The Master Equation for Radius
Now, we can use simple trigonometry in △OAB to find R. The side adjacent to the angle nπ is OA, which has a length of h. The hypotenuse is OB, which has a length of R.
Therefore, we can write:
cos(nπ)=Rh
Rearranging this equation gives us the crucial radius
R:
R=cos(nπ)h
The Peak of the Roll
As the polygon rolls without slipping, it acts like a pendulum swinging upside down. The center of mass O rotates in a perfect circular arc around the fixed pivot point B. The radius of this circular path is R.
The center of mass will reach its absolute highest point when it is directly vertically above the pivot vertex B. At this exact instant, the height of the center of mass from the ground is simply the radius R.
Final Calculation
The question asks for the maximum increase in height, Δ. This is simply the difference between the maximum height and the initial height.
Substituting our expression for
R, we get:
Δ=cos(nπ)h−h
Factoring out the initial height
h, we arrive at our final, elegant result:
Δ=h(cos(nπ)1−1)
Sanity Check: What happens if we increase the number of sides n to infinity? The polygon transforms into a perfect circle. As n→∞, the angle nπ→0. Since cos(0)=1, the term inside the bracket becomes 1−1=0. Thus, Δ=0. A perfect circle rolls smoothly without its center of mass bobbing up and down, which perfectly matches our physical intuition!