============================================================ 剛体のオイラー角でのハミルトニアンを解く ============================================================ 剛体の回転シリーズ番外編3です。 せっかく番外編2で剛体のハミルトニアンを求めたので、 剛体のハミルトニアンを解いて剛体の運動方程式を導いてみました。 復習 =================== まず、ハミルトニアンを確認します。 剛体のハミルトニアンを次のようなものでした。 H &=\frac{1}{2 I_x \sin^2 \theta}\{ (p_\phi - \cos \theta p_\psi) \cos \psi - \sin \theta \sin \psi p_\theta \}^2 \\ &+ \frac{1}{2 I_y \sin^2 \theta}\{ (p_\phi - \cos \theta p_\psi)\sin \psi + \sin \theta \cos \psi p_\theta \}^2 \\ &+ \frac{p_\psi^2}{2 I_z} \tag{##} パラメータ $\lambda$ に対して、 \dot{\lambda} = \frac{\partial H}{\partial p_\lambda} \tag{##} \dot{p}_\lambda = - \frac{\partial H}{\partial \lambda} \tag{##} です。 それでは、さっそく式 $(2)$ を求めてみましょう。 \dot{\phi} &= \frac{\partial H}{\partial p_\phi} \\ &= \frac{1}{I_x \sin^2 \theta} \cos \psi \{ (p_\phi - \cos \theta p_\psi)\cos \psi - \sin \theta \sin \psi p_\theta \} \\ &+ \frac{1}{I_y \sin^2 \theta} \sin \psi \{ (p_\phi - \cos \theta p_\psi)\sin \psi - \sin \theta \cos \psi p_\theta \} \tag{##} ここで、次のように $\alpha , \beta , \gamma$ を定義します。 \alpha = \frac{\cos^2 \psi}{I_x}+\frac{\sin^2 \psi}{I_y} \tag{##} \beta = \frac{1}{I_y}-\frac{1}{I_x} \tag{##} \gamma = \frac{\sin^2 \psi}{I_x}+ \frac{\cos^2 \psi}{I_y} \tag{##} すると、式 $(4)$ は、次のようになります。 \dot{\phi} &= \frac{1}{\sin^2 \theta}\alpha \ p_\phi +\frac{\sin \psi \cos \psi}{\sin \theta}\beta\ p_\theta \\ &- \frac{\cos \theta}{\sin^2 \theta}\alpha \ p_\phi \tag{##} まずは $p_\phi$ から、これはハミルトニアンが $\phi$ を含まないので簡単ですね。 \dot{p}_\phi = -\frac{\partial H}{\partial \phi} = 0 次に、 $p_\theta$ 。これは、難しいです。 \dot{p}_\theta &= - \frac{\partial H}{\partial \theta} \\ &= \frac{\cos \theta}{I_x \sin^3 \theta}\{ (p_\phi - \cos \theta p_\psi) \cos \psi - \sin \theta \sin \psi p_\theta \}^2 \\ &- \frac{1}{I_x \sin^2 \theta}\{ (p_\phi - \cos \theta p_\psi) \cos \psi - \sin \theta \sin \psi p_\theta \} (\cos \psi \sin \theta p_\psi - \cos \theta \sin \psi p_\theta) \\ &+ \frac{\cos \theta}{I_y \sin^3 \theta}\{ (p_\phi - \cos \theta p_\psi) \sin \psi + \sin \theta \cos \psi p_\theta \}^2 \\ &- \frac{1}{I_y \sin^2 \theta}\{ (p_\phi - \cos \theta p_\psi) \cos \psi - \sin \theta \cos \psi p_\theta \} (\sin \psi \sin \theta p_\psi + \cos \theta \cos \psi p_\theta) \tag{##} すると、式 $(4)$ の続きは、 \dot{p}_\theta &= \frac{\cos \theta}{\sin^3 \theta}\alpha \ p_\phi^2 \\ &+ \frac{\sin \psi \cos \psi \cos \theta}{\sin^2 \theta}\beta \ p_\phi p_\theta \\ &- \frac{1 + \cos^2 \theta}{\sin^3 \theta} \alpha \ p_\phi p_\psi \\ &+ 0 \times p_\theta^2 \\ &- \frac{\sin \psi \cos \psi}{\sin^2 \theta} \beta \ p_\theta p_\psi \\ &+ \frac{\cos \theta}{\sin^3 \theta} \alpha \ p_\psi^2 \tag{##} 式 $(8)$ を行列を使って表すと、 \dot{p}_\theta &= \begin{pmatrix} p_\phi & p_\theta & p_\psi \end{pmatrix} \begin{pmatrix} \frac{\cos \theta}{\sin^3 \theta}\alpha & \frac{\sin \psi \cos \psi \cos \theta}{2\sin^2 \theta}\beta & -\frac{1 + \cos^2 \theta}{2\sin^3 \theta}\alpha \\ \frac{\sin \psi \cos \psi \cos \theta}{2\sin^2 \theta}\beta & 0 & -\frac{\sin \psi \cos \psi}{2\sin^2 \theta} \beta \\ -\frac{1 + \cos^2 \theta}{2\sin^3 \theta}\alpha & -\frac{\sin \psi \cos \psi}{2\sin^2 \theta} \beta p_\theta & \frac{\cos \theta}{\sin^3 \theta} \alpha \end{pmatrix} \begin{pmatrix} p_\phi \\ p_\theta \\ p_\psi \end{pmatrix} \tag{##} @@author:クロメル@@ @@accept:2010-03-03@@ @@category:力学@@ @@id:equationOfRigidHamiltonian@@