Apply the Frobenius method to find series solutions
Determine and solve the indicial equation
Handle all three cases of indicial root differences
Motivation
The power series method we studied in Section 5.1 works beautifully at ordinary points, but fails when we approach a singular point. What happens when we need a solution valid near a singularity?
The Frobenius method extends the power series approach by allowing an initial fractional power. Instead of:
where $r$ is determined by an indicial equation. This method works at regular singular points and will give us access to solutions involving logarithms and all the classical special functions of physics and engineering.
Theory: Regular Singular Points and the Frobenius Method
Definition: Regular vs Irregular Singular Points
For the differential equation:
$$y'' + p(x)y' + q(x)y = 0$$
A point $x = x_0$ is a regular singular point if both of the following limits exist and are finite:
This is a quadratic equation in $r$. Its roots $r_1$ and $r_2$ (with $r_1 \geq r_2$) determine which solutions exist and whether logarithmic terms appear.
Three Cases for the Indicial Roots
Case 1: Distinct Roots Not Differing by an Integer
If $r_1 - r_2 \notin \mathbb{Z}$ (the difference is not an integer), then two independent Frobenius series solutions are:
where $A$ may be zero (no logarithm) or nonzero. The form must be determined by substitution.
Method: Step-by-Step Solution Procedure
Verify $x_0$ is a regular singular point
Write the equation in the form $y'' + p(x)y' + q(x)y = 0$ (divide by the leading coefficient if necessary). Check that $(x - x_0)p(x)$ and $(x - x_0)^2 q(x)$ are both analytic at $x_0$.
Write and solve the indicial equation
$$r(r-1) + p_0 r + q_0 = 0$$
Find the roots $r_1 \geq r_2$.
Determine which case applies
Check if $r_1 - r_2$ is an integer. This determines the form of the second solution.
For the larger root $r_1$: assume the Frobenius series
$$y = \sum_{n=0}^{\infty} a_n (x - x_0)^{n+r_1}$$
Substitute into the differential equation.
Find the recurrence relation
Collect coefficients of like powers of $(x - x_0)$ to obtain a recurrence formula relating $a_n$ to previous coefficients.
Solve for coefficients
Set $a_0 = 1$ (or any nonzero constant) and use the recurrence to find $a_1, a_2, a_3, \ldots$. This yields the first solution $y_1$.
Find the second solution
Depending on the case:
Case 1: Repeat steps 5–7 using $r_2$
Case 2: Use the formula with the logarithmic term
Case 3: Attempt the logarithmic form or use reduction of order
Worked Examples
Solution
Step 1: Verify $x = 0$ is regular singular
Divide by $2x^2$:
$$y'' + \frac{1}{2x}y' - \frac{x+1}{2x^2}y = 0$$
Here $p(x) = \frac{1}{2x}$ and $q(x) = -\frac{x+1}{2x^2}$.
Substituting into $2x^2 y'' + xy' - (x+1)y = 0$ and collecting coefficients of $x^n$ yields a recurrence relation. Setting $a_0 = 1$ and solving gives the first Frobenius series solution.
Note: The recurrence relation and explicit coefficients follow standard Frobenius methods. For brevity, we focus on the procedure and classification.
Bessel's Equation: $x^2 y'' + xy' + x^2 y = 0$
Step 1: Verify regularity
Divide by $x^2$:
$$y'' + \frac{1}{x}y' + y = 0$$
Here $p(x) = \frac{1}{x}$ and $q(x) = 1$. Check: $xp(x) = 1$ ✓ and $x^2 q(x) = x^2$ ✓. Both analytic at $x = 0$. Regular singular point ✓
This is the Bessel function of the first kind, order 0.
Step 5: Second solution $y_2$ (Case 2)
Since we have a repeated root, the second solution is:
$$y_2(x) = y_1(x) \ln x + \sum_{n=1}^{\infty} b_n x^n$$
This involves the Bessel function of the second kind, $Y_0(x)$, which is far more complex to compute directly but is the standard companion solution to $J_0$.
Key Insight
Bessel's equation appears everywhere in physics: circular membranes, cylindrical heat flow, vibrations, electromagnetic waves, etc. The Frobenius method gives us direct access to these fundamental special functions.
Solution
Step 1: Verify regularity
Divide by $x^2$:
$$y'' + \frac{3}{x}y' + \frac{1}{x^2}y = 0$$
Here $p(x) = \frac{3}{x}$ and $q(x) = \frac{1}{x^2}$.
Check: $xp(x) = 3$ ✓ and $x^2 q(x) = 1$ ✓. Regular singular point ✓
Wait—this is also a repeated root $r = 1$. But actually, re-examining the original problem: $-r + 1$ appears. The recurrence relation should be checked to see if the second solution truly requires logarithm (Case 2) or if we are in a subtle Case 3 scenario.
Note: In practice, once you have $r_1 = r_2 = 1$, you must substitute both the first Frobenius solution and the logarithmic form into the original equation to determine if the logarithmic term actually appears. This is a common pitfall in Frobenius method applications.
When $r_1 - r_2 \in \mathbb{Z}$, you cannot conclude whether a logarithm appears without checking the recurrence relation. The logarithmic term appears sometimes (Case 2 and most of Case 3) but not always (as here).
Practice: Self-Assessment Quiz
Test your understanding of the Frobenius method with these multiple-choice questions. After answering all questions, your score will be displayed.
0 / 6 correct
Question 1: Which of the following is a regular singular point?
Question 2: For the indicial equation $r^2 - 3r + 2 = 0$, what are the roots?
Question 3: If the indicial roots are $r_1 = 3$ and $r_2 = 1/2$, which case applies?
Question 4: For Bessel's equation of order 0, $x^2 y'' + xy' + x^2 y = 0$, the indicial equation is:
Question 5: For the Cauchy-Euler equation $x^2 y'' + 3xy' + y = 0$ with repeated root $r = -1$, the general solution is:
Question 6: If $r_1 - r_2 = 0$ (repeated root), which solution form is guaranteed?
Final Score:0 / 6
Review any incorrect answers above and refer to the Theory and Examples sections for clarification.
Quick Reference Card
Regular Singular Point Test
For $y'' + p(x)y' + q(x)y = 0$ at $x = x_0$:
(x-x₀)p(x) and (x-x₀)²q(x) must be analytic at $x_0$.
Indicial Equation Form
$$r(r-1) + p_0 r + q_0 = 0$$
where $p_0 = \lim_{x \to x_0}(x-x_0)p(x)$ and $q_0 = \lim_{x \to x_0}(x-x_0)^2 q(x)$
Case 1: Distinct Roots
If $r_1 - r_2 \notin \mathbb{Z}$:
Two Frobenius series, both analytic, no logarithms.