SlideShare a Scribd company logo
1 of 11
Download to read offline
Power Series representations of Functions
From our knowledge of Geometric Series, we know that
g(x) =
1
1 − x
= 1 + x + x2
+ x3
+ . . . =
∞
X
n=0
xn
for |x| < 1.
I Recall that we had
a + ar + ar2
+ ar3
+ · · · =
∞
X
n=1
arn−1
=
a
1 − r
if − 1 < r < 1
and this series diverges for |r| ≥ 1.
Above we have a = 1 and x = r.
This gives us a power series representation for the function g(x) on the
interval (−1, 1).
Note that the function g(x) here has a larger domain than the power series.
I The n th partial sum of the above power series is given by
Pn(x) = 1 + x + x2
+ x3
+ · · · + xn
.
I Hence, as n → ∞, the graphs of the polynomials,
Pn(x) = 1 + x + x2
+ x3
+ · · · + xn
get closer to the graph of f (x) on the
interval (−1, 1).
Annette Pilkington Lecture 31 Power Series representations of Functions
Questions of the day
Q1. Given a function, can I find a power series representation of that function.
I Example: Can I find a power series representation for the function
f (x) = 1
1+x7 or h(x) = ln(1 + x).
Part of the same question: If so for which values of x is the power series
representation valid?
I Suppose I know that
1
1+x7 = 1 − x7
+ x14
− x21
+ x28
− · · · + (−1)n
x7n
· · · =
P∞
n=0(−1)n
x7n
, for
some values of x, for which values of x is this power series representation
valid?
Q2 Why on earth would I want to write a nice function like that as a P.S.?
I The formula
1
1+x7 = 1 − x7
+ x14
− x21
+ x28
− · · · + (−1)n
x7n
· · · =
P∞
n=0(−1)n
x7n
allows me to actually calculate the sums of a new set of series e.g. I know
that
P∞
n=0(−1)n 1
27n = 1
1+ 1
27
.
I Also I can approximate the function 1
1+x7 when |x| < 1 by the polynomial
1 − x7
+ x14
.
I More importantly I can approximate an antiderivative of this function
R 1
1+x7 dx by a polynomial x − x8
8
+ x15
15
.
Annette Pilkington Lecture 31 Power Series representations of Functions
Deriving new representations from old ones
Substitution First, we examine how to use the power series representation of
the function g(x) = 1/(1 − x) on the interval (−1, 1) to derive a power series
representation of other functions on an interval.
Example Find a power series representation of the function given below and
find the interval of convergence of the series. f (x) = 1
1+x7 .
I
I We have 1
1−y
= 1 + y + y2
+ y3
+ · · · =
P∞
n=0 yn
for − 1 < y < 1
I Now 1
1+x7 = 1
1−(−x7)
.
I Substituting −x7
for y in the above equation, we get 1
1−(−x7)
=
1 + (−x7
) + (−x7
)2
+ (−x7
)3
+ · · · =
P∞
n=0 (−x7
)n
for − 1 < (−x7
) < 1
I or
1
1 + x7
= 1 − x7
+ x2(7)
− x3(7)
+ · · · =
∞
X
n=0
(−1)n
x7n
for − 1 < x < 1
since we have −1 < −x7
< 1 if 1 > x7
> −1 or −1 < x7
< 1 or
−1 < x < 1.
I This is the interval of convergence of the power series
P∞
n=0(−1)n
x7n
,
since this series is easily seen to diverge at x = 1 and x = −1..
Annette Pilkington Lecture 31 Power Series representations of Functions
Example (Substitution)
Example Find a power series representation of the function given below and
find the interval of convergence of the series.
f (x) =
2x
1 + x
.
I As in the previous example, we have that 1
1+x
= 1
1−(−x)
=
1 + (−x) + (−x)2
+ (−x)3
+ · · · =
P∞
n=0 (−x)n
for − 1 < (−x) < 1
I So 1
1+x
= 1 − x + x2
− x3
+ · · · =
P∞
n=0(−1)n
xn
for − 1 < x < 1.
I Since f (x) = 2x
1+x
= 2x 1
1+x
, we have
I f (x) = 2x
ˆ
1 − x + x2
− x3
+ · · ·
˜
=
ˆ
2x1 − 2xx + 2xx2
− 2xx3
+ · · ·
˜
.
I = 2x − 2x2
+ 2x3
− 2x4
+ · · · .
I Alternatively in shorthand:
f (x) =
2x
1 + x
= 2x
∞
X
n=0
(−1)n
xn
=
∞
X
n=0
2x(−1)n
xn
=
∞
X
n=0
(−1)n
2xn+1
.
Annette Pilkington Lecture 31 Power Series representations of Functions
Example (Substitution)
Example Find a power series representation of the function given below and
find the interval of convergence of the series h(x) = 1
4−x
I We would like to use our knowledge of the well known geometric series
1
1−y
= 1 + y + y2
+ y3
+ · · · + yn
+ · · · =
P∞
n=0 yn
for − 1 < y < 1
I h(x) = 1
4−x
= 1
4
h
1
1− x
4
i
.
I With y = x
4
, we get 1
1−( x
4
)
= 1 +
`x
4
´
+
`x
4
´2
+
`x
4
´3
+ · · · +
`x
4
´n
+ · · · =
P∞
n=0
`x
4
´n
for − 1 <
`x
4
´
< 1
I Therefore
1
1−( x
4
)
= 1 + x
4
+ x2
42 + x3
43 + · · · + x4
4n + · · · =
P∞
n=0
xn
4n for − 4 < x < 4
I It is clear that this series diverges at the endpoints, so the interval of
convergence of the series is (−4, 4).
I We have h(x) = 1
4
h
1
1− x
4
i
=
1
4
[1 + x
4
+ x2
42 + x3
43 + · · · + x4
4n + · · · ] = 1
4
P∞
n=0
xn
4n
= 1
4
+ x
42 + x2
43 + x3
44 + · · · + x4
4n+1 + · · · =
P∞
n=0
xn
4n+1
Annette Pilkington Lecture 31 Power Series representations of Functions
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
P
cn(x − a)n
has radius of convergence R > 0, then the
function f defined by
f (x) = c0 + c1(x − a) + c2(x − a)2
+ · · · =
∞
X
n=0
cn(x − a)n
is differentiable (and therefore continuous) on the interval (a − R, a + R) and
f 0
(x) = c1 + 2c2(x − a) + 3c3(x − a)2
+ · · · =
∞
X
n=1
ncn(x − a)n−1
.
Also
Z
f (x)dx = C+c0(x−a)+c1
(x − a)2
2
+c2
(x − a)3
3
+· · · = C+
∞
X
n=0
cn
(x − a)n+1
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).
Annette Pilkington Lecture 31 Power Series representations of Functions
Example; Differentiation
Example Find a power series representation of the function 1
(x+1)2 .
I Above we found that
1
1+x
= 1 − x + x2
− x3
+ · · · =
P∞
n=0(−1)n
xn
for − 1 < x < 1
I Therefore we have
d
dx
h
1
1+x
i
= d
dx
h
1−x+x2
−x3
+· · ·
i
= d
dx
h P∞
n=0(−1)n
xn
i
for −1 < x < 1
I Differentiating we get
−1
(1+x)2 = 0 − 1 + 2x − 3x2
+ · · · + (−1)n
nxn−1
+ · · · =
P∞
n=0
d
dx
(−1)n
xn
=
P∞
n=0(−1)n
nxn−1
=
P∞
n=1(−1)n
nxn−1
when −1 < x < 1.
I Since the series has the same radius of convergence when differentiated,
we know that this new series converges on the interval −1 < x < 1.
I (Note we can set the limits of the new sum from n = 0 to infinity if we
like, since that just gives an extra 0 at the beginning or we can drop the
n=0 term; this is merely a cosmetic change.)
I Now we multiply both sides by -1 to get
1
(1+x)2 = 0 + 1 − 2x + 3x2
+ · · · + (−1)n+1
nxn−1
+ · · · =
P∞
n=1(−1)n+1
nxn−1
for − 1 < x < 1
Annette Pilkington Lecture 31 Power Series representations of Functions
Example; Integration
Example Find a power series representation of the function ln(1 + x).
I Above, we showed that
1
1+x
= 1 − x + x2
− x3
+ · · · =
P∞
n=0(−1)n
xn
for − 1 < x < 1.
I We have
R 1
1+x
dx =
R
[1 − x + x2
− x3
+ · · · + (−1)n
xn
+ · · · ]dx =
R P∞
n=0(−1)n
xn
dx for − 1 < x < 1
I integrating the left hand side and integrating the right hand side term by
term, we get
ln(1 + x) = C + x − x2
2
+ x3
3
− x4
4
+ · · · + (−1)n xn+1
n+1
+ · · · =
P∞
n=0
R
(−1)n
xn
dx =
P∞
n=0(−1)n xn+1
n+1
+ C for − 1 < x < 1.
I To find the appropriate constant term, we let x = 0 in this equation. We
get
ln(1 + 0) = C + 0 − 0 + 0 − 0 + · · · = C
I Therefore C = 0 and
ln(1 + x) = x − x2
2
+ x3
3
− x4
4
+ · · · + (−1)n xn+1
n+1
+ · · · =
P∞
n=0(−1)n xn+1
n+1
for − 1 < x < 1
Annette Pilkington Lecture 31 Power Series representations of Functions
Example; Approximation
Example Find an approximation of ln(1.1) with error less than 10−5
.
I In the previous example, we saw that
ln(1 + x) = x − x2
2
+ x3
3
− x4
4
+ · · · + (−1)n xn+1
n+1
+ · · · =
P∞
n=0(−1)n xn+1
n+1
for − 1 < x < 1
I Using x = 0.1, we get
ln(1.1) = 0.1 − 0.01
2
+ 0.001
3
− 0.0001
4
+ · · · + (−1)n (0.1)n+1
n+1
+ · · · .
I Recall that if we have an alternating series which converges by the
Alternating series test (the above series does), then if we estimate the
sum of the series by adding the first M terms, the error
˛
˛ ln(1.1) −
PM
n=0(−1)n (0.1)n+1
n+1
˛
˛ =
˛
˛ P∞
n=0(−1)n (0.1)n+1
n+1
−
PM
n=0(−1)n (0.1)n+1
n+1
˛
˛ ≤
˛
˛aM+1
˛
˛
I Therefore, if we use the estimate
ln(1.1) ≈
P3
n=0(−1)n (0.1)n+1
n+1
= 0.1 − 0.01
2
+ 0.001
3
− 0.0001
4
=
0.1 − 0.005 + 0.000333 − 0.000025 = 0.0953083,
we must have an error less than or equal to |aM+1| =
˛
˛(0.1)5
5
˛
˛ < 10−5
.
I If we use a computer to check, we see that
| ln(1.1) − 0.0953083| = 1.8798 × 10−
6.
Annette Pilkington Lecture 31 Power Series representations of Functions
Approximation of definite Integrals
Example Use power series to approximate the following integral with an error
less than 10−10
:
R 0.1
0
1
1+x7 dx.
I By substituting −x7
for x in the power series representation of 1/(1 − x),
we got for −1 < x < 1
1
1+x7 = 1 − x7
+ x14
− x21
+ x28
− · · · + (−1)n
x7n
· · · =
P∞
n=0(−1)n
x7n
.
I Now taking the integral of both sides, we get
R 0.1
0
1
1+x7 dx =
R 0.1
0
[1 − x7
+ x14
− x21
+ x28
− · · · + (−1)n
x7n
· · · ]dx =
h
x − x8
8
+ x15
15
− x22
22
+ · · · + (−1)n x7n+1
7n+1
· · ·
i0.1
0
= (.1) −
(.1)8
8
+
(.1)15
15
−
(.1)22
22
+ · · · + (−1)n (.1)7n+1
7n + 1
· · ·
I This is an alternating series which sums to the definite integral
R 0.1
0
1
1+x7 dx. I can estimate the sum of the series by taking a partial sum
Sn = a0 + a1 + a2 + · · · + an and the error of approximation is less than or
equal to |an+1|.
I Since
˛
˛(.1)15
15
˛
˛ < (.1)15
< (.1)10
, we must have that
˛
˛
˛
R 0.1
0
1
1+x7 dx
˛
˛
˛ ≈ (.1) − (.1)8
8
= .1000000125 and the error of approximation
is less than 10−10
.
Annette Pilkington Lecture 31 Power Series representations of Functions
Example; Integration
Example Find a power series representation of the function
tan−1
(x) =
R 1
1+x2 dx and use your answer calculate
P∞
n=0(−1)n 1
√
3
(2n+1)
(2n+1)
.
I Using the power series representation of 1
1−x
on the interval (−1, 1), we
get a power series representation of 1
1+x2 :
1
1+x2 =
P∞
n=0(−1)n
x2n
= 1 − x2
+ x4
− x6
+ · · · on the interval (−1, 1).
I Now we can integrate term by term to get a power series representation of
tan−1
(x) on the interval (−1, 1),
tan−1
(x) = C+
∞
X
n=0
(−1)n x2n+1
2n + 1
= C+x−
x3
3
+
x5
5
−
x7
7
−· · · for x ∈ (−1, 1).
I Since tan−1
(0) = 0, we have C = 0 and
tan−1
(x) =
∞
X
n=0
(−1)n x2n+1
2n + 1
= x−
x3
3
+
x5
5
−
x7
7
−· · · on the interval (−1, 1).
I 1
√
3
< 1 and with x = 1
√
3
, we get
π
6
= tan−1
(
1
√
3
) =
∞
X
n=0
(−1)n 1
√
3
(2n+1)
(2n + 1)
.
Annette Pilkington Lecture 31 Power Series representations of Functions

