poincare - Maple Help (2024)

DEtools

poincare

plot 2-D or 3-D projections of the Poincare surface-of-section (2PS/3PS) of a given Hamiltonian system

Calling Sequence

Parameters

Description

Examples

poincare - Maple Help (1)

Calling Sequence

poincare(H, t=a..b, ics)

poincare(H, t=a..b, ics, options, 3)

poincare - Maple Help (2)

Parameters

H

-

any algebraic expression representing the Hamiltonian

t=a..b

-

t represents the time and a..b is a numerical range

ics

-

set of initial conditions for the p's and q's

options

-

(optional) equations of the form keyword=value

3

-

(optional) obtain a 3-D plot (3PS)

poincare - Maple Help (3)

Description

The poincarecommand builds either fast but not so accurate, or slower, as accurate as desired, 2-D or 3-D projection plots of Poincare sections (see optional arguments below). Instead of analytically enforcing the Hamiltonian constraint, the value of the energy of each plotted point is checked against the corresponding H[0]. As a complement, another routine, DEtools,generate_ic, was programmed in order to speed up the preparation of initial conditions for the numerical experiments.

The returned plots can be manipulated using standard Maple facilities available on the icon tool bar, and using the DEtools,zoomcommand, also part of this package. These facilities usually permit a detailed visual distinction between the KAM surfaces and the layers of stochasticity for, say, typical weakly perturbed systems.

In addition to the returned plot, the following relevant information related to each solution curve is displayed on the screen during the calculation:

- the initial value of the Hamiltonian, p's, and q's for the curve

- the number of intersection points found in the given time interval (for 2-D plots)

- the maximum percentile "energy deviation" of the intersection points

It is useful to know the number of intersection points, since this can indicate the appropriateness of the indicated time interval. Concerning the percentile energy deviation, it is calculated as follows:

100⁢H0H⁡pointH0

When H0=0, only the maximum absolute deviation is displayed. Note that all numerical algorithms lead to values of H different from the initial H0, especially in the case of optional fast plottings. Percentile deviations below 10^(-8) are displayed as 0. Also, the deviation is calculated for each intersection point, but only the greatest value is displayed. This information gives an idea of the accuracy of the plot, and you can either re-enter the instruction looking for a more accurate but slower plot, or use your own numerical integration algorithm (see below). In typical situations, the smooth curves can be recognized even with energy deviations of the order of H010.

THE ARGUMENTS

The first argument of poincareis the Hamiltonian. Some useful conventions were adopted to represent the p's and q's. All p's and q's must appear as pnor qnwhere n is a positive integer, as in p1, p2, and the time dependence need not be explicit, as in pn or qn instead of pn(t)or qn(t). The Hamiltonian is assumed to be time independent and the number of degrees of freedom is expected to be less than 10 (20-dimensional phase space), but this restriction can easily be removed.

The solution curves are calculated within a given time interval specified in the second argument as t=a..b. When this time range leads to no intersection points, you can use the 3option to see how far the intersection plane is from the trajectories, and re-enter the instruction shifting the intersection plane using the shiftoption (see below).

The third argument, a set, may have any number of lists of initial conditions for the time, p's, and q's, corresponding or not to the same initial value of H; they can be generated by the user or by the generate_iccommand. The initial conditions must be inside a set structure as in {[n1,n2,n3,...], [...],...}, where [n1,n2,n3,...] is a list of numbers representing the initial values for [t, p1,...pk, q1,...qk].

This function is part of the DEtools package, and so it can be used in the form poincare(..) only after executing the command with(DEtools). However, it can always be accessed through the long form of the command by using DEtools[poincare](..).

THE OPTIONAL ARGUMENTS

The optional equations, options, consist of the following.

'iterations'

'method'

'scene'

'shift'

'stepsize'

The optional arguments can be given alone or in conjunction and in any order.

iterations=positive integer

iterationsis the number of iterations used in the integration scheme.

When requesting a plot, the numerical algorithm can be iterated as many times as desired by giving the extra argument, iterations= N. By default, iterations= 1.

method=proc

methodis a user procedure to be used as the integration method.

The default numerical algorithm used in the integration scheme is basically the fourth order Runge-Kutta of the DEtools package, but this can be changed by using the method=procoption. Here, procshould be a numerical integration algorithm (see DEtools).

scene=list

There are four options for scene:

scene=[xi,xj]

variables constituting the 2-D plane of

the phase space where the 2PS is plotted

scene=[xi=a..b,xj=c..d]

variables constituting the 2-D plane and

related ranges for the 2PS plot

scene=[xi,xj,xk]

2-D plane for plotting the 2PS and a third

variable, xk, the cross-variable or the

third axis in 3PS

scene=[xi=a..b,xj=c..d,xk=e..f]

same as above but including ranges for

the 2PS/3PS plot

The default scene for the plots is the (p1,q1) plane, at q2=0 for the 2PS, or the (p1,q1,q2) 3-D submanifold, for the plot of a 2PS embedded in a 3PS, when the 3option is indicated. The intersection points constituting the 2PS are obtained by looking for the sign change of a third coordinate, denoted here by the cross variable, by default q2. The default ranges for the display of a plot will include all the calculated intersection points in the case of 2-D plots; or all calculated pieces of projections of solution curves plus the intersection 2-D plane, in the case of 3-D plots.

