Unique solution to an Algebraic equation
$begingroup$
$$f(x_{2}-x_{1})= f(x_{2}-y)f(y-x_{1})$$ I need to find a unique solution to this algebraic equation. Any hints as to how to proceed. The Exponential function works in this case, but I explicitly need to see the details. Thanks in advance.
algebra-precalculus multivariable-calculus
$endgroup$
add a comment |
$begingroup$
$$f(x_{2}-x_{1})= f(x_{2}-y)f(y-x_{1})$$ I need to find a unique solution to this algebraic equation. Any hints as to how to proceed. The Exponential function works in this case, but I explicitly need to see the details. Thanks in advance.
algebra-precalculus multivariable-calculus
$endgroup$
$begingroup$
There is no unique solution, as $f(x)=b^x$ works for any $bin(0,1)cup(1,infty)$.
$endgroup$
– Ben W
Jan 22 at 11:33
$begingroup$
@BenW Why do you exclude the case $b=1$?
$endgroup$
– Jose Brox
Jan 22 at 11:39
$begingroup$
Are $x_1,x_2$ supposed to be fixed real numbers, or is the equation supposed to hold for all $x_1,x_2inmathbb{R}$?
$endgroup$
– Jose Brox
Jan 22 at 11:44
$begingroup$
@JoseBrox just habit
$endgroup$
– Ben W
Jan 22 at 16:39
add a comment |
$begingroup$
$$f(x_{2}-x_{1})= f(x_{2}-y)f(y-x_{1})$$ I need to find a unique solution to this algebraic equation. Any hints as to how to proceed. The Exponential function works in this case, but I explicitly need to see the details. Thanks in advance.
algebra-precalculus multivariable-calculus
$endgroup$
$$f(x_{2}-x_{1})= f(x_{2}-y)f(y-x_{1})$$ I need to find a unique solution to this algebraic equation. Any hints as to how to proceed. The Exponential function works in this case, but I explicitly need to see the details. Thanks in advance.
algebra-precalculus multivariable-calculus
algebra-precalculus multivariable-calculus
asked Jan 22 at 11:29


