Exercise 5.19

Exercise 19: Suppose f is defined in ( 1 , 1 ) and f ( 0 ) exists. Suppose 1 < α n < β n < 1 , α n 0 , and β n 0 as n . Define the difference quotients

D n = f ( β n ) f ( α n ) β n α n .

Prove the following statements:

  • If α n < 0 < β n , then lim D n = f ( 0 ) .
  • If 0 < α n < β n and { β n ( β n α n ) } is bounded, then lim D n = f ( 0 ) .
  • If f is continuous in ( 1 , 1 ) , then lim D n = f ( 0 ) .

Give an example in which α n , β n tend to 0 in such a way that lim D n exists but is different from f ( 0 ) .

Answers

For (a) and (b), we need to find an algebraic expression that relates D n to the difference quotients found in the definition of f ( 0 ) , ( f ( α n ) f ( 0 ) ) α n and ( f ( β n ) f ( 0 ) ) β n in such a way that we can safely let n . To simplify the algebra, replace f with F = f f ( 0 ) so that F ( 0 ) = 0 . We start with

F ( β n ) β n F ( α n ) α n = α n F ( β n ) β n F ( α n ) α n β n = α n F ( β n ) α n F ( α n ) + α n F ( α n ) β n F ( α n ) α n β n = F ( β n ) F ( α n ) β n + ( α n β n ) F ( α n ) α n β n .

To get D n , we need to multiply by β n ( β n α n ) , and this gives us what we need:

( F ( β n ) β n F ( α n ) α n ) β n β n α n = ( F ( β n ) F ( α n ) β n + ( α n β n ) F ( α n ) α n β n ) β n β n α n = F ( β n ) F ( α n ) β n α n F ( α n ) α n .

Rearranging and substituting back f f ( 0 ) for F , we get

D n = f ( β n ) f ( α n ) β n α n = ( f ( β n ) f ( 0 ) β n f ( α n ) f ( 0 ) α n ) β n β n α n + f ( α n ) f ( 0 ) α n .

For (b), the β n ( β n α n ) factor is assumed to be bounded, and for part (a) it is bounded by 1. In either case, we can pass to a subsequence where the factor converges to a finite limit, so letting n we get lim D n = f ( 0 ) .

For part (c), we can apply Theorem 5.10 to get D n = f ( γ n ) for some γ n between α n and β n . Since lim γ n = 0 and f is continuous, we get lim D n = f ( 0 ) .

Let f be the function in Example 5.6(b), f ( x ) = x 2 sin ( 1 x ) for x 0 and f ( 0 ) = 0 . It was shown that f ( 0 ) = 0 , although f is not continuous at 0. Let

α n = 2 ( 4 n 1 ) π β n = 2 ( 4 n 3 ) π .

Then sin ( 1 α n ) = 1 and sin ( 1 β n ) = 1 , so that f ( α n ) = α n 2 and f ( β n ) = β n 2 . Hence

D n = β n 2 + α n 2 β n α n = = 2 π ( 16 n 2 16 n + 5 16 n 2 16 n + 3 )

which tends to 2 π as n .

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