DEtools
dperiodic_sols
find doubly-periodic solutions of a linear ODE
Calling Sequence
Parameters
Description
Examples
References
dperiodic_sols(lode, v)
dperiodic_sols(coeff_list, x)
lode
-
linear ODE in diff form
v
dependent variable of lode
coeff_list
list of coefficients of a linear ODE; specified in order of increasing differential order
x
independent variable of a linear ODE
The dperiodic_sols function seeks closed form solutions of linear ODEs having doubly-periodic coefficients. It returns either one or more doubly-periodic solutions to the linear ODE or provides a proof that no such solution exists.
In the case of an order two linear ODE, the dperiodic_sols function also seeks a general solution in terms of solutions that are doubly-periodic or doubly-periodic of the second kind.
The dperiodic_sols function returns, if possible, a list of one or more independent solutions. To find only doubly periodic solutions, set the environment variable _EnvDperiodicOnly to true.
The dperiodic_sols function recognizes doubly-periodic functions that are rational in the Weierstrass P and P' functions, or rational in the Jacobi sn, cn, and dn functions.
The dperiodic_sols(lode, v) and dperiodic_sols(coeff_list, x) calling sequences are equivalent.
The dperiodic_sols(coeff_list, x) calling sequence is convenient for programming.
with⁡DEtools:
alias⁡P=WeierstrassP⁡x,g2,g3,Pp=WeierstrassPPrime⁡x,g2,g3,sn=JacobiSN⁡x,k,cn=JacobiCN⁡x,k,dn=JacobiDN⁡x,k:
Special case of Lame equation (n=1).
ode≔diff⁡y⁡x,`$`⁡x,2−2⁢P+B⁢y⁡x:
dperiodic_sols⁡ode,y⁡x
ⅇ−4⁢B3−B⁢g2−g3⁢∫1B−Pⅆx2⁢B−P,ⅇ4⁢B3−B⁢g2−g3⁢∫1B−Pⅆx2⁢B−P
Kamke 2.74
k≔3:
ode≔diff⁡y⁡x,`$`⁡x,2+k2⁢sn⁢cndn⁢diff⁡y⁡x,x+9⁢dn2⁢y⁡x:
−4⁢JacobiSN⁡x,333+JacobiSN⁡x,3,−4⁢JacobiSN⁡x,333+JacobiSN⁡x,3⁢18⁢JacobiSN⁡x,3⁢JacobiCN⁡x,3JacobiDN⁡x,32+234+9⁢JacobiSN⁡x,3⁢JacobiCN⁡x,3JacobiDN⁡x,32−1
Kamke 2.73 (Only doubly periodic solutions).
ode≔Pp+P2⁢diff⁡y⁡x,`$`⁡x,2+P3−P⁢Pp−diff⁡P,`$`⁡x,2⁢diff⁡y⁡x,x+Pp2−P2⁢Pp−P⁢diff⁡P,`$`⁡x,2⁢y⁡x:
_EnvDperiodicOnly≔true
P
Burger, R.; Labahn, G.; and van Hoeij, M. "Closed form solutions of linear odes having elliptic functions as coefficients." Proceedings of ISSAC'04, Santander, Spain, ACM Press, (2004): 58-64.
See Also
alias
dcoeffs
dsolve
Environment Variables
Jacobi functions
Weierstrass functions
Download Help Document