Proving Some Poisson Bracket identities - a notational question

Emspak
Messages
240
Reaction score
1
Proving Some Poisson Bracket identities -- a notational question

I need some help just understanding notation, and while this might count as elementary it has to do with Hamiltonians and Lagrangians, so I posted this here.

Homework Statement



Prove the following properties of Poisson's bracket:

[A,A] = 0 and [A,B] = [-B,A]

Now honestly this looks a lot like matrix math to me, and I know it's related. But I a jut trying to make sure I get what it is that [A,A] wants me to do – add the two quantities? Multiply them? And understand what it is I am seeing when I see that notation.

So I know that Poisson's bracket is:
<br /> \sum_i \left(\frac{\partial f}{\partial q_i} \frac{\partial \mathcal H}{\partial p_i} - \frac{\partial f}{\partial p_i} \frac{\partial \mathcal H}{\partial q_i} \right)<br />
and the poisson bracket would be [f, \mathcal H]. So does that mean the above question would be, prove that

<br /> \sum_i \left(\frac{\partial A}{\partial q_i} \frac{\partial A}{\partial p_i} - \frac{\partial A}{\partial p_i} \frac{\partial A}{\partial q_i} \right) = 0<br />
and
<br /> \sum_i \left(\frac{\partial A}{\partial q_i} \frac{\partial B}{\partial p_i} - \frac{\partial B}{\partial p_i} \frac{\partial A}{\partial q_i} \right) = \sum_i -\left(\frac{\partial B}{\partial p_i} \frac{\partial A}{\partial q_i} + \frac{\partial B}{\partial p_i} \frac{\partial A}{\partial q_i} \right) <br />

Am I reading this correctly? Maybe this sounds terribly elementary but notation I often find confusing rather than illuminating.


Anyhow, if someone could let me know if I have read this right that would go a long way.
 
Physics news on Phys.org
Yes, that's what you want to prove, except you didn't quite get the signs correct in the last equation.
 
Oops, it's more than just the signs that are wrong in the last equation.
 
  • Like
Likes 1 person
Did I screw up the order too? (I was thinking it should have been \frac{\partial B}{\partial q_i} and \frac{\partial A}{\partial p_i} in the summation but let me know)
 
Go back to your original definition of Poisson bracket for [f, H]. Note that the order of f and H is the same in the two terms, but the order of q and p is switched. That should help you see how to set up [-B, A].

Just curious: Did they ask you to show [A, B] = [-B,A] or did they ask you to show [A,B] = -[B,A]? Not that it really matters.
 
it was -[B.A].

That's why I sort of wondered if there was a way to set it up as a matrix... just using q1 and p1 et cetera in place of x1, x2, x3 (would it be a matrix with q1... q_i as the first row, and I guess p1... p_i as the second? ) I just feel it's almost easier to do that, but if I am speaking of irrelevancies then please do let me know.
 
OK, so you want to show [A,B] = -[B,A]. In your first post your expression for [A,B] was not quite correct. Can you see how to correct it?
 
SO it should look like this, then:

<br /> \sum_i \left(\frac{\partial A}{\partial q_i} \frac{\partial B}{\partial p_i} - \frac{\partial B}{\partial q_i} \frac{\partial A}{\partial p_i} \right) = \sum_i -\left(\frac{\partial B}{\partial q_i} \frac{\partial A}{\partial p_i} - \frac{\partial B}{\partial p_i} \frac{\partial A}{\partial q_i} \right) <br />

I think that should be the right order (and sign)..
 
Your expression is correct. But it seems a little odd the way you wrote it. On the left side, your numerators (A and B) switch order in the two terms but the denominators (q and p) do not switch order. That's fine. On the right you decided to not switch the order of the numerators but you switched the order of the denominators. That's fine too. But it just seems a little odd that you would not use the same pattern on both sides of the equation.
 
  • #10
that has more to do with just not wanting to deal with the quirks of LATEX :-)
 
  • #11
One last thing: could this be set up as a matrix? The way I intuited it.
 
  • #12
I don't see how matrices would enter here. I could be wrong. How would you construct a matrix ##M## that would be relevant? What would be the entry in the ##i##th row and ##j##th column: ##M_{ij}##?
 
  • #13
I was looking t it as thought the ps and qs were x and y, and thinking that the identities kind-a-sorta looked like the way matrices operate, like if you have a 2-dimensional expression in cartesian coordinates you can set it up as a matrix. That's all.
 
Back
Top