Questions tagged [hamilton-equations]

Use this tag for questions related to Hamilton's equations.

Hamilton's equations are $$\dot q = \frac{\partial H}{\partial p} \qquad \dot p = -\frac{\partial H}{\partial p}$$ where $\dot p = dp /dt$, $\dot q = dq /dt$ is fluxion notation, and $H$ is the so-called Hamiltonian. Those equations frequently arise in problems of celestial mechanics.

The vector form of Hamilton's equations is $$\dot p = H_{p_i} (t, \mathbf q, \mathbf p) \qquad \dot q = -H_{q_i} (t, \mathbf q, \mathbf p).$$

Another formulation related to Hamilton's equation is $$p = \frac{\partial L}{\partial \dot q}$$ where $L$ is the so-called Lagrangian.

215 questions
4
votes
1 answer

Hamiltonian rigid dynamics

Consider a single free particle of mass $m,$ moving in space under no forces. If the particle starts from the origin at $t=0$ and reaches the position $(x,y,z)$ at time $t,$ find Hamilton's characteristic function $S$ as a function of $x, y,z,t.…
2
votes
1 answer

Understanding the meaning of Hamilton's general equation of motion

From a textbook on classical mechanics: Here $H$ denotes the Hamiltonian, and $F$ denotes a function whose codomain is unclear to me (see below). I assume we are in $6N$-dimensional phase phase (with some $3N$-dimensional collection of location…
user1770201
  • 5,195
  • 6
  • 39
  • 71
1
vote
0 answers

Singularity in Hamiltonian for a spherical pendulum

I am performing a numerical simulation of the example in this page, but am having problems because the Hamiltonian (specifically the $\phi$ momentum part of the kinetic energy) is undefined (infinite?) at $\theta = 0$. $$H = \frac{P_\theta^2} {2 m…
m4r35n357
  • 141
1
vote
1 answer

partial derivative of the Hamiltonian inside a function

Let $f( \mathcal{H}(q,p))$ where $q(t)$ and $p(t)$ are time dependent. My Professor wrote: $$ \frac{\partial f}{\partial t} = f' \frac{\partial H}{\partial t} $$$$ \frac{\partial f}{\partial q} = f' \frac{\partial H}{\partial q} $$ $$ \frac{\partial…
1
vote
0 answers

Hamiltonian System: Why do we need that $m=n$?

Consider some Hamiltonian system $$ \begin{cases}\dot{y}=\frac{\partial H(y,p)}{\partial p}\\\dot{p}=-\frac{\partial H(y,p)}{\partial p}\end{cases}, $$ where $H(y,p)$ is a given smooth function at least $C^2$. Then it is well known that $H(y,p)$ is…
M. Meyer
  • 639
0
votes
1 answer

Vector field associated to Hamilton's equation

If we have a Hamiltonian $$ H(x_1,\ldots,x_n;p_1,\ldots,p_n) $$ and Hamilton's equations $$ \frac{d x_i}{dt}=\frac{\partial H}{\partial p_i},\quad\frac{dp_i}{dt}=-\frac{\partial H}{\partial x_i}\tag{1} $$ it is said that thus the smooth function $H$…
selector
  • 447
0
votes
0 answers

Calculating Hamiltonian of a grid of particles given their spin

I need to calculate the hamiltonian of a grid of particles given their spin. I am given the grid of particles with their spin as well as the values of J and B. The way to find that value is depicted below... We consider the 2D Ising model, a grid…
0
votes
1 answer

Find equilibrium points for Hamilton system.

Here is the given system: $$\begin{cases}x'=x^2+y^2-6 \\ y'=y-x^2 \end{cases}$$ Adding both equations I get: $y^2+y-6=0 \Rightarrow (y-2)(y+3)=0 \Rightarrow y_1=2, y_3=-3, \text{ from there } x_{1,2}=\pm \sqrt{2} \text{ and } x_{2,3}=\pm \sqrt{3}i,…
user
  • 1,412
0
votes
1 answer

Ladder Operators for this Hamiltonian $\widehat{H}$

how to find the ladder operators for this hamiltonian: $$\widehat{H}=a\widehat{A}^2 + b\widehat{B}^2$$ where $a$ and $b$ are two real and positive constants. And how to write the hamiltonian in function of the two ladder operators? Actually the…
walid
  • 103