Determinate if exist a function $f:Bbb R rightarrow Bbb R $ such that: $f(x+y)=max(xy,x)+min(xy,y)$

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
2
down vote

favorite












Determinate if it exists a function $f:Bbb R rightarrow Bbb R $ such that:
$$f(x+y)=max(xy,x)+min(xy,y)$$



My try was to define $(x,y)=(2,2)$ because in this way $x+y=xy$, and it didn't work, but I don't know if this is enough to determinate that this function does not exist.



Any hints?







share|cite|improve this question





















  • If $(x,y)=(2,2)$ we get $f(4)=8$ This is certainly not enough to show the function doesn't exit. Try some other values.
    – saulspatz
    Aug 6 at 0:52














up vote
2
down vote

favorite












Determinate if it exists a function $f:Bbb R rightarrow Bbb R $ such that:
$$f(x+y)=max(xy,x)+min(xy,y)$$



My try was to define $(x,y)=(2,2)$ because in this way $x+y=xy$, and it didn't work, but I don't know if this is enough to determinate that this function does not exist.



Any hints?







share|cite|improve this question





















  • If $(x,y)=(2,2)$ we get $f(4)=8$ This is certainly not enough to show the function doesn't exit. Try some other values.
    – saulspatz
    Aug 6 at 0:52












up vote
2
down vote

favorite









up vote
2
down vote

favorite











Determinate if it exists a function $f:Bbb R rightarrow Bbb R $ such that:
$$f(x+y)=max(xy,x)+min(xy,y)$$



My try was to define $(x,y)=(2,2)$ because in this way $x+y=xy$, and it didn't work, but I don't know if this is enough to determinate that this function does not exist.



Any hints?







share|cite|improve this question













Determinate if it exists a function $f:Bbb R rightarrow Bbb R $ such that:
$$f(x+y)=max(xy,x)+min(xy,y)$$



My try was to define $(x,y)=(2,2)$ because in this way $x+y=xy$, and it didn't work, but I don't know if this is enough to determinate that this function does not exist.



Any hints?









share|cite|improve this question












share|cite|improve this question




share|cite|improve this question








edited Aug 6 at 0:43









Cornman

2,60721128




2,60721128









asked Aug 6 at 0:40









Rodrigo Pizarro

696117




696117











  • If $(x,y)=(2,2)$ we get $f(4)=8$ This is certainly not enough to show the function doesn't exit. Try some other values.
    – saulspatz
    Aug 6 at 0:52
















  • If $(x,y)=(2,2)$ we get $f(4)=8$ This is certainly not enough to show the function doesn't exit. Try some other values.
    – saulspatz
    Aug 6 at 0:52















If $(x,y)=(2,2)$ we get $f(4)=8$ This is certainly not enough to show the function doesn't exit. Try some other values.
– saulspatz
Aug 6 at 0:52




If $(x,y)=(2,2)$ we get $f(4)=8$ This is certainly not enough to show the function doesn't exit. Try some other values.
– saulspatz
Aug 6 at 0:52










2 Answers
2






active

oldest

votes

















up vote
2
down vote



accepted










No, such function can not exist, because it would not be well-defined.
For $rinmathbbR$ the function $f$ could possibly take infinite solutions, since you can write $r=x+y$ in an infinite amout of ways.



For example: $1=frac12+frac12$ and $1=2-1$.



Then $f(frac12+frac12)=max(frac14,frac12)+min(frac14,frac12)=frac12+frac14=frac34$



Otherwise:



$f(2-1)=max(-2,2)+min(-2,-1)=2+(-2)=0$






