Lecture 1 Sujin Khomrutai – 1 / 10
Method of Applied Math
Lecture 3: Frobenius Method
Sujin Khomrutai, Ph.D.
Series Solutions: Regular Singular Points
Series Sol: Sing Pts Motivation
Def: Reg Sing Point EX 1
EX 2
Meth: Frobenius EX 3
EX 4
Now we solve
y′′ + p(x)y′ + q(x)y = 0
when a is a singular point of the ODE.
We will develop the Frobenius method in the case that a is not too singular. See below.
One of the most important applications of the Frobenius method is to solve the Bessel equation in the next section.
Motivation
Series Sol: Sing Pts Motivation
Def: Reg Sing Point EX 1
EX 2
Meth: Frobenius EX 3
EX 4
Lecture 1 Sujin Khomrutai – 3 / 10
EX. Consider the equation x2y′′ + 3xy′ + 3
4y = 0.
Let us choose a = 0. Observe that 0 is a singular point of the above equation.
Applying the power series method: y = P∞
n=0 bnxn, then we get bn = 0 for all n. So we obtain y = 0 as the solution by this
method.
However, as one can check directly, x−1/2 and x−3/2 are two non-zero solutions! The Frobenius method will help us finding these two solutions.
Regular Singular Point
Series Sol: Sing Pts Motivation
Def: Reg Sing Point EX 1
EX 2
Meth: Frobenius EX 3
EX 4
Assume a is a singular point of the ODE y′′ + p(x)y′ + q(x)y = 0.
a is called a regular singular point for this ODE if
xlim→a(x − a)p(x) and lim
x→a(x − a)2q(x) exist and are finite.
Otherwise, a is an irregular singular point for this ODE.
Example 1
Series Sol: Sing Pts Motivation
Def: Reg Sing Point EX 1
EX 2
Meth: Frobenius EX 3
EX 4
Lecture 1 Sujin Khomrutai – 5 / 10
EX. Consider the ODE
x2(x − 1)y′′ + y′ − y = 0.
Show that 0,1 are singular points for this equation. Show that 1 is regular whereas 0 is irregular.
Example 2
Series Sol: Sing Pts Motivation
Def: Reg Sing Point EX 1
EX 2
Meth: Frobenius EX 3
EX 4
EX. (Bessel’s equation)
x2y′′ + xy′ + (x2 − ν2)y = 0.
Show that 0 is a regular singular point of the ODE and find p0, q0.
Frobenius Method
Series Sol: Sing Pts Motivation
Def: Reg Sing Point EX 1
EX 2
Meth: Frobenius EX 3
EX 4
Lecture 1 Sujin Khomrutai – 7 / 10
Theorem (Frobenius). Let a be a regular singular point for y′′ + p(x)y′ + q(x)y = 0.
Then there is a constant r such that the ODE has a solution of the form
y = (x − a)r
X∞ n=0
bn(x − a)n
= b0(x − a)r + b1(x − a)r+1 + b2(x − a)r+2 + · · · .
The process of obtaining a solution of the above form is called the Frobenius method.
Frobenius Method
Series Sol: Sing Pts Motivation
Def: Reg Sing Point EX 1
EX 2
Meth: Frobenius EX 3
EX 4
Theorem. The constant r in the Frobenius method is the larger root of the quadratic equation
r(r − 1) + p0r + q0 = 0 (indicial equation) where
p0 = lim
x→a(x − a)p(x), q0 = lim
x→a(x − a)2q(x).
Remark. The smaller root of the indicial equation may lead to the zero solution in some cases! Having the Frobenius solution, one can get the other linearly independent solution by the
Reduction of Order.
Example 3
Series Sol: Sing Pts Motivation
Def: Reg Sing Point EX 1
EX 2
Meth: Frobenius EX 3
EX 4
Lecture 1 Sujin Khomrutai – 9 / 10
EX. Find a nonzero solution of the ODE x2y′′ − 3xy′ + 3y = 0,
using Frobenius method about a = 0. Use reduction of order to find the other linearly independent solution.
Example 4
Series Sol: Sing Pts Motivation
Def: Reg Sing Point EX 1
EX 2
Meth: Frobenius EX 3
EX 4
EX. Use the Frobenius method about a = 0 to solve the ODE x(x − 1)y′′ + (3x − 1)y′ + y = 0.
Sol. r1 = r2 = 0,
y1 =
X∞ n=0
xn = 1 1 − x. Reduction of Order:
y2 = y1
Z e−R p(x)dx
y12 dx = ln x 1 − x.