Proof of fundamental Poisson-brackets

  • Thread starter Thread starter substance90
  • Start date Start date
  • Tags Tags
    Fundamental Proof
AI Thread Summary
The discussion revolves around proving the fundamental Poisson brackets for coordinates and momenta, specifically \{q_k, q_l\} = 0, \{p_k, p_l\} = 0, and \{q_k, p_l\} = δ_{kl}. Participants highlight the importance of using distinct indices for summation to avoid confusion and ensure correct application of derivatives. The conversation also addresses the calculation of the total time derivative of angular momentum and its conservation conditions, emphasizing the correct use of Hamiltonian mechanics. Participants conclude that understanding the definitions and relationships in Hamiltonian dynamics is crucial for solving related problems effectively.
substance90
Messages
23
Reaction score
0

Homework Statement



Consider a cartesian coordinate q_k and conjugate momentum p_k. The Poisson-bracket for two random functions f=f(q_1,..,q_f,p_1,..,p_f,t) and g=g(q_1,..,q_f,p_1,..,p_f,t) is defined as:
\{f,g\}=\sum_{i=1}^{f}\biggl(\frac{\partial f}{\partial q_i}\frac{\partial g}{\partial p_i}-\frac{\partial f}{\partial p_i}\frac{\partial g}{\partial q_i}\biggr)

(a) Prove the validity of the fundamental Poisson-brackets:

\{q_k,q_l\}=0
\{p_k,p_l\}=0
\{q_k,p_l\}=\delta_{kl}

Homework Equations



I know from my textbooks and from Wikipedia that the fundamental brackets are calculated with the following relations:

\frac{\partial q_k}{\partial p_l}=0
\frac{\partial p_k}{\partial q_l}=0
\frac{\partial p_k}{\partial p_l}=\delta_{kl}

The Attempt at a Solution



\{q_k,q_l\}=\sum_{k=1}^{q}\biggl(\frac{\partial q_k}{\partial q_k}\frac{\partial q_l}{\partial p_k}-\frac{\partial q_k}{\partial p_k}\frac{\partial q_l}{\partial q_k}\biggr)=\sum_{k=1}^{q}\biggl(\frac{\partial q_l}{\partial p_k}-\frac{\partial q_l}{\partial p_k}\biggr)=0

Problem is I don`t get to even use the above mentioned relations and I get 0 for \{q_k,p_l\}, too. What am I doing wrong?
 
Last edited:
Physics news on Phys.org
For one thing, you're using an index which is summed over outside of the summation. You can't write {qk,ql} as a sum over k, because k has one fixed value determined by which Poisson bracket you're trying to calculate. Remember that {qk,ql} is just a generic way to express any of {q1,q1}, {q1,q2}, {q2,q2}, etc. and in each of those cases k has a particular numeric value (1,1,2 respectively). So when you write your sum as a sum over k, you wind up with an expression in which some k's are fixed by the Poisson bracket and some k's change for each term in the sum - essentially using the same letter for two totally different variables, and in such a way that you can't even tell them apart. Don't do that.

The other thing you've got wrong is the partial derivatives. Or some of them, anyway. It's true that
\frac{\partial q_k}{\partial p_l} = 0
and
\frac{\partial p_k}{\partial q_l} = 0
since momenta and coordinates are taken to be independent, but the other two should be
\frac{\partial q_k}{\partial q_l} = \delta_{kl}
\frac{\partial p_k}{\partial p_l} = \delta_{kl}
After all, it's possible that k and l have the same value in these expresssions, and if you take the derivative of a variable with respect to itself, the answer had better be 1, right?
 
I meant to write \frac{\partial p_k}{\partial p_l}=\delta_{kl}, it was a typo.

So I understand what I shouldn`t do but what should I do after all?
Use a new index altogether, like m for example or use some combination of k and l?
 
