Proving a function is increasing

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
Bleys
Messages
74
Reaction score
0

Homework Statement


Suppose f is differentiable on [0,1] and that f(0)=0. Prove that if f' is increasing on (0,1) then f(x)/x is increasing on (0,1)

Homework Equations



The Attempt at a Solution


I've tried several things. I tried applying the definition of increasing on f', but I don't really get anywhere with that. I've used the Mean Value Theorem, but I'm not sure what to apply it to. I figured the interval (0,1) and I get there is a c in (0,1) such that f'(c)=f(1). I applied it again on the interval (0,c) to get another d such that f'(d)=f(c)/c. Since f' is increasing, then f(c)/c[tex]\leq[/tex]f(1)/1. I could apply it again and again for smaller and smaller intervals closer to 0, but I don't know how to prove it's increasing on the whole interval.
 
Physics news on Phys.org
Remember that f(x) = f(x) - f(0) and x = x - 0. Form the difference quotient and use the MVT.
 
Last edited:
Then [tex](f(x)/x)' = \frac{xf'(x)-f(x)}{x^{2}}<0[/tex] for come c in (0,1) implies f'(c)<f(c)/c. But, by the MVT, on (0,c) there is a d such that f'(d)=f(c)/c. Since f' is increasing, [tex]f'(d)\leq f'(c) \Rightarrow f(c)/c<f(c)/c[/tex]. I hope this is the right contradiction. I was unsure whether the question meant strictly increasing or not, so I guess this answers it
I don't know why it never occurred to me to use the derivative of f(x)/x...
Thanks for the help!