SUMIT DEYSUMIT DEY
61
61
$begingroup$
There is no unique solution, as $f(x)=b^x$ works for any $bin(0,1)cup(1,infty)$.
$endgroup$
– Ben W
Jan 22 at 11:33
$begingroup$
@BenW Why do you exclude the case $b=1$?
$endgroup$
– Jose Brox
Jan 22 at 11:39
$begingroup$
Are $x_1,x_2$ supposed to be fixed real numbers, or is the equation supposed to hold for all $x_1,x_2inmathbb{R}$?
$endgroup$
– Jose Brox
Jan 22 at 11:44
$begingroup$
@JoseBrox just habit
$endgroup$
– Ben W
Jan 22 at 16:39
add a comment |
$begingroup$
There is no unique solution, as $f(x)=b^x$ works for any $bin(0,1)cup(1,infty)$.
$endgroup$
– Ben W
Jan 22 at 11:33
$begingroup$
@BenW Why do you exclude the case $b=1$?
$endgroup$
– Jose Brox
Jan 22 at 11:39
$begingroup$
Are $x_1,x_2$ supposed to be fixed real numbers, or is the equation supposed to hold for all $x_1,x_2inmathbb{R}$?
$endgroup$
– Jose Brox
Jan 22 at 11:44
$begingroup$
@JoseBrox just habit
$endgroup$
– Ben W
Jan 22 at 16:39
$begingroup$
There is no unique solution, as $f(x)=b^x$ works for any $bin(0,1)cup(1,infty)$.
$endgroup$
– Ben W
Jan 22 at 11:33
$begingroup$
There is no unique solution, as $f(x)=b^x$ works for any $bin(0,1)cup(1,infty)$.
$endgroup$
– Ben W
Jan 22 at 11:33
$begingroup$
@BenW Why do you exclude the case $b=1$?
$endgroup$
– Jose Brox
Jan 22 at 11:39
$begingroup$
@BenW Why do you exclude the case $b=1$?
$endgroup$
– Jose Brox
Jan 22 at 11:39
$begingroup$
Are $x_1,x_2$ supposed to be fixed real numbers, or is the equation supposed to hold for all $x_1,x_2inmathbb{R}$?
$endgroup$
– Jose Brox
Jan 22 at 11:44
$begingroup$
Are $x_1,x_2$ supposed to be fixed real numbers, or is the equation supposed to hold for all $x_1,x_2inmathbb{R}$?
$endgroup$
– Jose Brox
Jan 22 at 11:44
$begingroup$
@JoseBrox just habit
$endgroup$
– Ben W
Jan 22 at 16:39
$begingroup$
@JoseBrox just habit
$endgroup$
– Ben W
Jan 22 at 16:39
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
I'm going to suppose that $x_1,x_2inmathbb{R}$ are variables and not fixed real numbers, and that $f$ is differentiable.
First, if $y=x_2$ then $f(x_2-x_1)=f(0)f(x_2-x_1)$, hence $f(0)=1$ unless $f(x_2-x_1)=0$ for every $x_1,x_2$, i.e., unless $f(x)=0$ in all of $mathbb{R}$.
Now suppose $fneq0$ and let us differentiate the equation with respect to $y$:
$0=-f'(x_2-y)f(y-x_1)+f(x_2-y)f'(x_1-y)$,
so $$f'(x_2-y)f(y-x_1)=f(x_2-y)f'(x_1-y)$$
and substituting $y=x_1$ we get
$$f'(x_2-x_1)=f'(0)f(x_2-x_1)$$
and therefore
$$f'(x)=alpha_f f(x) ,,,, (1)$$
for some constant $alpha_f:=f'(0)inmathbb{R}$.
Since the derivative of $f$ is proportional to $f$, the unique family of solutions for (1) when $fneq0$ is $f(x)=a^x$ for $ain(0,infty)$.
Finally we check that $f(x)=0$ and $f(x)=a^x$, $a>1$ are solutions to the original equation, so they are the only ones.
$endgroup$
$begingroup$
OP is not assuming smoothness.
$endgroup$
– Kavi Rama Murthy
Jan 22 at 12:05
$begingroup$
@KaviRamaMurthy Oh, yes, I forgot to add that explicitly. I'll edit, thanks!
$endgroup$
– Jose Brox
Jan 22 at 12:14
add a comment |
$begingroup$
The equation is equivalent to $f(a+b)=f(a)f(b)$ which is closely related to $g(a+b)=g(a)+g(b)$. It is well know that there are pathological examples of functions satisfying the equation which are not even measurable. However the only continuous solutions are the exponential functions mentioned in the comments. [Note that $f(a)=0$ for some $a$ implies $f equiv 0$. If $f$ is continuous and never vanishes then it is always positive and we can take logarithms to reduce the given equation to $g(a+b)=g(a)+g(b)$ where $g=log , f$. In this case $g(x)=cx$ for some $c$ and $f(x)=e^{cx}$].
$endgroup$
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%2f3083043%2funique-solution-to-an-algebraic-equation%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
$begingroup$
I'm going to suppose that $x_1,x_2inmathbb{R}$ are variables and not fixed real numbers, and that $f$ is differentiable.
First, if $y=x_2$ then $f(x_2-x_1)=f(0)f(x_2-x_1)$, hence $f(0)=1$ unless $f(x_2-x_1)=0$ for every $x_1,x_2$, i.e., unless $f(x)=0$ in all of $mathbb{R}$.
Now suppose $fneq0$ and let us differentiate the equation with respect to $y$:
$0=-f'(x_2-y)f(y-x_1)+f(x_2-y)f'(x_1-y)$,
so $$f'(x_2-y)f(y-x_1)=f(x_2-y)f'(x_1-y)$$
and substituting $y=x_1$ we get
$$f'(x_2-x_1)=f'(0)f(x_2-x_1)$$
and therefore
$$f'(x)=alpha_f f(x) ,,,, (1)$$
for some constant $alpha_f:=f'(0)inmathbb{R}$.
Since the derivative of $f$ is proportional to $f$, the unique family of solutions for (1) when $fneq0$ is $f(x)=a^x$ for $ain(0,infty)$.
Finally we check that $f(x)=0$ and $f(x)=a^x$, $a>1$ are solutions to the original equation, so they are the only ones.
$endgroup$
$begingroup$
OP is not assuming smoothness.
$endgroup$
– Kavi Rama Murthy
Jan 22 at 12:05
$begingroup$
@KaviRamaMurthy Oh, yes, I forgot to add that explicitly. I'll edit, thanks!
$endgroup$
– Jose Brox
Jan 22 at 12:14
add a comment |
$begingroup$
I'm going to suppose that $x_1,x_2inmathbb{R}$ are variables and not fixed real numbers, and that $f$ is differentiable.
First, if $y=x_2$ then $f(x_2-x_1)=f(0)f(x_2-x_1)$, hence $f(0)=1$ unless $f(x_2-x_1)=0$ for every $x_1,x_2$, i.e., unless $f(x)=0$ in all of $mathbb{R}$.
Now suppose $fneq0$ and let us differentiate the equation with respect to $y$:
$0=-f'(x_2-y)f(y-x_1)+f(x_2-y)f'(x_1-y)$,
so $$f'(x_2-y)f(y-x_1)=f(x_2-y)f'(x_1-y)$$
and substituting $y=x_1$ we get
$$f'(x_2-x_1)=f'(0)f(x_2-x_1)$$
and therefore
$$f'(x)=alpha_f f(x) ,,,, (1)$$
for some constant $alpha_f:=f'(0)inmathbb{R}$.
Since the derivative of $f$ is proportional to $f$, the unique family of solutions for (1) when $fneq0$ is $f(x)=a^x$ for $ain(0,infty)$.
Finally we check that $f(x)=0$ and $f(x)=a^x$, $a>1$ are solutions to the original equation, so they are the only ones.
$endgroup$
$begingroup$
OP is not assuming smoothness.
$endgroup$
– Kavi Rama Murthy
Jan 22 at 12:05
$begingroup$
@KaviRamaMurthy Oh, yes, I forgot to add that explicitly. I'll edit, thanks!
$endgroup$
– Jose Brox
Jan 22 at 12:14
add a comment |
$begingroup$
I'm going to suppose that $x_1,x_2inmathbb{R}$ are variables and not fixed real numbers, and that $f$ is differentiable.
First, if $y=x_2$ then $f(x_2-x_1)=f(0)f(x_2-x_1)$, hence $f(0)=1$ unless $f(x_2-x_1)=0$ for every $x_1,x_2$, i.e., unless $f(x)=0$ in all of $mathbb{R}$.
Now suppose $fneq0$ and let us differentiate the equation with respect to $y$:
$0=-f'(x_2-y)f(y-x_1)+f(x_2-y)f'(x_1-y)$,
so $$f'(x_2-y)f(y-x_1)=f(x_2-y)f'(x_1-y)$$
and substituting $y=x_1$ we get
$$f'(x_2-x_1)=f'(0)f(x_2-x_1)$$
and therefore
$$f'(x)=alpha_f f(x) ,,,, (1)$$
for some constant $alpha_f:=f'(0)inmathbb{R}$.
Since the derivative of $f$ is proportional to $f$, the unique family of solutions for (1) when $fneq0$ is $f(x)=a^x$ for $ain(0,infty)$.
Finally we check that $f(x)=0$ and $f(x)=a^x$, $a>1$ are solutions to the original equation, so they are the only ones.
$endgroup$
I'm going to suppose that $x_1,x_2inmathbb{R}$ are variables and not fixed real numbers, and that $f$ is differentiable.
First, if $y=x_2$ then $f(x_2-x_1)=f(0)f(x_2-x_1)$, hence $f(0)=1$ unless $f(x_2-x_1)=0$ for every $x_1,x_2$, i.e., unless $f(x)=0$ in all of $mathbb{R}$.
Now suppose $fneq0$ and let us differentiate the equation with respect to $y$:
$0=-f'(x_2-y)f(y-x_1)+f(x_2-y)f'(x_1-y)$,
so $$f'(x_2-y)f(y-x_1)=f(x_2-y)f'(x_1-y)$$
and substituting $y=x_1$ we get
$$f'(x_2-x_1)=f'(0)f(x_2-x_1)$$
and therefore
$$f'(x)=alpha_f f(x) ,,,, (1)$$
for some constant $alpha_f:=f'(0)inmathbb{R}$.
Since the derivative of $f$ is proportional to $f$, the unique family of solutions for (1) when $fneq0$ is $f(x)=a^x$ for $ain(0,infty)$.
Finally we check that $f(x)=0$ and $f(x)=a^x$, $a>1$ are solutions to the original equation, so they are the only ones.
edited Jan 22 at 12:15
answered Jan 22 at 11:57