More Related Content

Similar to SlidesL28.pdf

27 power series x
27 power series x27 power series x
27 power series xmath266
 
27 power series x
27 power series x27 power series x
27 power series xmath266
 
Mathsclass xii (exampler problems)
Mathsclass xii (exampler problems)Mathsclass xii (exampler problems)
Mathsclass xii (exampler problems)nitishguptamaps
 
Integration
IntegrationIntegration
IntegrationRipaBiba
 
On Application of Power Series Solution of Bessel Problems to the Problems of...
On Application of Power Series Solution of Bessel Problems to the Problems of...On Application of Power Series Solution of Bessel Problems to the Problems of...
On Application of Power Series Solution of Bessel Problems to the Problems of...BRNSS Publication Hub
 
Numarical values
Numarical valuesNumarical values
Numarical valuesAmanSaeed11
 
Numarical values highlighted
Numarical values highlightedNumarical values highlighted
Numarical values highlightedAmanSaeed11
 
Applications of Differential Calculus in real life
Applications of Differential Calculus in real life Applications of Differential Calculus in real life
Applications of Differential Calculus in real life OlooPundit
 
On the Seidel’s Method, a Stronger Contraction Fixed Point Iterative Method o...
On the Seidel’s Method, a Stronger Contraction Fixed Point Iterative Method o...On the Seidel’s Method, a Stronger Contraction Fixed Point Iterative Method o...
On the Seidel’s Method, a Stronger Contraction Fixed Point Iterative Method o...BRNSS Publication Hub
 
