Gegenbauer - 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

All Products    Maple    MapleSim


Gegenbauer ODEs

 

Description

Examples

Description

• 

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

Gegenbauer_ode := (x^2-1)*diff(y(x),x,x)-(2*m+3)*x*diff(y(x),x)+lambda*y(x)=0;

Gegenbauer_odex21ⅆ2ⅆx2yx2m+3xⅆⅆxyx+λyx=0

(1)
  

where m is an integer. See Infeld and Hull, "The Factorization Method". The solution of this type of ODE can be expressed in terms of the LegendreQ and LegendreP functions:

Examples

withDEtools,odeadvisor

odeadvisor

(2)

odeadvisorGegenbauer_ode

_Gegenbauer

(3)

dsolveGegenbauer_ode

yx=c__1x2154+m2LegendrePm2λ+4m+412,52+m,x+c__2x2154+m2LegendreQm2λ+4m+412,52+m,x

(4)

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