share|cite|improve this answer




























    up vote
    3
    down vote













    HINT: Let $x=1$ and $y=2$. Then let $x=2$ and $y=1$.






    share|cite|improve this answer





















      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',
      convertImagesToLinks: true,
      noModals: false,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      noCode: true, onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      );



      );








       

      draft saved


      draft discarded


















      StackExchange.ready(
      function ()
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2873469%2fdeterminate-if-exist-a-function-f-bbb-r-rightarrow-bbb-r-such-that-fxy%23new-answer', 'question_page');

      );

      Post as a guest






























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      2
      down vote



      accepted










      No, such function can not exist, because it would not be well-defined.
      For $rinmathbbR$ the function $f$ could possibly take infinite solutions, since you can write $r=x+y$ in an infinite amout of ways.



      For example: $1=frac12+frac12$ and $1=2-1$.



      Then $f(frac12+frac12)=max(frac14,frac12)+min(frac14,frac12)=frac12+frac14=frac34$



      Otherwise:



      $f(2-1)=max(-2,2)+min(-2,-1)=2+(-2)=0$






      share|cite|improve this answer

























        up vote
        2
        down vote



        accepted










        No, such function can not exist, because it would not be well-defined.
        For $rinmathbbR$ the function $f$ could possibly take infinite solutions, since you can write $r=x+y$ in an infinite amout of ways.



        For example: $1=frac12+frac12$ and $1=2-1$.



        Then $f(frac12+frac12)=max(frac14,frac12)+min(frac14,frac12)=frac12+frac14=frac34$



        Otherwise:



        $f(2-1)=max(-2,2)+min(-2,-1)=2+(-2)=0$






        share|cite|improve this answer























          up vote
          2
          down vote



          accepted







          up vote
          2
          down vote



          accepted






          No, such function can not exist, because it would not be well-defined.
          For $rinmathbbR$ the function $f$ could possibly take infinite solutions, since you can write $r=x+y$ in an infinite amout of ways.



          For example: $1=frac12+frac12$ and $1=2-1$.



          Then $f(frac12+frac12)=max(frac14,frac12)+min(frac14,frac12)=frac12+frac14=frac34$



          Otherwise:



          $f(2-1)=max(-2,2)+min(-2,-1)=2+(-2)=0$






          share|cite|improve this answer













          No, such function can not exist, because it would not be well-defined.
          For $rinmathbbR$ the function $f$ could possibly take infinite solutions, since you can write $r=x+y$ in an infinite amout of ways.



          For example: $1=frac12+frac12$ and $1=2-1$.



          Then $f(frac12+frac12)=max(frac14,frac12)+min(frac14,frac12)=frac12+frac14=frac34$



          Otherwise:



          $f(2-1)=max(-2,2)+min(-2,-1)=2+(-2)=0$







          share|cite|improve this answer













          share|cite|improve this answer



          share|cite|improve this answer











          answered Aug 6 at 1:00









          Cornman

          2,60721128




          2,60721128




















              up vote
              3
              down vote













              HINT: Let $x=1$ and $y=2$. Then let $x=2$ and $y=1$.






              share|cite|improve this answer

























                up vote
                3
                down vote













                HINT: Let $x=1$ and $y=2$. Then let $x=2$ and $y=1$.






                share|cite|improve this answer























                  up vote
                  3
                  down vote










                  up vote
                  3
                  down vote









                  HINT: Let $x=1$ and $y=2$. Then let $x=2$ and $y=1$.






                  share|cite|improve this answer













                  HINT: Let $x=1$ and $y=2$. Then let $x=2$ and $y=1$.







                  share|cite|improve this answer













                  share|cite|improve this answer



                  share|cite|improve this answer











                  answered Aug 6 at 0:50









                  Frpzzd

                  17k63490




                  17k63490






















                       

                      draft saved


                      draft discarded


























                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2873469%2fdeterminate-if-exist-a-function-f-bbb-r-rightarrow-bbb-r-such-that-fxy%23new-answer', 'question_page');

                      );

                      Post as a guest













































































                      Comments

                      Popular posts from this blog

                      Color the edges and diagonals of a regular polygon

                      Relationship between determinant of matrix and determinant of adjoint?

                      What is the equation of a 3D cone with generalised tilt?