Lesson 10 derivative of exponential functions
Lesson 10 derivative of exponential functionsLesson 10 derivative of exponential functions
Lesson 10 derivative of exponential functionsRnold Wilson
 
Rosser's theorem
Rosser's theoremRosser's theorem
Rosser's theoremWathna
 
Fourier 3
Fourier 3Fourier 3
Fourier 3nugon
 
The remainder theorem powerpoint
The remainder theorem powerpointThe remainder theorem powerpoint
The remainder theorem powerpointJuwileene Soriano
 
Multivriada ppt ms
Multivriada   ppt msMultivriada   ppt ms
Multivriada ppt msFaeco Bot
 

Similar to SlidesL28.pdf (20)

Disjoint sets
Disjoint setsDisjoint sets
Disjoint sets
 
27 power series x
27 power series x27 power series x
27 power series x
 
27 power series x
27 power series x27 power series x
27 power series x
 
Mathsclass xii (exampler problems)
Mathsclass xii (exampler problems)Mathsclass xii (exampler problems)
Mathsclass xii (exampler problems)
 
Integration
IntegrationIntegration
Integration
 
Daa chapter7
Daa chapter7Daa chapter7
Daa chapter7
 
On Application of Power Series Solution of Bessel Problems to the Problems of...
On Application of Power Series Solution of Bessel Problems to the Problems of...On Application of Power Series Solution of Bessel Problems to the Problems of...
On Application of Power Series Solution of Bessel Problems to the Problems of...
 
