Undergraduate

UndergraduateDifferential EquationsOrdinary Differential Equations


Series Solutions


In the study of ordinary differential equations (ODEs), finding exact solutions can be quite challenging, especially for equations that do not have simple forms. A useful technique for solving these complex differential equations is the method of series solutions. This technique involves expressing the solutions as the sum of an infinite series, often a power series, which allows us to approximate the solutions to any desired degree of accuracy.

Series solution is particularly useful when working with differential equations that have variable coefficients, which makes classical methods such as separation of variables, integrating factors, or characteristic equations inappropriate.

Power series

A power series is an infinite sum, where each term is a power of the variable multiplied by a constant coefficient:

y(x) = a_0 + a_1x + a_2x^2 + a_3x^3 + cdots = sum_{n=0}^{infty} a_n x^n

Here, a_n represents the coefficient of the n term, and x is the variable.

Finding the series solution

Suppose we have a simple differential equation:

y'' + p(x)y' + q(x)y = 0

Our goal is to find y(x) as a power series:

y(x) = sum_{n=0}^{infty} a_n x^n

To find the coefficient a_n, we usually follow these steps:

  1. Suppose that y(x) can be expressed as a power series.
  2. Differentiate y(x) term-wise to obtain series expressions for y'(x) and y''(x).
  3. Substitute these series into the differential equation.
  4. Equate the powers of x to find the recurrence relation for the coefficients a_n.
  5. Solve this recurrence relation to find the coefficients.

Example 1: Solving differential equations

Consider the differential equation:

y'' - xy' - y = 0

Assume a power series solution:

y(x) = sum_{n=0}^{infty} a_n x^n

Derivatives are:

y'(x) = sum_{n=1}^{infty} n a_n x^{n-1}
y''(x) = sum_{n=2}^{infty} n(n-1) a_n x^{n-2}

Substitute into the differential equation:

sum_{n=2}^{infty} n(n-1) a_n x^{n-2} - xsum_{n=1}^{infty} n a_n x^{n-1} - sum_{n=0}^{infty} a_n x^n = 0

After substitution and simplification, move the indices to align the powers of x:

sum_{n=0}^{infty} [(n+2)(n+1)a_{n+2} - (n+1)a_{n+1} - a_n] x^n = 0

Equate the coefficients of each power of x to zero to obtain the recurrence relation:

(n+2)(n+1)a_{n+2} - (n+1)a_{n+1} - a_n = 0

This formula helps to find a_n based on the initial conditions or assumptions.

Example 2: Visualization of the simple harmonic oscillator

Consider the differential equation of a simple harmonic oscillator:

y'' + omega^2 y = 0

Assume a power series solution:

y(x) = sum_{n=0}^{infty} a_n x^n

Derivatives are:

y'(x) = sum_{n=1}^{infty} n a_n x^{n-1}
y''(x) = sum_{n=2}^{infty} n(n-1) a_n x^{n-2}

After making substitutions in the original equation, aligning the terms and equating them to zero, you develop a recurrence relation for a_n. Solve this relation based on the initial conditions.

Visual explanations

Y X y = sin(wx)

This curve shows the sinusoidal solution of a simple harmonic oscillator, expressed as a series. The series solution procedure allows the approximation of such functions for better understanding and detailed analysis.

Convergence of series solutions

Another important aspect of series solutions is to ensure that the series converges to a true solution of the differential equation. The radius of convergence depends on the point about which the series is expanded (usually taken as x = 0 for power series, also known as the "simple point"). If the series converges within the interval of interest, it approximates the true solution well.

Determining convergence involves analyzing ratios or root tests, establishing the interval and radius of convergence. For example:

left| frac{a_{n+1}}{a_n} right| to |x| < R

Here, R is the radius of convergence.

Frobenius method

Sometimes, when studying points known as “singular points,” the simple power series method fails. Instead, we adopt a more general form known as the Frobenius method. Here, the solutions are of the form:

y(x) = x^r sum_{n=0}^{infty} a_n x^n

where r is not necessarily an integer and can be determined by substituting into the differential equation and solving the indicator equation.

Y X Behavior near the singular point

This illustration shows how the behaviour near singular points can be modelled via a series of conformations of such fields, helping to capture features that are traditionally difficult to represent analytically.

Closing thoughts

The method of series solution opens a door to solving many differential equations, including those that cannot be solved by simple algebraic means. It provides a framework for expanding series around points of interest, studying convergence, and handling singularities. As students delve deeper into the subject, they discover the deep interconnection between function approximation, coefficient determination, and the beauty of mathematical expansion procedures. This approach not only makes it easier to understand complex systems but also emphasizes the beauty of mathematics as an explanatory and predictive tool.

Through practice, students discover that although finding series solutions may initially seem labor-intensive and complicated, with repeated experimentation, they develop the intuition to choose the right form, understand convergence, and employ appropriate mathematical techniques such as the Frobenius method.


Undergraduate → 3.1.4


U
username
0%
completed in Undergraduate


Comments