Root finding for a convex 3D function

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











up vote
0
down vote

favorite












Say I have a convex 2D function $f(x,y)$ ; x-absciss y-ordinate
Getting zeros of this function is ok for me with the Newton method.



Now say this time I still have a convex function but in 3D $f(x,y,z)$.
You have to imagine a function such as $f(x,y)=x^2-2$ And increasing in the z-dimension (depth).



I'd like to find the value of $z$ such as the whole function is positive.
I was thinking about using Newton and dichotomy but the function is not monotonic... Any clue ?



Edit:
I know the range of z where to search, say [5, 15]



I could do a Newton search on different points: 5,6,7,...,15 and then look at the optimal value but this would not be optimal.







share|cite|improve this question


























    up vote
    0
    down vote

    favorite












    Say I have a convex 2D function $f(x,y)$ ; x-absciss y-ordinate
    Getting zeros of this function is ok for me with the Newton method.



    Now say this time I still have a convex function but in 3D $f(x,y,z)$.
    You have to imagine a function such as $f(x,y)=x^2-2$ And increasing in the z-dimension (depth).



    I'd like to find the value of $z$ such as the whole function is positive.
    I was thinking about using Newton and dichotomy but the function is not monotonic... Any clue ?



    Edit:
    I know the range of z where to search, say [5, 15]



    I could do a Newton search on different points: 5,6,7,...,15 and then look at the optimal value but this would not be optimal.







    share|cite|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      Say I have a convex 2D function $f(x,y)$ ; x-absciss y-ordinate
      Getting zeros of this function is ok for me with the Newton method.



      Now say this time I still have a convex function but in 3D $f(x,y,z)$.
      You have to imagine a function such as $f(x,y)=x^2-2$ And increasing in the z-dimension (depth).



      I'd like to find the value of $z$ such as the whole function is positive.
      I was thinking about using Newton and dichotomy but the function is not monotonic... Any clue ?



      Edit:
      I know the range of z where to search, say [5, 15]



      I could do a Newton search on different points: 5,6,7,...,15 and then look at the optimal value but this would not be optimal.







      share|cite|improve this question














      Say I have a convex 2D function $f(x,y)$ ; x-absciss y-ordinate
      Getting zeros of this function is ok for me with the Newton method.



      Now say this time I still have a convex function but in 3D $f(x,y,z)$.
      You have to imagine a function such as $f(x,y)=x^2-2$ And increasing in the z-dimension (depth).



      I'd like to find the value of $z$ such as the whole function is positive.
      I was thinking about using Newton and dichotomy but the function is not monotonic... Any clue ?



      Edit:
      I know the range of z where to search, say [5, 15]



      I could do a Newton search on different points: 5,6,7,...,15 and then look at the optimal value but this would not be optimal.









      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Aug 21 at 9:04

























      asked Aug 21 at 8:55









      Cedric_W

      12




      12

























          active

          oldest

          votes











          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%2f2889636%2froot-finding-for-a-convex-3d-function%23new-answer', 'question_page');

          );

          Post as a guest



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes










           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2889636%2froot-finding-for-a-convex-3d-function%23new-answer', 'question_page');

          );

          Post as a guest













































































          這個網誌中的熱門文章

          How to combine Bézier curves to a surface?

          Mutual Information Always Non-negative

          Why am i infinitely getting the same tweet with the Twitter Search API?