Simple Derivative Proof?Proof of derivative of invertible functionHow to make a piecewise function differentiable?The Differentiability of a Piecewise FunctionProof of Lipschitz continuousA question about existence of derivative of function at ZeroQuestion about derivative proof :)Derivative of a power functionProperties of the mean value theorem derivativeProving that the function is bounded by the function of its derivative on the given intervalIs a function strictly increasing if its derivative is positive at all point but critical points?
In linear regression why does regularisation penalise the parameter values as well?
Looking for sci-fi book based on Hinduism/Buddhism
Madam I m Adam..please don’t get mad..you will no longer be prime
Why did the Apollo 13 crew extend the LM landing gear?
My large rocket is still flipping over
How do I allocate more memory to an app on Sheepshaver running Mac OS 9?
Which US defense organization would respond to an invasion like this?
Understanding ties
Where to draw the line between quantum mechanics theory and its interpretation(s)?
Constitutional limitation of criminalizing behavior in US law?
Why would a military not separate its forces into different branches?
Make me a minimum magic sum
Is Iron Man stronger than the Hulk?
How to deal with employer who keeps me at work after working hours
Clarification of algebra in moment generating functions
How to pass query parameters in URL in Salesforce Summer 19 Release?
Why does blending blueberries, milk, banana and vanilla extract cause the mixture to have a yogurty consistency?
Dangerous workplace travelling
What happens if I accidentally leave an app running and click "Install Now" in Software Updater?
Can full drive backup be used instead of MSSQL database backup?
Sci-fi/fantasy book - ships on steel runners skating across ice sheets
Speed up this NIntegrate
about academic proof-reading, what to do in this situation?
How to remap repeating commands i.e. <number><command>?
Simple Derivative Proof?
Proof of derivative of invertible functionHow to make a piecewise function differentiable?The Differentiability of a Piecewise FunctionProof of Lipschitz continuousA question about existence of derivative of function at ZeroQuestion about derivative proof :)Derivative of a power functionProperties of the mean value theorem derivativeProving that the function is bounded by the function of its derivative on the given intervalIs a function strictly increasing if its derivative is positive at all point but critical points?
$begingroup$
Suppose that f is a function with the following properties:
f is differentiable everywhere
f(x+y) = f(x)f(y), f(0)≠0
f'(0)=1
f(0)=1
How do you prove that f(x)>0 for all values of x? Please explain the steps, as I am in an intro class.
algebra-precalculus functions derivatives
New contributor
$endgroup$
add a comment |
$begingroup$
Suppose that f is a function with the following properties:
f is differentiable everywhere
f(x+y) = f(x)f(y), f(0)≠0
f'(0)=1
f(0)=1
How do you prove that f(x)>0 for all values of x? Please explain the steps, as I am in an intro class.
algebra-precalculus functions derivatives
New contributor
$endgroup$
$begingroup$
Here is a helpful clue. For any base "b". $b^x+y = b^xb^y$
$endgroup$
– Q the Platypus
1 hour ago
add a comment |
$begingroup$
Suppose that f is a function with the following properties:
f is differentiable everywhere
f(x+y) = f(x)f(y), f(0)≠0
f'(0)=1
f(0)=1
How do you prove that f(x)>0 for all values of x? Please explain the steps, as I am in an intro class.
algebra-precalculus functions derivatives
New contributor
$endgroup$
Suppose that f is a function with the following properties:
f is differentiable everywhere
f(x+y) = f(x)f(y), f(0)≠0
f'(0)=1
f(0)=1
How do you prove that f(x)>0 for all values of x? Please explain the steps, as I am in an intro class.
algebra-precalculus functions derivatives
algebra-precalculus functions derivatives
New contributor
New contributor
edited 1 hour ago
Macey
New contributor
asked 1 hour ago
MaceyMacey
112
112
New contributor
New contributor
$begingroup$
Here is a helpful clue. For any base "b". $b^x+y = b^xb^y$
$endgroup$
– Q the Platypus
1 hour ago
add a comment |
$begingroup$
Here is a helpful clue. For any base "b". $b^x+y = b^xb^y$
$endgroup$
– Q the Platypus
1 hour ago
$begingroup$
Here is a helpful clue. For any base "b". $b^x+y = b^xb^y$
$endgroup$
– Q the Platypus
1 hour ago
$begingroup$
Here is a helpful clue. For any base "b". $b^x+y = b^xb^y$
$endgroup$
– Q the Platypus
1 hour ago
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
The first step when thinking about a problem like this would be to ask "What would happen if $f(z) = 0$ for some value?". Well since $f(x + y) = f(x)f(y)$ that would mean you could subtract z from any number to find a $f(x)f(z)$ pair that would have to equal zero. So all the numbers would have to be zero, which is contradicted by the questions requirement that $f(0)=1$.
You can make a similar argument for negative numbers. Any positive number times a negative number is a negative number. So if there was a number that make $f(x)$ negative then you could always find a $f(x)f(y)$ that would also be negative and force f(0) to be negative which we know it is not.
$endgroup$
$begingroup$
I'm not sure what you mean when you say you can make a similar argument for negative numbers. Do you mean that saying something like f(z) = -1 for some value then you would need an x+y pair that = -1? Sorry, I am not good at understanding proofs.
$endgroup$
– Macey
1 hour ago
add a comment |
$begingroup$
For any $xinBbb R$, we have $f(x)=f(frac x2+frac x2)=left(f(x/2)right)^2geq0$, so we know $f(x)geq0$ for all $xinBbb R$. Now suppose $f(x_0)=0$. Then $f(0)=f(x_0+(-x_0))=f(x_0)f(-x_0)=0$, which is a contradiction. Thus $f(x)>0$ for all $x$.
$endgroup$
add a comment |
$begingroup$
If you diffentiate the equality wrt. $x$, you get $f'(x+y)=f'(x)f(y)$, so for $x=0$ you get $$f'(y)=f(y)$$
You may know that the solutions of this differential equation are of the form $lambda e^x$. Applying $f'(0)=1$ you get $f(x)=e^x$ as a unique solution, and it is indeed $>0$
$endgroup$
$begingroup$
How do you know that f(x) must be greater than 0 if f'(y)=f(y)? Thank you.
$endgroup$
– Macey
1 hour ago
$begingroup$
$f'=f$ is a differential equation, which I solve to answer the question. Read until the end, I can conclude by saying that the exponential is $>0$
$endgroup$
– elidiot
1 hour ago
add a comment |
Your Answer
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
);
);
Macey is a new contributor. Be nice, and check out our Code of Conduct.
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%2f3213940%2fsimple-derivative-proof%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
The first step when thinking about a problem like this would be to ask "What would happen if $f(z) = 0$ for some value?". Well since $f(x + y) = f(x)f(y)$ that would mean you could subtract z from any number to find a $f(x)f(z)$ pair that would have to equal zero. So all the numbers would have to be zero, which is contradicted by the questions requirement that $f(0)=1$.
You can make a similar argument for negative numbers. Any positive number times a negative number is a negative number. So if there was a number that make $f(x)$ negative then you could always find a $f(x)f(y)$ that would also be negative and force f(0) to be negative which we know it is not.
$endgroup$
$begingroup$
I'm not sure what you mean when you say you can make a similar argument for negative numbers. Do you mean that saying something like f(z) = -1 for some value then you would need an x+y pair that = -1? Sorry, I am not good at understanding proofs.
$endgroup$
– Macey
1 hour ago
add a comment |
$begingroup$
The first step when thinking about a problem like this would be to ask "What would happen if $f(z) = 0$ for some value?". Well since $f(x + y) = f(x)f(y)$ that would mean you could subtract z from any number to find a $f(x)f(z)$ pair that would have to equal zero. So all the numbers would have to be zero, which is contradicted by the questions requirement that $f(0)=1$.
You can make a similar argument for negative numbers. Any positive number times a negative number is a negative number. So if there was a number that make $f(x)$ negative then you could always find a $f(x)f(y)$ that would also be negative and force f(0) to be negative which we know it is not.
$endgroup$
$begingroup$
I'm not sure what you mean when you say you can make a similar argument for negative numbers. Do you mean that saying something like f(z) = -1 for some value then you would need an x+y pair that = -1? Sorry, I am not good at understanding proofs.
$endgroup$
– Macey
1 hour ago
add a comment |
$begingroup$
The first step when thinking about a problem like this would be to ask "What would happen if $f(z) = 0$ for some value?". Well since $f(x + y) = f(x)f(y)$ that would mean you could subtract z from any number to find a $f(x)f(z)$ pair that would have to equal zero. So all the numbers would have to be zero, which is contradicted by the questions requirement that $f(0)=1$.
You can make a similar argument for negative numbers. Any positive number times a negative number is a negative number. So if there was a number that make $f(x)$ negative then you could always find a $f(x)f(y)$ that would also be negative and force f(0) to be negative which we know it is not.
$endgroup$
The first step when thinking about a problem like this would be to ask "What would happen if $f(z) = 0$ for some value?". Well since $f(x + y) = f(x)f(y)$ that would mean you could subtract z from any number to find a $f(x)f(z)$ pair that would have to equal zero. So all the numbers would have to be zero, which is contradicted by the questions requirement that $f(0)=1$.
You can make a similar argument for negative numbers. Any positive number times a negative number is a negative number. So if there was a number that make $f(x)$ negative then you could always find a $f(x)f(y)$ that would also be negative and force f(0) to be negative which we know it is not.
edited 1 hour ago
answered 1 hour ago
Q the PlatypusQ the Platypus
2,9811135
2,9811135
$begingroup$
I'm not sure what you mean when you say you can make a similar argument for negative numbers. Do you mean that saying something like f(z) = -1 for some value then you would need an x+y pair that = -1? Sorry, I am not good at understanding proofs.
$endgroup$
– Macey
1 hour ago
add a comment |
$begingroup$
I'm not sure what you mean when you say you can make a similar argument for negative numbers. Do you mean that saying something like f(z) = -1 for some value then you would need an x+y pair that = -1? Sorry, I am not good at understanding proofs.
$endgroup$
– Macey
1 hour ago
$begingroup$
I'm not sure what you mean when you say you can make a similar argument for negative numbers. Do you mean that saying something like f(z) = -1 for some value then you would need an x+y pair that = -1? Sorry, I am not good at understanding proofs.
$endgroup$
– Macey
1 hour ago
$begingroup$
I'm not sure what you mean when you say you can make a similar argument for negative numbers. Do you mean that saying something like f(z) = -1 for some value then you would need an x+y pair that = -1? Sorry, I am not good at understanding proofs.
$endgroup$
– Macey
1 hour ago
add a comment |
$begingroup$
For any $xinBbb R$, we have $f(x)=f(frac x2+frac x2)=left(f(x/2)right)^2geq0$, so we know $f(x)geq0$ for all $xinBbb R$. Now suppose $f(x_0)=0$. Then $f(0)=f(x_0+(-x_0))=f(x_0)f(-x_0)=0$, which is a contradiction. Thus $f(x)>0$ for all $x$.
$endgroup$
add a comment |
$begingroup$
For any $xinBbb R$, we have $f(x)=f(frac x2+frac x2)=left(f(x/2)right)^2geq0$, so we know $f(x)geq0$ for all $xinBbb R$. Now suppose $f(x_0)=0$. Then $f(0)=f(x_0+(-x_0))=f(x_0)f(-x_0)=0$, which is a contradiction. Thus $f(x)>0$ for all $x$.
$endgroup$
add a comment |
$begingroup$
For any $xinBbb R$, we have $f(x)=f(frac x2+frac x2)=left(f(x/2)right)^2geq0$, so we know $f(x)geq0$ for all $xinBbb R$. Now suppose $f(x_0)=0$. Then $f(0)=f(x_0+(-x_0))=f(x_0)f(-x_0)=0$, which is a contradiction. Thus $f(x)>0$ for all $x$.
$endgroup$
For any $xinBbb R$, we have $f(x)=f(frac x2+frac x2)=left(f(x/2)right)^2geq0$, so we know $f(x)geq0$ for all $xinBbb R$. Now suppose $f(x_0)=0$. Then $f(0)=f(x_0+(-x_0))=f(x_0)f(-x_0)=0$, which is a contradiction. Thus $f(x)>0$ for all $x$.
edited 1 hour ago
answered 1 hour ago
ClaytonClayton
20k33388
20k33388
add a comment |
add a comment |
$begingroup$
If you diffentiate the equality wrt. $x$, you get $f'(x+y)=f'(x)f(y)$, so for $x=0$ you get $$f'(y)=f(y)$$
You may know that the solutions of this differential equation are of the form $lambda e^x$. Applying $f'(0)=1$ you get $f(x)=e^x$ as a unique solution, and it is indeed $>0$
$endgroup$
$begingroup$
How do you know that f(x) must be greater than 0 if f'(y)=f(y)? Thank you.
$endgroup$
– Macey
1 hour ago
$begingroup$
$f'=f$ is a differential equation, which I solve to answer the question. Read until the end, I can conclude by saying that the exponential is $>0$
$endgroup$
– elidiot
1 hour ago
add a comment |
$begingroup$
If you diffentiate the equality wrt. $x$, you get $f'(x+y)=f'(x)f(y)$, so for $x=0$ you get $$f'(y)=f(y)$$
You may know that the solutions of this differential equation are of the form $lambda e^x$. Applying $f'(0)=1$ you get $f(x)=e^x$ as a unique solution, and it is indeed $>0$
$endgroup$
$begingroup$
How do you know that f(x) must be greater than 0 if f'(y)=f(y)? Thank you.
$endgroup$
– Macey
1 hour ago
$begingroup$
$f'=f$ is a differential equation, which I solve to answer the question. Read until the end, I can conclude by saying that the exponential is $>0$
$endgroup$
– elidiot
1 hour ago
add a comment |
$begingroup$
If you diffentiate the equality wrt. $x$, you get $f'(x+y)=f'(x)f(y)$, so for $x=0$ you get $$f'(y)=f(y)$$
You may know that the solutions of this differential equation are of the form $lambda e^x$. Applying $f'(0)=1$ you get $f(x)=e^x$ as a unique solution, and it is indeed $>0$
$endgroup$
If you diffentiate the equality wrt. $x$, you get $f'(x+y)=f'(x)f(y)$, so for $x=0$ you get $$f'(y)=f(y)$$
You may know that the solutions of this differential equation are of the form $lambda e^x$. Applying $f'(0)=1$ you get $f(x)=e^x$ as a unique solution, and it is indeed $>0$
answered 1 hour ago
elidiotelidiot
1,21014
1,21014
$begingroup$
How do you know that f(x) must be greater than 0 if f'(y)=f(y)? Thank you.
$endgroup$
– Macey
1 hour ago
$begingroup$
$f'=f$ is a differential equation, which I solve to answer the question. Read until the end, I can conclude by saying that the exponential is $>0$
$endgroup$
– elidiot
1 hour ago
add a comment |
$begingroup$
How do you know that f(x) must be greater than 0 if f'(y)=f(y)? Thank you.
$endgroup$
– Macey
1 hour ago
$begingroup$
$f'=f$ is a differential equation, which I solve to answer the question. Read until the end, I can conclude by saying that the exponential is $>0$
$endgroup$
– elidiot
1 hour ago
$begingroup$
How do you know that f(x) must be greater than 0 if f'(y)=f(y)? Thank you.
$endgroup$
– Macey
1 hour ago
$begingroup$
How do you know that f(x) must be greater than 0 if f'(y)=f(y)? Thank you.
$endgroup$
– Macey
1 hour ago
$begingroup$
$f'=f$ is a differential equation, which I solve to answer the question. Read until the end, I can conclude by saying that the exponential is $>0$
$endgroup$
– elidiot
1 hour ago
$begingroup$
$f'=f$ is a differential equation, which I solve to answer the question. Read until the end, I can conclude by saying that the exponential is $>0$
$endgroup$
– elidiot
1 hour ago
add a comment |
Macey is a new contributor. Be nice, and check out our Code of Conduct.
Macey is a new contributor. Be nice, and check out our Code of Conduct.
Macey is a new contributor. Be nice, and check out our Code of Conduct.
Macey is a new contributor. Be nice, and check out our Code of Conduct.
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.
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%2f3213940%2fsimple-derivative-proof%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
$begingroup$
Here is a helpful clue. For any base "b". $b^x+y = b^xb^y$
$endgroup$
– Q the Platypus
1 hour ago