Numarical values
Numarical valuesNumarical values
Numarical values
 
Numarical values highlighted
Numarical values highlightedNumarical values highlighted
Numarical values highlighted
 
Applications of Differential Calculus in real life
Applications of Differential Calculus in real life Applications of Differential Calculus in real life
Applications of Differential Calculus in real life
 
03_AJMS_209_19_RA.pdf
03_AJMS_209_19_RA.pdf03_AJMS_209_19_RA.pdf
03_AJMS_209_19_RA.pdf
 
03_AJMS_209_19_RA.pdf
03_AJMS_209_19_RA.pdf03_AJMS_209_19_RA.pdf
03_AJMS_209_19_RA.pdf
 
On the Seidel’s Method, a Stronger Contraction Fixed Point Iterative Method o...
On the Seidel’s Method, a Stronger Contraction Fixed Point Iterative Method o...On the Seidel’s Method, a Stronger Contraction Fixed Point Iterative Method o...
On the Seidel’s Method, a Stronger Contraction Fixed Point Iterative Method o...
 
Lesson 10 derivative of exponential functions
Lesson 10 derivative of exponential functionsLesson 10 derivative of exponential functions
Lesson 10 derivative of exponential functions
 
Rosser's theorem
Rosser's theoremRosser's theorem
Rosser's theorem
 
