Multivariable epsilon delta limit $f(x,y) = 3x + 4y $ as $(x,y) to (1,2)$

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











up vote
0
down vote

favorite












Given that $f(x,y) = 3x+4y$, I need the limit $(x,y) to (2,1)$. I know limit is 10, so
$$|3x+4y -10| = |3(x-2)+4(y-1)| < 3|x-2|+4|y-1|$$



Here we know $|x-2| < delta = sqrt (x-2)^2 + (y-1)^2$ and same for $|y-1|$, so we say inequality is satisfied when



$$7delta lt epsilon$$



or when $delta < epsilon / 7$.



Is this correct proof?







share|cite|improve this question


























    up vote
    0
    down vote

    favorite












    Given that $f(x,y) = 3x+4y$, I need the limit $(x,y) to (2,1)$. I know limit is 10, so
    $$|3x+4y -10| = |3(x-2)+4(y-1)| < 3|x-2|+4|y-1|$$



    Here we know $|x-2| < delta = sqrt (x-2)^2 + (y-1)^2$ and same for $|y-1|$, so we say inequality is satisfied when



    $$7delta lt epsilon$$



    or when $delta < epsilon / 7$.



    Is this correct proof?







    share|cite|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      Given that $f(x,y) = 3x+4y$, I need the limit $(x,y) to (2,1)$. I know limit is 10, so
      $$|3x+4y -10| = |3(x-2)+4(y-1)| < 3|x-2|+4|y-1|$$



      Here we know $|x-2| < delta = sqrt (x-2)^2 + (y-1)^2$ and same for $|y-1|$, so we say inequality is satisfied when



      $$7delta lt epsilon$$



      or when $delta < epsilon / 7$.



      Is this correct proof?







      share|cite|improve this question














      Given that $f(x,y) = 3x+4y$, I need the limit $(x,y) to (2,1)$. I know limit is 10, so
      $$|3x+4y -10| = |3(x-2)+4(y-1)| < 3|x-2|+4|y-1|$$



      Here we know $|x-2| < delta = sqrt (x-2)^2 + (y-1)^2$ and same for $|y-1|$, so we say inequality is satisfied when



      $$7delta lt epsilon$$



      or when $delta < epsilon / 7$.



      Is this correct proof?









      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Aug 29 at 4:05

























      asked Aug 29 at 3:59









      jeea

      45612




      45612




















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          2
          down vote



          accepted










          $forall epsilon > 0$, choose $delta = fracepsilon7$, if $sqrt(x-2)^2+(y-1)^2 < delta, $ then
          $$|x-2| colorbluele sqrt(x-2)^2+(y-1)^2 < delta$$ and $$|y-1| colorbluele sqrt(x-2)^2+(y-1)^2 < delta$$



          which implies that $$|3x+4y -10| = |3(x-2)+4(y-1)| colorbluele 3|x-2|+4|y-1|< 7 delta=epsilon.$$



          It is alright to choose a smaller $delta$ too.






          share|cite|improve this answer




















          • Thanks a lot sir! I realise the mistake!
            – jeea
            Aug 29 at 4:17

















          up vote
          2
          down vote













          You have the correct idea about $$delta < epsilon / 7$$



          but I would avoid statements like $$ |x-2| < delta = sqrt (x-2)^2 + (y-1)^2$$
          If you rewrite your proof, it will be a very good one.






          share|cite|improve this answer




















          • I realise the error, thanks a lot sir!
            – jeea
            Aug 29 at 4:17










          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%2f2897926%2fmultivariable-epsilon-delta-limit-fx-y-3x-4y-as-x-y-to-1-2%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
          2
          down vote



          accepted










          $forall epsilon > 0$, choose $delta = fracepsilon7$, if $sqrt(x-2)^2+(y-1)^2 < delta, $ then
          $$|x-2| colorbluele sqrt(x-2)^2+(y-1)^2 < delta$$ and $$|y-1| colorbluele sqrt(x-2)^2+(y-1)^2 < delta$$



          which implies that $$|3x+4y -10| = |3(x-2)+4(y-1)| colorbluele 3|x-2|+4|y-1|< 7 delta=epsilon.$$



          It is alright to choose a smaller $delta$ too.






          share|cite|improve this answer




















          • Thanks a lot sir! I realise the mistake!
            – jeea
            Aug 29 at 4:17














          up vote
          2
          down vote



          accepted










          $forall epsilon > 0$, choose $delta = fracepsilon7$, if $sqrt(x-2)^2+(y-1)^2 < delta, $ then
          $$|x-2| colorbluele sqrt(x-2)^2+(y-1)^2 < delta$$ and $$|y-1| colorbluele sqrt(x-2)^2+(y-1)^2 < delta$$



          which implies that $$|3x+4y -10| = |3(x-2)+4(y-1)| colorbluele 3|x-2|+4|y-1|< 7 delta=epsilon.$$



          It is alright to choose a smaller $delta$ too.






          share|cite|improve this answer




















          • Thanks a lot sir! I realise the mistake!
            – jeea
            Aug 29 at 4:17












          up vote
          2
          down vote



          accepted







          up vote
          2
          down vote



          accepted






          $forall epsilon > 0$, choose $delta = fracepsilon7$, if $sqrt(x-2)^2+(y-1)^2 < delta, $ then
          $$|x-2| colorbluele sqrt(x-2)^2+(y-1)^2 < delta$$ and $$|y-1| colorbluele sqrt(x-2)^2+(y-1)^2 < delta$$



          which implies that $$|3x+4y -10| = |3(x-2)+4(y-1)| colorbluele 3|x-2|+4|y-1|< 7 delta=epsilon.$$



          It is alright to choose a smaller $delta$ too.






          share|cite|improve this answer












          $forall epsilon > 0$, choose $delta = fracepsilon7$, if $sqrt(x-2)^2+(y-1)^2 < delta, $ then
          $$|x-2| colorbluele sqrt(x-2)^2+(y-1)^2 < delta$$ and $$|y-1| colorbluele sqrt(x-2)^2+(y-1)^2 < delta$$



          which implies that $$|3x+4y -10| = |3(x-2)+4(y-1)| colorbluele 3|x-2|+4|y-1|< 7 delta=epsilon.$$



          It is alright to choose a smaller $delta$ too.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Aug 29 at 4:12









          Siong Thye Goh

          81.2k1453103




          81.2k1453103











          • Thanks a lot sir! I realise the mistake!
            – jeea
            Aug 29 at 4:17
















          • Thanks a lot sir! I realise the mistake!
            – jeea
            Aug 29 at 4:17















          Thanks a lot sir! I realise the mistake!
          – jeea
          Aug 29 at 4:17




          Thanks a lot sir! I realise the mistake!
          – jeea
          Aug 29 at 4:17










          up vote
          2
          down vote













          You have the correct idea about $$delta < epsilon / 7$$



          but I would avoid statements like $$ |x-2| < delta = sqrt (x-2)^2 + (y-1)^2$$
          If you rewrite your proof, it will be a very good one.






          share|cite|improve this answer




















          • I realise the error, thanks a lot sir!
            – jeea
            Aug 29 at 4:17














          up vote
          2
          down vote













          You have the correct idea about $$delta < epsilon / 7$$



          but I would avoid statements like $$ |x-2| < delta = sqrt (x-2)^2 + (y-1)^2$$
          If you rewrite your proof, it will be a very good one.






          share|cite|improve this answer




















          • I realise the error, thanks a lot sir!
            – jeea
            Aug 29 at 4:17












          up vote
          2
          down vote










          up vote
          2
          down vote









          You have the correct idea about $$delta < epsilon / 7$$



          but I would avoid statements like $$ |x-2| < delta = sqrt (x-2)^2 + (y-1)^2$$
          If you rewrite your proof, it will be a very good one.






          share|cite|improve this answer












          You have the correct idea about $$delta < epsilon / 7$$



          but I would avoid statements like $$ |x-2| < delta = sqrt (x-2)^2 + (y-1)^2$$
          If you rewrite your proof, it will be a very good one.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Aug 29 at 4:15









          Mohammad Riazi-Kermani

          30.8k41852




          30.8k41852











          • I realise the error, thanks a lot sir!
            – jeea
            Aug 29 at 4:17
















          • I realise the error, thanks a lot sir!
            – jeea
            Aug 29 at 4:17















          I realise the error, thanks a lot sir!
          – jeea
          Aug 29 at 4:17




          I realise the error, thanks a lot sir!
          – jeea
          Aug 29 at 4:17

















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2897926%2fmultivariable-epsilon-delta-limit-fx-y-3x-4y-as-x-y-to-1-2%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