Susskind Classical Mechanics - Poisson brackets

Poisson brackets are a compact calculus for phase-space functions. They encode dynamics and symmetry in the same operation.

Definition

For F(q, p) and G(q, p):

{F, G} = Σ_i [(∂F/∂q_i)(∂G/∂p_i) - (∂F/∂p_i)(∂G/∂q_i)]

Canonical brackets

{q_i, q_j} = 0
{p_i, p_j} = 0
{q_i, p_j} = δ_ij

These are the seed relations from which many bracket computations grow.

Time evolution

For any phase-space quantity F:

dF/dt = {F, H}

That includes q_i and p_i themselves, so Hamilton’s equations are contained in the bracket formalism.

Generators

A function G(q, p) generates an infinitesimal transformation by:

δF = ε {F, G}

Examples:

  • Momentum generates translations.
  • Angular momentum generates rotations.
  • The Hamiltonian generates time evolution.

Conservation test

If F has no explicit time dependence, then F is conserved when:

{F, H} = 0

This makes conserved quantities calculable directly in phase space.

Common pitfalls

  • Reversing F and G without changing the sign.
  • Forgetting the sum over all degrees of freedom.
  • Applying bracket rules to configuration-space functions without remembering that p variables are part of phase space.
  • Treating Poisson brackets as abstract decoration rather than a practical derivative tool.

See also