Fourier 3
Fourier 3Fourier 3
Fourier 3
 
Interpolation.pptx
Interpolation.pptxInterpolation.pptx
Interpolation.pptx
 
The remainder theorem powerpoint
The remainder theorem powerpointThe remainder theorem powerpoint
The remainder theorem powerpoint
 
Cse41
Cse41Cse41
Cse41
 
Multivriada ppt ms
Multivriada   ppt msMultivriada   ppt ms
Multivriada ppt ms
 

Recently uploaded

The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 

Recently uploaded (20)

The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 

SlidesL28.pdf

  • 1. Power Series representations of Functions From our knowledge of Geometric Series, we know that g(x) = 1 1 − x = 1 + x + x2 + x3 + . . . = ∞ X n=0 xn for |x| < 1. I Recall that we had a + ar + ar2 + ar3 + · · · = ∞ X n=1 arn−1 = a 1 − r if − 1 < r < 1 and this series diverges for |r| ≥ 1. Above we have a = 1 and x = r. This gives us a power series representation for the function g(x) on the interval (−1, 1). Note that the function g(x) here has a larger domain than the power series. I The n th partial sum of the above power series is given by Pn(x) = 1 + x + x2 + x3 + · · · + xn . I Hence, as n → ∞, the graphs of the polynomials, Pn(x) = 1 + x + x2 + x3 + · · · + xn get closer to the graph of f (x) on the interval (−1, 1). Annette Pilkington Lecture 31 Power Series representations of Functions
  • 2. Questions of the day Q1. Given a function, can I find a power series representation of that function. I Example: Can I find a power series representation for the function f (x) = 1 1+x7 or h(x) = ln(1 + x). Part of the same question: If so for which values of x is the power series representation valid? I Suppose I know that 1 1+x7 = 1 − x7 + x14 − x21 + x28 − · · · + (−1)n x7n · · · = P∞ n=0(−1)n x7n , for some values of x, for which values of x is this power series representation valid? Q2 Why on earth would I want to write a nice function like that as a P.S.? I The formula 1 1+x7 = 1 − x7 + x14 − x21 + x28 − · · · + (−1)n x7n · · · = P∞ n=0(−1)n x7n allows me to actually calculate the sums of a new set of series e.g. I know that P∞ n=0(−1)n 1 27n = 1 1+ 1 27 . I Also I can approximate the function 1 1+x7 when |x| < 1 by the polynomial 1 − x7 + x14 . I More importantly I can approximate an antiderivative of this function R 1 1+x7 dx by a polynomial x − x8 8 + x15 15 . Annette Pilkington Lecture 31 Power Series representations of Functions
  • 3. Deriving new representations from old ones Substitution First, we examine how to use the power series representation of the function g(x) = 1/(1 − x) on the interval (−1, 1) to derive a power series representation of other functions on an interval. Example Find a power series representation of the function given below and find the interval of convergence of the series. f (x) = 1 1+x7 . I I We have 1 1−y = 1 + y + y2 + y3 + · · · = P∞ n=0 yn for − 1 < y < 1 I Now 1 1+x7 = 1 1−(−x7) . I Substituting −x7 for y in the above equation, we get 1 1−(−x7) = 1 + (−x7 ) + (−x7 )2 + (−x7 )3 + · · · = P∞ n=0 (−x7 )n for − 1 < (−x7 ) < 1 I or 1 1 + x7 = 1 − x7 + x2(7) − x3(7) + · · · = ∞ X n=0 (−1)n x7n for − 1 < x < 1 since we have −1 < −x7 < 1 if 1 > x7 > −1 or −1 < x7 < 1 or −1 < x < 1. I This is the interval of convergence of the power series P∞ n=0(−1)n x7n , since this series is easily seen to diverge at x = 1 and x = −1.. Annette Pilkington Lecture 31 Power Series representations of Functions
  • 4. Example (Substitution) Example Find a power series representation of the function given below and find the interval of convergence of the series. f (x) = 2x 1 + x . I As in the previous example, we have that 1 1+x = 1 1−(−x) = 1 + (−x) + (−x)2 + (−x)3 + · · · = P∞ n=0 (−x)n for − 1 < (−x) < 1 I So 1 1+x = 1 − x + x2 − x3 + · · · = P∞ n=0(−1)n xn for − 1 < x < 1. I Since f (x) = 2x 1+x = 2x 1 1+x , we have I f (x) = 2x ˆ 1 − x + x2 − x3 + · · · ˜ = ˆ 2x1 − 2xx + 2xx2 − 2xx3 + · · · ˜ . I = 2x − 2x2 + 2x3 − 2x4 + · · · . I Alternatively in shorthand: f (x) = 2x 1 + x = 2x ∞ X n=0 (−1)n xn = ∞ X n=0 2x(−1)n xn = ∞ X n=0 (−1)n 2xn+1 . Annette Pilkington Lecture 31 Power Series representations of Functions
  • 5. Example (Substitution) Example Find a power series representation of the function given below and find the interval of convergence of the series h(x) = 1 4−x I We would like to use our knowledge of the well known geometric series 1 1−y = 1 + y + y2 + y3 + · · · + yn + · · · = P∞ n=0 yn for − 1 < y < 1 I h(x) = 1 4−x = 1 4 h 1 1− x 4 i . I With y = x 4 , we get 1 1−( x 4 ) = 1 + `x 4 ´ + `x 4 ´2 + `x 4 ´3 + · · · + `x 4 ´n + · · · = P∞ n=0 `x 4 ´n for − 1 < `x 4 ´ < 1 I Therefore 1 1−( x 4 ) = 1 + x 4 + x2 42 + x3 43 + · · · + x4 4n + · · · = P∞ n=0 xn 4n for − 4 < x < 4 I It is clear that this series diverges at the endpoints, so the interval of convergence of the series is (−4, 4). I We have h(x) = 1 4 h 1 1− x 4 i = 1 4 [1 + x 4 + x2 42 + x3 43 + · · · + x4 4n + · · · ] = 1 4 P∞ n=0 xn 4n = 1 4 + x 42 + x2 43 + x3 44 + · · · + x4 4n+1 + · · · = P∞ n=0 xn 4n+1 Annette Pilkington Lecture 31 Power Series representations of Functions
  • 6. 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 P cn(x − a)n has radius of convergence R > 0, then the function f defined by f (x) = c0 + c1(x − a) + c2(x − a)2 + · · · = ∞ X n=0 cn(x − a)n is differentiable (and therefore continuous) on the interval (a − R, a + R) and f 0 (x) = c1 + 2c2(x − a) + 3c3(x − a)2 + · · · = ∞ X n=1 ncn(x − a)n−1 . Also Z f (x)dx = C+c0(x−a)+c1 (x − a)2 2 +c2 (x − a)3 3 +· · · = C+ ∞ X n=0 cn (x − a)n+1 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). Annette Pilkington Lecture 31 Power Series representations of Functions
  • 7. Example; Differentiation Example Find a power series representation of the function 1 (x+1)2 . I Above we found that 1 1+x = 1 − x + x2 − x3 + · · · = P∞ n=0(−1)n xn for − 1 < x < 1 I Therefore we have d dx h 1 1+x i = d dx h 1−x+x2 −x3 +· · · i = d dx h P∞ n=0(−1)n xn i for −1 < x < 1 I Differentiating we get −1 (1+x)2 = 0 − 1 + 2x − 3x2 + · · · + (−1)n nxn−1 + · · · = P∞ n=0 d dx (−1)n xn = P∞ n=0(−1)n nxn−1 = P∞ n=1(−1)n nxn−1 when −1 < x < 1. I Since the series has the same radius of convergence when differentiated, we know that this new series converges on the interval −1 < x < 1. I (Note we can set the limits of the new sum from n = 0 to infinity if we like, since that just gives an extra 0 at the beginning or we can drop the n=0 term; this is merely a cosmetic change.) I Now we multiply both sides by -1 to get 1 (1+x)2 = 0 + 1 − 2x + 3x2 + · · · + (−1)n+1 nxn−1 + · · · = P∞ n=1(−1)n+1 nxn−1 for − 1 < x < 1 Annette Pilkington Lecture 31 Power Series representations of Functions
  • 8. Example; Integration Example Find a power series representation of the function ln(1 + x). I Above, we showed that 1 1+x = 1 − x + x2 − x3 + · · · = P∞ n=0(−1)n xn for − 1 < x < 1. I We have R 1 1+x dx = R [1 − x + x2 − x3 + · · · + (−1)n xn + · · · ]dx = R P∞ n=0(−1)n xn dx for − 1 < x < 1 I integrating the left hand side and integrating the right hand side term by term, we get ln(1 + x) = C + x − x2 2 + x3 3 − x4 4 + · · · + (−1)n xn+1 n+1 + · · · = P∞ n=0 R (−1)n xn dx = P∞ n=0(−1)n xn+1 n+1 + C for − 1 < x < 1. I To find the appropriate constant term, we let x = 0 in this equation. We get ln(1 + 0) = C + 0 − 0 + 0 − 0 + · · · = C I Therefore C = 0 and ln(1 + x) = x − x2 2 + x3 3 − x4 4 + · · · + (−1)n xn+1 n+1 + · · · = P∞ n=0(−1)n xn+1 n+1 for − 1 < x < 1 Annette Pilkington Lecture 31 Power Series representations of Functions
  • 9. Example; Approximation Example Find an approximation of ln(1.1) with error less than 10−5 . I In the previous example, we saw that ln(1 + x) = x − x2 2 + x3 3 − x4 4 + · · · + (−1)n xn+1 n+1 + · · · = P∞ n=0(−1)n xn+1 n+1 for − 1 < x < 1 I Using x = 0.1, we get ln(1.1) = 0.1 − 0.01 2 + 0.001 3 − 0.0001 4 + · · · + (−1)n (0.1)n+1 n+1 + · · · . I Recall that if we have an alternating series which converges by the Alternating series test (the above series does), then if we estimate the sum of the series by adding the first M terms, the error ˛ ˛ ln(1.1) − PM n=0(−1)n (0.1)n+1 n+1 ˛ ˛ = ˛ ˛ P∞ n=0(−1)n (0.1)n+1 n+1 − PM n=0(−1)n (0.1)n+1 n+1 ˛ ˛ ≤ ˛ ˛aM+1 ˛ ˛ I Therefore, if we use the estimate ln(1.1) ≈ P3 n=0(−1)n (0.1)n+1 n+1 = 0.1 − 0.01 2 + 0.001 3 − 0.0001 4 = 0.1 − 0.005 + 0.000333 − 0.000025 = 0.0953083, we must have an error less than or equal to |aM+1| = ˛ ˛(0.1)5 5 ˛ ˛ < 10−5 . I If we use a computer to check, we see that | ln(1.1) − 0.0953083| = 1.8798 × 10− 6. Annette Pilkington Lecture 31 Power Series representations of Functions
  • 10. Approximation of definite Integrals Example Use power series to approximate the following integral with an error less than 10−10 : R 0.1 0 1 1+x7 dx. I By substituting −x7 for x in the power series representation of 1/(1 − x), we got for −1 < x < 1 1 1+x7 = 1 − x7 + x14 − x21 + x28 − · · · + (−1)n x7n · · · = P∞ n=0(−1)n x7n . I Now taking the integral of both sides, we get R 0.1 0 1 1+x7 dx = R 0.1 0 [1 − x7 + x14 − x21 + x28 − · · · + (−1)n x7n · · · ]dx = h x − x8 8 + x15 15 − x22 22 + · · · + (−1)n x7n+1 7n+1 · · · i0.1 0 = (.1) − (.1)8 8 + (.1)15 15 − (.1)22 22 + · · · + (−1)n (.1)7n+1 7n + 1 · · · I This is an alternating series which sums to the definite integral R 0.1 0 1 1+x7 dx. I can estimate the sum of the series by taking a partial sum Sn = a0 + a1 + a2 + · · · + an and the error of approximation is less than or equal to |an+1|. I Since ˛ ˛(.1)15 15 ˛ ˛ < (.1)15 < (.1)10 , we must have that ˛ ˛ ˛ R 0.1 0 1 1+x7 dx ˛ ˛ ˛ ≈ (.1) − (.1)8 8 = .1000000125 and the error of approximation is less than 10−10 . Annette Pilkington Lecture 31 Power Series representations of Functions
  • 11. Example; Integration Example Find a power series representation of the function tan−1 (x) = R 1 1+x2 dx and use your answer calculate P∞ n=0(−1)n 1 √ 3 (2n+1) (2n+1) . I Using the power series representation of 1 1−x on the interval (−1, 1), we get a power series representation of 1 1+x2 : 1 1+x2 = P∞ n=0(−1)n x2n = 1 − x2 + x4 − x6 + · · · on the interval (−1, 1). I Now we can integrate term by term to get a power series representation of tan−1 (x) on the interval (−1, 1), tan−1 (x) = C+ ∞ X n=0 (−1)n x2n+1 2n + 1 = C+x− x3 3 + x5 5 − x7 7 −· · · for x ∈ (−1, 1). I Since tan−1 (0) = 0, we have C = 0 and tan−1 (x) = ∞ X n=0 (−1)n x2n+1 2n + 1 = x− x3 3 + x5 5 − x7 7 −· · · on the interval (−1, 1). I 1 √ 3 < 1 and with x = 1 √ 3 , we get π 6 = tan−1 ( 1 √ 3 ) = ∞ X n=0 (−1)n 1 √ 3 (2n+1) (2n + 1) . Annette Pilkington Lecture 31 Power Series representations of Functions