Xchange - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


DEtools

  

Xchange

  

change variables in an ODE point symmetry generator

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Xchange(tr, X, y(x), [t, u(t)])

Parameters

tr

-

set of transformation equations of the form x=..,yx=.. from the old variables on the left hand side to the new variables on the right hand side

X

-

list of coefficients of a point symmetry generator (infinitesimals) as in [xi(x, y), eta(x, y)]

y(x)

-

'dependent variable' of the problem (it can be any indeterminate function of one variable)

[t, u(t)]

-

(optional) new independent and dependent variables (required when they cannot be inferred from the transformation)

Description

• 

The Xchange command receives a change of variables transformation set and a pair of infinitesimals ξ,η, representing the coefficients of a point symmetry generator of an ODE, and the dependent variable y(x), and returns the symmetry in the new variables. The change of variables is performed by making calls to dchange, and hence the same extra arguments accepted by dchange are accepted by Xchange as well. This change of variables takes into account that ξx,y,ηx,y are the coefficients of a differential operator expr. Thus, if the new variables are t,ut, then the returned list is constituted by the coefficients of the differential operator expr, where ξ2t,ut and η2t,ut also incorporate any factor that appears when changing variables in ddx and ddy.

• 

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

Examples

withDEtools:

Note that the infinitesimals ξ,η can be expressed in terms of yx, but also directly in terms of y:

Xy,x

Xy,x

(1)

trx=utcost,yx=utsint

trx=utcost,yx=utsint

(2)

Xchangetr,X,yx

1,0

(3)

X1x+y,1

X1x+y,1

(4)

trx=LambertWrexpsr1sr1,yx=sr

trx=LambertWrⅇsr1sr1,yx=sr

(5)

Xchangetr,X,yx

0,1

(6)

This example illustrates a more general change of variables where the new variables are v,uv:

Xx,y

Xx,y

(7)

trx=φu,vu,yx=ψu,vu

trx=φu,vu,yx=ψu,vu

(8)

Xchangetr,X,yx,u,vu

φu,vvψu,vψu,vvφu,vuφu,vvψu,vvφu,vuψu,v,φu,vuψu,vψu,vuφu,vuφu,vvψu,vvφu,vuψu,v

(9)

See Also

dchange

DEtools,Lie

dsolve,Lie

muchange

symgen