Prove that $f'(x) > frac {f(x)}{x}$ for a continuous, differentiable $f(x)$
I'm trying to prove the following:
Say $f:[0,1] to mathbb{R}$ is continuous on [0,1] and differentiable on (0,1). We also have $f(0)=0$ and $f'$ is strictly increasing. I want to prove that $f'(x) > frac {f(x)}{x}$.
So far I've tried proof by contradiction, so assume that $f'(x) leq frac {f(x)}{x}$. I'm guessing this assumption must either contradict $f$ being continuous, differentiable, or concave up, however, I can't seem to figure it out. Any pointers would be much appreciated!
calculus real-analysis
add a comment |
I'm trying to prove the following:
Say $f:[0,1] to mathbb{R}$ is continuous on [0,1] and differentiable on (0,1). We also have $f(0)=0$ and $f'$ is strictly increasing. I want to prove that $f'(x) > frac {f(x)}{x}$.
So far I've tried proof by contradiction, so assume that $f'(x) leq frac {f(x)}{x}$. I'm guessing this assumption must either contradict $f$ being continuous, differentiable, or concave up, however, I can't seem to figure it out. Any pointers would be much appreciated!
calculus real-analysis
The inequality you want to prove is a rearrangement of $[f(x)/x]'>0$. Maybe that helps?
– Arthur
Nov 21 '18 at 22:06
The claim is false for $f(x) = x$. You want to have $f'$ strictly increasing.
– daw
Nov 21 '18 at 22:12
@Arthur I did manage to get there by rearranging, but I'm not sure where to go from there. It seems like I need MVT but I'm still having trouble
– darcy
Nov 21 '18 at 23:18
add a comment |
I'm trying to prove the following:
Say $f:[0,1] to mathbb{R}$ is continuous on [0,1] and differentiable on (0,1). We also have $f(0)=0$ and $f'$ is strictly increasing. I want to prove that $f'(x) > frac {f(x)}{x}$.
So far I've tried proof by contradiction, so assume that $f'(x) leq frac {f(x)}{x}$. I'm guessing this assumption must either contradict $f$ being continuous, differentiable, or concave up, however, I can't seem to figure it out. Any pointers would be much appreciated!
calculus real-analysis
I'm trying to prove the following:
Say $f:[0,1] to mathbb{R}$ is continuous on [0,1] and differentiable on (0,1). We also have $f(0)=0$ and $f'$ is strictly increasing. I want to prove that $f'(x) > frac {f(x)}{x}$.
So far I've tried proof by contradiction, so assume that $f'(x) leq frac {f(x)}{x}$. I'm guessing this assumption must either contradict $f$ being continuous, differentiable, or concave up, however, I can't seem to figure it out. Any pointers would be much appreciated!
calculus real-analysis
calculus real-analysis
edited Nov 21 '18 at 22:17


