Differentiating a Linear Functional

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
Kreizhn
Messages
714
Reaction score
1
Hey All,

Here's a stupid and probably ridiculously easy question, but I want to make sure that I have it right.

Let [itex]G[/itex] be a Lie group with Lie algebra [itex]\mathfrak g[/itex]. Assume that [itex]H \in \mathfrak g[/itex] and [itex]\phi \in \mathfrak g^*[/itex] the algebraic dual. Assume that [itex]X(t)[/itex] is an integral curve satisfying
[tex]\dot X(t) = HX(t)[/tex]
and we have a function defined as [itex]\mathcal H(X,\phi) = \phi(HX(t))[/itex].

(For anyone familiar with geometric control theory, this is essentially Pontryagin's principle only greatly simplified for non-control theorists)

Now I want to calculate [itex]\frac{d\mathcal H}{dX}[/itex] so my question is as follows: Can we pull the [itex]X(t)[/itex] out of the linear functional since it's only a functional on H?

See, because it's a linear function, there's something that is telling me that differentiating it with respect to X should just give [itex]\phi[/itex]. Something that I can partly corroborate by the fact that we should get
[tex]\frac{d}{dX} \langle \phi, X \rangle = \phi[/tex]
However, if I cannot pull the X outside of the functional, then I end up getting something along the lines of
[tex]\begin{align*}<br /> \frac d{dX} \phi(HX(t)) &= \phi'(HX(t)) H<br /> \end{align*}[/tex]
and between not knowing what [itex]\phi'[/itex] is and that last statement looking pretty useless, I'm not sure if I've done something wrong.

Edit: Messed up last equation. Fixed it.
 
Last edited:
Physics news on Phys.org
I find your notation a bit confusing, especially because I do not know how to make sense of a derivative by an integral curve [tex]\frac d{dX}[/tex].

If you mean by this the derivative along the integral curve, which should be denoted [tex]\frac d{dt}[/tex] the second of your possibilities seems right to me. Because [tex]\phi(HX(t))[/tex] is a function along the integral curve in this case. Its derivative or its change along the curve does of course also depend on how [tex]\phi[/tex] is changing along the curve.

Things simplify to a chain rule in this case.
 
Yes, I can see what you're saying and unfortunately, I'm honestly not sure how to respond. I will briefly try to introduce the theory and hopefully it'll clear something up (for either of us).

Let M be a smooth manifold and H be a smooth, complete vector field on M. We know that the differential equation
[tex]\frac{d}{dt} x(t) = H(x(t))[/tex]
then defines an integral curve on for any point on M. We can bump the vector field H to a smooth Hamiltonian function on the cotangent bundle [tex]\mathcal H \in C^\infty(T^*M)[/tex] by demanding that if [itex](x,\phi) \in T^*M[/itex] then
[tex]\mathcal H(x,\phi) = \phi(H(x))[/tex]
Then [itex]\mathcal H[/itex] can be lifted to a Hamiltonian vector field [itex]\mathfrak h[/itex] on [itex]T^*M[/itex] by demanding that is satisfy
[tex]\iota_{\mathfrak h} \omega = -dH[/tex]
Then the integral curves of the new differential equation
[tex]\dot\xi(t) = \mathfrak h (\xi(t))[/tex]
are given by (if [itex]\xi(t) = (x(t),\phi(t))[/itex])
[tex]\frac{ dx}{dt} = \frac{\partial \mathcal H}{\partial \phi}, \qquad \frac{ d\phi}{dt} = -\frac{\partial \mathcal H}{\partial x}[/tex]
These are the Hamiltonian equations of motion.

The issue comes in that I'm not certain how to calculate
[tex]\frac{ d\phi}{dt} = -\frac{\partial \mathcal H}{\partial x}[/tex]
 
Now, perhaps the problem comes in the in my problem, we're working on a Lie group/algebra so that the vector field H is right invariant and we can write [itex]H(x) = Hx[/itex].