参数
$$T = 2\pi\sqrt{\frac{L}{g}}$$
小角度周期 [s]($L$:摆长 [m]、$g$:重力加速度 [m/s²])。与质量、振幅无关(等时性)。
$$\ddot{\theta} + \gamma\,\dot{\theta} + \frac{g}{L}\sin\theta = 0$$
非线性运动方程($\gamma$:阻尼系数),保留 $\sin\theta$ 用 RK4 数值积分。
$$E = \frac{1}{2}L^2\dot{\theta}^2 + gL(1-\cos\theta)$$
单位质量的全能量 [J/kg]:动能与势能之和(无阻尼时守恒)。
验证:$L=1,\ g=9.81$ → 小角度 $T\approx 2.006$ s;$\theta_0=120^\circ$ 时 $T\approx 2.75$ s,大振幅下周期变长。