Skip to main content

Section 7.1 Frobenius' Method

Our previous method worked for ordinary points, but the same technique won't exactly work for regular singular points.

Say that we want to solve the ODE P(x)yβ€³+Q(x)yβ€²+R(x)y=0 around the regular singular point x=x0. First, we have to solve the β€œindicial equation”:

Ξ»(Ξ»βˆ’1)+q0Ξ»+r0=0,

where

q0=limxβ†’x0(xβˆ’x0)Q(x)P(x)andr0=limxβ†’x0(xβˆ’x0)2R(x)P(x).

The indicial equation has two roots Ξ»1 and Ξ»2≀λ1. Taking that Ξ»1 is the bigger root, Frobenius' method tells us that the first solution y1 of the ODE is

y1(x)=xΞ»1βˆ‘n=0∞anxn.

The second solution y2 depends on the second, smaller, root Ξ»2.

  1. If Ξ»1βˆ’Ξ»2 is not an integer, then

    y2(x)=(xβˆ’x0)Ξ»2βˆ‘n=0∞cn(xβˆ’x0)n.
  2. If Ξ»1βˆ’Ξ»2 is an integer, then

    y2(x)=ay1(x)ln⁑|xβˆ’x0|+(xβˆ’x0)Ξ»2βˆ‘n=0∞cn(xβˆ’x0)n,

    where a is some real constant. We know for sure that a≠0 when λ1=λ2.

Often times, we'll only need to know the form of these solutions, not necessarily the specifics.