next up previous
Next: Taylor's Theorem Up: Series and Function Approximation Previous: Basic Definitions

Geometric Series

A basic geometric series is, perhaps, a familiar example: we start with a value a0 and then obtain each new term of the series by multiplying by a common ratio. In keeping with our focus on functions, let us use x for the common ratio and examine the convergence of

\begin{displaymath}f(x) = \sum_{n=0}^\infty a_0 x^n\end{displaymath}

The kth partial sum of this geometric series is

\begin{displaymath}S_k(x) =\sum_{n=0}^k a_0 x^k.\end{displaymath}

We can find its value through the following calculation:

\begin{eqnarray*}S_k(x) &=&\sum_{n=0}^k a_0 x^n \\ x S_k(x) &=& \sum_{n=1}^{k+1}...
...=& a_0 - a_0 x^{k+1} \\ S_k(x) &=& \frac{ a_0 - a_0 x^{k+1}}{1-x}\end{eqnarray*}


Now this final expression will converge to the limit

\begin{displaymath}f(x) = \frac{a_0}{1-x}\end{displaymath}

when $x^{k+1}\to 0$. This in turn happens if and only if |x|<1. In summary,

\begin{displaymath}\frac{a_0}{1-x} = \sum_{n=0}^\infty a_0 x^n \mbox{ provided }\vert x\vert<1.\end{displaymath}




Examples: Several functions can be given series expansions by decorating this result:




Exercises: As an exercise to see if you have the technique try to find a series representation of the following functions, giving the values for x for which the series converges.

1.
$\displaystyle{\frac{1}{1+x^2}}$
2.
$\displaystyle{\frac{x}{1-x^3}}$
3.
$\displaystyle{\frac{3}{4+2x^2}}$
4.
$\displaystyle{\frac{x^2}{1+4x}}$
5.
$\displaystyle{\frac{3x}{5-x^5}}$
6.
$\displaystyle{\frac{x+1}{1+x^2}}$
7.
$\displaystyle{\frac{3}{3+2x^2}}$


next up previous
Next: Taylor's Theorem Up: Series and Function Approximation Previous: Basic Definitions
Larry Stout
1999-11-14