Showing that $left|fraczz^3+1right|leqfracRR^3-1$

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











up vote
2
down vote

favorite
1













I am trying to show that if $|z|=R>1$, then
$$left|fraczz^3+1right|leqfracRR^3-1$$




I've been playing around with the above inequality and this is where I am at.



beginalign
textConsider left|z^3+1right|&leqleft|z^3right|+1 text(by the triangle inequality)\
&=left|zright|^3+1 \
&=R^3+1 \ \
Rightarrow left|z^3+1right|&leq R^3+1 \
frac1&geqfrac1R^3+1 \
frac&geqfracR^3+1 textz \
left|fraczz^3+1right|&geqfracRR^3+1 \
endalign



I'm unsure of how to yield the desired inequality. Have I made a mistake somewhere?



EDIT



If I used the inequality $$|z_1+z_2|geq |z_1|-|z_2|$$ I believe this will work. My question is, does this inequality hold for real numbers as well?







share|cite|improve this question















  • 1




    The triangle $|a|-|b| le |a+b| le |a|+|b|$ is all you need. And, yes, it holds for real numbers as well.
    – Doug M
    Aug 3 at 1:21














up vote
2
down vote

favorite
1













I am trying to show that if $|z|=R>1$, then
$$left|fraczz^3+1right|leqfracRR^3-1$$




I've been playing around with the above inequality and this is where I am at.



beginalign
textConsider left|z^3+1right|&leqleft|z^3right|+1 text(by the triangle inequality)\
&=left|zright|^3+1 \
&=R^3+1 \ \
Rightarrow left|z^3+1right|&leq R^3+1 \
frac1&geqfrac1R^3+1 \
frac&geqfracR^3+1 textz \
left|fraczz^3+1right|&geqfracRR^3+1 \
endalign



I'm unsure of how to yield the desired inequality. Have I made a mistake somewhere?



EDIT



If I used the inequality $$|z_1+z_2|geq |z_1|-|z_2|$$ I believe this will work. My question is, does this inequality hold for real numbers as well?







share|cite|improve this question















  • 1




    The triangle $|a|-|b| le |a+b| le |a|+|b|$ is all you need. And, yes, it holds for real numbers as well.
    – Doug M
    Aug 3 at 1:21












up vote
2
down vote

favorite
1









up vote
2
down vote

favorite
1






1






I am trying to show that if $|z|=R>1$, then
$$left|fraczz^3+1right|leqfracRR^3-1$$




I've been playing around with the above inequality and this is where I am at.



beginalign
textConsider left|z^3+1right|&leqleft|z^3right|+1 text(by the triangle inequality)\
&=left|zright|^3+1 \
&=R^3+1 \ \
Rightarrow left|z^3+1right|&leq R^3+1 \
frac1&geqfrac1R^3+1 \
frac&geqfracR^3+1 textz \
left|fraczz^3+1right|&geqfracRR^3+1 \
endalign



I'm unsure of how to yield the desired inequality. Have I made a mistake somewhere?



EDIT



If I used the inequality $$|z_1+z_2|geq |z_1|-|z_2|$$ I believe this will work. My question is, does this inequality hold for real numbers as well?







share|cite|improve this question












I am trying to show that if $|z|=R>1$, then
$$left|fraczz^3+1right|leqfracRR^3-1$$




I've been playing around with the above inequality and this is where I am at.



beginalign
textConsider left|z^3+1right|&leqleft|z^3right|+1 text(by the triangle inequality)\
&=left|zright|^3+1 \
&=R^3+1 \ \
Rightarrow left|z^3+1right|&leq R^3+1 \
frac1&geqfrac1R^3+1 \
frac&geqfracR^3+1 textz \
left|fraczz^3+1right|&geqfracRR^3+1 \
endalign



I'm unsure of how to yield the desired inequality. Have I made a mistake somewhere?



EDIT



If I used the inequality $$|z_1+z_2|geq |z_1|-|z_2|$$ I believe this will work. My question is, does this inequality hold for real numbers as well?









share|cite|improve this question










share|cite|improve this question




share|cite|improve this question









asked Aug 3 at 0:53









Bell

560112




