Let $a>b$ and $ab=1$ show that $frac{a^2+b^2}{a-b} geq 2sqrt{2}$











up vote
0
down vote

favorite












Let $a>b$ and $ab=1$. Show that $$frac{a^2+b^2}{a-b} geq 2sqrt{2}$$



My attempt:
$a-b>0$
$$a^2+b^2geq 2sqrt{2}(a-b)$$
$$frac{a^2+b^2}{2}geq sqrt{2}(a-b)$$
By AG inequality we know that $$frac{a^2+b^2}{2}geq sqrt{a^2b^2}=ab=1$$
But this isn't very helpful.










share|cite|improve this question




























    up vote
    0
    down vote

    favorite












    Let $a>b$ and $ab=1$. Show that $$frac{a^2+b^2}{a-b} geq 2sqrt{2}$$



    My attempt:
    $a-b>0$
    $$a^2+b^2geq 2sqrt{2}(a-b)$$
    $$frac{a^2+b^2}{2}geq sqrt{2}(a-b)$$
    By AG inequality we know that $$frac{a^2+b^2}{2}geq sqrt{a^2b^2}=ab=1$$
    But this isn't very helpful.










    share|cite|improve this question


























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      Let $a>b$ and $ab=1$. Show that $$frac{a^2+b^2}{a-b} geq 2sqrt{2}$$



      My attempt:
      $a-b>0$
      $$a^2+b^2geq 2sqrt{2}(a-b)$$
      $$frac{a^2+b^2}{2}geq sqrt{2}(a-b)$$
      By AG inequality we know that $$frac{a^2+b^2}{2}geq sqrt{a^2b^2}=ab=1$$
      But this isn't very helpful.










      share|cite|improve this question















      Let $a>b$ and $ab=1$. Show that $$frac{a^2+b^2}{a-b} geq 2sqrt{2}$$



      My attempt:
      $a-b>0$
      $$a^2+b^2geq 2sqrt{2}(a-b)$$
      $$frac{a^2+b^2}{2}geq sqrt{2}(a-b)$$
      By AG inequality we know that $$frac{a^2+b^2}{2}geq sqrt{a^2b^2}=ab=1$$
      But this isn't very helpful.







      inequality proof-writing






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Nov 19 at 9:07









      greedoid

      36.4k114592




      36.4k114592










      asked Nov 19 at 8:44









      Lovro Sindičić

      264216




      264216






















          4 Answers
          4






          active

          oldest

          votes

















          up vote
          4
          down vote



          accepted










          You may proceed as follows using AM-GM:



          $$frac{a^2+b^2}{a-b} = frac{a^2+b^2 - 2ab + 2}{a-b} = frac{(a-b)^2 + 2}{a-b}= (a-b)+ frac{2}{a-b} stackrel{AM-GM}{geq}2sqrt{2}$$






          share|cite|improve this answer




























            up vote
            0
            down vote













            Consider the map$$begin{array}{rccc}fcolon&(1,infty)&longrightarrow&mathbb R\&a&mapsto&dfrac{a^2+frac1{a^2}}{a-frac1a}.end{array}$$Then$$f'(a)=frac{left(a^2+1right) left(a^4-4 a^2+1right)}{a^2left(a^2-1right)^2}.$$You can easily deduce from this that the minimum of $f$ is attained when $a=sqrt{2+sqrt3}$. But $fleft(sqrt{2+sqrt3}right)=2sqrt2$.






            share|cite|improve this answer




























              up vote
              0
              down vote













              Without applying any of the inequality identities, you can do it the tedious way using calculus from $b=1/a$ to give $$frac{a^2+b^2}{a-b}=frac{a^2+1/a^2}{a-1/a}=frac{a^4+1}{a(a^2-1)}$$ The stationary point of this occurs when the derivative is zero; that is, $$frac{4a^4(a^2-1)-(a^4+1)(3a^2-1)}{a^2(a^2-1)^2}=0$$ so $$4a^6-4a^4-3a^6+a^4-3a^2+1=a^6-3a^4-3a^2+1=0.$$ Note that $ane0,pm1$ as $a>b$. The roots of the above are equivalent to the square roots of the roots of the corresponding cubic; that is, $$a^2=-1,2-sqrt3,2+sqrt3$$ so $a=sqrt{2+sqrt3}$ and $b=sqrt{2-sqrt3}$ as $a>b$. It is possible to find the second derivative to show that it is a minimum. Hence $$frac{a^2+b^2}{a-b}gefrac{2+sqrt3+2-sqrt3}{sqrt{2+sqrt3}-sqrt{2-sqrt3}}=2sqrt2$$ as required.






              share|cite|improve this answer




























                up vote
                0
                down vote













                Let $x=a-b>0$, then we have to prove $$(b+x)^2+b^2 geq 2xsqrt{2}$$
                or $$2b^2+2bx+x^2geq 2xsqrt{2}$$
                Since $1=ab = b^2+bx$ we have to prove$$2+x^2geq 2xsqrt{2}$$



                which is the same as $$(x-sqrt{2})^2geq 0$$
                and we are done.






                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: 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%2f3004661%2flet-ab-and-ab-1-show-that-fraca2b2a-b-geq-2-sqrt2%23new-answer', 'question_page');
                  }
                  );

                  Post as a guest















                  Required, but never shown

























                  4 Answers
                  4






                  active

                  oldest

                  votes








                  4 Answers
                  4






                  active

                  oldest

                  votes









                  active

                  oldest

                  votes






                  active

                  oldest

                  votes








                  up vote
                  4
                  down vote



                  accepted










                  You may proceed as follows using AM-GM:



                  $$frac{a^2+b^2}{a-b} = frac{a^2+b^2 - 2ab + 2}{a-b} = frac{(a-b)^2 + 2}{a-b}= (a-b)+ frac{2}{a-b} stackrel{AM-GM}{geq}2sqrt{2}$$






                  share|cite|improve this answer

























                    up vote
                    4
                    down vote



                    accepted










                    You may proceed as follows using AM-GM:



                    $$frac{a^2+b^2}{a-b} = frac{a^2+b^2 - 2ab + 2}{a-b} = frac{(a-b)^2 + 2}{a-b}= (a-b)+ frac{2}{a-b} stackrel{AM-GM}{geq}2sqrt{2}$$






                    share|cite|improve this answer























                      up vote
                      4
                      down vote



                      accepted







                      up vote
                      4
                      down vote



                      accepted






                      You may proceed as follows using AM-GM:



                      $$frac{a^2+b^2}{a-b} = frac{a^2+b^2 - 2ab + 2}{a-b} = frac{(a-b)^2 + 2}{a-b}= (a-b)+ frac{2}{a-b} stackrel{AM-GM}{geq}2sqrt{2}$$






                      share|cite|improve this answer












                      You may proceed as follows using AM-GM:



                      $$frac{a^2+b^2}{a-b} = frac{a^2+b^2 - 2ab + 2}{a-b} = frac{(a-b)^2 + 2}{a-b}= (a-b)+ frac{2}{a-b} stackrel{AM-GM}{geq}2sqrt{2}$$







                      share|cite|improve this answer












                      share|cite|improve this answer



                      share|cite|improve this answer










                      answered Nov 19 at 8:49









                      trancelocation

                      8,7571521




                      8,7571521






















                          up vote
                          0
                          down vote













                          Consider the map$$begin{array}{rccc}fcolon&(1,infty)&longrightarrow&mathbb R\&a&mapsto&dfrac{a^2+frac1{a^2}}{a-frac1a}.end{array}$$Then$$f'(a)=frac{left(a^2+1right) left(a^4-4 a^2+1right)}{a^2left(a^2-1right)^2}.$$You can easily deduce from this that the minimum of $f$ is attained when $a=sqrt{2+sqrt3}$. But $fleft(sqrt{2+sqrt3}right)=2sqrt2$.






                          share|cite|improve this answer

























                            up vote
                            0
                            down vote













                            Consider the map$$begin{array}{rccc}fcolon&(1,infty)&longrightarrow&mathbb R\&a&mapsto&dfrac{a^2+frac1{a^2}}{a-frac1a}.end{array}$$Then$$f'(a)=frac{left(a^2+1right) left(a^4-4 a^2+1right)}{a^2left(a^2-1right)^2}.$$You can easily deduce from this that the minimum of $f$ is attained when $a=sqrt{2+sqrt3}$. But $fleft(sqrt{2+sqrt3}right)=2sqrt2$.






                            share|cite|improve this answer























                              up vote
                              0
                              down vote










                              up vote
                              0
                              down vote









                              Consider the map$$begin{array}{rccc}fcolon&(1,infty)&longrightarrow&mathbb R\&a&mapsto&dfrac{a^2+frac1{a^2}}{a-frac1a}.end{array}$$Then$$f'(a)=frac{left(a^2+1right) left(a^4-4 a^2+1right)}{a^2left(a^2-1right)^2}.$$You can easily deduce from this that the minimum of $f$ is attained when $a=sqrt{2+sqrt3}$. But $fleft(sqrt{2+sqrt3}right)=2sqrt2$.






                              share|cite|improve this answer












                              Consider the map$$begin{array}{rccc}fcolon&(1,infty)&longrightarrow&mathbb R\&a&mapsto&dfrac{a^2+frac1{a^2}}{a-frac1a}.end{array}$$Then$$f'(a)=frac{left(a^2+1right) left(a^4-4 a^2+1right)}{a^2left(a^2-1right)^2}.$$You can easily deduce from this that the minimum of $f$ is attained when $a=sqrt{2+sqrt3}$. But $fleft(sqrt{2+sqrt3}right)=2sqrt2$.







                              share|cite|improve this answer












                              share|cite|improve this answer



                              share|cite|improve this answer










                              answered Nov 19 at 8:55









                              José Carlos Santos

                              145k22115214




                              145k22115214






















                                  up vote
                                  0
                                  down vote













                                  Without applying any of the inequality identities, you can do it the tedious way using calculus from $b=1/a$ to give $$frac{a^2+b^2}{a-b}=frac{a^2+1/a^2}{a-1/a}=frac{a^4+1}{a(a^2-1)}$$ The stationary point of this occurs when the derivative is zero; that is, $$frac{4a^4(a^2-1)-(a^4+1)(3a^2-1)}{a^2(a^2-1)^2}=0$$ so $$4a^6-4a^4-3a^6+a^4-3a^2+1=a^6-3a^4-3a^2+1=0.$$ Note that $ane0,pm1$ as $a>b$. The roots of the above are equivalent to the square roots of the roots of the corresponding cubic; that is, $$a^2=-1,2-sqrt3,2+sqrt3$$ so $a=sqrt{2+sqrt3}$ and $b=sqrt{2-sqrt3}$ as $a>b$. It is possible to find the second derivative to show that it is a minimum. Hence $$frac{a^2+b^2}{a-b}gefrac{2+sqrt3+2-sqrt3}{sqrt{2+sqrt3}-sqrt{2-sqrt3}}=2sqrt2$$ as required.






                                  share|cite|improve this answer

























                                    up vote
                                    0
                                    down vote













                                    Without applying any of the inequality identities, you can do it the tedious way using calculus from $b=1/a$ to give $$frac{a^2+b^2}{a-b}=frac{a^2+1/a^2}{a-1/a}=frac{a^4+1}{a(a^2-1)}$$ The stationary point of this occurs when the derivative is zero; that is, $$frac{4a^4(a^2-1)-(a^4+1)(3a^2-1)}{a^2(a^2-1)^2}=0$$ so $$4a^6-4a^4-3a^6+a^4-3a^2+1=a^6-3a^4-3a^2+1=0.$$ Note that $ane0,pm1$ as $a>b$. The roots of the above are equivalent to the square roots of the roots of the corresponding cubic; that is, $$a^2=-1,2-sqrt3,2+sqrt3$$ so $a=sqrt{2+sqrt3}$ and $b=sqrt{2-sqrt3}$ as $a>b$. It is possible to find the second derivative to show that it is a minimum. Hence $$frac{a^2+b^2}{a-b}gefrac{2+sqrt3+2-sqrt3}{sqrt{2+sqrt3}-sqrt{2-sqrt3}}=2sqrt2$$ as required.






                                    share|cite|improve this answer























                                      up vote
                                      0
                                      down vote










                                      up vote
                                      0
                                      down vote









                                      Without applying any of the inequality identities, you can do it the tedious way using calculus from $b=1/a$ to give $$frac{a^2+b^2}{a-b}=frac{a^2+1/a^2}{a-1/a}=frac{a^4+1}{a(a^2-1)}$$ The stationary point of this occurs when the derivative is zero; that is, $$frac{4a^4(a^2-1)-(a^4+1)(3a^2-1)}{a^2(a^2-1)^2}=0$$ so $$4a^6-4a^4-3a^6+a^4-3a^2+1=a^6-3a^4-3a^2+1=0.$$ Note that $ane0,pm1$ as $a>b$. The roots of the above are equivalent to the square roots of the roots of the corresponding cubic; that is, $$a^2=-1,2-sqrt3,2+sqrt3$$ so $a=sqrt{2+sqrt3}$ and $b=sqrt{2-sqrt3}$ as $a>b$. It is possible to find the second derivative to show that it is a minimum. Hence $$frac{a^2+b^2}{a-b}gefrac{2+sqrt3+2-sqrt3}{sqrt{2+sqrt3}-sqrt{2-sqrt3}}=2sqrt2$$ as required.






                                      share|cite|improve this answer












                                      Without applying any of the inequality identities, you can do it the tedious way using calculus from $b=1/a$ to give $$frac{a^2+b^2}{a-b}=frac{a^2+1/a^2}{a-1/a}=frac{a^4+1}{a(a^2-1)}$$ The stationary point of this occurs when the derivative is zero; that is, $$frac{4a^4(a^2-1)-(a^4+1)(3a^2-1)}{a^2(a^2-1)^2}=0$$ so $$4a^6-4a^4-3a^6+a^4-3a^2+1=a^6-3a^4-3a^2+1=0.$$ Note that $ane0,pm1$ as $a>b$. The roots of the above are equivalent to the square roots of the roots of the corresponding cubic; that is, $$a^2=-1,2-sqrt3,2+sqrt3$$ so $a=sqrt{2+sqrt3}$ and $b=sqrt{2-sqrt3}$ as $a>b$. It is possible to find the second derivative to show that it is a minimum. Hence $$frac{a^2+b^2}{a-b}gefrac{2+sqrt3+2-sqrt3}{sqrt{2+sqrt3}-sqrt{2-sqrt3}}=2sqrt2$$ as required.







                                      share|cite|improve this answer












                                      share|cite|improve this answer



                                      share|cite|improve this answer










                                      answered Nov 19 at 9:03









                                      TheSimpliFire

                                      11.8k62257




                                      11.8k62257






















                                          up vote
                                          0
                                          down vote













                                          Let $x=a-b>0$, then we have to prove $$(b+x)^2+b^2 geq 2xsqrt{2}$$
                                          or $$2b^2+2bx+x^2geq 2xsqrt{2}$$
                                          Since $1=ab = b^2+bx$ we have to prove$$2+x^2geq 2xsqrt{2}$$



                                          which is the same as $$(x-sqrt{2})^2geq 0$$
                                          and we are done.






                                          share|cite|improve this answer



























                                            up vote
                                            0
                                            down vote













                                            Let $x=a-b>0$, then we have to prove $$(b+x)^2+b^2 geq 2xsqrt{2}$$
                                            or $$2b^2+2bx+x^2geq 2xsqrt{2}$$
                                            Since $1=ab = b^2+bx$ we have to prove$$2+x^2geq 2xsqrt{2}$$



                                            which is the same as $$(x-sqrt{2})^2geq 0$$
                                            and we are done.






                                            share|cite|improve this answer

























                                              up vote
                                              0
                                              down vote










                                              up vote
                                              0
                                              down vote









                                              Let $x=a-b>0$, then we have to prove $$(b+x)^2+b^2 geq 2xsqrt{2}$$
                                              or $$2b^2+2bx+x^2geq 2xsqrt{2}$$
                                              Since $1=ab = b^2+bx$ we have to prove$$2+x^2geq 2xsqrt{2}$$



                                              which is the same as $$(x-sqrt{2})^2geq 0$$
                                              and we are done.






                                              share|cite|improve this answer














                                              Let $x=a-b>0$, then we have to prove $$(b+x)^2+b^2 geq 2xsqrt{2}$$
                                              or $$2b^2+2bx+x^2geq 2xsqrt{2}$$
                                              Since $1=ab = b^2+bx$ we have to prove$$2+x^2geq 2xsqrt{2}$$



                                              which is the same as $$(x-sqrt{2})^2geq 0$$
                                              and we are done.







                                              share|cite|improve this answer














                                              share|cite|improve this answer



                                              share|cite|improve this answer








                                              edited Nov 19 at 9:06

























                                              answered Nov 19 at 8:55









                                              greedoid

                                              36.4k114592




                                              36.4k114592






























                                                  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%2f3004661%2flet-ab-and-ab-1-show-that-fraca2b2a-b-geq-2-sqrt2%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 to send String Array data to Server using php in android

                                                  Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

                                                  Is anime1.com a legal site for watching anime?