Problem 15

Question

A dynamical system has the Lagrangian $$L=\dot{q}_{1}^{2}+\frac{\dot{q}_{2}^{2}}{a+b q_{1}^{2}}+k_{1} q_{1}^{2}+k_{2} \dot{q}_{1} \dot{q}_{2}$$ where \(a, b, k_{1},\) and \(k_{2}\) are constants. Find the equations of notion in the Hamiltonian formulation.

Step-by-Step Solution

Verified
Answer
Compute momenta, solve for velocities, construct Hamiltonian, and derive equations.
1Step 1: Identify Generalized Coordinates and Velocities
Given the Lagrangian \(L\), first identify the generalized coordinates \(q_1, q_2\) and their velocities \(\dot{q}_1, \dot{q}_2\). These are explicit in the Lagrangian.
2Step 2: Compute Generalized Momenta
The generalized momenta are defined as \(p_{q_i} = \frac{\partial L}{\partial \dot{q}_i}\). Compute separately for \(q_1\) and \(q_2\) using the given Lagrangian. 1. \(p_{q_1} = \frac{\partial L}{\partial \dot{q}_1} = 2\dot{q}_1 + k_2\dot{q}_2\) 2. \(p_{q_2} = \frac{\partial L}{\partial \dot{q}_2} = \frac{2\dot{q}_2}{a + bq_1^2} + k_2\dot{q}_1\)
3Step 3: Solve for Velocities in Terms of Momenta
Solve the expressions for \(\dot{q}_1\) and \(\dot{q}_2\) in terms of \(p_{q_1}\) and \(p_{q_2}\) by rearranging the equations derived in Step 2, assuming they can be inverted.
4Step 4: Construct the Hamiltonian
The Hamiltonian \(H\) is given by \(H = p_{q_1}\dot{q}_1 + p_{q_2}\dot{q}_2 - L\). Substitute the expressions for \(\dot{q}_1\) and \(\dot{q}_2\), as well as \(L\), and simplify to get \(H\) in terms of \(p_{q_1}, p_{q_2}, q_1, q_2\).
5Step 5: Derive Hamilton's Equations
Hamilton's equations of motion are given by:1. \(\frac{dq_i}{dt} = \frac{\partial H}{\partial p_{q_i}}\)2. \(\frac{dp_{q_i}}{dt} = -\frac{\partial H}{\partial q_i}\).Apply these formulas for both coordinates \(q_1\) and \(q_2\) using the Hamiltonian derived in Step 4.

Key Concepts

LagrangianGeneralized MomentasEquations of Motion
Lagrangian
The Lagrangian is a function that summarizes the dynamics of a system. It is the heart of the Lagrangian mechanics, which is a reformulation of classical mechanics. The Lagrangian is defined as the difference between the kinetic energy (T) and the potential energy (V) of a system. Mathematically, it is expressed as:\[ L = T - V. \]In the exercise, the given Lagrangian is a combination of several terms involving the velocities \(\dot{q}_1\) and \(\dot{q}_2\) and the coordinates \(q_1\) and \(q_2\), along with constants \(a, b, k_1,\) and \(k_2\). Each term captures different aspects of the system's energy:
  • \(\dot{q}_1^2\) and \(\frac{\dot{q}_2^2}{a+bq_1^2}\) represent kinetic energy contributions related to motion.
  • \(k_1q_1^2\) involves potential energy depending on the position \(q_1\).
  • \(k_2\dot{q}_1\dot{q}_2\) is a mixed term associated with both coordinates and velocities, capturing interactions between these motions.
The Lagrangian provides a powerful method to derive the equations of motion for mechanical systems and is crucial in transitioning to the Hamiltonian framework.
Generalized Momentas
Generalized momenta are quantities derived from the Lagrangian and are critical in moving from the Lagrangian to the Hamiltonian mechanics. For each generalized coordinate \(q_i\), the corresponding generalized momentum \(p_{q_i}\) is defined by the partial derivative of the Lagrangian with respect to the velocity \(\dot{q}_i\):\[ p_{q_i} = \frac{\partial L}{\partial \dot{q}_i}. \]This step translates kinetic information into these pivotal momenta variables, simplifying the dynamics analysis.In the given problem, the generalized momenta are:
  • For \(q_1\): \(p_{q_1} = 2\dot{q}_1 + k_2\dot{q}_2\)
  • For \(q_2\): \(p_{q_2} = \frac{2\dot{q}_2}{a+bq_1^2} + k_2\dot{q}_1\)
These expressions link velocities to the momenta, helping us switch perspectives from Lagrangian to Hamiltonian mechanics. There's an insight here — the form of the Lagrangian can imply mixed contributions, like the term \(k_2\dot{q}_1\dot{q}_2\) influencing both \(p_{q_1}\) and \(p_{q_2}\). Understanding and computing these momenta is crucial in forming and simplifying the Hamiltonian.
Equations of Motion
Equations of motion are fundamental in describing the future behavior of a mechanical system. They are derived differently in various formulations of mechanics — through Newton's laws, the Lagrangian, or Hamiltonian mechanics. In the Hamiltonian framework, the equations of motion are obtained from Hamilton's equations:
  • \(\frac{dq_i}{dt} = \frac{\partial H}{\partial p_{q_i}}\)
  • \(\frac{dp_{q_i}}{dt} = -\frac{\partial H}{\partial q_i}\)
Applying these to each coordinate \(q_1\) and \(q_2\), we decode how the system's state evolves over time using the Hamiltonian \(H\). The Hamiltonian represents the total energy of the system and is expressed using the generalized coordinates, momenta, and can be defined as:\[ H = p_{q_1}\dot{q}_1 + p_{q_2}\dot{q}_2 - L. \]Substituting the obtained momenta expressions and solving for \(\dot{q}_1\) and \(\dot{q}_2\), the Hamiltonian provides a compact representation of the dynamics, forming a basis for a more advanced study in theoretical mechanics. This elegantly evolves into the two sets of equations that govern how positions and velocities change, vital for predicting the state of any physical system. Understanding this helps us appreciate the linkage between conserved quantities and symmetries in varied physical systems.