Decompose maximum function?












0














If $a,b,k in mathbb{R}$, is there a way to write the expression $$max(a-kb,0)$$ as $$max(a-b,0)+kf(a,b)$$ for some function f?
I am looking to factor out $k$ from inside the max expression, but I haven't had any luck.










share|cite|improve this question



























    0














    If $a,b,k in mathbb{R}$, is there a way to write the expression $$max(a-kb,0)$$ as $$max(a-b,0)+kf(a,b)$$ for some function f?
    I am looking to factor out $k$ from inside the max expression, but I haven't had any luck.










    share|cite|improve this question

























      0












      0








      0







      If $a,b,k in mathbb{R}$, is there a way to write the expression $$max(a-kb,0)$$ as $$max(a-b,0)+kf(a,b)$$ for some function f?
      I am looking to factor out $k$ from inside the max expression, but I haven't had any luck.










      share|cite|improve this question













      If $a,b,k in mathbb{R}$, is there a way to write the expression $$max(a-kb,0)$$ as $$max(a-b,0)+kf(a,b)$$ for some function f?
      I am looking to factor out $k$ from inside the max expression, but I haven't had any luck.







      analysis






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Dec 9 at 15:49









      user128836

      546




      546






















          1 Answer
          1






          active

          oldest

          votes


















          1














          No, that can't work, for several reasons.



          First consider $k=0$, that means you want to have $max(a,0)=max(a-b,0)$, which may not be true.



          But more generally, if $a,b$ are fixed, then $g(k)=max(a-b,0)+kf(a,b)$ is a linear function in $k$ (fixed term $max(a-b,0)$ and slope $f(a,b)$), while $h(k)=max(a-kb,0)$ is (generally) not, it's 2 pieces; one's a linear function, the other the constant function ($0$) function.



          The only case when $h(k)$ is linear is when $b=0$, then $h(k)$ is a constant. Then you can choose $f(a,b)=0$. But in general this is not possible.






          share|cite|improve this answer





















          • Thanks! That helped.
            – user128836
            Dec 9 at 21:28











          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
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3032525%2fdecompose-maximum-function%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









          1














          No, that can't work, for several reasons.



          First consider $k=0$, that means you want to have $max(a,0)=max(a-b,0)$, which may not be true.



          But more generally, if $a,b$ are fixed, then $g(k)=max(a-b,0)+kf(a,b)$ is a linear function in $k$ (fixed term $max(a-b,0)$ and slope $f(a,b)$), while $h(k)=max(a-kb,0)$ is (generally) not, it's 2 pieces; one's a linear function, the other the constant function ($0$) function.



          The only case when $h(k)$ is linear is when $b=0$, then $h(k)$ is a constant. Then you can choose $f(a,b)=0$. But in general this is not possible.






          share|cite|improve this answer





















          • Thanks! That helped.
            – user128836
            Dec 9 at 21:28
















          1














          No, that can't work, for several reasons.



          First consider $k=0$, that means you want to have $max(a,0)=max(a-b,0)$, which may not be true.



          But more generally, if $a,b$ are fixed, then $g(k)=max(a-b,0)+kf(a,b)$ is a linear function in $k$ (fixed term $max(a-b,0)$ and slope $f(a,b)$), while $h(k)=max(a-kb,0)$ is (generally) not, it's 2 pieces; one's a linear function, the other the constant function ($0$) function.



          The only case when $h(k)$ is linear is when $b=0$, then $h(k)$ is a constant. Then you can choose $f(a,b)=0$. But in general this is not possible.






          share|cite|improve this answer





















          • Thanks! That helped.
            – user128836
            Dec 9 at 21:28














          1












          1








          1






          No, that can't work, for several reasons.



          First consider $k=0$, that means you want to have $max(a,0)=max(a-b,0)$, which may not be true.



          But more generally, if $a,b$ are fixed, then $g(k)=max(a-b,0)+kf(a,b)$ is a linear function in $k$ (fixed term $max(a-b,0)$ and slope $f(a,b)$), while $h(k)=max(a-kb,0)$ is (generally) not, it's 2 pieces; one's a linear function, the other the constant function ($0$) function.



          The only case when $h(k)$ is linear is when $b=0$, then $h(k)$ is a constant. Then you can choose $f(a,b)=0$. But in general this is not possible.






          share|cite|improve this answer












          No, that can't work, for several reasons.



          First consider $k=0$, that means you want to have $max(a,0)=max(a-b,0)$, which may not be true.



          But more generally, if $a,b$ are fixed, then $g(k)=max(a-b,0)+kf(a,b)$ is a linear function in $k$ (fixed term $max(a-b,0)$ and slope $f(a,b)$), while $h(k)=max(a-kb,0)$ is (generally) not, it's 2 pieces; one's a linear function, the other the constant function ($0$) function.



          The only case when $h(k)$ is linear is when $b=0$, then $h(k)$ is a constant. Then you can choose $f(a,b)=0$. But in general this is not possible.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Dec 9 at 18:32









          Ingix

          3,214145




          3,214145












          • Thanks! That helped.
            – user128836
            Dec 9 at 21:28


















          • Thanks! That helped.
            – user128836
            Dec 9 at 21:28
















          Thanks! That helped.
          – user128836
          Dec 9 at 21:28




          Thanks! That helped.
          – user128836
          Dec 9 at 21:28


















          draft saved

          draft discarded




















































          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.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3032525%2fdecompose-maximum-function%23new-answer', 'question_page');
          }
          );

          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







          Popular posts from this blog

          Bressuire

          Cabo Verde

          Gyllenstierna