Classical Mechanics – Question About Canonical Transformation

classical-mechanicscoordinate systemshamiltonian-formalismhomework-and-exercisesphase-space

I was going through my professor's notes about Canonical transformations. He states that a canonical transformation from $(q, p)$ to $(Q, P)$ is one that if which the original coordinates obey Hamilton's canonical equations then so do the transformed coordinates, albeit for a different Hamiltonian. He then considers, as an example the Hamiltonian

$$H=\frac{1}{2}p^2,$$

with a transformation:

$$Q = q,$$
$$P = \sqrt{p} – \sqrt{q}.$$

The notes state that this transformation is locally canonical with respect to $H$, and that in the transformed coordinates the new Hamiltonian is:

$$K = \frac{1}{3} \left( P + \sqrt{Q} \right)^3.$$

I don't understand how we know that this is locally canonical, or what it really even means to be locally canonical. Also, where do we get K from? Considering that the inverse transformation would be:

$$q=Q,$$
$$p=\left( P + \sqrt{Q} \right)^2,$$

Why isn't the new Hamiltonian this:

$$K= \frac{1}{2} \left(P + \sqrt{Q} \right)^4,$$

where all I've done is plug the inverted transformation into the original Hamiltonian?

I'm a bit confused by all this. Would appreciate any help.

Best Answer

Cool question!

Thanks to user lionelbrits for his answer that prompted me to pull out my mechanics books and check the definitions of "canonical transformation" given by different authors.

If you look in Goldstein's classical mechanics texts in the section on canonical transformations, then you'll find that canonical transformations are essentially defined as follows (I paraphrase)

Goldstein Definition: A transformation $f:\mathcal P\to\mathcal P$ on phase space $\mathcal P$ is canonical provided there exists a phase space function $K$ such that if $(q(t), p(t))$ is a solution to Hamilton's equations generated by $H$, then $(Q(t), P(t)) = f(q(t), p(t))$ is a solution to Hamilton's equations generated by $K$.

This is essentially the definition given by lionelbrits in his answer.

On the other hand, if you look, for example, in Spivak's mechanics text, then you'll find the following definition:

Spivak's Definition: A transformation $f:\mathcal P \to \mathcal P$ on phase space is canonical provided it preserves the symplectic form.

In more concrete terms (namely in canonical coordinates), Spivak's definition can be stated as follows:

The transformation $f(q,p) = (f^q(q,p), f^p(q,p))$ is canonical if and only if its Jacobian (derivative) matrix preserves the symplectic matrix $J$, namely \begin{align} f'(p,q)\,J\,f'(p,q)^t = J \end{align} where \begin{align} J=\begin{pmatrix} 0 & I_n \\ -I_n & 0 \\ \end{pmatrix},\qquad f' = \begin{pmatrix} \frac{\partial f^q}{\partial q} & \frac{\partial f^q}{\partial p} \\ \frac{\partial f^p}{\partial q} & \frac{\partial f^p}{\partial p} \\ \end{pmatrix} \end{align} where $2n$ is the dimension of phase space and $I_n$ is the $n\times n$ identity matrix.

It also turns out that

If a transformation is canonical in the sense defined by Spivak, then it is canonical is the sense of Goldstein with $K = H\circ f^{-1}$

but the converse is not true. In fact, this example you brink up is a counterexample to the converse! What lionelbrit showed in his answer is that the example you have written is a canonical transformation in the sense of Goldstein, but, as you should try to convince yourself (I did), the function $K = H\circ f^{-1}$ that you wrote down by inverting the transformation and plugging back into $H$ leads to Hamilton's equations that are not satisfied by $(Q(t), P(t)) = f(q(t), p(t))$. You can show this directly by writing down the equations of motion. You can also show this by computing the Jacobian of the transformation and showing that it does not preserve the symplectic matrix. In fact, you should find that the Jacobian is given by \begin{align} f'(q,p)=\begin{pmatrix} 1 & 0 \\ -\frac{1}{2\sqrt{q}} & \frac{1}{2\sqrt{p}} \\ \end{pmatrix} \end{align} and that \begin{align} f'(q,p) J f'(q,p)^t = \frac{1}{2\sqrt{p}} J \end{align} In other words, the Jacobian of the transformation preserves the symplectic matrix up to a multiplicative factor.

Speculation. I'm going to go out on a limb and guess that your professor calls Goldstein's definition a "local canonical transformation" and Spivak's definition a "canonical transformation." If we adopt this terminology, then it's clear from our remarks that the $K$ he gives shows that your example is a local canonical transformation, but that the transformation is not canonical.

Related Question