How to determine that a given map from $mathbb{R}^2 to mathbb{R}^2$ preserves area or not?












1














I wanted to show whether the following map preserves area or not,
$$f(x,y)=(x+y^2,y+x^2).$$



I tried to draw the graph but as function is not linear, my approach could not work.



Can any one suggest me some approach so that I can work this out?










share|cite|improve this question
























  • Do you know the change of variables formula ? Also, are you dealing with Riemann or Lebesgue integration?
    – астон вілла олоф мэллбэрг
    Nov 27 at 13:21










  • No Sir .I had just done only real analysis in that reimann steljes intergral only
    – MathLover
    Nov 27 at 13:22
















1














I wanted to show whether the following map preserves area or not,
$$f(x,y)=(x+y^2,y+x^2).$$



I tried to draw the graph but as function is not linear, my approach could not work.



Can any one suggest me some approach so that I can work this out?










share|cite|improve this question
























  • Do you know the change of variables formula ? Also, are you dealing with Riemann or Lebesgue integration?
    – астон вілла олоф мэллбэрг
    Nov 27 at 13:21










  • No Sir .I had just done only real analysis in that reimann steljes intergral only
    – MathLover
    Nov 27 at 13:22














1












1








1







I wanted to show whether the following map preserves area or not,
$$f(x,y)=(x+y^2,y+x^2).$$



I tried to draw the graph but as function is not linear, my approach could not work.



Can any one suggest me some approach so that I can work this out?










share|cite|improve this question















I wanted to show whether the following map preserves area or not,
$$f(x,y)=(x+y^2,y+x^2).$$



I tried to draw the graph but as function is not linear, my approach could not work.



Can any one suggest me some approach so that I can work this out?







analysis multivariable-calculus






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Nov 28 at 9:05









Robert Z

93.2k1061132




93.2k1061132










asked Nov 27 at 13:13









MathLover

45710




45710












  • Do you know the change of variables formula ? Also, are you dealing with Riemann or Lebesgue integration?
    – астон вілла олоф мэллбэрг
    Nov 27 at 13:21










  • No Sir .I had just done only real analysis in that reimann steljes intergral only
    – MathLover
    Nov 27 at 13:22


















  • Do you know the change of variables formula ? Also, are you dealing with Riemann or Lebesgue integration?
    – астон вілла олоф мэллбэрг
    Nov 27 at 13:21










  • No Sir .I had just done only real analysis in that reimann steljes intergral only
    – MathLover
    Nov 27 at 13:22
















Do you know the change of variables formula ? Also, are you dealing with Riemann or Lebesgue integration?
– астон вілла олоф мэллбэрг
Nov 27 at 13:21




Do you know the change of variables formula ? Also, are you dealing with Riemann or Lebesgue integration?
– астон вілла олоф мэллбэрг
Nov 27 at 13:21












No Sir .I had just done only real analysis in that reimann steljes intergral only
– MathLover
Nov 27 at 13:22




No Sir .I had just done only real analysis in that reimann steljes intergral only
– MathLover
Nov 27 at 13:22










3 Answers
3






active

oldest

votes


















1














A linear map $A:>{mathbb R}^2to{mathbb R}^2$ multiplies all areas by the factor $bigl|{rm det}(A)bigr|$. It follows that a $C^1$ map
$$f:>{mathbb R}^2to{mathbb R}^2,qquad (x,y)mapsto bigl(u(x,y),v(x,y)bigr)$$
possesses a "local area scaling factor" $bigl|J_f(x,y)bigr|$ that continuously changes from point to point. The so-called Jacobian determinant $J_f(x,y)$ is given by
$$J_f(x,y)={rm det}bigl(df(x,y)bigr)={rm det}left[matrix{u_x&u_ycr v_x&v_ycr}right] .$$
In your example we obtain $bigl|J_f(x,y)bigr|=|1-4xy|$, which is not constant. For an area preserving map we would need $bigl|J_f(x,y)bigr|equiv1$.






share|cite|improve this answer





















  • Nice explanation (+1).
    – Robert Z
    Nov 28 at 9:03



















0














If it preserved areas, then $f'(a,b)$ would also preserve areas for each $(a,b)inmathbb{R}^2$. But $det f'left(frac12,frac12right)=0$.






share|cite|improve this answer





















  • Why Sir? if some function preserve area then that means its derivative also preserve same?
    – MathLover
    Nov 27 at 13:24












  • Indeed. Besides, since $(a,b)inmathbb{R}^2$ and since $f(x,y)$ behaves as $fleft(frac12,frac12right)+f'left(frac12,frac12right)left(x-frac12,y-frac12right)$ near $left(frac12,frac12right)$ and $det f'left(frac12,frac12right)=0$, it is clear that $f$ cannot be area-preserving, at least near $left(frac12,frac12right)$.
    – José Carlos Santos
    Nov 27 at 13:28



















0