560112







  • 1




    The triangle $|a|-|b| le |a+b| le |a|+|b|$ is all you need. And, yes, it holds for real numbers as well.
    – Doug M
    Aug 3 at 1:21












  • 1




    The triangle $|a|-|b| le |a+b| le |a|+|b|$ is all you need. And, yes, it holds for real numbers as well.
    – Doug M
    Aug 3 at 1:21







1




1




The triangle $|a|-|b| le |a+b| le |a|+|b|$ is all you need. And, yes, it holds for real numbers as well.
– Doug M
Aug 3 at 1:21




The triangle $|a|-|b| le |a+b| le |a|+|b|$ is all you need. And, yes, it holds for real numbers as well.
– Doug M
Aug 3 at 1:21










3 Answers
3






active

oldest

votes

















up vote
3
down vote



accepted










Since $|z|=R$, your inequality reduces to
$$tag1
frac1leqfrac1R^3-1,
$$
which in turn is the same as
$$tag2
R^3-1leq |z^3+1|.
$$
And this is just the reverse triangle inequality:
$$
|z^3+1|geq |z^3|-1=|z|^3-1=R^3-1.
$$



As for your edited question:
$$
|z_1|=|z_1-z_2+z_2|leq|z_1-z_2|+|z_2|.
$$
This gives
$$
|z_1|-|z_2|leq |z_1-z_2|.
$$
Since the roles are interchangeable, we get
$$
|,|z_1|-|z_2|,|leq |z_1-z_2|.
$$






share|cite|improve this answer























  • I'm having trouble understanding the reverse triangle inequality (that we call the circle inequality for some reason) step. Doesn't the RTI say $|z_1-z_2|leq left||z|-|z_2|right|$? How did you obtain $|z^3+1|geq|z^3|-1$?
    – Bell
    Aug 3 at 1:20











  • $z^3=z_1$, $1=z_2$. And no, the inequality you wrote is false most of the time: it implies that if $|z_1|=|z_2|$, then $z_1=z_2$.
    – Martin Argerami
    Aug 3 at 1:26










  • I think I typed this wrong, I meant $left||z_1|-|z_2|right|leq|z_1-z_2|$. Is this correct?
    – Bell
    Aug 3 at 1:29










  • Yes, that's exactly what I used and proved in my answer.
    – Martin Argerami
    Aug 3 at 1:29






  • 1




    Yes, you are right; with $z_2=-1$. You can always drop the "small" absolute value, when dealing with real numbers: if $|a|geq |b|$, then $|a|geq b$. The place where $R>1$ place a role is to go from my inequality $(2)$ to my inequality $(1)$.
    – Martin Argerami
    Aug 3 at 1:50


















up vote
2
down vote













Your inequality is correct, but it's going the wrong way. You want an inequality that ends up with $|z^3+1|$ being greater than something. Try starting with:
$$
|z^3| = |z^3 +1 + (-1)|le |z^3+1| + |-1|
$$






