Ordinary Differential Equations (ODEs)
Using new algorithms, the dsolve command can solve new nonlinear ODE families of 1st, 2nd, 3rd and 4th order, all of them parameterized by arbitrary functions of the independent variable.
New solvable 1st order nonlinear ODE families
For 1st order ODEs, the simplest problems known to be beyond the reach of complete solving algorithms are known as Abel equations. These are equations of the form
where is the unknown and the and are arbitrary functions of . The biggest subclass of Abel equations known to be solvable, the AIR 4-parameter class, was discovered by our research team. New in Maple 16, two additional 1-parameter classes of Abel equations, beyond the AIR class, are now also solvable.
Examples
> |
|
|
|
(1) |
This equation, of type Abel 2nd kind, depending on one parameter , is now solved in terms of hypergeometric functions
> |
|
|
(2) |
> |
|
The related class of Abel equations that is now entirely solvable consists of the set of equations that can be obtained from equation (2) by changing variables
where and the four are arbitrary rational functions of ; this is the most general transformation that preserves the form of Abel equations and thus generates Abel ODE classes.
The following ODE family, which depends on an arbitrary function , is representative of the next difficult problem beyond Abel equations, that is, a problem involving 4th powers of in the right-hand side.
> |
|
|
(4) |
We solve it here in implicit form to avoid square roots obscuring the solution
> |
|
|
(5) |
> |
|
|
(6) |
A generalization of the problem above, solvable in Maple 16, involving an arbitrary function
> |
|
|
(7) |
> |
|
|
(8) |
> |
|
|
(9) |
New solvable nonlinear ODE families of 2nd, 3rd, and 4th order
Using new algorithms developed by our research team, the dsolve command in Maple 16 can additionally solve two new nonlinear ODE families for each of the 2nd, 3rd and 4th order problems, with the ODE families involving arbitrary functions of the independent () or dependent () variables.
Examples
A 4th order ODE family
|
(10) |
This ODE has no point symmetries; the determining PDE for the symmetry infinitesimals only admits both of them equal to zero:
> |
|
|
(11) |
Using new algorithms, this problem is nevertheless solvable in explicit form in terms of Bessel functions
> |
|
|
(12) |
Another problem not admitting point symmetries, of 3rd order
> |
|
|
(13) |
> |
|
A 2nd order nonlinear ODE problem for which point symmetries exist but are of no use for integration purposes (they involve an unsolved 4th order linear ODE).
> |
|
|
(15) |
> |
|
|
(16) |
> |
|
|
(17) |
A 3rd order ODE problem illustrating improvements in existing algorithms: in previous releases this equation was only solved in terms of uncomputed integrals of unresolved RootOf expressions; now the solution is computed explicitly as a rational function
> |
|
|
(18) |
> |
|
|
(19) |
> |
|
|
(20) |
Anticommutative Variables
For both ordinary and partial differential equations, all symmetry algorithms have been extended to automatically handle problems involving anti-commutative variables, making all this functionality easily available for problems that involve non-commutative variables. These problems often occur in advanced physics computations.
Examples: Ordinary Differential Equations (ODEs)
The dsolve command can now solve ODEs that involve anticommutative variables set using the Physics package.
> |
|
|
(21) |
Set first and as suffixes for variables of type/anticommutative
> |
|
|
|
(22) |
Consider this ordinary differential equation for the anticommutative function of a commutative variable
> |
|
|
(23) |
Its solution using dsolve involves an anticommutative constant , analogous to the commutative constants
> |
|
|
(24) |
Examples: Partial Differential Equations (PDEs)
Many of the commands in PDEtools can now naturally handle anticommutative variables, these are: D_Dx, DeterminingPDE, dsubs, Eta_k, FromJet, FunctionFieldSolutions, InfinitesimalGenerator, Infinitesimals, InvariantSolutions, PolynomialSolutions, ReducedForm, and ToJet, as well as all the routines within the PDEtools[Library]. This makes it possible to tackle super PDE problems, that is, PDE systems involving anticommutative functions and variables. In addition, this permits the use of the PDE mathematical tools with the Physics package.
During the development of this generalization of PDEtools commands to handle anticommutative variables, the symmetry methods were also improved in a number of places. Together, this work sets a new benchmark for state-of-the-art symmetry analysis and the computation of exact solutions for partial differential equations.
Both dsolve and pdsolve can now solve PDEs that involve anticommutative variables set using the Physics package.
> |
|
Set first theta; and Q; as suffixes for variables of type/anticommutative
> |
|
|
|
(25) |
Consider this partial differential equation for the anticommutative function of commutative and anticommutative variables
> |
|
|
(26) |
Its solution using pdsolve
> |
|
|
(27) |
Note the introduction of an anticommutative constant , analogous to the commutative constants where n is an integer. The arbitrary functions introduced are all commutative as usual and the Grassmannian parity (on right-hand-side if compared with the one on the left-hand-side) is preserved
> |
|
|
(28) |
Consider this PDE system with one unknown anticommutative function Q, which has of four variables: two commutative and two anticommutative. To avoid redundant typing and display of redundant information on the screen, use PDEtools:-declare, and PDEtools:-diff_table, which also handles anticommutative variables by automatically using Physics:-diff when Physics is loaded
> |
|
|
(29) |
> |
|
Now we can enter derivatives directly as the function's name indexed by the differentiation variables and see the display the same way; two PDEs
> |
|
|
(30) |
> |
|
|
(31) |
The solution to this system:
> |
|
|
(32) |
The dsubs command also works with anticommutative variables, though natively without using PerformOnAnticommutativeSystem. By inspection, it is clear that the derivatives in can be substituted in reducing the problem to a simpler one:
> |
|
|
(33) |
> |
|
|
(34) |
Substituting this result for back into , then multiplying by and subtracting from the above also leads to the PDE system solution.
Using differential elimination techniques, ReducedForm in this example arrives at the same result as dsubs
> |
|
|
(35) |
Another command updated to handle anticommutative variables via PerformOnAnticommutativeSystem is casesplit; with this linear system in and its derivatives it returns
> |
|
|
(36) |
With the core functionality in place, most the symmetry commands that work on top can now also handle anticommutative variables, most of them natively, without going through PerformOnAnticommutativeSystem.
Set for instance the generic form of the infinitesimals for a PDE system like this one formed by and . For this purpose, we need anticommutative infinitesimals for the dependent variable and two of the independent variables, and ; we use here the capital greek letters and for the anticommutative infinitesimal symmetry generators and the corresponding lower case greek letters for commutative ones
> |
|
|
|
(37) |
> |
|
|
(38) |
> |
|
The corresponding InfinitesimalGenerator
> |
|
|
(40) |
The table-function that returns the prolongation of the infinitesimal for is computed with Eta_k, assign it here to the lower case to use more familiar notation (recall )
> |
|
|
(41) |
The first prolongations of with respect to and
> |
|
|
(42) |
> |
|
|
(43) |
The second mixed prolongations of with respect to and
> |
|
|
(44) |
> |
|
|
(45) |
The DeterminingPDE for this system
> |
|
To compute now the exact form of the symmetry infinitesimals you can either solve this PDE system for the commutative and anticommutative functions using pdsolve, or directly pass the system to Infinitesimals that will perform all the steps automatically
> |
|
|
(47) |
Substituting into S, you get the symmetry infinitesimal lists
> |
|
|
(48) |
Infinitesimals also works with anticommutative variables natively; the related result comes specialized
> |
|
To verify this result you can use SymmetryTest - it also handles anticommutative variables natively.
> |
|
|
(50) |
To see these three list of symmetry infinitesimals with a label in the left-hand-side, you can use
map
> |
|
Numerical PDE solutions with compile
The compile option has been added to the numeric pdsolve command, to allow more efficient computation of PDE numerical solutions.
Consider the following example (Klein-Gordon). Using the compile option, the solution is available 6 times faster than before. In many circumstances, even larger speed increases will be seen.
|
(52) |
|