best way of solving a system of equations

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











up vote
1
down vote

favorite












My question is what is the most straight forward of solving a system equations such as these. I usually end up isolating a variable and substituting but then there are so many steps I tend to make mistakes.



How would you approach this problem?
$$x-2lambda x^3=0$$
$$y-2lambda y^3=0$$
$$x^4+y^4=16$$







share|cite|improve this question






















  • Is this a lagrangian optimisation ;)? If so you know $x=0$ and $y=0$ are (separately) possible solutions, you can plug these into the constraint to get one solution set, then you can eliminate $lambda$ in the top 2 and plug into the last one possibly to get another set
    – Mehness
    Aug 10 at 16:54















up vote
1
down vote

favorite












My question is what is the most straight forward of solving a system equations such as these. I usually end up isolating a variable and substituting but then there are so many steps I tend to make mistakes.



How would you approach this problem?
$$x-2lambda x^3=0$$
$$y-2lambda y^3=0$$
$$x^4+y^4=16$$







share|cite|improve this question






















  • Is this a lagrangian optimisation ;)? If so you know $x=0$ and $y=0$ are (separately) possible solutions, you can plug these into the constraint to get one solution set, then you can eliminate $lambda$ in the top 2 and plug into the last one possibly to get another set
    – Mehness
    Aug 10 at 16:54













up vote
1
down vote

favorite









up vote
1
down vote

favorite











My question is what is the most straight forward of solving a system equations such as these. I usually end up isolating a variable and substituting but then there are so many steps I tend to make mistakes.



How would you approach this problem?
$$x-2lambda x^3=0$$
$$y-2lambda y^3=0$$
$$x^4+y^4=16$$







share|cite|improve this question














My question is what is the most straight forward of solving a system equations such as these. I usually end up isolating a variable and substituting but then there are so many steps I tend to make mistakes.



How would you approach this problem?
$$x-2lambda x^3=0$$
$$y-2lambda y^3=0$$
$$x^4+y^4=16$$









share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Aug 10 at 17:05







user582949

















asked Aug 10 at 16:51









ojd

424




424











  • Is this a lagrangian optimisation ;)? If so you know $x=0$ and $y=0$ are (separately) possible solutions, you can plug these into the constraint to get one solution set, then you can eliminate $lambda$ in the top 2 and plug into the last one possibly to get another set
    – Mehness
    Aug 10 at 16:54

















  • Is this a lagrangian optimisation ;)? If so you know $x=0$ and $y=0$ are (separately) possible solutions, you can plug these into the constraint to get one solution set, then you can eliminate $lambda$ in the top 2 and plug into the last one possibly to get another set
    – Mehness
    Aug 10 at 16:54
















Is this a lagrangian optimisation ;)? If so you know $x=0$ and $y=0$ are (separately) possible solutions, you can plug these into the constraint to get one solution set, then you can eliminate $lambda$ in the top 2 and plug into the last one possibly to get another set
– Mehness
Aug 10 at 16:54





Is this a lagrangian optimisation ;)? If so you know $x=0$ and $y=0$ are (separately) possible solutions, you can plug these into the constraint to get one solution set, then you can eliminate $lambda$ in the top 2 and plug into the last one possibly to get another set
– Mehness
Aug 10 at 16:54











3 Answers
3






active

oldest

votes

















up vote
1
down vote



accepted










1.) If $x=0$ then $y = pm 2$ so $$lambda =1over 2y^2 = 1over 8$$



2.) If $xne 0$ then $x^2 =1over 2lambda$



$...$ a) If $yne 0$ then $y^2=1over 2lambda$ so $$21over 4lambda ^2 =16implies lambda = pm1over 4sqrt2 implies x=y=...$$



$...$ b) If $y=0$ then $x = pm 2$ so $$lambda =1over 2y^2 = 1over 8$$






share|cite|improve this answer




















  • Thank you ojd!!
    – user582949
    Aug 10 at 17:30

















up vote
1
down vote













Hint: Write your system in thew form



$$x(1-2lambda x^2)=0$$
$$y(1-2lambda y^2)=0$$
From here we get $x=0$ or $y=0$ or



$$x^2=frac12lambda$$ or $$y^2=frac12lambda$$ so we get



$$frac14lambda^2+frac14lambda^2=16$$ and you will get $lambda$.






