Continuous Calculus

Calculus Level 4

True or False?

Suppose f f is a real-valued continuous function defined on [ 0 , 1 ] [0, 1] such that ( 2 x 1 ) ( 2 f ( x ) x ) > 0 (2x - 1)(2f(x) - x) > 0 for all x 1 2 . x \neq \frac 12.

If the first derivative f ( 1 2 ) f'\left(\frac 12 \right) exists, then f ( 1 2 ) f'\left(\frac 12 \right) cannot be smaller than 1 2 \frac 12 .

True False

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Calvin Lin Staff
Dec 6, 2016

The condition that ( x 1 2 ) ( f ( x ) x 2 ) > 0 (x - \frac{1}{2} ) ( f(x) - \frac{x}{2} ) > 0 means that x 1 2 x - \frac{1}{2} and f ( x ) x 2 f(x) - \frac{x}{2} must have the same sign.
If x < 1 2 x < \frac{1}{2} , then f ( x ) < x 2 f(x) < \frac{x}{2} .
If x > 1 2 x > \frac{1}{2} , then f ( x ) > x 2 f(x) > \frac{x}{2} .
We summarize this pictorially by seeing that f ( x ) f(x) must lie in the shaded region on the right.

At x = 1 2 x = \frac{1}{2} we see that the graph has to be "somewhat steep", as opposed to "somewhat flat". This causes us to believe that if f ( 1 2 ) f' ( \frac{1}{2} ) exists, then the tangent at x = 1 2 x = \frac{1}{2} must lie within the shaded region, hence the slope cannot be smaller than 1 2 \frac{1}{2} . Put another way, the intuitive reason is that if the slope is flatter than 1 2 \frac{1}{2} , then there is a point x > 1 2 x' > \frac{1}{2} such that f ( x ) f ( 1 2 ) x 1 2 < 1 2 \frac{ f(x') - f( \frac{1}{2} ) } { x' - \frac{1}{2} } < \frac{1}{2} . Let's rigorize this claim.

First, we will show that f ( 1 2 ) = 1 4 f( \frac{1}{2} ) = \frac{1}{4} .
Proof by contradiction. Since f f is a continuous function, so f ( 1 2 ) f( \frac{1}{2} ) exists. Suppose it is not equal to 1 4 \frac{1}{4} , then without loss of generality, f ( 1 2 ) = Y > 1 4 f( \frac{1}{2} ) = Y > \frac{1}{4} .
For x < 1 2 x < \frac{1}{2} , we have 2 x 1 < 0 2x - 1 < 0 and so 2 f ( x ) x < 0 f ( x ) < x 2 < 1 4 2 f(x) - x < 0 \Rightarrow f(x) < \frac{x}{2} < \frac{1}{4} . As such, this implies that the left hand limit:
lim x 1 2 f ( x ) 1 4 < Y = f ( 1 2 ) \lim_{ x \rightarrow \frac{1}{2} ^ - } f(x) \leq \frac{1}{4} < Y = f ( \frac{1}{2} ) which contradicts the fact that the limit of the continuous function is f ( 1 2 ) f(\frac{1}{2} ) .

Second, we will show that f ( 1 2 ) 1 2 f'( \frac{1}{2} ) \geq \frac{1}{2} .
Proof by contradiction. Suppose that f ( 1 2 ) f' ( \frac{1}{2} ) exists and (without loss of generality) is equal to S < 1 2 S < \frac{1}{2} . Then, by the epsilon-delta definition of a limit , we know that for ϵ = 1 2 S 2 \epsilon = \frac{ \frac{1}{2} - S } { 2 } (see note below for why we made this choice of ϵ \epsilon ), there exists a δ \delta such that for any x ( 1 2 δ , 1 2 + δ ) x' \in ( \frac{1}{2} - \delta, \frac{1}{2} + \delta) , we have

f ( x ) 1 4 x 1 2 S < ϵ S ϵ < f ( x ) 1 4 x 1 2 < S + ϵ < 1 2 \left|\frac { f(x') - \frac{1}{4} } { x' - \frac{1}{2} } - S \right| < \epsilon \Rightarrow S - \epsilon < \frac { f(x') - \frac{1}{4} } { x' - \frac{1}{2} } < S + \epsilon < \frac{1}{2}

(Note: At this point, we have the mathematical statement of our "intuitive reason". For rigor, we need to link it back to the conditions in the problem, instead of just our graphical image.)
Fix an x ( 1 2 , 1 2 + δ ) x' \in ( \frac{1}{2} , \frac{1}{2} + \delta ) , so ( 2 x 1 ) > 0 (2x' - 1) > 0 . From the above, we get that f ( x ) < 1 2 ( x 1 2 ) + 1 4 ) = 1 2 x f(x') < \frac{1}{2} ( x' - \frac{1}{2}) + \frac{1}{4} ) = \frac{1}{2} x' , thus ( 2 f ( x ) x ) < 0 (2 f(x') -x') < 0 . This contradicts ( 2 x 1 ) ( 2 f ( x ) x ) > 0 ( 2x'-1) ( 2f(x') -x') > 0 .

Note: Reviewing the second proof, the main/only usage of ϵ \epsilon is in requiring that S + ϵ < 1 2 S + \epsilon < \frac{1}{2} . Any ϵ < 1 2 S \epsilon < \frac{1}{2} - S will work, and I chose ϵ = 1 2 S 2 \epsilon = \frac{ \frac{1}{2} - S } { 2 } .

Thanks because I need a solution to understand this type of problems.But I have doubts.

Q1. LaTeX: lim x 1 2 f ( x ) 1 4 < Y = f ( 1 2 ) \lim_{ x \rightarrow \frac{1}{2} ^ - } f(x) \leq \frac{1}{4} < Y = f ( \frac{1}{2} ) why this equality ??

Q2.Why you have chose such epsilon ?

Q3.In the last part Can u explain more ??

Kushal Bose - 4 years, 6 months ago

Log in to reply

  1. Show that if f ( x ) < g ( x ) f(x) < g(x) then lim f ( x ) lim g ( x ) \lim f(x) \leq \lim g(x) (assuming the limits exist). Now let g ( x ) = 1 4 . g(x) = \frac{1}{4}.
  2. Choice of epsilon is always dictated by the subsequent proof. It is often the last thing that you set in the proof.
  3. What are you having trouble with? It's mostly just algebra chasing to rigourize the intuitive idea that "if the slope is flatter than 1 2 \frac{1}{2} , then there is a point x > 1 2 x' > \frac{1}{2} such that f ( x ) f ( 1 2 ) x 1 2 < 1 2 \frac{ f(x') - f( \frac{1}{2} ) } { x - \frac{1}{2} } < \frac{1}{2} ".

Calvin Lin Staff - 4 years, 6 months ago

Log in to reply

Okk now its fine

Kushal Bose - 4 years, 6 months ago

most certainly i must learn writing solutions from here.

really clear and detailed :)

Rohith M.Athreya - 4 years, 6 months ago

Log in to reply

@Rohith M.Athreya Check out the epsilon-delta definition of a limit . Calculus proofs start off from there, and we use the same ideas repeatedly.

Calvin Lin Staff - 4 years, 6 months ago

Log in to reply

@Calvin Lin yeah, my previous solution was based on the same but i just wasnt able to express it this clearly

Rohith M.Athreya - 4 years, 6 months ago

TRUE: f ( 1 2 ) 1 2 f'(\frac{1}{2}) \ge \frac{1}{2} . To prove this, we will need the following lemma:

Lemma: f ( 1 2 ) = 1 4 f(\frac{1}{2}) = \frac{1}{4} .

Proof of lemma: Let g ( x ) = ( 2 x 1 ) ( 2 f ( x ) x ) g(x) = (2x - 1)(2f(x) - x) . By hypothesis g ( x ) > 0 g(x) > 0 for x 1 2 x \neq \frac{1}{2} , and g ( 1 2 ) = 0 g(\frac{1}{2}) = 0 . Also by hypothesis f f is continuous on [ 0 , 1 ] [0, 1] and differentiable at 1 2 \frac{1}{2} , so g g also has these properties. Thus g g has a local minimum at x = 1 2 x = \frac{1}{2} , where it is differentiable, which means g ( 1 2 ) = 0 g'(\frac{1}{2}) = 0 . Since

g ( x ) = ( 2 x 1 ) ( 2 f ( x ) 1 ) + 2 ( 2 f ( x ) x ) g'(x) = (2x - 1)(2f'(x) - 1) + 2(2f(x) - x) ,

we have

0 = g ( 1 2 ) = 4 f ( 1 2 ) 1 0 = g'(\frac{1}{2}) = 4f(\frac{1}{2}) - 1 ,

hence f ( 1 2 ) = 1 4 f(\frac{1}{2}) = \frac{1}{4} .

Alternate proof of lemma: Because ( 2 x 1 ) ( 2 f ( x ) x ) > 0 (2x - 1)(2f(x) - x) > 0 for x 1 2 x \neq \frac{1}{2} , 2 x 1 2x-1 and 2 f ( x ) x 2f(x) - x have the same sign, which means f ( x ) < x 2 f(x) < \frac{x}{2} for 0 x < 1 2 0 \le x < \frac{1}{2} and f ( x ) > x 2 f(x) > \frac{x}{2} for 1 2 < x 1 \frac{1}{2} < x \le 1 . Therefore by the continuity of f ( x ) f(x) and x 2 \frac{x}{2} ,

1 4 = lim x 1 2 + x 2 lim x 1 2 + f ( x ) = lim x 1 2 f ( x ) = lim x 1 2 f ( x ) lim x 1 2 x 2 = 1 4 \frac{1}{4} = \lim_{x \to \frac{1}{2}^+} \frac{x}{2} \le \lim_{x \to \frac{1}{2}^+} f(x) = \lim_{x \to \frac{1}{2}} f(x) = \lim_{x \to \frac{1}{2}^-} f(x) \le \lim_{x \to \frac{1}{2}^-} \frac{x}{2} = \frac{1}{4} .

Thus by the squeeze theorem, f ( 1 2 ) = lim x 1 2 f ( x ) = 1 4 f(\frac{1}{2}) = \lim_{x \to \frac{1}{2}} f(x) = \frac{1}{4} .

Proof of solution: As noted above, 2 x 1 2x-1 and 2 f ( x ) x 2f(x) - x have the same sign, so 2 f ( x ) x 2 x 1 > 0 \frac{2f(x) - x}{2x - 1} > 0 for x 1 2 x \neq \frac{1}{2} . Hence:

f ( 1 2 ) = lim x 1 2 f ( x ) f ( 1 / 2 ) x 1 / 2 = lim x 1 2 2 f ( x ) 2 f ( 1 / 2 ) 2 x 1 = lim x 1 2 2 f ( x ) 1 / 2 2 x 1 = lim x 1 2 2 f ( x ) x + x 1 / 2 2 x 1 = lim x 1 2 2 f ( x ) x 2 x 1 + lim x 1 / 2 x 1 / 2 2 x 1 lim x 1 2 x 1 / 2 2 x 1 = 1 / 2 \begin{aligned} f'(\frac{1}{2}) &= \lim_{x \to \frac{1}{2}} \frac{f(x) - f(1/2)}{x - 1/2}\\ &= \lim_{x \to \frac{1}{2}} \frac{2f(x) - 2f(1/2)}{2x - 1}\\ &= \lim_{x \to \frac{1}{2}} \frac{2f(x) - 1/2}{2x - 1}\\ &= \lim_{x \to \frac{1}{2}} \frac{2f(x) - x + x - 1/2}{2x - 1}\\ &= \lim_{x \to \frac{1}{2}} \frac{2f(x) - x}{2x - 1} + \lim_{x \to 1/2} \frac{x - 1/2}{2x - 1}\\ &\ge \lim_{x \to \frac{1}{2}} \frac{x - 1/2}{2x - 1} = 1/2 \quad\square\\ \end{aligned}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...