Liouville - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

Liouville ODEs

 

Description

Examples

Description

• 

The general form of the Liouville ODE is given by the following:

Liouville_ode := diff(y(x),x,x)+g(y(x))*diff(y(x),x)^2+f(x)*diff(y(x),x) = 0;

Liouville_odeⅆ2ⅆx2yx+gyxⅆⅆxyx2+fxⅆⅆxyx=0

(1)
  

where g and f are arbitrary functions. See Goldstein and Braun, "Advanced Methods for the Solution of Differential Equations".

Examples

withDEtools,odeadvisor,symgen,symtest:

odeadvisorLiouville_ode

_Liouville,_2nd_order,_reducible,_mu_x_y1,_2nd_order,_reducible,_mu_xy

(2)

The Liouville ODE has the following symmetries (see dsolve,Lie):

symmetriessymgenLiouville_ode

symmetries_ξ=0,_η=ⅇgyⅆy,_ξ=0,_η=ⅇgyⅆyⅆyⅇgyⅆy,_ξ=ⅇfxⅆx,_η=0,_ξ=ⅇfxⅆxⅆxⅇfxⅆx,_η=0

(3)

These symmetries can be tested using symtest

mapsymtest,symmetries,Liouville_ode

0,0,0,0

(4)

Knowing two independent symmetries for a second order ODE almost always leads to its answer, as in the following Liouville ODE:

ansdsolveLiouville_ode

ans` `yxⅇg_bⅆ_bⅆ_bc__1ⅇfxⅆxⅆxc__2=0

(5)

Implicit and explicit answers for ODEs can be tested using odetest.

odetestans,Liouville_ode

0

(6)

See Also

DEtools

odeadvisor

dsolve

quadrature

missing

reducible

linear_ODEs

exact_linear

exact_nonlinear

sym_Fx

linear_sym

Bessel

Painleve

Halm

Gegenbauer

Duffing

ellipsoidal

elliptic

erf

Emden

Jacobi

Hermite

Lagerstrom

Laguerre

Liouville

Lienard

Van_der_Pol

Titchmarsh

odeadvisor,types

 


Download Help Document