Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Power Series Representations of Functions: Learning Goals and Techniques, Lecture notes of Calculus

The learning goals for understanding power series representations of functions, including the mastery of the method of substitution, techniques for integration and differentiation, and familiarity with common power series representations of functions such as 1 − x, 1 + xk, ln(1 + x), arctan(x), and their applications. The document also covers the properties of power series, including the radius of convergence and the differentiation and integration of power series.

What you will learn

  • How do you find the power series representation of a function using the method of substitution?
  • What are some common power series representations of functions and their applications?
  • What is the radius of convergence of a power series?
  • What are the techniques for integrating and differentiating power series?
  • What is a power series representation of a function?

Typology: Lecture notes

2021/2022

Uploaded on 09/27/2022

sohail
sohail 🇺🇸

4.5

(16)

236 documents

1 / 13

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Learning Goals Lecture C: Power series Representations of Functions
Power Series representation of 1
1x.
Master method of substitution.
Definition of the Center of a power series, the Radius of Convergence and the Interval of Conver-
gence.
Master the techniques of integration and differentiation of power series.
Be aware that the status of convergence at the end points of the Interval of Convergence may
change with differentiation and integration.
Become familiar with power series representations of commonly used functions such as
1
1x,1
1 + xk,ln(1 + x),arctan(x),
and know how to derive them.
Become familiar with common applications of power series such as approximating functions with
polynomials, summing series, substituting polynomial approximations for functions in calculations.
1
pf3
pf4
pf5
pf8
pf9
pfa
pfd

Partial preview of the text

Download Power Series Representations of Functions: Learning Goals and Techniques and more Lecture notes Calculus in PDF only on Docsity!

Learning Goals Lecture C: Power series Representations of Functions

  • Power Series representation of

1 − x

  • Master method of substitution.
  • Definition of the Center of a power series, the Radius of Convergence and the Interval of Conver- gence.
  • Master the techniques of integration and differentiation of power series.
  • Be aware that the status of convergence at the end points of the Interval of Convergence may change with differentiation and integration.
  • Become familiar with power series representations of commonly used functions such as

1 1 − x

1 + xk^

, ln(1 + x), arctan(x),

and know how to derive them.

  • Become familiar with common applications of power series such as approximating functions with polynomials, summing series, substituting polynomial approximations for functions in calculations.

Lecture C: Power series Representations of Functions, Stewart Section 11.9/11.

In this section we are going to skip to sections 11.8/11.9 (mostly 11.9) in Stewart. We will go through the methods of determining whether a series converges or diverges as needed.

Recall that in the previous section, we saw that

a + ar + ar^2 + ar^3 + · · · =

∑^ ∞

n=

arn−^1 =

a 1 − r

if − 1 < r < 1

and this series diverges for |r| ≥ 1. If a = 1 this gives us that

1 1 − r

= 1 + r + r^2 + r^3 +... =

∑^ ∞

n=

rn^ for |r| < 1.

Now if we change the variable from r to x in the above equation, we get two formulas for the function

g(x) =

1 − x

on the interval − 1 < x < 1.

g(x) =

1 − x

= 1 + x + x^2 + x^3 +... =

∑^ ∞

n=

xn^ for |x| < 1.

A formula for a function in the form of an infinite series such as the one shown on the right hand side above is called a power series representation for the function. We will see in this and future lectures that some familiar functions have a power series representation on part or all of their domain. A power series looks like a polynomial with infinitely many terms and we will see below that differentiating and integrating a power series is as easy as differentiating and integrating a polynomial. Also once we have a power series representation for a function, the first N terms give a polynomial of degree N with which we can estimate the values of the function. In a later lecture, we will discuss a theorem which shows us how to control the error of our estimates and thus we are free to choose a value of N which gives us an estimate with the desired level of accuracy. Because of these nice properties of power series, it is very desirable to have a power series representation for a function and you will see power series representations for functions used in many courses where calculus is applied.

Definition A Power Series is a series of the form

∑^ ∞

n=

cnxn^ = c 0 + c 1 x + c 2 x^2 + c 3 x^3 +...

where x is a variable, the cn’s are constants called the coefficients of the series.

Example In our example above

∑^ ∞

n=

xn^ is a power series. The coefficients are all equal to 1, i.e.

c 0 = c 1 = c 2 = · · · = 1.

Example ∑∞

n=

xn 2 n^

x 2

x^2 22

x^3 23

Here c 0 = 1/ 20 = 1, c 1 = 1/ 21 , c 2 = 1/ 22 ,... , cn = 1/ 2 n.

kcnxn. If I multiply a power series

cnxn^ by xm, I multiply each term of the power series by xm^ to get a new power series

cnxn+m.

Example Find a power series representation for

2 x 1 + x

Solution We know from above that

1 1 + x

= 1 − x + x^2 − x^3 + · · · =