Jose BroxJose Brox
3,15711128
3,15711128
$begingroup$
OP is not assuming smoothness.
$endgroup$
– Kavi Rama Murthy
Jan 22 at 12:05
$begingroup$
@KaviRamaMurthy Oh, yes, I forgot to add that explicitly. I'll edit, thanks!
$endgroup$
– Jose Brox
Jan 22 at 12:14
add a comment |
$begingroup$
OP is not assuming smoothness.
$endgroup$
– Kavi Rama Murthy
Jan 22 at 12:05
$begingroup$
@KaviRamaMurthy Oh, yes, I forgot to add that explicitly. I'll edit, thanks!
$endgroup$
– Jose Brox
Jan 22 at 12:14
$begingroup$
OP is not assuming smoothness.
$endgroup$
– Kavi Rama Murthy
Jan 22 at 12:05
$begingroup$
OP is not assuming smoothness.
$endgroup$
– Kavi Rama Murthy
Jan 22 at 12:05
$begingroup$
@KaviRamaMurthy Oh, yes, I forgot to add that explicitly. I'll edit, thanks!
$endgroup$
– Jose Brox
Jan 22 at 12:14
$begingroup$
@KaviRamaMurthy Oh, yes, I forgot to add that explicitly. I'll edit, thanks!
$endgroup$
– Jose Brox
Jan 22 at 12:14
add a comment |
$begingroup$
The equation is equivalent to $f(a+b)=f(a)f(b)$ which is closely related to $g(a+b)=g(a)+g(b)$. It is well know that there are pathological examples of functions satisfying the equation which are not even measurable. However the only continuous solutions are the exponential functions mentioned in the comments. [Note that $f(a)=0$ for some $a$ implies $f equiv 0$. If $f$ is continuous and never vanishes then it is always positive and we can take logarithms to reduce the given equation to $g(a+b)=g(a)+g(b)$ where $g=log , f$. In this case $g(x)=cx$ for some $c$ and $f(x)=e^{cx}$].
$endgroup$
add a comment |
$begingroup$
The equation is equivalent to $f(a+b)=f(a)f(b)$ which is closely related to $g(a+b)=g(a)+g(b)$. It is well know that there are pathological examples of functions satisfying the equation which are not even measurable. However the only continuous solutions are the exponential functions mentioned in the comments. [Note that $f(a)=0$ for some $a$ implies $f equiv 0$. If $f$ is continuous and never vanishes then it is always positive and we can take logarithms to reduce the given equation to $g(a+b)=g(a)+g(b)$ where $g=log , f$. In this case $g(x)=cx$ for some $c$ and $f(x)=e^{cx}$].
$endgroup$
add a comment |
$begingroup$
The equation is equivalent to $f(a+b)=f(a)f(b)$ which is closely related to $g(a+b)=g(a)+g(b)$. It is well know that there are pathological examples of functions satisfying the equation which are not even measurable. However the only continuous solutions are the exponential functions mentioned in the comments. [Note that $f(a)=0$ for some $a$ implies $f equiv 0$. If $f$ is continuous and never vanishes then it is always positive and we can take logarithms to reduce the given equation to $g(a+b)=g(a)+g(b)$ where $g=log , f$. In this case $g(x)=cx$ for some $c$ and $f(x)=e^{cx}$].
$endgroup$
The equation is equivalent to $f(a+b)=f(a)f(b)$ which is closely related to $g(a+b)=g(a)+g(b)$. It is well know that there are pathological examples of functions satisfying the equation which are not even measurable. However the only continuous solutions are the exponential functions mentioned in the comments. [Note that $f(a)=0$ for some $a$ implies $f equiv 0$. If $f$ is continuous and never vanishes then it is always positive and we can take logarithms to reduce the given equation to $g(a+b)=g(a)+g(b)$ where $g=log , f$. In this case $g(x)=cx$ for some $c$ and $f(x)=e^{cx}$].
edited Jan 22 at 12:16
answered Jan 22 at 12:09


Kavi Rama MurthyKavi Rama Murthy
65.9k42867
65.9k42867
add a comment |
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.
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%2f3083043%2funique-solution-to-an-algebraic-equation%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$
There is no unique solution, as $f(x)=b^x$ works for any $bin(0,1)cup(1,infty)$.
$endgroup$
– Ben W
Jan 22 at 11:33
$begingroup$
@BenW Why do you exclude the case $b=1$?
$endgroup$
– Jose Brox
Jan 22 at 11:39
$begingroup$
Are $x_1,x_2$ supposed to be fixed real numbers, or is the equation supposed to hold for all $x_1,x_2inmathbb{R}$?
$endgroup$
– Jose Brox
Jan 22 at 11:44
$begingroup$
@JoseBrox just habit
$endgroup$
– Ben W
Jan 22 at 16:39