substance90 said:
I meant to write \frac{\partial p_k}{\partial p_l}=\delta_{kl}, it was a typo.
OK (but that's kind of a big typo :wink:)
substance90 said:
So I understand what I shouldn`t do but what should I do after all?
Use a new index altogether, like m for example or use some combination of k and l?
Remember that you wrote the formula
\{f,g\} = \sum_{i=1}^{N}\biggl(\frac{\partial f}{\partial q_i}\frac{\partial g}{\partial p_i} - \frac{\partial f}{\partial p_i}\frac{\partial g}{\partial q_i}\biggr)
To compute the Poisson bracket between, say, two coordinates qk and ql, you can use that formula. Plug them in and see what you get.
 
When I plug the conjugate momenta for example, I still get a sumation over only one fixed index and you said I shouldn't do that.

<br /> \{p_k,p_l\} = \sum_{i=1}^{N}\biggl(\frac{\partial p_k}{\partial q_i}\frac{\partial p_l}{\partial p_i} - \frac{\partial p_k}{\partial p_i}\frac{\partial p_l}{\partial q_i}\biggr)<br />

I feel like the dumbest person on Earth for not getting this. It appears so easy.
 
I finally managed to get this and I did part (b), too, which was to prove:
\{L_i ,p_j\}=\epsilon_{ijk} p_k
\{L_i ,q_j\}=\epsilon_{ijk} q_k
\{L_i ,L_j\}=\epsilon_{ijk} L_k
\{L_i , \vec L^2\}=0

I get some difficulties with part (c) though.

Homework Statement



A particle`s motion is described by the Hamilton-function H = T + V(q_1,q_2,q_3). Calculate the total time derivative of the angular momentum \frac{d \vec L}{dt} using the Poisson-brackets. When is \vec L a conserved quantity?

Homework Equations



* Total time derivative of some function f:
\frac{df}{dt} = \{f,H\} + \frac{\partial f}{\partial t}

\frac{\partial H}{\partial p_i} = \dot{q_i}

-\frac{\partial H}{\partial q_i} = \dot{p_i}

The Attempt at a Solution



\frac{dL}{dt} = \{L,H\} + \frac{\partial L}{\partial t}

= \sum_{i=1}^{3}\biggl(\frac{\partial L}{\partial q_i}\frac{\partial H}{\partial p_i} - \frac{\partial L}{\partial p_i}\frac{\partial H}{\partial q_i}\biggr) + \frac{\partial L}{\partial t}

= \sum_{i=1}^{3}\biggl(\frac{\partial q_i p_i}{\partial q_i}\dot{q_i} - \frac{\partial q_i p_i}{\partial p_i}\dot{p_i}\biggr) + \frac{\partial q_i p_i}{\partial t}

= p \dot{q} + q \dot{p} + 0

I get this can`t be right, at least because I didn`t use H = T + V(q_1,q_2,q_3) if not anything else.

About the second question: I realize that L is conserved when \{\vec L,H\} = 0 but I cannot do this if I don`t have the first part right.

Any help would be greatly appreciated as I am really stuck.
 
Last edited:
substance90 said:
When I plug the conjugate momenta for example, I still get a sumation over only one fixed index and you said I shouldn't do that.

<br /> \{p_k,p_l\} = \sum_{i=1}^{N}\biggl(\frac{\partial p_k}{\partial q_i}\frac{\partial p_l}{\partial p_i} - \frac{\partial p_k}{\partial p_i}\frac{\partial p_l}{\partial q_i}\biggr)<br />

I feel like the dumbest person on Earth for not getting this. It appears so easy.
Sorry, I missed your reply. Anyway, as you probably figured out, I didn't say there was anything wrong with what you did there. i would be a "variable index," as opposed to k and l which are "fixed indices" because they appear outside of the summation. That means that for anyone given Poisson bracket, k (for example) has only one value, and you can't sum over it because the index being summed over has to be free to take on all possible values.

For part (c), let me first ask you, what's the definition of \vec{L} in terms of the q's and p's (and/or their derivatives)?

Also, I believe part (c) wants you to calculate the Poisson bracket \{\vec{L},H\} by using bracket algebra to reduce it to the results you found in part (b).
 
Well the angular momentum is \vec L = r \times p or \vec L = \epsilon_{ijk} r_j p_k and r is q here...

And by bracket algebra do you mean something like \{L,H\} = \{L,T+V\} = \{L,T\} + \{L,V\}?
 
substance90 said:
Well the angular momentum is \vec L = r \times p or \vec L = \epsilon_{ijk} r_j p_k and r is q here...
Okay, so angular momentum is defined by L_i = \epsilon_{ijk}q_j p_k. So why did you plug in L = q_i p_i in your previous post?

Anyway, I don't think that matters so much, because:
substance90 said:
And by bracket algebra do you mean something like \{L,H\} = \{L,T+V\} = \{L,T\} + \{L,V\}?
Yes, and don't forget about
\{A,BC\} = \{A,B\}C + B\{A,C\}
I think there are some others like that, formulas that let you decompose a Poisson bracket into other Poisson brackets without having to actually plug anything into the definition (the formula with the summation and the derivatives).
 
  • #10
I believe I have it now. It appears that they really wanted me to use the results from part (b).

\frac{d \vec L}{dt} = \{ \vec L,H\} + \frac{\partial \vec L}{\partial t} =

= \{q_i p_i , H\} + 0 =

= \{q_i,H\}p_i + q_i\{p_i,H\} =

Using H = T + V

= \biggl\{q_i, \frac{p_i^2}{2m} + mgq_i\biggr\}p_i + q_i\biggl\{p_i,\frac{p_i^2}{2m} + mgq_i\biggr\} =

= \frac{p_i}{2}\{q_i,p_i^2\} + mgq_i\{p_i,q_i\} =\frac{p_i^2}{2} + mgq_i

Which then means that \vec L is conserved when \frac{p_i^2}{2} + mgq_i = 0 or when p_i = \sqrt{-2mgq_i}

I`m farely sure this has to be correct but I`d still appreciate an opinion.
By the way, thanks for all the help!
 
  • #11
No, that's not correct. You've got a couple of problems in that derivation:

- Again, you substituted in \vec{L} = q_i p_i. Why did you do that? I know you know it's not correct.
- Also, you've used T = p_i^2/2m and V = mgq_i. Where did those come from? Is there additional information given that you haven't included in the problem statement above?
 
  • #12
I see that I was too quick to announce victory...
Well, I got "inspired" by an example problem with a harmonic oscillator from my textbook. It was:
\dot{x} = \{x,H\}= \biggl\{x, \frac{p^2}{2m}+\frac{D}{2}x^2\biggr\} = \frac{1}{2m}\{x,p^2\}=\frac{p}{m}

\dot{p} = \{p,H\}= \biggl\{p, \frac{p^2}{2m}+\frac{D}{2}x^2\biggr\} = \frac{D}{2}\{p,x^2\}=-Dx

I figured on my own to try using potential energy mgq_i like in V=mgh. There is really no additional information given.
Oh, and I didn't add the \epsilon_{ijk} infront of qp because I didn't think it would make any difference in this case, does it?
 
Last edited:
  • #13
substance90 said:
Oh, and I didn't add the \epsilon_{ijk} infront of qp because I didn't think it would make any difference in this case, does it?
It absolutely does make a difference. Do you know what the definition of \epsilon_{ijk} is? Because I get the sense there are some things you don't know about subscripted variables, and you really should get that sorted out before you work on problems like this one. Here's a question to check yourself: using the definition you know, L_i = \epsilon_{ijk}p_j q_k, what is the formula for L_1 in terms of p_1,p_2,p_3 and q_1,q_2,q_3?

The advantage of the Hamiltonian approach is that you can use different expressions for kinetic and potential energy, and the procedure still works. In other words, even if T \neq p^2/2m or V \neq mgh, Hamiltonian mechanics is still valid, and for strange definitions of T and V it can get you answers that you would be hard pressed to find any other way.

Now, it's true that T is usually equal to p^2/2m in realistic problems, but V can be pretty much anything. The way this question is phrased, it sounds like you're supposed to compute the result for arbitrary T and V.
 
Back
Top