Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Path: blob/main/18Manifold_Integral_Curves.ipynb
Views: 292
18. Integral curves
This notebook is part of the Introduction to manifolds in SageMath by Andrzej Chrzeszczyk (Jan Kochanowski University of Kielce, Poland).
Let be a vector field on a smooth manifold . A curve is an integral curve of if
Let us recall that is the tangent vector to at (defined in (8.9)).
If , we say that the curve starts at .
Let ϕ be a one-parameter group of transformations on (defined in a previous notebook) and let be its infinitesimal generator. If we put , we get
The tangent vector to the curve at satisfies
for any , and therefore .
We have checked that:
if , for some then and, therefore, ; that is, the tangent vector to the curve , at any point of the curve, coincides with the value of the infinitesimal generator of ϕ at that point.
Thus if is a one-parameter group of transformations and is its infinitesimal generator, then the curve is an integral curve of X that starts at .
Let us recall that if are local coordinates on a smooth manifold , is a smooth curve in , then from (8.10) it follows
Since from we obtain , then by (8.5) the right hand side of (18.1) can be written as where
The last two equations imply, that the integral curves of defined by (18.1) satisfy the system of ordinary differential equations
The right-hand side of (18.2) ca be written in the form so (18.2) is equivalent to If we put and replace by we obtain the simplified form of the system (18.3)
For a smooth vector field , on a smooth manifold , given there exist a unique integral curve of the vector field starting at , defined in some interval . Define
We want to check that **if the integral curves of are defined for all , then is a one-parameter group of transformations**.
Consider the curve defined by The curve is an integral curve of , since for
The curve starts at and the curve also starts at . By the uniqueness of the integral curves of smooth vector fields we have
We have also so
Thus defines a one-parameter group of transformations.
Example 18.1
For , the system (18.4) takes the form
Let us solve the system with Sympy.
(first component of the solution),
(second component).
Example 18.2
Check, that the integral curves from previous example define one-parameter group of transformations.
Let us define the components of the one-parameter group of transformations corresponding to the vector field
from the previous example, using (18.5):
Now let us compute the difference between the right and left hand sides of the first components of (18.6):
The same for the second components:
We have checked that (18.6) is fulfilled.
Example 18.3
For the vector field the system (18.4) takes the form
Solve it.
The system has the following solution:
The expression is not defined for , and therefore we are not dealing with a one-parameter group of transformations (by definition defined for ), despite the fact that is smooth.
Example 18.4
Show that the integral curve from the previous example defines a local version of one parameter group of transformations with in a sufficiently small neighborhood of zero.
Define components of :
next, the right and left hand sides of (18.6):
and the differences between the right and left hand sides
So (18.6) is fulfilled for sufficiently small and .
Example 18.5
For on we have Solve the system.
The system implies the single differential equation We can solve this equation with Sympy:
The result means that If we replace by , we obtain or so the integral curves are circles centered at with radius
Example 18.6
Show the integral curves from the previous example.
Remark. In many cases exact solutions of the ODE systems defining the integral curves are not available. In that case one can use numerical tools.
Example 18.6
Using numerical tools find selected integral curve of the vector field from previous example.
What's next?
Take a look at the notebook Lie derivative.