Prove: Derivative Proof: f(x)=0 in (0,1)

  • Thread starter Thread starter JG89
  • Start date Start date
  • Tags Tags
    Derivative Proof
Click For Summary

Homework Help Overview

The discussion revolves around proving that if a differentiable function f satisfies f(0) = 0 and |f'(x)| <= |f(x)|, then f(x) must equal 0 for all x in the interval (0,1). Participants explore various approaches to this proof, including the Mean Value Theorem (MVT) and proof by contradiction.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants discuss the implications of assuming f(c) > 0 for some c in (0,1) and how this leads to contradictions regarding the behavior of the function. There are attempts to clarify the inequalities involved and the assumptions about the function's values. Some suggest using sequences and continuity arguments to explore the proof further.

Discussion Status

The discussion is ongoing, with participants providing feedback on each other's reasoning and exploring different angles of the proof. Some participants express uncertainty about certain steps, while others suggest alternative methods that could lead to a contradiction.

Contextual Notes

There are mentions of potential issues with the assumptions made about the function's behavior and the applicability of certain mathematical principles, such as the integrability of f'. Participants also note the challenges posed by the absolute value conditions in the problem.

JG89
Messages
724
Reaction score
1

Homework Statement



Suppose f is a differentiable function. Prove that if f(0) = 0 and |f'(x)| <= |f(x)| then f(x) = 0 for x in (0,1).

Homework Equations


The Attempt at a Solution



The actual question asks me to prove f(x) = 0 for all real x, but if I can prove f(x) = 0 for x in (0,1) then the rest follows easily.

So:

Assume there exists a c in (0,1) such that f(c) > 0. Then by the MVT there exists a c* in (0,c) such that [tex]\frac{f(c) - f(0)}{c-0} = \frac{f(c)}{c} = f'(c*)[/tex]. We know that [tex]f'(c*) \le f(c*)[/tex]. So [tex]\frac{f(c)}{c} \le f(c*) \Leftrightarrow f(c) \le cf(c*) < f(c*)[/tex] since c is in (0,1).

It follows that f(c) < f(c*) whenever c* < c. But this means that the function is decreasing. However, f(0) = 0 and from our assumption that f(c) > 0, this must mean that f must be increasing towards f(c), which is a contradiction. The proof for assuming f(c) < 0 is similar.

I think the proof is a bit shaky in the last paragraph. How is it?
 
Last edited:
Physics news on Phys.org
I can't view the latex in my post for some reason now. It was fine when I first posted it. Now I just see a banner saying physicsforums.com wherever the latex was before.

Here is a repost of my proof:


The actual question asks me to prove f(x) = 0 for all real x, but if I can prove f(x) = 0 for x in (0,1) then the rest follows easily.

So:

Assume there exists a c in (0,1) such that f(c) > 0. Then by the MVT there exists a c* in (0,c) such that [tex]\frac{f(c) - f(0)}{c-0} = \frac{f(c)}{c} = f'(c*)[/tex]. We know that [tex]f'(c*) \le f(c*)[/tex]. So [tex]\frac{f(c)}{c} \le f(c*) \Leftrightarrow f(c) \le cf(c*) < f(c*)[/tex] since c is in (0,1).

It follows that f(c) < f(c*) whenever c* < c. But this means that the function is decreasing. However, f(0) = 0 and from our assumption that f(c) > 0, this must mean that f must be increasing towards f(c), which is a contradiction. The proof for assuming f(c) < 0 is similar.

I think the proof is a bit shaky in the last paragraph. How is it?
 
Although you have the right idea, I don't think the proof works as stands. For one, [tex]|a| \leq |b|[/tex] does not imply [tex]a \leq b,[/tex] and I think this makes many of your inequalities very tenuous.
 
We've assumed f(c) > 0, and c is also positive since c is in (0,1). So f(c)/c = f'(c*), making f'(c*) also positive and so [tex]|f'(c*)| \le |f(c*)| \Leftrightarrow f'(c*) \le f(c*)[/tex] so in the inequality follows.

If we assume f(c) < 0, then the inequality signs work out to find the same contradiction.
 
ok, good point. but how do you know that f(c*) won't be negative and greater in magnitude than f'(c*). i may as well have overlooked something.
 
f(c*) can't be negative, because f(c)/c is positive, and f(c)/c = f'(c*) <= f(c*)

Remember we've assumed that |f'(x)| <= |f(x)|, but all the values we're considering right now are positive, so we can drop the absolute value bars.
 
