Integral curve of vector field

differential-geometryordinary differential equations

Given a Hamiltonian function
$$H(p_1,p_2,q_1,q_2)=\frac{1}{2}w_1(p_1^2+q_1^2) + \frac{1}{2}w_2(p_2^2+q_2^2),$$
where $w_1,w_2$ are positive constants. The vector field of this Hamiltonian function is then given by
$$X=w_1q_1\partial_{p_1}+w_2q_2\partial_{p_2}-w_1p_1\partial_{q_1}-w_2p_2\partial_{q_2}$$
I have to find the integral curves of this vector field, expressed in polar coordinates
$$p_i=r_i\sin(\alpha_i), \hspace{0.5cm}q_i=r_i\cos{\alpha_i}, \hspace{0.2cm}(i=1,2),$$
for different choices of the initial starting point $(r_1(0),r_2(0),\alpha_1(0),\alpha_2(0))$.

So let $\gamma (t)=(r_1(t),r_2(t),\alpha_1(t),\alpha_2(t))$ be an integral curve with starting point $\gamma (0)$. Since $X(\gamma (t))=\gamma '(t)$, this would imply that we get the following set of ODE's

$$
\begin{cases}
w_1r_1\cos(\alpha_1)=r_1', \\
w_2r_2\cos(\alpha_2)=r_2', \\
-w_1r_1\sin(\alpha_1)=\alpha_1',\\
-w_2r_2\sin(\alpha_2)=\alpha_2'
\end{cases}
$$

right? Is there a quick intuitive way to solve this?

Best Answer

The vector field $X = w_{1}\left(q_{1}\frac{\partial}{\partial p_{1}} - p_{1}\frac{\partial}{\partial q_{1}}\right) + w_{2}\left(q_{2}\frac{\partial}{\partial p_{2}} - p_{2}\frac{\partial}{\partial q_{2}}\right)$ is essentially comprised of the rotational fields flowing clockwise about the origin in the $p_1q_{1}$-plane and the $p_{2}q_{2}$-plane, respectively. For example, the plot of the vector field $ Y = q\frac{\partial}{\partial p} - p\frac{\partial}{\partial q}$ in the $pq$-plane is given below.

enter image description here

The rotational symmetry of the field is evident and the factors of $w_{1}$ an $w_{2}$ merely scale the speed with which one flows around the integral curves.

Recognizing this, you should be able to find the integral curves geometrically. The only trick will be to get your curve passing through your desired initial point.

Taking the initial point to be $P(1, 0, 1, 0)$, you should find the integral curve to be $$ \gamma(t) = \left(p_{1}(t), q_{1}(t), p_{2}(t), q_{2}(t)\right) $$ where \begin{align*} p_{1}(t) = \cos w_{1}t\\ q_{1}(t) = -\sin w_{1}t\\ p_{2}(t) = \cos w_{2}t\\ q_{2}(t) = \sin w_{2}t.\\ \end{align*}

Now take the initial point to be $P(p_{1}, 0, p_{2}, 0)$, where $p_{1}$ and $p_{2}$ are both greater than zero. Then the integral curve should be built out of the circle of radius $p_{1}$ centered at the origin in the $p_{1}q_{1}$-plane and the circle of radius $p_{2}$ centered at the origin in the $p_2q_{2}$-plane. Again, both circles should be traced out clockwise.

That is, you should have $$ \gamma(t) = \left(p_{1}(t), q_{1}(t), p_{2}(t), q_{2}(t)\right) $$ where \begin{align*} p_{1}(t) &= p_{1}\cos w_{1}t\\ q_{1}(t) &= -p_{1}\sin w_{1}t\\ p_{2}(t) &= p_{2}\cos w_{2}t\\ q_{2}(t) &= -p_{2}\sin w_{2}t.\\ \end{align*}

You should be able to pivot directly from here to the desired curves. You merely need to amp up your rotational speed in both planes.

In particular, let $r_{i}$ denote the distance from a point in the $p_1q_{i}$-plane to the origin in the $p_{i}q_{i}$-plane (i.e., $r_{i} = \sqrt{p_{i}^2 + q_{i}^2}$) and $\alpha_{i}$ denote the oriented angle measured clockwise from the $p_{i}$ axis in the $p_{i}q_{i}$-plane.

Then the integral curve through a beginning at a point $P(p_{1}, q_{1}, p_{2}, q_{2})$ should take the form $$ \gamma(t) = \left(p_{1}(t), q_{1}(t), p_{2}(t), q_{2}(t)\right), $$ where \begin{align*} p_{1}(t) &= r_{1}(0)\cos\left(w_{1}\left(t + \frac{\alpha_{1}(0)}{w_{1}}\right)\right)\\ q_{1}(t) &= -r_{1}(0)\sin\left(w_{1}\left(t + \frac{\alpha_{1}(0)}{w_{1}}\right)\right) \\ p_{2}(t) &= r_{2}(0)\cos\left(w_{2}\left(t + \frac{\alpha_{2}(0)}{w_{2}}\right)\right)\\ q_{1}(t) &= -r_{2}(0)\sin\left(w_{2}\left(t + \frac{\alpha_{2}(0)}{w_{2}}\right)\right), \\ \end{align*} and the angles $\alpha_{i}(0)$ are angle measures of the projection $(p_{i}, q_{i})$ in the indicated polar coordinates of the $p_{i}q_{i}$-plane.

Further, note that the quantities $r_{i}(t)= \sqrt{\left(p_{i}(t)\right)^2 + \left(q_{i}(t)\right)^2}$, $i= 1, 2$, are conserved quantities for the flow.

Related Question