Frpzzd
22.2k839107
22.2k839107
asked Nov 21 '18 at 21:57
darcydarcy
311
311
The inequality you want to prove is a rearrangement of $[f(x)/x]'>0$. Maybe that helps?
– Arthur
Nov 21 '18 at 22:06
The claim is false for $f(x) = x$. You want to have $f'$ strictly increasing.
– daw
Nov 21 '18 at 22:12
@Arthur I did manage to get there by rearranging, but I'm not sure where to go from there. It seems like I need MVT but I'm still having trouble
– darcy
Nov 21 '18 at 23:18
add a comment |
The inequality you want to prove is a rearrangement of $[f(x)/x]'>0$. Maybe that helps?
– Arthur
Nov 21 '18 at 22:06
The claim is false for $f(x) = x$. You want to have $f'$ strictly increasing.
– daw
Nov 21 '18 at 22:12
@Arthur I did manage to get there by rearranging, but I'm not sure where to go from there. It seems like I need MVT but I'm still having trouble
– darcy
Nov 21 '18 at 23:18
The inequality you want to prove is a rearrangement of $[f(x)/x]'>0$. Maybe that helps?
– Arthur
Nov 21 '18 at 22:06
The inequality you want to prove is a rearrangement of $[f(x)/x]'>0$. Maybe that helps?
– Arthur
Nov 21 '18 at 22:06
The claim is false for $f(x) = x$. You want to have $f'$ strictly increasing.
– daw
Nov 21 '18 at 22:12
The claim is false for $f(x) = x$. You want to have $f'$ strictly increasing.
– daw
Nov 21 '18 at 22:12
@Arthur I did manage to get there by rearranging, but I'm not sure where to go from there. It seems like I need MVT but I'm still having trouble
– darcy
Nov 21 '18 at 23:18
@Arthur I did manage to get there by rearranging, but I'm not sure where to go from there. It seems like I need MVT but I'm still having trouble
– darcy
Nov 21 '18 at 23:18
add a comment |
2 Answers
2
active
oldest
votes
Due to mean value theorem exists $xiin ]0, x[$ such that
$$
f(x)=f(x)-0=f(x)-f(0)= xf'(xi)<xf'(x)
$$
because $xi<x$.
add a comment |
Since $f'$ is strictly increasing, you have that $f'(a)lt f'(b)$ for all $alt b$, which implies that
$$f(x)=int_0^x f'(t)dtlt int_0^x f'(x)dtlt xf'(x)$$
so you have that $f(x)lt xf'(x)$ and you are done.
That's fine (if $f'$ is strictly increasing), but I'll bet that this exercise appears before the students have encountered integration, as it can be addressed simply with something like the mean value theorem.
– John Hughes
Nov 21 '18 at 22:19
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3008434%2fprove-that-fx-frac-fxx-for-a-continuous-differentiable-fx%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Due to mean value theorem exists $xiin ]0, x[$ such that
$$
f(x)=f(x)-0=f(x)-f(0)= xf'(xi)<xf'(x)
$$
because $xi<x$.
add a comment |
Due to mean value theorem exists $xiin ]0, x[$ such that
$$
f(x)=f(x)-0=f(x)-f(0)= xf'(xi)<xf'(x)
$$
because $xi<x$.
add a comment |
Due to mean value theorem exists $xiin ]0, x[$ such that
$$
f(x)=f(x)-0=f(x)-f(0)= xf'(xi)<xf'(x)
$$
because $xi<x$.
Due to mean value theorem exists $xiin ]0, x[$ such that
$$
f(x)=f(x)-0=f(x)-f(0)= xf'(xi)<xf'(x)
$$
because $xi<x$.
answered Nov 21 '18 at 22:21
P De DonatoP De Donato
4147
4147
add a comment |
add a comment |
Since $f'$ is strictly increasing, you have that $f'(a)lt f'(b)$ for all $alt b$, which implies that
$$f(x)=int_0^x f'(t)dtlt int_0^x f'(x)dtlt xf'(x)$$
so you have that $f(x)lt xf'(x)$ and you are done.
That's fine (if $f'$ is strictly increasing), but I'll bet that this exercise appears before the students have encountered integration, as it can be addressed simply with something like the mean value theorem.
– John Hughes
Nov 21 '18 at 22:19
add a comment |
Since $f'$ is strictly increasing, you have that $f'(a)lt f'(b)$ for all $alt b$, which implies that
$$f(x)=int_0^x f'(t)dtlt int_0^x f'(x)dtlt xf'(x)$$
so you have that $f(x)lt xf'(x)$ and you are done.
That's fine (if $f'$ is strictly increasing), but I'll bet that this exercise appears before the students have encountered integration, as it can be addressed simply with something like the mean value theorem.
– John Hughes
Nov 21 '18 at 22:19
add a comment |
Since $f'$ is strictly increasing, you have that $f'(a)lt f'(b)$ for all $alt b$, which implies that
$$f(x)=int_0^x f'(t)dtlt int_0^x f'(x)dtlt xf'(x)$$
so you have that $f(x)lt xf'(x)$ and you are done.
Since $f'$ is strictly increasing, you have that $f'(a)lt f'(b)$ for all $alt b$, which implies that
$$f(x)=int_0^x f'(t)dtlt int_0^x f'(x)dtlt xf'(x)$$
so you have that $f(x)lt xf'(x)$ and you are done.
edited Nov 21 '18 at 22:20
answered Nov 21 '18 at 22:10


FrpzzdFrpzzd
22.2k839107
22.2k839107
That's fine (if $f'$ is strictly increasing), but I'll bet that this exercise appears before the students have encountered integration, as it can be addressed simply with something like the mean value theorem.
– John Hughes
Nov 21 '18 at 22:19
add a comment |
That's fine (if $f'$ is strictly increasing), but I'll bet that this exercise appears before the students have encountered integration, as it can be addressed simply with something like the mean value theorem.
– John Hughes
Nov 21 '18 at 22:19
That's fine (if $f'$ is strictly increasing), but I'll bet that this exercise appears before the students have encountered integration, as it can be addressed simply with something like the mean value theorem.
– John Hughes
Nov 21 '18 at 22:19
That's fine (if $f'$ is strictly increasing), but I'll bet that this exercise appears before the students have encountered integration, as it can be addressed simply with something like the mean value theorem.
– John Hughes
Nov 21 '18 at 22:19
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3008434%2fprove-that-fx-frac-fxx-for-a-continuous-differentiable-fx%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
The inequality you want to prove is a rearrangement of $[f(x)/x]'>0$. Maybe that helps?
– Arthur
Nov 21 '18 at 22:06
The claim is false for $f(x) = x$. You want to have $f'$ strictly increasing.
– daw
Nov 21 '18 at 22:12
@Arthur I did manage to get there by rearranging, but I'm not sure where to go from there. It seems like I need MVT but I'm still having trouble
– darcy
Nov 21 '18 at 23:18