Composition of two multivariate functions












0












$begingroup$


Lets say I have 2 multivariate functions:



f(x,y) = x - y
g(x,y) = x + y


How do I get the composition of these 2 functions $g(f(x,y))$ ?










share|cite|improve this question











$endgroup$








  • 1




    $begingroup$
    Both of these functions map $mathbb R^2$ into $mathbb R$ (I would guess) , so $g circ f$ does not make sense, since the domain of $g$ is incompatible with the codomain of $f$.
    $endgroup$
    – MisterRiemann
    Dec 10 '18 at 20:33








  • 1




    $begingroup$
    $g(f(x,y))$ doesn’t make sense as the image of $f$ is $mathbb R$ while the domain of $g$ is $mathbb R^2$ providing your variables are real numbers.
    $endgroup$
    – mathcounterexamples.net
    Dec 10 '18 at 20:36


















0












$begingroup$


Lets say I have 2 multivariate functions:



f(x,y) = x - y
g(x,y) = x + y


How do I get the composition of these 2 functions $g(f(x,y))$ ?










share|cite|improve this question











$endgroup$








  • 1




    $begingroup$
    Both of these functions map $mathbb R^2$ into $mathbb R$ (I would guess) , so $g circ f$ does not make sense, since the domain of $g$ is incompatible with the codomain of $f$.
    $endgroup$
    – MisterRiemann
    Dec 10 '18 at 20:33








  • 1




    $begingroup$
    $g(f(x,y))$ doesn’t make sense as the image of $f$ is $mathbb R$ while the domain of $g$ is $mathbb R^2$ providing your variables are real numbers.
    $endgroup$
    – mathcounterexamples.net
    Dec 10 '18 at 20:36
















0












0








0





$begingroup$


Lets say I have 2 multivariate functions:



f(x,y) = x - y
g(x,y) = x + y


How do I get the composition of these 2 functions $g(f(x,y))$ ?










share|cite|improve this question











$endgroup$




Lets say I have 2 multivariate functions:



f(x,y) = x - y
g(x,y) = x + y


How do I get the composition of these 2 functions $g(f(x,y))$ ?







functions






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Dec 10 '18 at 20:32









Key Flex

8,28261233




8,28261233










asked Dec 10 '18 at 20:31









KemalKemal

32




32








  • 1




    $begingroup$
    Both of these functions map $mathbb R^2$ into $mathbb R$ (I would guess) , so $g circ f$ does not make sense, since the domain of $g$ is incompatible with the codomain of $f$.
    $endgroup$
    – MisterRiemann
    Dec 10 '18 at 20:33








  • 1




    $begingroup$
    $g(f(x,y))$ doesn’t make sense as the image of $f$ is $mathbb R$ while the domain of $g$ is $mathbb R^2$ providing your variables are real numbers.
    $endgroup$
    – mathcounterexamples.net
    Dec 10 '18 at 20:36
















  • 1




    $begingroup$
    Both of these functions map $mathbb R^2$ into $mathbb R$ (I would guess) , so $g circ f$ does not make sense, since the domain of $g$ is incompatible with the codomain of $f$.
    $endgroup$
    – MisterRiemann
    Dec 10 '18 at 20:33








  • 1




    $begingroup$
    $g(f(x,y))$ doesn’t make sense as the image of $f$ is $mathbb R$ while the domain of $g$ is $mathbb R^2$ providing your variables are real numbers.
    $endgroup$
    – mathcounterexamples.net
    Dec 10 '18 at 20:36










1




1




$begingroup$
Both of these functions map $mathbb R^2$ into $mathbb R$ (I would guess) , so $g circ f$ does not make sense, since the domain of $g$ is incompatible with the codomain of $f$.
$endgroup$
– MisterRiemann
Dec 10 '18 at 20:33






$begingroup$
Both of these functions map $mathbb R^2$ into $mathbb R$ (I would guess) , so $g circ f$ does not make sense, since the domain of $g$ is incompatible with the codomain of $f$.
$endgroup$
– MisterRiemann
Dec 10 '18 at 20:33






1




1




$begingroup$
$g(f(x,y))$ doesn’t make sense as the image of $f$ is $mathbb R$ while the domain of $g$ is $mathbb R^2$ providing your variables are real numbers.
$endgroup$
– mathcounterexamples.net
Dec 10 '18 at 20:36






$begingroup$
$g(f(x,y))$ doesn’t make sense as the image of $f$ is $mathbb R$ while the domain of $g$ is $mathbb R^2$ providing your variables are real numbers.
$endgroup$
– mathcounterexamples.net
Dec 10 '18 at 20:36












2 Answers
2






active

oldest

votes


















0












$begingroup$

$g(x,y)$ takes in $2$ arguments: $x$ and $y$. $f(x,y)$ is just one value, equal to $x-y$. Therefore, $g(f(x,y))$ doesn't make sense. However, $g(f(x,y,),0), g(0,f(x,y))$ etc. are fine.






share|cite|improve this answer









