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:
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.
From the graph in Figure 2 you see that as N increases, [latex]{S}_{N}[/latex] becomes a better approximation for [latex]f\left(x\right)=\frac{1}{1-x}[/latex] for x in the interval [latex]\left(-1,1\right)[/latex].
Figure 2. The graph shows a function and three approximations of it by partial sums of a power series.
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.
You should recognize this function f as the sum of a geometric series, because[latex]\frac{1}{1+{x}^{3}}=\frac{1}{1-\left(\text{-}{x}^{3}\right)}[/latex]
Using the fact that, for [latex]|r|<1,\frac{a}{1-r}[/latex] is the sum of the geometric series
Since this series converges if and only if [latex]|\text{-}{x}^{3}|<1[/latex], the interval of convergence is [latex]\left(-1,1\right)[/latex], and we have
This function is not in the exact form of a sum of a geometric series. However, with a little algebraic manipulation, we can relate f to a geometric series. By factoring 4 out of the two terms in the denominator, we obtain
The series converges as long as [latex]|{\left(\frac{x}{2}\right)}^{2}|<1[/latex] (note that when [latex]|{\left(\frac{x}{2}\right)}^{2}|=1[/latex] the series does not converge). Solving this inequality, we conclude that the interval of convergence is [latex]\left(-2,2\right)[/latex] and