Solution 1 to problem over


Expressions | Parameters | Inequalities | Relevance | Back to problem over

Expressions

The solution is given through the following expressions:

r10=0


r11=0


r12=0


     b3*r15
r13=--------
       b1


     b2*r15
r14=--------
       b1


    b3*m1
m3=-------
     b1


    b2*m1
m2=-------
     b1


    b3*n1
n3=-------
     b1


    b2*n1
n2=-------
     b1


c33=0


c23=0


c22=0


c13=0


c12=0


c11=0


b33=0


b32= - b1


b31=b2


b23=b1


b22=0


b21= - b3


b13= - b2


b12=b3


b11=0


      2        2        2        2
a33=b1 *k1 + b2 *k1 + b3 *k1 + b3 *k2


a23=b2*b3*k2


      2        2        2        2
a22=b1 *k1 + b2 *k1 + b2 *k2 + b3 *k1


a13=b1*b3*k2


a12=b1*b2*k2


      2        2        2        2
a11=b1 *k1 + b1 *k2 + b2 *k1 + b3 *k1


Parameters

Apart from the condition that they must not vanish to give a non-trivial solution and a non-singular solution with non-vanishing denominators, the following parameters are free:
 r15, m1, n1, k1, k2, b1, b2, b3

Inequalities

In the following not identically vanishing expressions are shown. Any auxiliary variables g00?? are used to express that at least one of their coefficients must not vanish, e.g. g0019*p4 + g0020*p3 means that either p4 or p3 or both are non-vanishing.
 
{r15,b1,b2,b3}


Relevance for the application:

The system of equations related to the Hamiltonian HAM:

       2    3        3           2           2                 2
HAM=(u1 *(b1 *k1 + b1 *k2 + b1*b2 *k1 + b1*b3 *k1) + 2*u1*u2*b1 *b2*k2

                  2
      + 2*u1*u3*b1 *b3*k2 + u1*v2*b1*b3 - u1*v3*b1*b2 + u1*b1*n1

          2    3           2           2           2
      + u2 *(b1 *k1 + b1*b2 *k1 + b1*b2 *k2 + b1*b3 *k1) + 2*u2*u3*b1*b2*b3*k2

                              2
      - u2*v1*b1*b3 + u2*v3*b1  + u2*b2*n1

          2    3           2           2           2
      + u3 *(b1 *k1 + b1*b2 *k1 + b1*b3 *k1 + b1*b3 *k2) + u3*v1*b1*b2

                2
      - u3*v2*b1  + u3*b3*n1 + v1*b1*m1 + v2*b2*m1 + v3*b3*m1)/b1

has apart from the Hamiltonian and Casimirs only the following first integral: 

FI=u1*b1 + u2*b2 + u3*b3

which the program can not factorize further.

{HAM,FI} = 0





And again in machine readable form:



HAM=(u1**2*(b1**3*k1 + b1**3*k2 + b1*b2**2*k1 + b1*b3**2*k1) + 2*u1*u2*b1**2*b2*
k2 + 2*u1*u3*b1**2*b3*k2 + u1*v2*b1*b3 - u1*v3*b1*b2 + u1*b1*n1 + u2**2*(b1**3*
k1 + b1*b2**2*k1 + b1*b2**2*k2 + b1*b3**2*k1) + 2*u2*u3*b1*b2*b3*k2 - u2*v1*b1*
b3 + u2*v3*b1**2 + u2*b2*n1 + u3**2*(b1**3*k1 + b1*b2**2*k1 + b1*b3**2*k1 + b1*
b3**2*k2) + u3*v1*b1*b2 - u3*v2*b1**2 + u3*b3*n1 + v1*b1*m1 + v2*b2*m1 + v3*b3*
m1)/b1$

FI=u1*b1 + u2*b2 + u3*b3$