Exercise 5.3.12

If f is twice differentiable on an open interval containing a and f ′′ is continuous at a , show

lim h 0 f ( a + h ) 2 f ( a ) + f ( a h ) h 2 = f ′′ ( a ) .

(Compare this to Exercise 5.2.6(b).)

Answers

Let 𝜖 > 0 and choose δ 1 > 0 so every | h | < δ 1 has

| f ( a + h ) f ( a ) h f ( a ) | < 𝜖

Choose δ 2 > 0 so every 0 < | x a | < δ 2 has | f ( x ) f ( a ) | < 𝜖 (this is where we use the continuity of f at a .) and set δ = min { δ 1 , δ 2 } .

Without loss of generality assume h > 0 , apply MVT on ( a , a + h ) to get c ( a , a + h ) with

f ( a + h ) f ( a ) h = f ( c )

Likewise MVT on ( a h , a ) gives d ( a h , a ) with

f ( a ) f ( a h ) h = f ( d )

Meaning for this specific h our estimate for f ( a ) is

f ( a + h ) 2 f ( a ) + f ( a h ) h 2 = f ( c ) f ( d ) h

Note that d < a < c and | c d | < h , the right-hand side is essentially a central difference estimate for f ( a ) . We can prove this using the mean value theorem on ( d , c ) to get a c ( d , c ) with

f ( c ) f ( d ) h = f ( c )

Recall our choice of δ ensures that | x c | < δ implies | f ( x ) f ( a ) | < 𝜖 , setting x = c (note | c a | < δ ) gives (putting everything together)

| f ( a + h ) 2 f ( a ) + f ( a h ) h 2 f ( a ) | = | f ( c ) f ( d ) h f ( a ) | = | f ( c ) f ( a ) | < 𝜖 .

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