Chapter 12
Series Methods and Approximations
Contents
12.1 Review of Calculus Topics . . . . . . . . . . . 699 12.2 Algebraic Techniques . . . . . . . . . . . . . . 701 12.3 Power Series Methods . . . . . . . . . . . . . 707 12.4 Ordinary Points . . . . . . . . . . . . . . . . . 712 12.5 Regular Singular Points . . . . . . . . . . . . 715 12.6 Bessel Functions . . . . . . . . . . . . . . . . . 727 12.7 Legendre Polynomials . . . . . . . . . . . . . . 731 12.8 Orthogonality . . . . . . . . . . . . . . . . . . . 738
The differential equation (1 + x2)y′′ + (1 + x + x2 + x3)y′ + (x3 − 1)y = 0 (1) has polynomial coefficients. While it is not true that such differential equations have polynomial solutions, it will be shown in this chapter that for graphical purposes it is almost true: the general solution y can be written as y(x) ≈ c1p1(x) + c2p2(x), where p1 and p2 are polynomials, which depend on the graph window, pixel resolution and a maximum value for |c1| + |c2|. In particular, graphs of solutions can be made with a graphing hand cal- culator, a computer algebra system or a numerical laboratory by entering two polynomials p1, p2. For (1), the polynomials p1(x) = 1 + 1 2x2 − 1 6x3 − 1 12x4 − 1 60x5, p2(x) = x − 1 2x2 + 1 6x3 − 1 15x5