Module 4: Power Series - Summary Notes
Power Series
- A power series in x is an infinite series with non-negative integral powers of x: c<em>0+c</em>1x+c<em>2x2+⋯=∑</em>n=0∞cnxn.
- A more general form is a power series in (x−a): c<em>0+c</em>1(x−a)+c<em>2(x−a)2+⋯+c</em>n(x−a)n+⋯=∑<em>n=0∞c</em>n(x−a)n.
Taylor Series
- Represents a function f(x) as a power series: f(x)=∑<em>n=0∞c</em>n(x−a)n=∑n=0∞n!f(n)(a)(x−a)n for |x - a| < r.
- Coefficients c<em>n are related to derivatives of f(x) at a: c</em>n=n!f(n)(a).
Maclaurin Series
- A Maclaurin series is a Taylor series with a=0:
f(x)=∑n=0∞n!f(n)(0)xn=f(0)+f′(0)x+2!f′′(0)x2+3!f′′′(0)x3+⋯.
Radius of Convergence
- The interval of convergence is the set of all real numbers x for which a power series converges.
- A power series in (x−a) may converge on a finite interval centered at a, on the infinite interval (−∞,∞), or at the single point x=a.
- The radius of convergence is r, ∞, or 0, respectively.
Manipulation of Power Series
- Addition and Subtraction: Power series can be added or subtracted term-by-term within their common interval of convergence.
f(x)±g(x)=∑<em>n=0∞(c</em>n±d<em>n)xn for ∣x∣<min(r</em>1,r2). - Composition: Substitute a function g(x) into a power series f(x).
f(g(x))=∑<em>n=0∞c</em>n[g(x)]n. - Multiplication: Multiply power series term by term.
f(x)⋅g(x)=(c<em>0+c</em>1x+c<em>2x2+⋯)(d</em>0+d<em>1x+d</em>2x2+⋯)=c<em>0d</em>0+(c<em>0d</em>1+c<em>1d</em>0)x+(c<em>2d</em>0+c<em>1d</em>1+c<em>0d</em>2)x2+⋯. - Division: Divide power series using long division or by equating coefficients.
g(x)f(x)=q<em>0+q</em>1x+q<em>2x2+⋯. The resulting power series may not converge for ∣x∣<min(r</em>1,r2)