share|cite|improve this answer



























    up vote
    0
    down vote













    $xyne0$ because if not we would have $0=1$(Why?).
    Then $x^2=y^2=dfrac12lambda$ from which we have
    $$(x,y,lambda)=left(2sqrt2,space2sqrt2,spacedfracsqrt28right)$$






    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%2f2878607%2fbest-way-of-solving-a-system-of-equations%23new-answer', 'question_page');

      );

      Post as a guest






























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      1
      down vote



      accepted










      1.) If $x=0$ then $y = pm 2$ so $$lambda =1over 2y^2 = 1over 8$$



      2.) If $xne 0$ then $x^2 =1over 2lambda$



      $...$ a) If $yne 0$ then $y^2=1over 2lambda$ so $$21over 4lambda ^2 =16implies lambda = pm1over 4sqrt2 implies x=y=...$$



      $...$ b) If $y=0$ then $x = pm 2$ so $$lambda =1over 2y^2 = 1over 8$$






      share|cite|improve this answer




















      • Thank you ojd!!
        – user582949
        Aug 10 at 17:30














      up vote
      1
      down vote



      accepted










      1.) If $x=0$ then $y = pm 2$ so $$lambda =1over 2y^2 = 1over 8$$



      2.) If $xne 0$ then $x^2 =1over 2lambda$



      $...$ a) If $yne 0$ then $y^2=1over 2lambda$ so $$21over 4lambda ^2 =16implies lambda = pm1over 4sqrt2 implies x=y=...$$



      $...$ b) If $y=0$ then $x = pm 2$ so $$lambda =1over 2y^2 = 1over 8$$






      share|cite|improve this answer




















      • Thank you ojd!!
        – user582949
        Aug 10 at 17:30












      up vote
      1
      down vote



      accepted







      up vote
      1
      down vote



      accepted






      1.) If $x=0$ then $y = pm 2$ so $$lambda =1over 2y^2 = 1over 8$$



      2.) If $xne 0$ then $x^2 =1over 2lambda$



      $...$ a) If $yne 0$ then $y^2=1over 2lambda$ so $$21over 4lambda ^2 =16implies lambda = pm1over 4sqrt2 implies x=y=...$$



      $...$ b) If $y=0$ then $x = pm 2$ so $$lambda =1over 2y^2 = 1over 8$$






      share|cite|improve this answer












      1.) If $x=0$ then $y = pm 2$ so $$lambda =1over 2y^2 = 1over 8$$



      2.) If $xne 0$ then $x^2 =1over 2lambda$



      $...$ a) If $yne 0$ then $y^2=1over 2lambda$ so $$21over 4lambda ^2 =16implies lambda = pm1over 4sqrt2 implies x=y=...$$



      $...$ b) If $y=0$ then $x = pm 2$ so $$lambda =1over 2y^2 = 1over 8$$







      share|cite|improve this answer












      share|cite|improve this answer



      share|cite|improve this answer










      answered Aug 10 at 17:02







      user582949


















      • Thank you ojd!!
        – user582949
        Aug 10 at 17:30
















      • Thank you ojd!!
        – user582949
        Aug 10 at 17:30















      Thank you ojd!!
      – user582949
      Aug 10 at 17:30




      Thank you ojd!!
      – user582949
      Aug 10 at 17:30










      up vote
      1
      down vote













      Hint: Write your system in thew form



      $$x(1-2lambda x^2)=0$$
      $$y(1-2lambda y^2)=0$$
      From here we get $x=0$ or $y=0$ or



      $$x^2=frac12lambda$$ or $$y^2=frac12lambda$$ so we get



      $$frac14lambda^2+frac14lambda^2=16$$ and you will get $lambda$.






      share|cite|improve this answer
























        up vote
        1
        down vote













        Hint: Write your system in thew form



        $$x(1-2lambda x^2)=0$$
        $$y(1-2lambda y^2)=0$$
        From here we get $x=0$ or $y=0$ or



        $$x^2=frac12lambda$$ or $$y^2=frac12lambda$$ so we get



        $$frac14lambda^2+frac14lambda^2=16$$ and you will get $lambda$.






        share|cite|improve this answer






















          up vote
          1
          down vote










          up vote
          1
          down vote









          Hint: Write your system in thew form



          $$x(1-2lambda x^2)=0$$
          $$y(1-2lambda y^2)=0$$
          From here we get $x=0$ or $y=0$ or



          $$x^2=frac12lambda$$ or $$y^2=frac12lambda$$ so we get



          $$frac14lambda^2+frac14lambda^2=16$$ and you will get $lambda$.






          share|cite|improve this answer












          Hint: Write your system in thew form



          $$x(1-2lambda x^2)=0$$
          $$y(1-2lambda y^2)=0$$
          From here we get $x=0$ or $y=0$ or



          $$x^2=frac12lambda$$ or $$y^2=frac12lambda$$ so we get



          $$frac14lambda^2+frac14lambda^2=16$$ and you will get $lambda$.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Aug 10 at 17:01









          Dr. Sonnhard Graubner

          67.1k32660




          67.1k32660




















              up vote
              0
              down vote













              $xyne0$ because if not we would have $0=1$(Why?).
              Then $x^2=y^2=dfrac12lambda$ from which we have
              $$(x,y,lambda)=left(2sqrt2,space2sqrt2,spacedfracsqrt28right)$$






              share|cite|improve this answer
























                up vote
                0
                down vote













                $xyne0$ because if not we would have $0=1$(Why?).
                Then $x^2=y^2=dfrac12lambda$ from which we have
                $$(x,y,lambda)=left(2sqrt2,space2sqrt2,spacedfracsqrt28right)$$






                share|cite|improve this answer






















                  up vote
                  0
                  down vote










                  up vote
                  0
                  down vote









                  $xyne0$ because if not we would have $0=1$(Why?).
                  Then $x^2=y^2=dfrac12lambda$ from which we have
                  $$(x,y,lambda)=left(2sqrt2,space2sqrt2,spacedfracsqrt28right)$$






                  share|cite|improve this answer












                  $xyne0$ because if not we would have $0=1$(Why?).
                  Then $x^2=y^2=dfrac12lambda$ from which we have
                  $$(x,y,lambda)=left(2sqrt2,space2sqrt2,spacedfracsqrt28right)$$







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered Aug 10 at 17:18









                  Piquito

                  17.4k31234




                  17.4k31234






















                       

                      draft saved


                      draft discarded


























                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2878607%2fbest-way-of-solving-a-system-of-equations%23new-answer', 'question_page');

                      );

                      Post as a guest













































































                      這個網誌中的熱門文章

                      tkz-euclide: tkzDrawCircle[R] not working

                      How to combine Bézier curves to a surface?

                      1st Magritte Awards