share|cite|improve this answer




























    up vote
    1
    down vote













    WLOG $z=R(cos t+isin t)$ where $t$ is real



    $$|z^3+1|^2=R^6+1+2R^3cos3tge R^6+1-2R^3= (R^3-1)^2$$



    as $cos3tge-1$ and $R^3>1$






    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%2f2870628%2fshowing-that-left-fraczz31-right-leq-fracrr3-1%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
      3
      down vote



      accepted










      Since $|z|=R$, your inequality reduces to
      $$tag1
      frac1leqfrac1R^3-1,
      $$
      which in turn is the same as
      $$tag2
      R^3-1leq |z^3+1|.
      $$
      And this is just the reverse triangle inequality:
      $$
      |z^3+1|geq |z^3|-1=|z|^3-1=R^3-1.
      $$



      As for your edited question:
      $$
      |z_1|=|z_1-z_2+z_2|leq|z_1-z_2|+|z_2|.
      $$
      This gives
      $$
      |z_1|-|z_2|leq |z_1-z_2|.
      $$
      Since the roles are interchangeable, we get
      $$
      |,|z_1|-|z_2|,|leq |z_1-z_2|.
      $$






      share|cite|improve this answer























      • I'm having trouble understanding the reverse triangle inequality (that we call the circle inequality for some reason) step. Doesn't the RTI say $|z_1-z_2|leq left||z|-|z_2|right|$? How did you obtain $|z^3+1|geq|z^3|-1$?
        – Bell
        Aug 3 at 1:20











      • $z^3=z_1$, $1=z_2$. And no, the inequality you wrote is false most of the time: it implies that if $|z_1|=|z_2|$, then $z_1=z_2$.
        – Martin Argerami
        Aug 3 at 1:26










      • I think I typed this wrong, I meant $left||z_1|-|z_2|right|leq|z_1-z_2|$. Is this correct?
        – Bell
        Aug 3 at 1:29










      • Yes, that's exactly what I used and proved in my answer.
        – Martin Argerami
        Aug 3 at 1:29






      • 1




        Yes, you are right; with $z_2=-1$. You can always drop the "small" absolute value, when dealing with real numbers: if $|a|geq |b|$, then $|a|geq b$. The place where $R>1$ place a role is to go from my inequality $(2)$ to my inequality $(1)$.
        – Martin Argerami
        Aug 3 at 1:50















      up vote
      3
      down vote



      accepted










      Since $|z|=R$, your inequality reduces to
      $$tag1
      frac1leqfrac1R^3-1,
      $$
      which in turn is the same as
      $$tag2
      R^3-1leq |z^3+1|.
      $$
      And this is just the reverse triangle inequality:
      $$
      |z^3+1|geq |z^3|-1=|z|^3-1=R^3-1.
      $$



      As for your edited question:
      $$
      |z_1|=|z_1-z_2+z_2|leq|z_1-z_2|+|z_2|.
      $$
      This gives
      $$
      |z_1|-|z_2|leq |z_1-z_2|.
      $$
      Since the roles are interchangeable, we get
      $$
      |,|z_1|-|z_2|,|leq |z_1-z_2|.
      $$






      share|cite|improve this answer























      • I'm having trouble understanding the reverse triangle inequality (that we call the circle inequality for some reason) step. Doesn't the RTI say $|z_1-z_2|leq left||z|-|z_2|right|$? How did you obtain $|z^3+1|geq|z^3|-1$?
        – Bell
        Aug 3 at 1:20











      • $z^3=z_1$, $1=z_2$. And no, the inequality you wrote is false most of the time: it implies that if $|z_1|=|z_2|$, then $z_1=z_2$.
        – Martin Argerami
        Aug 3 at 1:26










      • I think I typed this wrong, I meant $left||z_1|-|z_2|right|leq|z_1-z_2|$. Is this correct?
        – Bell
        Aug 3 at 1:29










      • Yes, that's exactly what I used and proved in my answer.
        – Martin Argerami
        Aug 3 at 1:29






      • 1




        Yes, you are right; with $z_2=-1$. You can always drop the "small" absolute value, when dealing with real numbers: if $|a|geq |b|$, then $|a|geq b$. The place where $R>1$ place a role is to go from my inequality $(2)$ to my inequality $(1)$.
        – Martin Argerami
        Aug 3 at 1:50













      up vote
      3
      down vote



      accepted







      up vote
      3
      down vote



      accepted






      Since $|z|=R$, your inequality reduces to
      $$tag1
      frac1leqfrac1R^3-1,
      $$
      which in turn is the same as
      $$tag2
      R^3-1leq |z^3+1|.
      $$
      And this is just the reverse triangle inequality:
      $$
      |z^3+1|geq |z^3|-1=|z|^3-1=R^3-1.
      $$



      As for your edited question:
      $$
      |z_1|=|z_1-z_2+z_2|leq|z_1-z_2|+|z_2|.
      $$
      This gives
      $$
      |z_1|-|z_2|leq |z_1-z_2|.
      $$
      Since the roles are interchangeable, we get
      $$
      |,|z_1|-|z_2|,|leq |z_1-z_2|.
      $$






      share|cite|improve this answer















      Since $|z|=R$, your inequality reduces to
      $$tag1
      frac1leqfrac1R^3-1,
      $$
      which in turn is the same as
      $$tag2
      R^3-1leq |z^3+1|.
      $$
      And this is just the reverse triangle inequality:
      $$
      |z^3+1|geq |z^3|-1=|z|^3-1=R^3-1.
      $$



      As for your edited question:
      $$
      |z_1|=|z_1-z_2+z_2|leq|z_1-z_2|+|z_2|.
      $$
      This gives
      $$
      |z_1|-|z_2|leq |z_1-z_2|.
      $$
      Since the roles are interchangeable, we get
      $$
      |,|z_1|-|z_2|,|leq |z_1-z_2|.
      $$







      share|cite|improve this answer















      share|cite|improve this answer



      share|cite|improve this answer








      edited Aug 3 at 1:51


























      answered Aug 3 at 0:59









      Martin Argerami

      115k1071164




      115k1071164











      • I'm having trouble understanding the reverse triangle inequality (that we call the circle inequality for some reason) step. Doesn't the RTI say $|z_1-z_2|leq left||z|-|z_2|right|$? How did you obtain $|z^3+1|geq|z^3|-1$?
        – Bell
        Aug 3 at 1:20











      • $z^3=z_1$, $1=z_2$. And no, the inequality you wrote is false most of the time: it implies that if $|z_1|=|z_2|$, then $z_1=z_2$.
        – Martin Argerami
        Aug 3 at 1:26










      • I think I typed this wrong, I meant $left||z_1|-|z_2|right|leq|z_1-z_2|$. Is this correct?
        – Bell
        Aug 3 at 1:29










      • Yes, that's exactly what I used and proved in my answer.
        – Martin Argerami
        Aug 3 at 1:29






      • 1




        Yes, you are right; with $z_2=-1$. You can always drop the "small" absolute value, when dealing with real numbers: if $|a|geq |b|$, then $|a|geq b$. The place where $R>1$ place a role is to go from my inequality $(2)$ to my inequality $(1)$.
        – Martin Argerami
        Aug 3 at 1:50

















      • I'm having trouble understanding the reverse triangle inequality (that we call the circle inequality for some reason) step. Doesn't the RTI say $|z_1-z_2|leq left||z|-|z_2|right|$? How did you obtain $|z^3+1|geq|z^3|-1$?
        – Bell
        Aug 3 at 1:20











      • $z^3=z_1$, $1=z_2$. And no, the inequality you wrote is false most of the time: it implies that if $|z_1|=|z_2|$, then $z_1=z_2$.
        – Martin Argerami
        Aug 3 at 1:26










      • I think I typed this wrong, I meant $left||z_1|-|z_2|right|leq|z_1-z_2|$. Is this correct?
        – Bell
        Aug 3 at 1:29










      • Yes, that's exactly what I used and proved in my answer.
        – Martin Argerami
        Aug 3 at 1:29






      • 1




        Yes, you are right; with $z_2=-1$. You can always drop the "small" absolute value, when dealing with real numbers: if $|a|geq |b|$, then $|a|geq b$. The place where $R>1$ place a role is to go from my inequality $(2)$ to my inequality $(1)$.
        – Martin Argerami
        Aug 3 at 1:50
















      I'm having trouble understanding the reverse triangle inequality (that we call the circle inequality for some reason) step. Doesn't the RTI say $|z_1-z_2|leq left||z|-|z_2|right|$? How did you obtain $|z^3+1|geq|z^3|-1$?
      – Bell
      Aug 3 at 1:20





      I'm having trouble understanding the reverse triangle inequality (that we call the circle inequality for some reason) step. Doesn't the RTI say $|z_1-z_2|leq left||z|-|z_2|right|$? How did you obtain $|z^3+1|geq|z^3|-1$?
      – Bell
      Aug 3 at 1:20













      $z^3=z_1$, $1=z_2$. And no, the inequality you wrote is false most of the time: it implies that if $|z_1|=|z_2|$, then $z_1=z_2$.
      – Martin Argerami
      Aug 3 at 1:26




      $z^3=z_1$, $1=z_2$. And no, the inequality you wrote is false most of the time: it implies that if $|z_1|=|z_2|$, then $z_1=z_2$.
      – Martin Argerami
      Aug 3 at 1:26












      I think I typed this wrong, I meant $left||z_1|-|z_2|right|leq|z_1-z_2|$. Is this correct?
      – Bell
      Aug 3 at 1:29




      I think I typed this wrong, I meant $left||z_1|-|z_2|right|leq|z_1-z_2|$. Is this correct?
      – Bell
      Aug 3 at 1:29












      Yes, that's exactly what I used and proved in my answer.
      – Martin Argerami
      Aug 3 at 1:29




      Yes, that's exactly what I used and proved in my answer.
      – Martin Argerami
      Aug 3 at 1:29




      1




      1




      Yes, you are right; with $z_2=-1$. You can always drop the "small" absolute value, when dealing with real numbers: if $|a|geq |b|$, then $|a|geq b$. The place where $R>1$ place a role is to go from my inequality $(2)$ to my inequality $(1)$.
      – Martin Argerami
      Aug 3 at 1:50





      Yes, you are right; with $z_2=-1$. You can always drop the "small" absolute value, when dealing with real numbers: if $|a|geq |b|$, then $|a|geq b$. The place where $R>1$ place a role is to go from my inequality $(2)$ to my inequality $(1)$.
      – Martin Argerami
      Aug 3 at 1:50











      up vote
      2
      down vote













      Your inequality is correct, but it's going the wrong way. You want an inequality that ends up with $|z^3+1|$ being greater than something. Try starting with:
      $$
      |z^3| = |z^3 +1 + (-1)|le |z^3+1| + |-1|
      $$






      share|cite|improve this answer

























        up vote
        2
        down vote













        Your inequality is correct, but it's going the wrong way. You want an inequality that ends up with $|z^3+1|$ being greater than something. Try starting with:
        $$
        |z^3| = |z^3 +1 + (-1)|le |z^3+1| + |-1|
        $$






        share|cite|improve this answer























          up vote
          2
          down vote










          up vote
          2
          down vote









          Your inequality is correct, but it's going the wrong way. You want an inequality that ends up with $|z^3+1|$ being greater than something. Try starting with:
          $$
          |z^3| = |z^3 +1 + (-1)|le |z^3+1| + |-1|
          $$






          share|cite|improve this answer













          Your inequality is correct, but it's going the wrong way. You want an inequality that ends up with $|z^3+1|$ being greater than something. Try starting with:
          $$
          |z^3| = |z^3 +1 + (-1)|le |z^3+1| + |-1|
          $$







          share|cite|improve this answer













          share|cite|improve this answer



          share|cite|improve this answer











          answered Aug 3 at 1:00









          grand_chat

          17.8k11120




          17.8k11120




















              up vote
              1
              down vote













              WLOG $z=R(cos t+isin t)$ where $t$ is real



              $$|z^3+1|^2=R^6+1+2R^3cos3tge R^6+1-2R^3= (R^3-1)^2$$



              as $cos3tge-1$ and $R^3>1$






              share|cite|improve this answer

























                up vote
                1
                down vote













                WLOG $z=R(cos t+isin t)$ where $t$ is real



                $$|z^3+1|^2=R^6+1+2R^3cos3tge R^6+1-2R^3= (R^3-1)^2$$



                as $cos3tge-1$ and $R^3>1$






                share|cite|improve this answer























                  up vote
                  1
                  down vote










                  up vote
                  1
                  down vote









                  WLOG $z=R(cos t+isin t)$ where $t$ is real



                  $$|z^3+1|^2=R^6+1+2R^3cos3tge R^6+1-2R^3= (R^3-1)^2$$



                  as $cos3tge-1$ and $R^3>1$






                  share|cite|improve this answer













                  WLOG $z=R(cos t+isin t)$ where $t$ is real



                  $$|z^3+1|^2=R^6+1+2R^3cos3tge R^6+1-2R^3= (R^3-1)^2$$



                  as $cos3tge-1$ and $R^3>1$







                  share|cite|improve this answer













                  share|cite|improve this answer



                  share|cite|improve this answer











                  answered Aug 3 at 1:15









                  lab bhattacharjee

                  214k14152263




                  214k14152263






















                       

                      draft saved


                      draft discarded


























                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2870628%2fshowing-that-left-fraczz31-right-leq-fracrr3-1%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?