Exercise 5.4.4

As the graph in Figure 5.7 suggests, the structure of g ( x ) is quite intricate. Answer the following questions, assuming that g ( x ) is indeed continuous.

(a)
How do we know g attains a maximum value M on [ 0 , 2 ] ? What is this value?
(b)
Let D be the set of points in [ 0 , 2 ] where g attains its maximum. That is D = { x [ 0 , 2 ] : g ( x ) = M } . Find one point in D .
(c)
Is D finite, countable, or uncountable?

Answers

(a)
[ 0 , 2 ] is a compact set, so by the Extreme Value Theorem g must have a maximum. Since the infinite series defining g converges (and converges absolutely, for that matter), we are free to use associativity to analyze it. Group the terms in pairs, so that f 0 ( x ) = h 0 ( x ) + h 1 ( x ) and in general f n ( x ) = h 2 n ( x ) + h 2 n + 1 ( x ) . Note that over [ 0 , 2 ] ,
f 0 ( x ) = { 2 x x 1 2 1 1 2 x 3 2 2 x + 4 3 2 x

and in particular, f 0 ( x ) reaches a maximum of 1 over [ 1 2 , 3 2 ] , an interval of length 1. Now, f 1 ( x ) looks like a repeated f 0 ( x ) scaled down a factor of 4, and therefore has a period of 2 4 = 1 2 and a maximum value of 1 4 over an interval of length 1 4 . Since the period of f 1 ( x ) is less than half the length of the interval [ 1 2 , 3 2 ] , there must be one cycle of f 1 ( x ) fully within [ 1 2 , 3 2 ] , and therefore the maximum value of f 0 ( x ) + f 1 ( x ) is 1 + 1 4 . (One cycle is when the function starts at 0, goes to a maximum and plateaus, then comes back down to 0.)

A scaling argument between f n and f n + 1 can then be used to show that max g ( x ) > k = 0 n 1 4 k for all n N . However,

g ( x ) = k = 0 f k ( x ) k = 0 1 4 k = 4 3

and therefore max g ( x ) = 4 3 .

(b)
For this we’ll need to track the intervals where f n ( x ) reaches its maximum more carefully. Note that the endpoints of each cycle in f n ( x ) are also endpoints of cycles in f n + 1 ( x ) .

Some computation shows that if one of the cycles of f n ( x ) reaches its maximum over the interval [ a n , a n + b n ] , then there will be two cycles in f n + 1 ( x ) which cover [ a n , a n + b n 2 ] and [ a n + b n 2 , a n + b n ] , leading to f n + 1 ( x ) having maximum intervals in [ a n + b n 8 , a n + 3 b n 8 ] and [ a n + 5 b n 8 , a n + 7 b n 8 ] .

To find a point in D we can repeatedly only consider the lower maximum interval at each iteration of f n ( x ) . Defining a 0 = 1 2 , b 0 = 1 , and a n + 1 = a n + b n 8 , b n + 1 = b n 4 , clearly b n = 1 4 n . a n is (nearly) a geometric series, with

a n = 1 2 + 1 6 4 n 1 4 n , a n + b n = 1 2 + 4 n + 5 6

Both a n and a n + b n approach 1 2 + 1 6 = 2 3 , so we might conjecture 2 3 D . Indeed, 2 3 is in every [ a n , a n + b n ] , and therefore 2 3 is a point in D .

(c)
D is uncountable; we will use an argument similar to showing that the Cantor set is uncountable - by mapping all sequences x n of infinite 0s and 1s to a unique point in D . Construct a sequence of intervals I n as such: If x n = 0 then take the first cycle of f n ( x ) which is in I n 1 and define I n to be the maximum interval of f n ( x ) in that cycle; if x n = 1 then take the second cycle. (For completeness, define I 0 = [ 1 2 , 3 2 ] .) By the Nested Interval Property the infinite intersection of these intervals yields a point in D , while clearly each unique sequence x n will map to a unique point in D . Since the set of all x n is uncountable, so too is D .
User profile picture
2022-01-27 00:00
Comments