How does one prove that the Hamiltonian vector field has the following expression, what is the reasoning? \begin{equation} X_H=\sum ^n_{i=1}\frac{\partial H}{\partial q_i}\frac{\partial }{\partial p_i}+\sum ^n_{i=1}\frac{\partial H}{\partial p_i}\frac{\partial }{\partial q_i} \end{equation} In pretty much every text I read it is "obvious" or "implied" it takes that form if we use Cartan's formula and the Lie derivative. I am familiar with both symplectic geometry and the basics of differential geometry. I am sorry if it is either obvious or basic.
2026-03-29 04:01:47.1774756907
Expression for Hamiltonian vector field!
390 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in CLASSICAL-MECHANICS
- An underdetermined system derived for rotated coordinate system
- Bouncing ball optimization
- Circular Motion Question - fully algebraic
- How can I solve this pair of differential equations?
- How to solve $-\frac{1}{2}gt^2\sin \theta=x$ when $x$ equals $0$
- Find the acceleration and tension in pulley setup
- Derive first-order time derivatives in a second-order dynamic system
- Phase curves of a spherical pendulum
- Velocity dependent force with arbitrary power
- An explanation for mathematicians of the three-body problem using a simple example, and the moons of Saturn
Related Questions in SYMPLECTIC-GEOMETRY
- Linear algebra - Property of an exterior form
- Proof that 1-Form on a Symplectic Manifold is Closed?
- Time derivative of a pullback of a time-dependent 2-form
- Understanding time-dependent forms
- What is a symplectic form of the rotation group SO(n)
- Dimension of the Marsden-Weinstein reduction of a coadjoint orbit in the dual of the Lie algebra of the gauge group (Atiyah-Bott context)
- Symplectic form on the n-torus
- Computing the flow on the cotangent bundle
- Action-angle variables in non-compact level sets
- About the tangent space of a coadjoint orbit
Related Questions in VECTOR-FIELDS
- Does curl vector influence the final destination of a particle?
- Using the calculus of one forms prove this identity
- In a directional slope field, how can a straight line be a solution to a differential equation?
- Partial Differential Equation using theory of manifolds
- If $\nabla X=h \cdot \text{Id}_{TM}$ for a vector field $X$ and $h \in C^{\infty}(M)$, is $h$ constant?
- Equivalent definition of vector field over $S^2$
- Study of a " flow "
- Extension of a gradient field
- how to sketch the field lines of $F(x,y)=(\sin y,-\sin x)$?
- Is a vector field a mathematical field?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Let $H$ be the Hamiltonian. By definition, $X_H$ is the unique vector field which satisfies $$\omega(X_H, Y) = dH(Y)$$ for all vector fields $Y$. Equivalently, $\iota_{X_H}\omega = dH$.
By the uniqueness of $X_H$, it suffices to check that the formula you quoted does indeed satisfy $\omega(X_H, Y) = dH(Y)$ for all vector fields $Y$. I leave this for you to check; once you check this, you're done, that's it.
However, if you want to see how to actually derive the formula, here's how to do that. In Darboux coordinates, we can write $$X_H = \sum a^i \frac{\partial}{\partial p_i} + \sum b_i \frac{\partial}{\partial q_i}$$ for some functions $a_i$ and $b_i$.
On the one hand, $$dH = \sum \left( \frac{\partial H}{\partial p_i}\,dp_i + \frac{\partial H}{\partial q_i}\,dq_i\right).$$ On the other hand, $$\iota_{X_H}\omega = \left( \sum a^i \frac{\partial}{\partial p_i} + \sum b_i \frac{\partial}{\partial q_i} \right) \,\lrcorner\,\left( \sum dp_i \wedge dq_i \right) = \sum (a^i\,dq_i - b^i\,dp_i).$$ Equating $dH = \iota_{X_H}\omega$ gives that \begin{align} a^i & = \frac{\partial H}{\partial q_i} \\ b^i & = -\frac{\partial H}{\partial p_i}, \end{align} as claimed.