Skip to main content

Section 5.1 Definitions

We'll focus on ODEs of the form

P(x)y+Q(x)y+R(x)y=0.

Suppose also that P(x),Q(x),R(x) all have a power series representation around x=x0. This is a very important condition for the next few definitions.

Definition 5.1.1. Ordinary Points.

The point x=x0 is an ordinary point if P(x0)0.

Let q(x)=Q(x)/P(x) and r(x)=R(x)/P(x).

Definition 5.1.2. Singular Points.

The point x=x0 is a singular point if either q(x) or r(x) goes to ± as xx0.

Definition 5.1.3. Regular Singular Points.

The point x=x0 is a regular singular point if x=x0 is a singular point and both limits

limxx0(xx0)q(x)andlimxx0(xx0)2r(x)

are both finite.

Definition 5.1.4. Irregular Singular Points.

If the point x=x0 is a singular point but is not regular, then the point x=x0 is an irregular singular point.

Subsection 5.1.1 Why are these defined as they are?

We can solve equations of the form x2y+axy+by=0 pretty easily when we set y=xr (these are Cauchy-Euler ODEs).

Now, we want to solve equations of the form P(x)y+Q(x)y+R(x)y=0. By dividing out by P(x), we can transform this into the equation y+q(x)y+r(x)y=0 where

q(x)=Q(x)P(x)andr(x)=R(x)P(x).

To try to kinda match the Cauchy-Euler ODE form, multiply both sides of y+q(x)y+r(x)y=0 by x2 to get

x2y+x2q(x)y+x2r(x)y=0.

Then, to further match the form of the constants in the Cauchy-Euler ODEs, group the coefficients like this:

x2y+[xq(x)]xy+[x2r(x)]y=0.

This way, if xq(x)=a and x2r(x)=b, then we'd easily get back to a Cauchy-Euler ODE. More realistically, you'd want xq(x) and x2r(x) to be representable as a power series.

For example, say we set xq(x) equal to

xq(x)=q0+q1x+q2x2++qnxn+.

Then, when we evaluate xq(x) at x=0, we get the importantly finite value q0. This corresponds to saying that the limit

limx0xq(x)

is finite and equal to q0. A similar thing happens with x2r(x).