Take a look at the image under $f$ of the unit square $(0,0), (1,0), (1,1), (0,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',
    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%2f3015756%2fhow-to-determine-that-a-given-map-from-mathbbr2-to-mathbbr2-preserves%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    3 Answers
    3






    active

    oldest

    votes








    3 Answers
    3






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1














    A linear map $A:>{mathbb R}^2to{mathbb R}^2$ multiplies all areas by the factor $bigl|{rm det}(A)bigr|$. It follows that a $C^1$ map
    $$f:>{mathbb R}^2to{mathbb R}^2,qquad (x,y)mapsto bigl(u(x,y),v(x,y)bigr)$$
    possesses a "local area scaling factor" $bigl|J_f(x,y)bigr|$ that continuously changes from point to point. The so-called Jacobian determinant $J_f(x,y)$ is given by
    $$J_f(x,y)={rm det}bigl(df(x,y)bigr)={rm det}left[matrix{u_x&u_ycr v_x&v_ycr}right] .$$
    In your example we obtain $bigl|J_f(x,y)bigr|=|1-4xy|$, which is not constant. For an area preserving map we would need $bigl|J_f(x,y)bigr|equiv1$.






    share|cite|improve this answer





















    • Nice explanation (+1).
      – Robert Z
      Nov 28 at 9:03
















    1














    A linear map $A:>{mathbb R}^2to{mathbb R}^2$ multiplies all areas by the factor $bigl|{rm det}(A)bigr|$. It follows that a $C^1$ map
    $$f:>{mathbb R}^2to{mathbb R}^2,qquad (x,y)mapsto bigl(u(x,y),v(x,y)bigr)$$
    possesses a "local area scaling factor" $bigl|J_f(x,y)bigr|$ that continuously changes from point to point. The so-called Jacobian determinant $J_f(x,y)$ is given by
    $$J_f(x,y)={rm det}bigl(df(x,y)bigr)={rm det}left[matrix{u_x&u_ycr v_x&v_ycr}right] .$$
    In your example we obtain $bigl|J_f(x,y)bigr|=|1-4xy|$, which is not constant. For an area preserving map we would need $bigl|J_f(x,y)bigr|equiv1$.






    share|cite|improve this answer





















    • Nice explanation (+1).
      – Robert Z
      Nov 28 at 9:03














    1












    1








    1






    A linear map $A:>{mathbb R}^2to{mathbb R}^2$ multiplies all areas by the factor $bigl|{rm det}(A)bigr|$. It follows that a $C^1$ map
    $$f:>{mathbb R}^2to{mathbb R}^2,qquad (x,y)mapsto bigl(u(x,y),v(x,y)bigr)$$
    possesses a "local area scaling factor" $bigl|J_f(x,y)bigr|$ that continuously changes from point to point. The so-called Jacobian determinant $J_f(x,y)$ is given by
    $$J_f(x,y)={rm det}bigl(df(x,y)bigr)={rm det}left[matrix{u_x&u_ycr v_x&v_ycr}right] .$$
    In your example we obtain $bigl|J_f(x,y)bigr|=|1-4xy|$, which is not constant. For an area preserving map we would need $bigl|J_f(x,y)bigr|equiv1$.






    share|cite|improve this answer












    A linear map $A:>{mathbb R}^2to{mathbb R}^2$ multiplies all areas by the factor $bigl|{rm det}(A)bigr|$. It follows that a $C^1$ map
    $$f:>{mathbb R}^2to{mathbb R}^2,qquad (x,y)mapsto bigl(u(x,y),v(x,y)bigr)$$
    possesses a "local area scaling factor" $bigl|J_f(x,y)bigr|$ that continuously changes from point to point. The so-called Jacobian determinant $J_f(x,y)$ is given by
    $$J_f(x,y)={rm det}bigl(df(x,y)bigr)={rm det}left[matrix{u_x&u_ycr v_x&v_ycr}right] .$$
    In your example we obtain $bigl|J_f(x,y)bigr|=|1-4xy|$, which is not constant. For an area preserving map we would need $bigl|J_f(x,y)bigr|equiv1$.







    share|cite|improve this answer












    share|cite|improve this answer



    share|cite|improve this answer










    answered Nov 27 at 15:33









    Christian Blatter

    172k7112325




    172k7112325












    • Nice explanation (+1).
      – Robert Z
      Nov 28 at 9:03


















    • Nice explanation (+1).
      – Robert Z
      Nov 28 at 9:03
















    Nice explanation (+1).
    – Robert Z
    Nov 28 at 9:03




    Nice explanation (+1).
    – Robert Z
    Nov 28 at 9:03











    0














    If it preserved areas, then $f'(a,b)$ would also preserve areas for each $(a,b)inmathbb{R}^2$. But $det f'left(frac12,frac12right)=0$.






    share|cite|improve this answer





















    • Why Sir? if some function preserve area then that means its derivative also preserve same?
      – MathLover
      Nov 27 at 13:24












    • Indeed. Besides, since $(a,b)inmathbb{R}^2$ and since $f(x,y)$ behaves as $fleft(frac12,frac12right)+f'left(frac12,frac12right)left(x-frac12,y-frac12right)$ near $left(frac12,frac12right)$ and $det f'left(frac12,frac12right)=0$, it is clear that $f$ cannot be area-preserving, at least near $left(frac12,frac12right)$.
      – José Carlos Santos
      Nov 27 at 13:28
















    0














    If it preserved areas, then $f'(a,b)$ would also preserve areas for each $(a,b)inmathbb{R}^2$. But $det f'left(frac12,frac12right)=0$.






    share|cite|improve this answer





















    • Why Sir? if some function preserve area then that means its derivative also preserve same?
      – MathLover
      Nov 27 at 13:24












    • Indeed. Besides, since $(a,b)inmathbb{R}^2$ and since $f(x,y)$ behaves as $fleft(frac12,frac12right)+f'left(frac12,frac12right)left(x-frac12,y-frac12right)$ near $left(frac12,frac12right)$ and $det f'left(frac12,frac12right)=0$, it is clear that $f$ cannot be area-preserving, at least near $left(frac12,frac12right)$.
      – José Carlos Santos
      Nov 27 at 13:28














    0












    0








    0






    If it preserved areas, then $f'(a,b)$ would also preserve areas for each $(a,b)inmathbb{R}^2$. But $det f'left(frac12,frac12right)=0$.






    share|cite|improve this answer












    If it preserved areas, then $f'(a,b)$ would also preserve areas for each $(a,b)inmathbb{R}^2$. But $det f'left(frac12,frac12right)=0$.







    share|cite|improve this answer












    share|cite|improve this answer



    share|cite|improve this answer










    answered Nov 27 at 13:22









    José Carlos Santos

    150k22120221




    150k22120221












    • Why Sir? if some function preserve area then that means its derivative also preserve same?
      – MathLover
      Nov 27 at 13:24












    • Indeed. Besides, since $(a,b)inmathbb{R}^2$ and since $f(x,y)$ behaves as $fleft(frac12,frac12right)+f'left(frac12,frac12right)left(x-frac12,y-frac12right)$ near $left(frac12,frac12right)$ and $det f'left(frac12,frac12right)=0$, it is clear that $f$ cannot be area-preserving, at least near $left(frac12,frac12right)$.
      – José Carlos Santos
      Nov 27 at 13:28


















    • Why Sir? if some function preserve area then that means its derivative also preserve same?
      – MathLover
      Nov 27 at 13:24












    • Indeed. Besides, since $(a,b)inmathbb{R}^2$ and since $f(x,y)$ behaves as $fleft(frac12,frac12right)+f'left(frac12,frac12right)left(x-frac12,y-frac12right)$ near $left(frac12,frac12right)$ and $det f'left(frac12,frac12right)=0$, it is clear that $f$ cannot be area-preserving, at least near $left(frac12,frac12right)$.
      – José Carlos Santos
      Nov 27 at 13:28
















    Why Sir? if some function preserve area then that means its derivative also preserve same?
    – MathLover
    Nov 27 at 13:24






    Why Sir? if some function preserve area then that means its derivative also preserve same?
    – MathLover
    Nov 27 at 13:24














    Indeed. Besides, since $(a,b)inmathbb{R}^2$ and since $f(x,y)$ behaves as $fleft(frac12,frac12right)+f'left(frac12,frac12right)left(x-frac12,y-frac12right)$ near $left(frac12,frac12right)$ and $det f'left(frac12,frac12right)=0$, it is clear that $f$ cannot be area-preserving, at least near $left(frac12,frac12right)$.
    – José Carlos Santos
    Nov 27 at 13:28




    Indeed. Besides, since $(a,b)inmathbb{R}^2$ and since $f(x,y)$ behaves as $fleft(frac12,frac12right)+f'left(frac12,frac12right)left(x-frac12,y-frac12right)$ near $left(frac12,frac12right)$ and $det f'left(frac12,frac12right)=0$, it is clear that $f$ cannot be area-preserving, at least near $left(frac12,frac12right)$.
    – José Carlos Santos
    Nov 27 at 13:28











    0














    Take a look at the image under $f$ of the unit square $(0,0), (1,0), (1,1), (0,1)$.






    share|cite|improve this answer


























      0














      Take a look at the image under $f$ of the unit square $(0,0), (1,0), (1,1), (0,1)$.






      share|cite|improve this answer
























        0












        0








        0






        Take a look at the image under $f$ of the unit square $(0,0), (1,0), (1,1), (0,1)$.






        share|cite|improve this answer












        Take a look at the image under $f$ of the unit square $(0,0), (1,0), (1,1), (0,1)$.







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Nov 28 at 10:11









        gandalf61

        7,693623




        7,693623






























            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%2f3015756%2fhow-to-determine-that-a-given-map-from-mathbbr2-to-mathbbr2-preserves%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

            How do I know what Microsoft account the skydrive app is syncing to?

            Grease: Live!

            When does type information flow backwards in C++?