$endgroup$





















    0












    $begingroup$

    The composition $g(f(x,y))$ as you have written it is not well-defined, since $f:mathbb R^2mapstomathbb R$ and $g:mathbb R^2mapsto mathbb R$.



    Suppose we want to compose the functions $a:Amapsto A'$ and $b:Bmapsto B'$. The composition $acirc b$ is defined iff $B'subset A$, and the composition $bcirc a$ is defined iff $A'subset B$. Thus, you cannot compose two functions mapping $mathbb R^2$ to $mathbb R$.



    However, you might define composition in a different way to suit your needs; for example, you might consider $g(f(x,y),f(x,y))$.






    share|cite|improve this answer









    $endgroup$













      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%2f3034421%2fcomposition-of-two-multivariate-functions%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









      0












      $begingroup$

      $g(x,y)$ takes in $2$ arguments: $x$ and $y$. $f(x,y)$ is just one value, equal to $x-y$. Therefore, $g(f(x,y))$ doesn't make sense. However, $g(f(x,y,),0), g(0,f(x,y))$ etc. are fine.






      share|cite|improve this answer









      $endgroup$


















        0












        $begingroup$

        $g(x,y)$ takes in $2$ arguments: $x$ and $y$. $f(x,y)$ is just one value, equal to $x-y$. Therefore, $g(f(x,y))$ doesn't make sense. However, $g(f(x,y,),0), g(0,f(x,y))$ etc. are fine.






        share|cite|improve this answer









        $endgroup$
















          0












          0








          0





          $begingroup$

          $g(x,y)$ takes in $2$ arguments: $x$ and $y$. $f(x,y)$ is just one value, equal to $x-y$. Therefore, $g(f(x,y))$ doesn't make sense. However, $g(f(x,y,),0), g(0,f(x,y))$ etc. are fine.






          share|cite|improve this answer









          $endgroup$



          $g(x,y)$ takes in $2$ arguments: $x$ and $y$. $f(x,y)$ is just one value, equal to $x-y$. Therefore, $g(f(x,y))$ doesn't make sense. However, $g(f(x,y,),0), g(0,f(x,y))$ etc. are fine.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Dec 10 '18 at 20:41









          Shubham JohriShubham Johri

          5,192717




          5,192717























              0












              $begingroup$

              The composition $g(f(x,y))$ as you have written it is not well-defined, since $f:mathbb R^2mapstomathbb R$ and $g:mathbb R^2mapsto mathbb R$.



              Suppose we want to compose the functions $a:Amapsto A'$ and $b:Bmapsto B'$. The composition $acirc b$ is defined iff $B'subset A$, and the composition $bcirc a$ is defined iff $A'subset B$. Thus, you cannot compose two functions mapping $mathbb R^2$ to $mathbb R$.



              However, you might define composition in a different way to suit your needs; for example, you might consider $g(f(x,y),f(x,y))$.






              share|cite|improve this answer









              $endgroup$


















                0












                $begingroup$

                The composition $g(f(x,y))$ as you have written it is not well-defined, since $f:mathbb R^2mapstomathbb R$ and $g:mathbb R^2mapsto mathbb R$.



                Suppose we want to compose the functions $a:Amapsto A'$ and $b:Bmapsto B'$. The composition $acirc b$ is defined iff $B'subset A$, and the composition $bcirc a$ is defined iff $A'subset B$. Thus, you cannot compose two functions mapping $mathbb R^2$ to $mathbb R$.



                However, you might define composition in a different way to suit your needs; for example, you might consider $g(f(x,y),f(x,y))$.






                share|cite|improve this answer









                $endgroup$
















                  0












                  0








                  0





                  $begingroup$

                  The composition $g(f(x,y))$ as you have written it is not well-defined, since $f:mathbb R^2mapstomathbb R$ and $g:mathbb R^2mapsto mathbb R$.



                  Suppose we want to compose the functions $a:Amapsto A'$ and $b:Bmapsto B'$. The composition $acirc b$ is defined iff $B'subset A$, and the composition $bcirc a$ is defined iff $A'subset B$. Thus, you cannot compose two functions mapping $mathbb R^2$ to $mathbb R$.



                  However, you might define composition in a different way to suit your needs; for example, you might consider $g(f(x,y),f(x,y))$.






                  share|cite|improve this answer









                  $endgroup$



                  The composition $g(f(x,y))$ as you have written it is not well-defined, since $f:mathbb R^2mapstomathbb R$ and $g:mathbb R^2mapsto mathbb R$.



                  Suppose we want to compose the functions $a:Amapsto A'$ and $b:Bmapsto B'$. The composition $acirc b$ is defined iff $B'subset A$, and the composition $bcirc a$ is defined iff $A'subset B$. Thus, you cannot compose two functions mapping $mathbb R^2$ to $mathbb R$.



                  However, you might define composition in a different way to suit your needs; for example, you might consider $g(f(x,y),f(x,y))$.







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered Dec 10 '18 at 20:36









                  FrpzzdFrpzzd

                  23k841109




                  23k841109






























                      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.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3034421%2fcomposition-of-two-multivariate-functions%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

                      Bundesstraße 106

                      Verónica Boquete

                      Ida-Boy-Ed-Garten