Skip to main content

Section 6.1 The Method

The method is simple enough to remember. Say we want to solve the ODE

P(x)y+Q(x)y+R(x)y=0,

around the ordinary point x=x0. Then, to solve the ODE, substitute in

y(x)=n=0an(xx0)n.

After you substitute this form in, condense all the terms and find a “recurrence relation” for an. We'll see an example of this in the examples.

Be wary that these methods are often algebraically tedious.