Skip to main content

Section 5.2 Examples of Regular Singular Points

Subsection 5.2.1 Find the regular singular points of the ODE x2y+xy+x2y=0.

Matching this up with P(x)y+Q(x)y+R(x)y=0, we see that P(x)=x2, Q(x)=x, and R(x)=x2. Note that all of these are (technically) power series in x.

Next, we find the singular points of the ODE, which starts by setting P(x)=x2=0. Thus, the only possible singular point is x=0.

Next, we check if x=0 is regular. As in the method, define q(x)=Q(x)/P(x)=x/x2=1/x and r(x)=R(x)/P(x)=x2/x2=1. Then, we'll compute the following limits:

limx0xq(x)=limx0x1x=1,

and

limx0x2r(x)=limx0x21=0.

Since both of these limits are finite, x=0 is a regular singular point.

Subsection 5.2.2 Find the regular singular points of (x1)2(x+1)y+xy+(x1)y=0

Try this one yourself! We have P(x)=(x1)2(x+1), Q(x)=x, and R(x)=x1 in this case.

Start by setting \(P(x) = 0\) and solving for \(x\) to find the possible singular points of the ODE. You'll see that \(x = 1, -1\text{.}\)

Next, find \(q(x) = Q(x)/P(x)\) and \(r(x) = R(x)/P(x)\text{.}\) Calculate the two limits

\begin{gather*} \lim_{x \to 1} (x - 1)q(x) \qquad \text{and} \qquad \lim_{x \to 1} (x-1)^2 r(x), \end{gather*}

and the two limits

\begin{gather*} \lim_{x \to -1} (x + 1)q(x) \qquad \text{and} \qquad \lim_{x \to -1} (x+1)^2 r(x). \end{gather*}

Which of these limits are finite?

Answer

\(x = -1\) is a regular singular point and \(x = 1\) is not.