Introduction to Power Series: Learn It 4

Representing Functions as Power Series

Why should we care about representing functions as power series? The answer lies in the incredible usefulness of polynomials.

Polynomials are the simplest functions to work with — they only involve basic arithmetic operations like addition, subtraction, multiplication, and division. When we represent a complicated function as an “infinite polynomial” (a power series), we gain several powerful advantages:

  • Easy differentiation and integration: We can differentiate or integrate term by term
  • Function approximation: We can use partial sums to approximate function values
  • Simplified analysis: Complex functions become more manageable

The key question becomes: when can we actually represent a function using a power series?

Let’s revisit the geometric series we’ve seen before:

[latex]1 + x + x^2 + x^3 + \cdots = \displaystyle\sum_{n=0}^{\infty} x^n[/latex]

Geometric Series Formula

The geometric series [latex]a + ar + ar^2 + ar^3 + \cdots[/latex] converges if and only if [latex]|r| < 1[/latex]. When it converges, the sum equals [latex]\frac{a}{1-r}[/latex].

For our series with [latex]a = 1[/latex] and [latex]r = x[/latex], we get convergence when [latex]|x| < 1[/latex], and the sum is [latex]\frac{1}{1-x}[/latex]. Therefore:

[latex]1 + x + x^2 + x^3 + \cdots = \frac{1}{1-x} \text{ for } |x| < 1[/latex]

We’ve successfully represented the function [latex]f(x) = \frac{1}{1-x}[/latex] as a power series. This representation is valid whenever [latex]|x| < 1[/latex].

We can see how well this power series represents the original function by comparing the graph of [latex]f(x) = \frac{1}{1-x}[/latex] with the graphs of several partial sums of this infinite series.

Sketch a graph of [latex]f\left(x\right)=\frac{1}{1-x}[/latex] and the graphs of the corresponding partial sums [latex]{S}_{N}\left(x\right)=\displaystyle\sum _{n=0}^{N}{x}^{n}[/latex] for [latex]N=2,4,6[/latex] on the interval [latex]\left(-1,1\right)[/latex]. Comment on the approximation [latex]{S}_{N}[/latex] as N increases.

Next we consider functions involving an expression similar to the sum of a geometric series and show how to represent these functions using power series.

Use a power series to represent each of the following functions [latex]f[/latex]. Find the interval of convergence.

  1. [latex]f\left(x\right)=\frac{1}{1+{x}^{3}}[/latex]
  2. [latex]f\left(x\right)=\frac{{x}^{2}}{4-{x}^{2}}[/latex]