Err, so you're essentially precluding the possibility of there being an x in (0,c) for which f(x) < 0? Maybe I'm missing something, but I still don't see how this follows immediately from the assumptions. Yes I'm aware that f(c)/c = f'(c) <= |f(c*)|, but how do you know that the c* in (0,c) isn't so that f(c*) < 0 (note even if f(c*) < 0, it can still be true that 0 < f'(c) =|f'(c)| <= |f(c*)|).
 
:( Now I see your point.

I'm going to catch some sleep then work on this more tomorrow. I'm sure I'm on the right path to finishing up the proof.
 
JG89 said:

Homework Statement



Suppose f is a differentiable function. Prove that if f(0) = 0 and |f'(x)| <= |f(x)| then f(x) = 0 for x in (0,1).

Homework Equations


The Attempt at a Solution



The actual question asks me to prove f(x) = 0 for all real x, but if I can prove f(x) = 0 for x in (0,1) then the rest follows easily.

So:

Assume there exists a c in (0,1) such that f(c) > 0. Then by the MVT there exists a c* in (0,c) such that [tex]\frac{f(c) - f(0)}{c-0} = \frac{f(c)}{c} = f'(c*)[/tex]. We know that [tex]f'(c*) \le f(c*)[/tex]. So [tex]\frac{f(c)}{c} \le f(c*) \Leftrightarrow f(c) \le cf(c*) < f(c*)[/tex] since c is in (0,1).

It follows that f(c) < f(c*) whenever c* < c. But this means that the function is decreasing. However, f(0) = 0 and from our assumption that f(c) > 0, this must mean that f must be increasing towards f(c), which is a contradiction. The proof for assuming f(c) < 0 is similar.

I think the proof is a bit shaky in the last paragraph. How is it?

Well, how about carrying on using the MVT for some more times, like this:

Proof by Contradiction
Assume that there exists some [tex]x_1 \in (0, 1) : f(x_1) \neq 0[/tex].
By the MVT, we have:
[tex]\exists x_2 \in (0, x_1) : \frac{f(x_1) - f(0)}{x_1 - 0} = f'(x_2) \Rightarrow |f(x_1)| = |f'(x_2)| x_1 \leq |f(x_2)| x_1[/tex]

Since [tex]f(x_1) \neq 0[/tex], it must follow that: [tex]f(x_2) \neq 0[/tex], we then once again, apply the MTV:

[tex]\exists x_3 \in (0, x_2) : \frac{f(x_2) - f(0)}{x_2 - 0} = f'(x_3) \Rightarrow |f(x_2)| = |f'(x_3)| x_2 \leq |f(x_3)| x_2 \Rightarrow |f(x_1)| \leq |f(x_2)| x_1 \leq |f(x_3)| x_1 x_2[/tex]

And so on, you'll be able to construct a sequence (xn), such that:
[tex]\left\{ \begin{array}{c} f(x_n) \neq 0, \forall n \\ | f(x_{1}) | \leq |f(x_{k})| \prod\limits_{i = 1}^{k - 1} x_i < |f(x_{k})| x_1 ^ {k - 1}, \forall k \geq 2 \end{array} \right.[/tex]

What can you say about the sequence (xn)? Is it convergent, or divergent?

From there, can you see what contradiction it leads to?

------------------------

Hopefully you can go from here, right? :)
 
Last edited:
  • #10
The second approach you mentioned is closer to the approach I had in mind that uses JG89's idea. In fact, I think it is possible to argue directly using this idea as well.

The problem with the first approach seems to be that we cannot assume that f ' is actually integrable.

There is even a nicer approach via proof by contradiction, I think, that makes full use of the continuity of f. If you consider the right kind of closed interval with a specific delta guaranteed by uniform continuity and use the fact that a continuous function on a closed interval attains maximum and minimum values, then you easily obtain a contradiction via the mean value theorem.
 
  • #11
snipez90 said:
The second approach you mentioned is closer to the approach I had in mind that uses JG89's idea. In fact, I think it is possible to argue directly using this idea as well.

The problem with the first approach seems to be that we cannot assume that f ' is actually integrable.

Yes, my bad. I don't really know what gets into my mind. :(

Ok, stand corrected. Thanks.. :)
 
  • #12
Thanks for the help guys.

Someone showed me a simple solution to this that uses VietDao29's method, but proves it directly.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
1K
Replies
8
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 26 ·
Replies
26
Views
3K
Replies
15
Views
2K
  • · Replies 8 ·
Replies
8
Views
1K
  • · Replies 21 ·
Replies
21
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K