Calculus – When Is the Moment of Inertia of a Smooth Plane Curve Maximum?

calculuscalculus-of-variationsplane-curvesreal-analysis

Given a smooth plane curve $(x(s),y(s))$, parameterized in arc length $s$, of fixed finite length $L$, its moment of inertia about its center of mass (axis perpendicular to the plane) is given as $$MI = \int_0^L ((x(s)-x_{cm})^2 + (y(s)-y_{cm})^2) ds$$. What I predict from earlier discussions, and almost convinced is that if we fix length $L$, $MI$ is maximum when the curve is a straight line. I lack the faculty of mathematical machinery (I guess calculus of variations) to prove it, hence is my gentle request to help me out in proving it and thoroughly understanding the situation and all the corollaries and nuances. This not just the result I need, but I want to do more with it and hence would like understand all the things that are making this result and even more general ones (only to plane curves though).

Best Answer

There is no need for any calculus of variation. Ordinary calculus is enough.

For simplicity of derivation, we will use complex numbers to represent points on the plane.
Let $z(s) = x(s) + i y(s)$ and WOLOG, we will assume $z(0) = 0$. We can express the position on our curve as an integral:

$$z(t) = \int_0^t z'(s)\;ds$$

Let $\theta(t) = \begin{cases} 1 & t > 0\\ 0 & t \le 0\end{cases}$ be the step function. The center of mass is given by

$$\begin{align}z_{cm} &= \frac{1}{L} \int_0^L z(t) dt = \frac{1}{L} \int_0^L \int_0^t z'(s)\;ds\; dt\\ &= \frac{1}{L} \iint_{[0,L]^2} \theta(t-s) z'(s)\;ds\; dt = \int_0^L \left(1-\frac{s}{L}\right) z'(s)\;ds \end{align} $$

The moment of inertia w.r.t. $z(0)$, the origin, is given by

$$\begin{align} \mathcal{M}_0 &= \int_0^L |z(s)|^2 ds = \int_0^L \left(\int_0^t z'(s_1)ds_1\right)\left(\int_0^t \bar{z}'(s_2) ds_2\right) dt\\ &=\iiint_{[0,L]^3} \theta(t-s_1)\theta(t-s_2) z'(s_1) \bar{z}'(s_2) ds_1 ds_2 dt\\ &=\iiint_{[0,L]^3} \theta(t-\max(s_1,s_2)) z'(s_1) \bar{z}'(s_2) ds_1 ds_2 dt\\ &= \iint_{[0,L]^2} \left(L - \max(s_1,s_2)\right) z'(s_1) \bar{z}'(s_2) ds_1 ds_2 \end{align}$$ and hence the moment of inertia w.r.t. the center of mass is

$$\mathcal{M}_{cm} = \mathcal{M}_0 - L |z_{cm}|^2 = L \iint_{[0,L]^2} \Lambda(s_1,s_2) z'(s_1) \bar{z}'(s_2) ds_1 ds_2$$

where $$\begin{align}\Lambda(s_1,s_2) &= 1 - \max\left(\frac{s_1}{L},\frac{s_2}{L}\right) - \left(1-\frac{s_1}{L}\right)\left(1-\frac{s_2}{L}\right)\\ &= \left( 1 - \max\left(\frac{s_1}{L},\frac{s_2}{L}\right)\right)\min\left(\frac{s_1}{L},\frac{s_2}{L}\right) \end{align}$$

Since $|z'(s)| \equiv 1$ and $\Lambda(s_1,s_2) > 0$ for $(s_1,s_2) \in (0,L)^2$, we can bound $\mathcal{M}_{cm}$ as

$$\mathcal{M}_{cm} \le L \iint_{[0,L]^2} \Lambda(s_1,s_2) |z'(s_1)||z'(s_2)| ds_1 ds_2 = L \iint_{[0,L]^2} \Lambda(s_1,s_2) ds_1 ds_2$$ Notice the equality in above inequality is achieved when and only when $z'(s)$ is a constant.
We can conclude $\mathcal{M}_{cm}$ is largest for straight lines.