Exercise 8.1

Exercise 1: Define

f ( x ) = { e 1 x 2 ( x 0 ) , 0 ( x = 0 ) .

Prove that f has derivatives of all orders at x = 0 , and that f ( n ) ( 0 ) = 0 for n = 1 , 2 , 3 , .

Answers

(Matt “Frito” Lundy)
First note that according to the limit definition of the derivative:

f ( 0 ) = lim x 0 f ( x ) f ( 0 ) x 0 = lim x 0 e 1 x 2 x = 0

by theorem 8.6(f). This establishes a base case and we proceed with induction by noticing that for x 0 , n N , we have:

f ( n ) ( x ) = e 1 x 2 r n ( x )

where r n ( x ) is some rational function of x . Then, according to the limit definition of the derivative and using the inductive hypothesis that f ( n ) ( 0 ) = 0 we have:

f ( n + 1 ) ( 0 ) = lim x 0 f ( n ) ( x ) f ( n ) ( 0 ) x 0 = lim x 0 e 1 x 2 r n ( x ) x = 0

again using theorem 8.6(f). This establishes that f ( x ) is infinitely differentiable at x = 0 and that f ( n ) ( 0 ) = 0 .

The point here is that even though f ( x ) is infinitely differentiable at x = 0 , it does not have a taylor series expansion about x = 0 .

User profile picture
2023-08-07 00:00
Comments