Skip to main content

Section 9.1 Power Series (PS1)

Subsection 9.1.1 Activities

Activity 9.1.1.

Suppose we could define a function as an “infinite-length polynomial”:
f(x)=1+x+x2+x3+x4+.
(a)
Would f(1) be well-defined as a finite real number?
  1. No, the sum would diverge towards .
  2. No, the sum would oscillate between 0 and 1.
  3. Yes, the sum would be 0.
  4. Yes, the sum would be 1.
(b)
Would f(1) be well-defined as a finite real number?
  1. No, the sum would diverge towards .
  2. No, the sum would oscillate between 0 and 1.
  3. Yes, the sum would be 0.
  4. Yes, the sum would be 1.
(c)
Would f(1/2) be well-defined as a finite real number?
  1. No, the sum would diverge towards .
  2. Yes, the sum would be approximately 1.
  3. Yes, the sum would be approximately 2.
  4. Yes, the sum would be exactly 2.
(d)
When is f(x) well-defined as a finite real number?
  1. Its value is x1x when |x|<1.
  2. Its value is x1x when x<1.
  3. Its value is 11x when |x|<1.
  4. Its value is 11x when x<1.

Definition 9.1.2.

Given a sequence of numbers an and a number c, we may define a function f(x) as a power series:
f(x)=n=0an(xc)n=a0+a1(xc)+a2(xc)2+a3(xc)3+.
The above power series is said to be centered at c. Often power series are centered at 0; in this case, they may be written as:
f(x)=n=0anxn=a0+a1x+a2x2+a3x3+.
The domain of this function (often referred to as the domain of convergence or interval of convergence) is exactly the set of x-values for which the series converges.

Activity 9.1.3.

In Section 9.2 we will learn how to prove that n=0xnn! converges for each real value x. Thus the function
f(x)=n=0xnn!=1+x+x22+x36+x424+x5120+
has the domain of all real numbers.
(a)
To estimate f(2), use technology to compute the first few terms as follows:
f(2)=n=02nn!=1+2+222+236+2424+25120+=?+?
Which of these choices is the closest to this value?
  1. 21.414.
  2. e27.389.
  3. sin(2)0.909.
  4. cos(2)0.416.
(b)
Estimate f(1) in a similar fashion:
f(1)=n=0?n!=?+?+?+?+?+?+=?+?
Which of these choices is the closest to this value?
  1. 111.000.
  2. 1e10.369.
  3. 1sin(1)1.188.
  4. 1cos(1)1.851.

Activity 9.1.4.

The function
f(x)=n=0xnn!=n=01n!(x0)n
is centered at 0. Likewise, graphing the polynomial that uses the first six terms
f5(x)=1+x+x22+x36+x424+x5120
alongside the graph of ex reveals the illustration given in the following figure.
described in detail following the image
Plots of y=f5(x),y=ex.
Figure 192. Plots of y=f5(x),y=ex.
What might we conclude?
  1. ex1+x+x22+x36+x424+x5120 near x=0.
  2. ex=1+x+x22+x36+x424+x5120 near x=0.
  3. ex1+x+x22+x36+x424+x5120 for all x.
  4. ex=1+x+x22+x36+x424+x5120 for all x.

Definition 9.1.5.

Given a power series
f(x)=n=0an(xc)n=a0+a1(xc)+a2(xc)2+a3(xc)3+,
let
fN(x)=n=0Nan(xc)n=a0+a1(xc)+a2(xc)2++aN(xc)N
be its degree N polynomial approximation for x nearby c.
For example,
g3(x)=n=03n2(x1)n=0+(x1)+4(x1)2+9(x1)3=6+20x23x3+9x3
is a degree 3 approximation of g(x)=n=0n2(x1)n valid for x values nearby 1.

Activity 9.1.6.

Consider a function p(x) defined by p(x)=n=02n(2n)!xn.
(a)
Find p3(x), the degree 3 polynomial approximation for p(x).
(b)
Use p3(x) to estimate p(1).

Subsection 9.1.2 Videos

Figure 193. Video: Approximate functions defined as power series

Subsection 9.1.3 Exercises