MATH528 Lesson12: ODE series solution. Special functions

Remark. The real numbers are a complete, ordered field (,+,×)

Remark. Power series are simply an infinite sequence of the operations defined in

Sn(x)=j=0najxj,n

Remark. Power series can also be interpreted as a sequence of scalar products

Sn(x)=𝒂T𝒃(x),𝒂T=( a0 a1 an ),𝒃(x)=( 1 x xn )T

The power series method to solve ODEs onsist of:

  1. Introducing a representation y(x)=j=0ajxj

  2. Replacing the representation into the ODE of interest and identifying coefficients of powers of x

Example. y'=y, y(0)=y0, Try y=a0+a1x++anxn++

y'=a1+2a2x++(n+1)an+1xn = y=a0+a1x++anxn++=y a1=a0, a2=12a1, an+1=1n+1an y(x)= (1+11!x+12!x2+)a0 =exy(0),a0=y(0).