How to plot implicit function $log_10(xy-1) = log_10((1-x)(1-y))$

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











up vote
1
down vote

favorite












I'm inspecting various function and try to plot their graph based on my observations and compare with graphing tools afterwards.




Given an implicit function $log_10(xy-1) = log_10((1-x)(1-y))$ how do i plot it?




This comes really hard to me since I have strong doubts about the domain of the function. I can't just reduce the $log$ since it comes with some constraints.



Basically what i think is that the above reduces to:



$$
|xy-1|=|(1-x)(1-y)|,
$$
since logarithm argument is greater than $0$ (at least for $xin mathbb R$).
But now how do i find the explicit form of $y=f(x)$ considering the constraints implied by the logarithm?



upd:



Here is how the graph looks, build based on the answers below:



enter image description here



Intersection of black an purple areas is the domain of the function, and red line is $y=2-x$. Those parts never cross hence no solution in reals is present. Based on that i conclude that the graph is just an empty plane







share|cite|improve this question





















  • Helps to note that $log_aX=log_a Yimplies X=Y$ (and conversely, if $X,Y>0$).
    – lulu
    Jul 27 at 15:45










  • Your formula involves no absolute value.
    – Bernard
    Jul 27 at 15:51










  • Keep in mind that injectivity for $log$ is essential to obtain the result.
    – gimusi
    Jul 27 at 16:10














up vote
1
down vote

favorite












I'm inspecting various function and try to plot their graph based on my observations and compare with graphing tools afterwards.




Given an implicit function $log_10(xy-1) = log_10((1-x)(1-y))$ how do i plot it?




This comes really hard to me since I have strong doubts about the domain of the function. I can't just reduce the $log$ since it comes with some constraints.



Basically what i think is that the above reduces to:



$$
|xy-1|=|(1-x)(1-y)|,
$$
since logarithm argument is greater than $0$ (at least for $xin mathbb R$).
But now how do i find the explicit form of $y=f(x)$ considering the constraints implied by the logarithm?



upd:



Here is how the graph looks, build based on the answers below:



enter image description here



Intersection of black an purple areas is the domain of the function, and red line is $y=2-x$. Those parts never cross hence no solution in reals is present. Based on that i conclude that the graph is just an empty plane







share|cite|improve this question





















  • Helps to note that $log_aX=log_a Yimplies X=Y$ (and conversely, if $X,Y>0$).
    – lulu
    Jul 27 at 15:45










  • Your formula involves no absolute value.
    – Bernard
    Jul 27 at 15:51










  • Keep in mind that injectivity for $log$ is essential to obtain the result.
    – gimusi
    Jul 27 at 16:10












up vote
1
down vote

favorite









up vote
1
down vote

favorite











I'm inspecting various function and try to plot their graph based on my observations and compare with graphing tools afterwards.




Given an implicit function $log_10(xy-1) = log_10((1-x)(1-y))$ how do i plot it?




This comes really hard to me since I have strong doubts about the domain of the function. I can't just reduce the $log$ since it comes with some constraints.



Basically what i think is that the above reduces to:



$$
|xy-1|=|(1-x)(1-y)|,
$$
since logarithm argument is greater than $0$ (at least for $xin mathbb R$).
But now how do i find the explicit form of $y=f(x)$ considering the constraints implied by the logarithm?



upd:



Here is how the graph looks, build based on the answers below:



enter image description here



Intersection of black an purple areas is the domain of the function, and red line is $y=2-x$. Those parts never cross hence no solution in reals is present. Based on that i conclude that the graph is just an empty plane







share|cite|improve this question













I'm inspecting various function and try to plot their graph based on my observations and compare with graphing tools afterwards.




Given an implicit function $log_10(xy-1) = log_10((1-x)(1-y))$ how do i plot it?




This comes really hard to me since I have strong doubts about the domain of the function. I can't just reduce the $log$ since it comes with some constraints.



Basically what i think is that the above reduces to:



$$
|xy-1|=|(1-x)(1-y)|,
$$
since logarithm argument is greater than $0$ (at least for $xin mathbb R$).
But now how do i find the explicit form of $y=f(x)$ considering the constraints implied by the logarithm?



upd:



Here is how the graph looks, build based on the answers below:



enter image description here



Intersection of black an purple areas is the domain of the function, and red line is $y=2-x$. Those parts never cross hence no solution in reals is present. Based on that i conclude that the graph is just an empty plane









share|cite|improve this question












share|cite|improve this question




share|cite|improve this question








edited Jul 27 at 16:09
























asked Jul 27 at 15:43









roman

4341412




4341412











  • Helps to note that $log_aX=log_a Yimplies X=Y$ (and conversely, if $X,Y>0$).
    – lulu
    Jul 27 at 15:45










  • Your formula involves no absolute value.
    – Bernard
    Jul 27 at 15:51










  • Keep in mind that injectivity for $log$ is essential to obtain the result.
    – gimusi
    Jul 27 at 16:10
















  • Helps to note that $log_aX=log_a Yimplies X=Y$ (and conversely, if $X,Y>0$).
    – lulu
    Jul 27 at 15:45










  • Your formula involves no absolute value.
    – Bernard
    Jul 27 at 15:51










  • Keep in mind that injectivity for $log$ is essential to obtain the result.
    – gimusi
    Jul 27 at 16:10















Helps to note that $log_aX=log_a Yimplies X=Y$ (and conversely, if $X,Y>0$).
– lulu
Jul 27 at 15:45




Helps to note that $log_aX=log_a Yimplies X=Y$ (and conversely, if $X,Y>0$).
– lulu
Jul 27 at 15:45