∑^ ∞

n=

(−1)nxn^ for − 1 < x < 1.

Multiplying both sides of the above equation by 2x, we get

2 x 1 + x

= 2x − 2 x^2 + 2x^3 − 2 x^4 + · · · =

∑^ ∞

n=

(−1)n 2 xn+1^ for − 1 < x < 1.

Example Find a power series representation for f 1 (x) =

3 x^4 1 + 5x^2

using a technique similar to that

used in the above example along with substitution and find the interval on which this power series representation is valid.

The next example requires a little reshaping of the function before we apply the method of substitution:

Example Find a power series representation of the functions given below and find the interval on which this power series representation is valid.

g(x) =

2 x 4 + 3x^3

The following example is provided as an extra example at the end of your notes (click on the blue link to see the solution):

Example Find a power series representation of the function given below and find the interval on which this power series representation is valid.

g(x) =

2 x^2 3 − x

Center of a Power Series

Example Notice that for the function

4 − x

, we have two options for substitution.

A. We can rewrite the function as

(x 4

and use the substitution y =

x 4

as above,

or

B. we can rewrite the function as as

1 − (x − 3)

and use our power series representation of

1 − y

from

above with y = (x − 3).

The latter substitution gives us a power series representation for

4 − x

where the terms of the series

are of the form cn(x − 3)n. This type of power series is called a power series centered at 3. We get

1 1 − (x − 3)

= 1 + (x − 3) + (x − 3)^2 + · · · =

∑^ ∞

n=

(x − 3)n^ when − 1 < x − 3 < 1.

The representation holds true when − 1 < x − 3 < 1, adding 3 to both sides (of both inequalities) we get that the representation holds true when 2 < x < 4. Notice that this interval is centered at 3 which coincides with the center of our power series.

Definition A power series in (x − a) or a power series centered at a is a power series of the form (^) ∞ ∑

x=

cn(x − a)n^ = c 0 + c 1 (x − a) + c 2 (x − a)^2 + c 3 (x − a)^3 +...

where cn is a constant for all n. The center of the power series is a.

Note that when x = a, we have

∑^ ∞

x=

cn(x − a)n^ = c 0 + c 1 (a − a) + c 2 (a − a) + c 3 (a − a) + · · · = c 0

Note Our previous definition of a power series is just a special case of this more general one with a = 0. When a = 0, the power series about a above becomes a power series of the form

∑^ ∞

x=

cnxn^ = c 0 + c 1 x + c 2 x^2 + c 3 x^3 +...

similar to the power series in our original definition and the previous examples.

We are often interested in the values of a function f (x) near a particular value of x say a. In this case it is better to work with a power series representation of f around a than a power series representation

Differentiation and Integration of Power Series

We can differentiate and integrate power series term by term, just as we do with polynomials.

Theorem If the series

cn(x − a)n^ has radius of convergence R > 0, then the function f defined by

f (x) = c 0 + c 1 (x − a) + c 2 (x − a)^2 + · · · =

∑^ ∞

n=

cn(x − a)n

is differentiable (and therefore continuous) on the interval (a − R, a + R) and

f ′(x) = c 1 + 2c 2 (x − a) + 3c 3 (x − a)^2 + · · · =

∑^ ∞

n=

ncn(x − a)n−^1.

Also ∫ f (x)dx = C + c 0 (x − a) + c 1

(x − a)^2 2

  • c 2

(x − a)^3 3

+ · · · = C +

∑^ ∞

n=

cn

(x − a)n+ n + 1

The radii of convergence of both of these power series is also R. (The interval of convergence may not remain the same when a series is differentiated or integrated; in particular convergence or divergence may change at the end points).

Example Find a power series representation of the function

1 (1 − x)^2

The following example is provided as an extra example at the end of your notes (click on the blue link to see the solution): Example Find a power series representation of the function

1 (x + 1)^2

Example (Integration) Find a power series representation of the function

ln(1 + x).

Solution: Again we use the representation

1 1 + x

= 1 − x + x^2 − x^3 + · · · =

∑^ ∞

n=

(−1)nxn^ for − 1 < x < 1

We have

∫ 1 1 + x

dx =

[1 − x + x^2 − x^3 + · · · + (−1)nxn^ + · · · ]dx =

n=

(−1)nxndx for − 1 < x < 1

integrating the left hand side and integrating the right hand side term by term, we get

ln(1 + x) = C + x −

x^2 2

x^3 3

x^4 4

  • · · · + (−1)n^

xn+ n + 1

∑^ ∞

n=

(−1)nxndx =

∑^ ∞

n=

(−1)n^

xn+ n + 1

+ C

for − 1 < x < 1. To find the appropriate constant term, we let x = 0 in this equation. We get

ln(1 + 0) = C + 0 − 0 + 0 − 0 + · · · = C

Therefore C = 0 and

ln(1 + x) = x −

x^2 2

x^3 3

x^4 4

  • · · · + (−1)n^

xn+ n + 1

∑^ ∞

n=

(−1)n^

xn+ n + 1

for − 1 < x < 1

Example (Integration) Find a power series representation of the function

arctan(x).

Application: Estimation Often in applications of calculus, where calculations of integrals and deriva- tives are difficult or impossible, one can get a good estimate of the answer by substituting the first few terms of the power series representation of a function.

Example Evaluate the integral (^) ∫ 1 1 + x^50

dx.

This could theoretically be solved by hand using partial fractions, but that is a very long calculation. If we are only interested in the values of this function for values of x near 0 and if we are happy with an estimate of its value, then we can get a reasonable estimate by substituting the first few terms of

the power series representation of

1 + x^50

in the calculation. The more terms I include, the better my

approximation will be, we will see how to control this error in a later lecture. Let us include the first three terms to get the approximation

∫ 1 1 + x^50

dx ≈

(1 − x^50 + x^100 ) dx = x −

x^51 51

x^101 101

+ C.

Example Use the first three terms of the power series representation of

1 + x^7

to estimate

∫ (^0). 1

0

1 + x^7

dx.

Example Find a polynomial estimate for the following integral for values of x near 0:

∫ arctan(x) ln(1 + x)dx.

Extras Extra Example Power Series Representation

Example Find a power series representation of the function given below and find the interval on which this power series representation is valid.

g(x) =

2 x^2 3 − x

We have 2 x^2 3 − x

2 x^2 3

[

1 − (x/3)

]

Now recall from above that

1 1 − y

= 1 + y + y^2 + y^3 + · · · + yn^ + · · · =

∑^ ∞

n=

yn^ for − 1 < y < 1

Therefore, substituting x/3 for y, we get

1 1 −

x 3

(x 3

(x 3

(x 3

(x 3

n (^) + · · · =

∑^ ∞

n=

(x 3

n (^) for − 1 <

(x 3

We have − 1 <

x 3

< 1 if − 3 < x < 3 (multiplying the inequality by 3). Therefore

x 3

x 3

x^2 32

x^3 33

xn 3 n^

∑^ ∞

n=

xn 3 n^

for − 3 < x < 3.

Now we want a power series representation for

g(x) =

2 x^2 3 − x

2 x^2 3

[

1 − (x/3)

]

using the power series derived above for

1 − (x/3)

, we get

2 x^2 3 − x

2 x^2 3

[

x 3

x^2 32

x^3 33

xn 3 n^

]

2 x^2 3

∑^ ∞

n=

xn 3 n^

for − 3 < x < 3.

or

2 x^2 3 − x

[

2 x^2 3

2 x^2 3

(x

3

2 x^2 3

x^2 32

2 x^2 3

x^3 33

2 x^2 3

xn 3 n

]

∑^ ∞

n=

2 x^2 3

xn 3 n

for − 3 < x < 3.

or 2 x^2 3 − x

[

2 x^2 3

2 x^3 32

2 x^4 33

2 x^5 34

2 xn+ 3 n+^

]

∑^ ∞

n=

2 xn+ 3 n+^

for − 3 < x < 3.

Back to Lecture

Application from Probability When using probability one often deals with discrete random variables which have infinitely many possible values which can be listed in a certain order. For these variables calculation of the usual statistics such as the expected value and standard deviation involve summing an infinite series. Suppose, for example, an experiment consists of flipping a coin until we see a head and we wish to know the average number of flips for such an experiment.

The possible outcomes for such an experiment are infinite; {T, HT, HHT,... }. Using the fact that heads and tails both have probability 1/2 on each coin flip and that coin flips are independent (allowing us to multiply probabilities), we get the probability distribution for the experiment and the random variable X = number of coin flips shown below.

Value of X Outcome Probability 1 H 1/ 2 HT 1/ 3 HHT 1/ 4 HHHT 1/ .. .

n HH... H︸ ︷︷ ︸ n - 1 times

T (^21) n

If we were to run this experiment many times, the average number of coin flips per trial of the experiment would be roughly equal to the expected value of X which is given by the sum of the values of X multiplied by their respective probabilities. That is, the average number of coin flips is

E(X) =

∑^ ∞

n=

n

2 n

Now we saw above that if f (x) =

1 − x

, then

f (x) =

∑^ ∞

n=

xn^ for − 1 < x < 1 and f ′(x) =

(1 − x)^2

∑^ ∞

n=

nxn−^1 for − 1 < x < 1

When we set x = 1/2 in the latter equation, we get

(1 − (1/2))^2

∑^ ∞

n=

n

2 n−^1

Therefore

2 =

∑^ ∞

n=

n

2 n^

= E(X).

Thus the average number of coin flips in such and experiment is 2.