Find all the bijective functions $f:[0,1]to[0,1]$ such that $x=frac{1}{2}big(f(x)+f^{-1}(x)big)$ for all...
$begingroup$
Find all bijective functions $ f : [0,1] to [0,1]$ that satisfy the equation $$x=frac{1}{2} big(f(x) +f^{-1} (x)big),forall x in[0,1],.$$
I honestly don't know how to approach this. I tried to plug in different values, but this doesn't work.
algebra-precalculus functions inverse functional-equations inverse-function
$endgroup$
add a comment |
$begingroup$
Find all bijective functions $ f : [0,1] to [0,1]$ that satisfy the equation $$x=frac{1}{2} big(f(x) +f^{-1} (x)big),forall x in[0,1],.$$
I honestly don't know how to approach this. I tried to plug in different values, but this doesn't work.
algebra-precalculus functions inverse functional-equations inverse-function
$endgroup$
$begingroup$
So $f(x)=x$ obviously does the trick. I think it might be the only the continuous function that does this but I don't know how to prove this at first glance. Do we know anything else about the function? A bijection isn't a lot of power over a function. There are many bizarre bijections. Is this question from a text? from a class?
$endgroup$
– Mason
Dec 8 '18 at 19:31
$begingroup$
What if $F(0,x) := x$ and $F(n,x)=f(F(n-1,x))$ for all integer $n$ and real $x$?
$endgroup$
– Somos
Dec 8 '18 at 19:37
add a comment |
$begingroup$
Find all bijective functions $ f : [0,1] to [0,1]$ that satisfy the equation $$x=frac{1}{2} big(f(x) +f^{-1} (x)big),forall x in[0,1],.$$
I honestly don't know how to approach this. I tried to plug in different values, but this doesn't work.
algebra-precalculus functions inverse functional-equations inverse-function
$endgroup$
Find all bijective functions $ f : [0,1] to [0,1]$ that satisfy the equation $$x=frac{1}{2} big(f(x) +f^{-1} (x)big),forall x in[0,1],.$$
I honestly don't know how to approach this. I tried to plug in different values, but this doesn't work.
algebra-precalculus functions inverse functional-equations inverse-function
algebra-precalculus functions inverse functional-equations inverse-function
edited Dec 11 '18 at 19:12
Batominovski
33.1k33293
33.1k33293
asked Dec 8 '18 at 19:10
JustAnUserJustAnUser
83
83
$begingroup$
So $f(x)=x$ obviously does the trick. I think it might be the only the continuous function that does this but I don't know how to prove this at first glance. Do we know anything else about the function? A bijection isn't a lot of power over a function. There are many bizarre bijections. Is this question from a text? from a class?
$endgroup$
– Mason
Dec 8 '18 at 19:31
$begingroup$
What if $F(0,x) := x$ and $F(n,x)=f(F(n-1,x))$ for all integer $n$ and real $x$?
$endgroup$
– Somos
Dec 8 '18 at 19:37
add a comment |
$begingroup$
So $f(x)=x$ obviously does the trick. I think it might be the only the continuous function that does this but I don't know how to prove this at first glance. Do we know anything else about the function? A bijection isn't a lot of power over a function. There are many bizarre bijections. Is this question from a text? from a class?
$endgroup$
– Mason
Dec 8 '18 at 19:31
$begingroup$
What if $F(0,x) := x$ and $F(n,x)=f(F(n-1,x))$ for all integer $n$ and real $x$?
$endgroup$
– Somos
Dec 8 '18 at 19:37
$begingroup$
So $f(x)=x$ obviously does the trick. I think it might be the only the continuous function that does this but I don't know how to prove this at first glance. Do we know anything else about the function? A bijection isn't a lot of power over a function. There are many bizarre bijections. Is this question from a text? from a class?
$endgroup$
– Mason
Dec 8 '18 at 19:31
$begingroup$
So $f(x)=x$ obviously does the trick. I think it might be the only the continuous function that does this but I don't know how to prove this at first glance. Do we know anything else about the function? A bijection isn't a lot of power over a function. There are many bizarre bijections. Is this question from a text? from a class?
$endgroup$
– Mason
Dec 8 '18 at 19:31
$begingroup$
What if $F(0,x) := x$ and $F(n,x)=f(F(n-1,x))$ for all integer $n$ and real $x$?
$endgroup$
– Somos
Dec 8 '18 at 19:37
$begingroup$
What if $F(0,x) := x$ and $F(n,x)=f(F(n-1,x))$ for all integer $n$ and real $x$?
$endgroup$
– Somos
Dec 8 '18 at 19:37
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Suppose $x in I = [0, 1]$ and $f(x) = x + a$. The only way this can work is if $f^{-1}(x) = x - a$ (and in particular $x - a$ is also in $I$), so we also get $f(x - a) = x$.
Looking at this as $f(x - a) = (x - a) + a$, we can apply the result above with $x - a$ instead of $x$, which tell us that $f(x - 2a) = x - a$. Repeating this process, $f(x - na) = x - (n - 1)a$ for any integer $n ge 0$.
In particular, $x - na in I$ for all $n$. But $I$ is bounded above and below, which means that $a = 0$: otherwise the value $x - na$ will eventually wander out of $I$ for some large $n$ and we will get a contradiction.
So we have shown that $a = 0$ for any choice of $x$, which means that $f(x) = x$ always, and the identity function is the only solution.
(Note that we did not need to assume $f$ is continuous.)
$endgroup$
$begingroup$
Nice solution, thank you! When you choose $a$ at the beginning of your soltuion, is it a constant or can it also be a function?
$endgroup$
– JustAnUser
Dec 8 '18 at 23:45
2
$begingroup$
@JustAnUser. Say you map some value $x$ in the interval to $f(x)$. We let $a=x-f(x)$. A little magic happens and then we conclude that $a=0$. It's just a constant.
$endgroup$
– Mason
Dec 9 '18 at 2:12
$begingroup$
By the way, @JustAnUser, I found it very helpful to draw pictures of what the graph of $f$ would look like in different cases. I was too lazy to illustrate the proof, but that's where the proof came from, so you might try that too.
$endgroup$
– Hew Wolff
Dec 9 '18 at 16:20
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%2f3031498%2ffind-all-the-bijective-functions-f0-1-to0-1-such-that-x-frac12-big%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Suppose $x in I = [0, 1]$ and $f(x) = x + a$. The only way this can work is if $f^{-1}(x) = x - a$ (and in particular $x - a$ is also in $I$), so we also get $f(x - a) = x$.
Looking at this as $f(x - a) = (x - a) + a$, we can apply the result above with $x - a$ instead of $x$, which tell us that $f(x - 2a) = x - a$. Repeating this process, $f(x - na) = x - (n - 1)a$ for any integer $n ge 0$.
In particular, $x - na in I$ for all $n$. But $I$ is bounded above and below, which means that $a = 0$: otherwise the value $x - na$ will eventually wander out of $I$ for some large $n$ and we will get a contradiction.
So we have shown that $a = 0$ for any choice of $x$, which means that $f(x) = x$ always, and the identity function is the only solution.
(Note that we did not need to assume $f$ is continuous.)
$endgroup$
$begingroup$
Nice solution, thank you! When you choose $a$ at the beginning of your soltuion, is it a constant or can it also be a function?
$endgroup$
– JustAnUser
Dec 8 '18 at 23:45
2
$begingroup$
@JustAnUser. Say you map some value $x$ in the interval to $f(x)$. We let $a=x-f(x)$. A little magic happens and then we conclude that $a=0$. It's just a constant.
$endgroup$
– Mason
Dec 9 '18 at 2:12
$begingroup$
By the way, @JustAnUser, I found it very helpful to draw pictures of what the graph of $f$ would look like in different cases. I was too lazy to illustrate the proof, but that's where the proof came from, so you might try that too.
$endgroup$
– Hew Wolff
Dec 9 '18 at 16:20
add a comment |
$begingroup$
Suppose $x in I = [0, 1]$ and $f(x) = x + a$. The only way this can work is if $f^{-1}(x) = x - a$ (and in particular $x - a$ is also in $I$), so we also get $f(x - a) = x$.
Looking at this as $f(x - a) = (x - a) + a$, we can apply the result above with $x - a$ instead of $x$, which tell us that $f(x - 2a) = x - a$. Repeating this process, $f(x - na) = x - (n - 1)a$ for any integer $n ge 0$.
In particular, $x - na in I$ for all $n$. But $I$ is bounded above and below, which means that $a = 0$: otherwise the value $x - na$ will eventually wander out of $I$ for some large $n$ and we will get a contradiction.
So we have shown that $a = 0$ for any choice of $x$, which means that $f(x) = x$ always, and the identity function is the only solution.
(Note that we did not need to assume $f$ is continuous.)
$endgroup$
$begingroup$
Nice solution, thank you! When you choose $a$ at the beginning of your soltuion, is it a constant or can it also be a function?
$endgroup$
– JustAnUser
Dec 8 '18 at 23:45
2
$begingroup$
@JustAnUser. Say you map some value $x$ in the interval to $f(x)$. We let $a=x-f(x)$. A little magic happens and then we conclude that $a=0$. It's just a constant.
$endgroup$
– Mason
Dec 9 '18 at 2:12
$begingroup$
By the way, @JustAnUser, I found it very helpful to draw pictures of what the graph of $f$ would look like in different cases. I was too lazy to illustrate the proof, but that's where the proof came from, so you might try that too.
$endgroup$
– Hew Wolff
Dec 9 '18 at 16:20
add a comment |
$begingroup$
Suppose $x in I = [0, 1]$ and $f(x) = x + a$. The only way this can work is if $f^{-1}(x) = x - a$ (and in particular $x - a$ is also in $I$), so we also get $f(x - a) = x$.
Looking at this as $f(x - a) = (x - a) + a$, we can apply the result above with $x - a$ instead of $x$, which tell us that $f(x - 2a) = x - a$. Repeating this process, $f(x - na) = x - (n - 1)a$ for any integer $n ge 0$.
In particular, $x - na in I$ for all $n$. But $I$ is bounded above and below, which means that $a = 0$: otherwise the value $x - na$ will eventually wander out of $I$ for some large $n$ and we will get a contradiction.
So we have shown that $a = 0$ for any choice of $x$, which means that $f(x) = x$ always, and the identity function is the only solution.
(Note that we did not need to assume $f$ is continuous.)
$endgroup$
Suppose $x in I = [0, 1]$ and $f(x) = x + a$. The only way this can work is if $f^{-1}(x) = x - a$ (and in particular $x - a$ is also in $I$), so we also get $f(x - a) = x$.
Looking at this as $f(x - a) = (x - a) + a$, we can apply the result above with $x - a$ instead of $x$, which tell us that $f(x - 2a) = x - a$. Repeating this process, $f(x - na) = x - (n - 1)a$ for any integer $n ge 0$.
In particular, $x - na in I$ for all $n$. But $I$ is bounded above and below, which means that $a = 0$: otherwise the value $x - na$ will eventually wander out of $I$ for some large $n$ and we will get a contradiction.
So we have shown that $a = 0$ for any choice of $x$, which means that $f(x) = x$ always, and the identity function is the only solution.
(Note that we did not need to assume $f$ is continuous.)
edited Dec 9 '18 at 3:56
answered Dec 8 '18 at 20:49
Hew WolffHew Wolff
2,260716
2,260716
$begingroup$
Nice solution, thank you! When you choose $a$ at the beginning of your soltuion, is it a constant or can it also be a function?
$endgroup$
– JustAnUser
Dec 8 '18 at 23:45
2
$begingroup$
@JustAnUser. Say you map some value $x$ in the interval to $f(x)$. We let $a=x-f(x)$. A little magic happens and then we conclude that $a=0$. It's just a constant.
$endgroup$
– Mason
Dec 9 '18 at 2:12
$begingroup$
By the way, @JustAnUser, I found it very helpful to draw pictures of what the graph of $f$ would look like in different cases. I was too lazy to illustrate the proof, but that's where the proof came from, so you might try that too.
$endgroup$
– Hew Wolff
Dec 9 '18 at 16:20
add a comment |
$begingroup$
Nice solution, thank you! When you choose $a$ at the beginning of your soltuion, is it a constant or can it also be a function?
$endgroup$
– JustAnUser
Dec 8 '18 at 23:45
2
$begingroup$
@JustAnUser. Say you map some value $x$ in the interval to $f(x)$. We let $a=x-f(x)$. A little magic happens and then we conclude that $a=0$. It's just a constant.
$endgroup$
– Mason
Dec 9 '18 at 2:12
$begingroup$
By the way, @JustAnUser, I found it very helpful to draw pictures of what the graph of $f$ would look like in different cases. I was too lazy to illustrate the proof, but that's where the proof came from, so you might try that too.
$endgroup$
– Hew Wolff
Dec 9 '18 at 16:20
$begingroup$
Nice solution, thank you! When you choose $a$ at the beginning of your soltuion, is it a constant or can it also be a function?
$endgroup$
– JustAnUser
Dec 8 '18 at 23:45
$begingroup$
Nice solution, thank you! When you choose $a$ at the beginning of your soltuion, is it a constant or can it also be a function?
$endgroup$
– JustAnUser
Dec 8 '18 at 23:45
2
2
$begingroup$
@JustAnUser. Say you map some value $x$ in the interval to $f(x)$. We let $a=x-f(x)$. A little magic happens and then we conclude that $a=0$. It's just a constant.
$endgroup$
– Mason
Dec 9 '18 at 2:12
$begingroup$
@JustAnUser. Say you map some value $x$ in the interval to $f(x)$. We let $a=x-f(x)$. A little magic happens and then we conclude that $a=0$. It's just a constant.
$endgroup$
– Mason
Dec 9 '18 at 2:12
$begingroup$
By the way, @JustAnUser, I found it very helpful to draw pictures of what the graph of $f$ would look like in different cases. I was too lazy to illustrate the proof, but that's where the proof came from, so you might try that too.
$endgroup$
– Hew Wolff
Dec 9 '18 at 16:20
$begingroup$
By the way, @JustAnUser, I found it very helpful to draw pictures of what the graph of $f$ would look like in different cases. I was too lazy to illustrate the proof, but that's where the proof came from, so you might try that too.
$endgroup$
– Hew Wolff
Dec 9 '18 at 16:20
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%2f3031498%2ffind-all-the-bijective-functions-f0-1-to0-1-such-that-x-frac12-big%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$
So $f(x)=x$ obviously does the trick. I think it might be the only the continuous function that does this but I don't know how to prove this at first glance. Do we know anything else about the function? A bijection isn't a lot of power over a function. There are many bizarre bijections. Is this question from a text? from a class?
$endgroup$
– Mason
Dec 8 '18 at 19:31
$begingroup$
What if $F(0,x) := x$ and $F(n,x)=f(F(n-1,x))$ for all integer $n$ and real $x$?
$endgroup$
– Somos
Dec 8 '18 at 19:37