Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
DEtools[singularities] - compute the regular and irregular singular points of a homogeneous linear ordinary differential equation (ODE)
Calling Sequence
singularities(ODE, y(x))
singularities(L, x)
Parameters
ODE
-
linear homogeneous ordinary differential equation
y(x)
optional, the dependent variable, required when the ODE contains derivatives of more than one unknown function
L
list with the coefficients of y, y', ... entering the ODE
x
independent variable, required only when there is more than one symbol entering the list with the ODE coefficients
Description
The singularities command computes the regular and irregular singular points of a given homogeneous linear ODE. The ODE could be given as a standard differential equation in, say, , or as a list with the coefficients of (see DEtools[convertAlg]).
Given a nth order linear homogeneous ODE with rational coefficients , ranging from 0 to and ,
is a singular point of the equation if any of the coefficients has a singularity at it. Otherwise, all the are analytic at and the point is an ordinary point.
A singular point of a nth order linear ODE can be regular or irregular. The singularity is regular whenever
is analytic at for all . For example, in the case of second order linear ODEs, a singularity at is regular if both
are analytic at .
The singularities command returns results as a list of equations with the singular points and their classification
The and equations are present in the output regardless of the sets in their right-hand sides being empty. The equation is present only when the command failed in classifying some of the singular points.
The nature of the point is determined by changing variables : the original ODE in has a (regular or irregular) singularity at infinity whenever the changed ODE in has a (regular or irregular) singularity at .
This function is part of the DEtools package, and so it can be used in the form singularities(..) only after executing the command with(DEtools). However, it can always be accessed through the long form of the command by using DEtools[singularities](..).
Examples
The 2F1 hypergeometric equation, that is, the linear ODE whose solutions involve special functions of the 2F1 class
has three regular singular points.
The equation that has special functions of the 1F1 class as a solution, that is, the confluent 1F1 hypergeometric equation
has one regular singularity at zero and one irregular at infinity.
You can input the ODE as a list of coefficients of the unknown of the equation and its derivatives (see DEtools[convertAlg])
Bessel equation and its singularities
Fractional linear transformations, also called Mobius transformations, do not change the structure of the singularities, they only move the locations of the poles. So, this other equation, obtained by changing variables -> in the Bessel_ODE, also has one regular and one irregular singularity:
An example with four regular singular points
See Also
DEtools, DEtools[convertAlg], DEtools[dpolyform], DEtools[hyperode], DEtools[indicialeq], FunctionAdvisor,singularities, singular
References
Ince, E.L. Ordinary Differential Equations. New York: Dover Publications, 1956.
Download Help Document