Exercise 6.6.10

Consider f ( x ) = 1 1 x .

(a)
Generate the Taylor series for f centered at zero, and use Lagrange’s Remainder Theorem to show the series converges to f on [ 0 , 1 2 ] . (The case x < 1 2 is more straightforward while x = 1 2 requires some extra care.) What happens when we attempt this with x > 1 2 ?
(b)
Use Canchy’s Remainder Theorem proved in Exercise 6.6.9 to show the series representation for f holds on [ 0 , 1 ) .

Answers

(a)
We have
f ( n ) ( x ) = i = 1 n ( 2 i 1 ) 2 n ( 1 1 x ) n 1 1 x

The Taylor series is

n = 0 N i = 1 n ( 2 i 1 ) 2 n n ! x n = n = 0 N ( x n 2 n i = 1 n 2 i 1 i ) n = 0 N ( x n 2 n i = 1 n 2 ) = n = 0 N x n

so we know that the Taylor series at least converges to something for x [ 0 , 1 ) .

Lagrange’s Remainder Theorem gives us

E N ( x ) = ( i = 1 N + 1 ( 2 i 1 ) ) ( 1 1 c ) N + 1 1 1 c x N + 1 2 N + 1 ( N + 1 ) !

for some c ( 0 , x ) . For x = 1 2 and c < x :

| E N ( x ) | ( i = 1 N + 1 2 i 1 i ) ( 1 2 2 c ) N + 1 ( 1 1 c ) 1 2 N + 1 2 N + 1 d N + 1 ( 1 1 c ) 1 2 N + 1 = d N + 1 1 1 c

where d = 1 ( 2 2 c ) < 1 ; this shows E N converges to 0 over [ 0 , 1 2 ] .

Writing E N in product notation,

E N ( x ) = i = 1 N + 1 ( 2 i 1 ) x 2 i ( 1 c )

If x > 1 2 , then it’s possible for x 1 c > 1 . Then for some I , for i > I we have

x 1 c > 2 i 2 i 1 > 1

and beyond that point, the terms in the product begin increasing, with the product as a whole growing exponentially and diverging.

(b)
Plugging in Cauchy’s Remainder Theorem,
E N ( x ) = ( i = 1 N 2 i 1 i ) ( 2 N + 1 ) ( x c ) N x 2 N ( 1 c ) N + 1 1 1 c ( 2 N + 1 ) ( d ) N x 1 c 1 1 c

where d = x c 1 c < 1 . The first term is linear in N , the second is exponentially decaying in N , and the last two terms are constant, so the behaviour is dominated by exponential decay and E N ( x ) converges to 0.

User profile picture
2022-01-27 00:00
Comments