Your formula involves no absolute value.
– Bernard
Jul 27 at 15:51




Your formula involves no absolute value.
– Bernard
Jul 27 at 15:51












Keep in mind that injectivity for $log$ is essential to obtain the result.
– gimusi
Jul 27 at 16:10




Keep in mind that injectivity for $log$ is essential to obtain the result.
– gimusi
Jul 27 at 16:10










2 Answers
2






active

oldest

votes

















up vote
1
down vote



accepted










The given equation implies $xy-1=1-x-y+xy$ i.e. $x+y=2$. For real variables, the maximum obtainable $xy=1-(1-x)^2$ is $1$, i.e. we cannot have $xy>1$. There are therefore no real $x,,y$ that give both sides of the equation the same finite real value.






share|cite|improve this answer





















  • So the graph is just an empty plane, right? Because the only possible solution is on the "edge" of the domain.
    – roman
    Jul 27 at 16:02

















up vote
1
down vote













Since $log x$ is injective and defined for $x>0$ we have



$$log_10(xy-1) = log_10((1-x)(1-y)) implies xy-1 = (1-x)(1-y) implies x+y-2=0$$



with the conditions



  • $xy-1>0$

  • $(1-x)(1-y)>0$





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%2f2864509%2fhow-to-plot-implicit-function-log-10xy-1-log-101-x1-y%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
    1
    down vote



    accepted










    The given equation implies $xy-1=1-x-y+xy$ i.e. $x+y=2$. For real variables, the maximum obtainable $xy=1-(1-x)^2$ is $1$, i.e. we cannot have $xy>1$. There are therefore no real $x,,y$ that give both sides of the equation the same finite real value.






    share|cite|improve this answer





















    • So the graph is just an empty plane, right? Because the only possible solution is on the "edge" of the domain.
      – roman
      Jul 27 at 16:02














    up vote
    1
    down vote



    accepted










    The given equation implies $xy-1=1-x-y+xy$ i.e. $x+y=2$. For real variables, the maximum obtainable $xy=1-(1-x)^2$ is $1$, i.e. we cannot have $xy>1$. There are therefore no real $x,,y$ that give both sides of the equation the same finite real value.






    share|cite|improve this answer





















    • So the graph is just an empty plane, right? Because the only possible solution is on the "edge" of the domain.
      – roman
      Jul 27 at 16:02












    up vote
    1
    down vote



    accepted







    up vote
    1
    down vote



    accepted






    The given equation implies $xy-1=1-x-y+xy$ i.e. $x+y=2$. For real variables, the maximum obtainable $xy=1-(1-x)^2$ is $1$, i.e. we cannot have $xy>1$. There are therefore no real $x,,y$ that give both sides of the equation the same finite real value.






    share|cite|improve this answer













    The given equation implies $xy-1=1-x-y+xy$ i.e. $x+y=2$. For real variables, the maximum obtainable $xy=1-(1-x)^2$ is $1$, i.e. we cannot have $xy>1$. There are therefore no real $x,,y$ that give both sides of the equation the same finite real value.







    share|cite|improve this answer













    share|cite|improve this answer



    share|cite|improve this answer











    answered Jul 27 at 15:53









    J.G.

    13.1k11423




    13.1k11423











    • So the graph is just an empty plane, right? Because the only possible solution is on the "edge" of the domain.
      – roman
      Jul 27 at 16:02
















    • So the graph is just an empty plane, right? Because the only possible solution is on the "edge" of the domain.
      – roman
      Jul 27 at 16:02















    So the graph is just an empty plane, right? Because the only possible solution is on the "edge" of the domain.
    – roman
    Jul 27 at 16:02




    So the graph is just an empty plane, right? Because the only possible solution is on the "edge" of the domain.
    – roman
    Jul 27 at 16:02










    up vote
    1
    down vote













    Since $log x$ is injective and defined for $x>0$ we have



    $$log_10(xy-1) = log_10((1-x)(1-y)) implies xy-1 = (1-x)(1-y) implies x+y-2=0$$



    with the conditions



    • $xy-1>0$

    • $(1-x)(1-y)>0$





    share|cite|improve this answer

























      up vote
      1
      down vote













      Since $log x$ is injective and defined for $x>0$ we have



      $$log_10(xy-1) = log_10((1-x)(1-y)) implies xy-1 = (1-x)(1-y) implies x+y-2=0$$



      with the conditions



      • $xy-1>0$

      • $(1-x)(1-y)>0$





      share|cite|improve this answer























        up vote
        1
        down vote










        up vote
        1
        down vote









        Since $log x$ is injective and defined for $x>0$ we have



        $$log_10(xy-1) = log_10((1-x)(1-y)) implies xy-1 = (1-x)(1-y) implies x+y-2=0$$



        with the conditions



        • $xy-1>0$

        • $(1-x)(1-y)>0$





        share|cite|improve this answer













        Since $log x$ is injective and defined for $x>0$ we have



        $$log_10(xy-1) = log_10((1-x)(1-y)) implies xy-1 = (1-x)(1-y) implies x+y-2=0$$



        with the conditions



        • $xy-1>0$

        • $(1-x)(1-y)>0$






        share|cite|improve this answer













        share|cite|improve this answer



        share|cite|improve this answer











        answered Jul 27 at 15:54









        gimusi

        64.9k73483




        64.9k73483






















             

            draft saved


            draft discarded


























             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2864509%2fhow-to-plot-implicit-function-log-10xy-1-log-101-x1-y%23new-answer', 'question_page');

            );

            Post as a guest













































































            Comments

            Popular posts from this blog

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

            Color the edges and diagonals of a regular polygon

            Relationship between determinant of matrix and determinant of adjoint?