Fiveable

🪝Ordinary Differential Equations Unit 8 Review

QR code for Ordinary Differential Equations practice questions

8.2 Frobenius Method

8.2 Frobenius Method

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🪝Ordinary Differential Equations
Unit & Topic Study Guides

The Frobenius Method is a powerful technique for solving differential equations with singular points. It expands solutions as power series, helping us tackle equations that stumped earlier methods. This approach opens doors to understanding complex physical systems and mathematical models.

In this section, we'll dive into the nuts and bolts of the Frobenius Method. We'll learn how to set up series solutions, handle singular points, and deal with tricky cases involving logarithms. It's a key tool for any differential equations problem-solver.

Frobenius Method Basics

Overview of the Frobenius Method

  • Frobenius method solves linear homogeneous differential equations with variable coefficients near singular points
  • Assumes the solution can be represented as a power series with undetermined coefficients
  • Involves substituting the series into the differential equation and solving for the coefficients recursively
  • Useful when the differential equation has singular points where the coefficients are not analytic

Series Expansion and Singular Points

  • Series expansion represents the solution as an infinite series n=0an(xx0)n+r\sum_{n=0}^{\infty} a_n (x-x_0)^{n+r}, where x0x_0 is the singular point and rr is the indicial exponent
  • Singular points are values of xx where the coefficients of the differential equation become zero or infinite (poles, branch points, essential singularities)
  • Frobenius method is applicable when the singular point is a regular singular point, meaning the coefficients have at most a pole of finite order

Linearly Independent Solutions

  • Frobenius method typically yields two linearly independent solutions, denoted as y1(x)y_1(x) and y2(x)y_2(x)
  • Linear independence means that no solution can be expressed as a linear combination of the others
  • The general solution is a linear combination of the linearly independent solutions: y(x)=c1y1(x)+c2y2(x)y(x) = c_1 y_1(x) + c_2 y_2(x), where c1c_1 and c2c_2 are arbitrary constants determined by initial or boundary conditions
Overview of the Frobenius Method, FrobeniusDSolve | Wolfram Function Repository

Indicial Equation and Recursion

Deriving the Indicial Equation

  • Indicial equation determines the possible values of the indicial exponent rr
  • Obtained by substituting the series expansion into the differential equation and equating the lowest order terms
  • Indicial equation is typically a quadratic equation in rr, leading to two possible values r1r_1 and r2r_2
  • The roots of the indicial equation determine the nature of the solutions (distinct real roots, repeated roots, complex roots)

Recursion Formula for Coefficients

  • Recursion formula relates each coefficient ana_n to previous coefficients an1,an2,a_{n-1}, a_{n-2}, \ldots
  • Derived by substituting the series expansion into the differential equation and equating coefficients of like powers
  • Recursion formula allows the calculation of higher-order coefficients once the initial coefficients are determined
  • Initial coefficients (a0,a1,a_0, a_1, \ldots) are usually arbitrary and set to convenient values (1, 0) to generate linearly independent solutions
Overview of the Frobenius Method, FrobeniusDSolveFormula | Wolfram Function Repository

Exponent Difference and Solution Behavior

  • Exponent difference is the difference between the two roots of the indicial equation Δr=r2r1\Delta r = r_2 - r_1
  • When Δr\Delta r is not an integer, the two series solutions are linearly independent
  • When Δr\Delta r is a non-negative integer, the larger root r2r_2 may yield a second solution that includes logarithmic terms
  • Logarithmic terms arise from the need to generate a second linearly independent solution when the series with the larger root fails to provide one

Special Cases

Logarithmic Solutions

  • Logarithmic case occurs when the exponent difference Δr\Delta r is a non-negative integer
  • The series solution corresponding to the larger root r2r_2 may not be linearly independent from the solution for the smaller root r1r_1
  • To obtain a second linearly independent solution, logarithmic terms are introduced: y2(x)=Cy1(x)ln(xx0)+n=0bn(xx0)n+r2y_2(x) = C y_1(x) \ln(x-x_0) + \sum_{n=0}^{\infty} b_n (x-x_0)^{n+r_2}
  • The coefficients bnb_n are determined by substituting y2(x)y_2(x) into the differential equation and solving recursively
  • The constant CC is determined by ensuring linear independence between y1(x)y_1(x) and y2(x)y_2(x)

Examples of Logarithmic Solutions

  • Bessel's equation of order ν\nu: x2y+xy+(x2ν2)y=0x^2 y'' + x y' + (x^2 - \nu^2) y = 0 has logarithmic solutions when ν\nu is an integer
  • Legendre's equation: (1x2)y2xy+(+1)y=0(1-x^2) y'' - 2x y' + \ell(\ell+1) y = 0 has logarithmic solutions when \ell is an integer
  • Confluent hypergeometric equation: xy+(cx)yay=0x y'' + (c-x) y' - a y = 0 has logarithmic solutions when cc is an integer