The 2-D or 3-D submanifolds or the cross variable can be changed by giving the extra argument scene=x1,x2or scene=x1,x2,x3, with or without extra ranges (for displaying a plot of a particular region), as in scene=[x1=a..b,...]. The 2PS is then plotted over the plane formed by the first two variables appearing in the right hand side; and x3, when given, will be the cross variable, or the third axis when the 3option is also given as an argument.

It is possible to indicate the time, t, as the third variable, in which case a convenient mouse manipulation of the 3-D plot can display the projection of the curves over each (qi,qj) plane. This may be useful in studying the bounded/unbounded properties of a given potential. Furthermore, in the case of a system with three degrees of freedom, the use of the 3option with scene=q1,q2,q3will render the 3-D plot of the physical trajectory. When ranges are indicated, it is still possible to zoom in or out the resulting plot, up to the default ranges mentioned above, by using the DEtools,zoomcommand.

shift=a real number

shiftis a positive/negative shift for the intersection plane in the plots of 2PS/3PS.

The intersection plane over which the 2PS is plotted can be shifted in a positive or negative direction, by indicating shift=sas an additional argument.

stepsize=positive number

stepsizeis the size of the step used in the integration scheme.

By default, the step interval is (b-a)/20, where a..b is the range for t. As the stepsize is decreased, the accuracy and the smoothness of the integral curves (as well as the time consumed in the calculations) will increase.

poincare - Maple Help (4)

Examples

1. The Toda lattice

>

with⁡DEtools:

>

H1⁢p12+p222+1⁢ⅇ2⁢q2+2⁢3⁢q1+ⅇ2⁢q22⁢3⁢q1+ⅇ4⁢q22418

H≔p122+p222+ⅇ2⁢q2+2⁢3⁢q124+ⅇ2⁢q22⁢3⁢q124+ⅇ4⁢q22418

(1)

The commands to create the plots from the Plotting Guideusing the above expression are:

Create a 2PS over the q2=0 plane with 86 intersection points lying on smooth curves.

>

poincare⁡H,t=150..150,0,0.1,1.4,0.1,0,stepsize=0.05,iterations=5

poincare - Maple Help (5)

Show the KAM surfaces of solution curves of regular motion. Interesting angles: theta=70, phi=130; Theta=90, Phi=180; and Theta=-20, Phi=75.

>

poincare⁡H,t=100..100,0,0.1,1.4,0.1,0,stepsize=0.1,iterations=4,3

poincare - Maple Help (6)

Other examples:

Create a 2PS over the q1=0 plane with 98 intersection points. The smoothness of the curves in both (p,q) planes is related to the integrability of the system.

>

poincare⁡H,t=100..100,0,0.1,1.4,0.1,0,stepsize=0.1,iterations=3,scene=p2,q2

poincare - Maple Help (7)

2. The Henon-Heiles Hamiltonian

>

H1⁢p12+p22+q12+q222+q12⁢q2q233

H≔12⁢p12+12⁢p22+12⁢q12+12⁢q22+q12⁢q213⁢q23

(2)

Generate the initial conditions for the numerical experiments by using generate_ic. (Here, we obtain six sets, related to each value of H_0 respectively, with three different initial conditions each.)

>

forhin124,118,112,18,17,16doicshgenerate_ic⁡H,t=0,p2=0.1,q2=0.2..0.2,q1=0.2..0.1,energy=h,3end do:

Create the surfaces-of-section with around 300 points, and with percentile H-deviations around 10^(-4). This displays the progressive disintegration of KAM surfaces.

>

forhin124,118,112,18,17,16doF4hpoincare⁡H,t=150..150,icsh,stepsize=0.1,iterations=2,scene=p2=0.5..0.5,q2=0.5..0.5end do:

>

FF4Array⁡F4124,F4118,F4112,F418,F417,F416:

>

plotsdisplay⁡FF4

poincare - Maple Help (8)poincare - Maple Help (9)poincare - Maple Help (10)
poincare - Maple Help (11)poincare - Maple Help (12)poincare - Maple Help (13)

See Also

DEtools

DEtools/generate_ic

DEtools/hamilton_eqs

DEtools[Poincare]

DEtools[zoom]

PDEtools

poincare - Maple Help (2024)
Top Articles
Latest Posts
Article information

Author: Rev. Leonie Wyman

Last Updated:

Views: 6039

Rating: 4.9 / 5 (59 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Rev. Leonie Wyman

Birthday: 1993-07-01

Address: Suite 763 6272 Lang Bypass, New Xochitlport, VT 72704-3308

Phone: +22014484519944

Job: Banking Officer

Hobby: Sailing, Gaming, Basketball, Calligraphy, Mycology, Astronomy, Juggling

Introduction: My name is Rev. Leonie Wyman, I am a colorful, tasty, splendid, fair, witty, gorgeous, splendid person who loves writing and wants to share my knowledge and understanding with you.