polynomial, find the sum of the inverse roots of this equation.Finding the sum of non-real roots of a polynomial.find a polynomial whose roots are inverse of squares of roots of $x^3+px+q$Find the sum of real roots of a biquadratic equationMost efficient way to find polynomial rootsPolynomial with real rootsFind all the roots of this polynomialHelp with sum and product of roots.Quadratic equation with integral coefficients but no roots are givenFinding the sum of squares of roots of a quartic polynomial.Using binomial coefficients to find sum of roots of a polynomial.

In Pokémon Go, why does one of my Pikachu have an option to evolve, but another one doesn't?

How can I make Ubuntu run well (including with wifi) on a 32-bit machine?

Would the Elder Wand have been able to destroy a Horcrux?

How would I as a DM create a smart phone-like spell/device my players could use

Independent table row spacing

Could one become a successful researcher by writing some really good papers while being outside academia?

Should I take out a personal loan to pay off credit card debt?

Is it true that control+alt+delete only became a thing because IBM would not build Bill Gates a computer with a task manager button?

How would a family travel from Indiana to Texas in 1911?

How many years before enough atoms of your body are replaced to survive the sudden disappearance of the original body’s atoms?

How to realistically deal with a shield user?

What is the German idiom or expression for when someone is being hypocritical against their own teachings?

Does this put me at risk for identity theft?

Beta value of the thermistor

Should I self-publish my novella on Amazon or try my luck getting publishers?

Does the length of a password for Wi-Fi affect speed?

If there were no space agencies, could a person go to space?

Decode a variable-length quantity

Can ads on a page read my password?

How can I tell if a flight itinerary is fake

Is Odin inconsistent about the powers of Mjolnir?

What was the first multiprocessor x86 motherboard?

Erratic behavior by an internal employee against an external employee

4-dimensional Knight's Tour



polynomial, find the sum of the inverse roots of this equation.


Finding the sum of non-real roots of a polynomial.find a polynomial whose roots are inverse of squares of roots of $x^3+px+q$Find the sum of real roots of a biquadratic equationMost efficient way to find polynomial rootsPolynomial with real rootsFind all the roots of this polynomialHelp with sum and product of roots.Quadratic equation with integral coefficients but no roots are givenFinding the sum of squares of roots of a quartic polynomial.Using binomial coefficients to find sum of roots of a polynomial.






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








4












$begingroup$


Calculate the sum of the inverse roots of the equation $x^3–7x^2+4x–1=0$.



My development was:
sum = -7
product = 1
Thus, I believe that to find the inverse roots one only has to share the sum with the product, ie (-7/1) = 7, however, the answer given in the question is 4.
what do you think? do you have any formula?










share|cite|improve this question











$endgroup$




















    4












    $begingroup$


    Calculate the sum of the inverse roots of the equation $x^3–7x^2+4x–1=0$.



    My development was:
    sum = -7
    product = 1
    Thus, I believe that to find the inverse roots one only has to share the sum with the product, ie (-7/1) = 7, however, the answer given in the question is 4.
    what do you think? do you have any formula?










    share|cite|improve this question











    $endgroup$
















      4












      4








      4





      $begingroup$


      Calculate the sum of the inverse roots of the equation $x^3–7x^2+4x–1=0$.



      My development was:
      sum = -7
      product = 1
      Thus, I believe that to find the inverse roots one only has to share the sum with the product, ie (-7/1) = 7, however, the answer given in the question is 4.
      what do you think? do you have any formula?










      share|cite|improve this question











      $endgroup$




      Calculate the sum of the inverse roots of the equation $x^3–7x^2+4x–1=0$.



      My development was:
      sum = -7
      product = 1
      Thus, I believe that to find the inverse roots one only has to share the sum with the product, ie (-7/1) = 7, however, the answer given in the question is 4.
      what do you think? do you have any formula?







      polynomials






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited 7 hours ago









      Jean Marie

      34.2k4 gold badges26 silver badges60 bronze badges




      34.2k4 gold badges26 silver badges60 bronze badges










      asked 8 hours ago









      funfun funfun

      284 bronze badges




      284 bronze badges























          2 Answers
          2






          active

          oldest

          votes


















          4












          $begingroup$

          If we reverse the coefficients of a polynomial with roots $r_i$, we get a polynomial with roots $1/r_i$. In this case, the reversal is $-x^3+4x^2-7x+1=0$. By Viète's formulas, we see that the sum of reciprocals of roots of the original polynomial is $-frac4-1=4$.






          share|cite|improve this answer









          $endgroup$






















            6












            $begingroup$

            Let the roots be $x_1,x_2,x_3$, all non-zero. Then you need$$frac1x_1+frac1x_2+frac1x_3=fracx_1x_2+x_2x_3+x_3x_1x_1x_2x_3=frac-c/ad/a=-frac cd$$where $x^3-7x^2+4x-1=ax^3+bx^2+cx+d$.






            share|cite|improve this answer









            $endgroup$

















              Your Answer








              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',
              autoActivateHeartbeat: false,
              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%2f3317349%2fpolynomial-find-the-sum-of-the-inverse-roots-of-this-equation%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              4












              $begingroup$

              If we reverse the coefficients of a polynomial with roots $r_i$, we get a polynomial with roots $1/r_i$. In this case, the reversal is $-x^3+4x^2-7x+1=0$. By Viète's formulas, we see that the sum of reciprocals of roots of the original polynomial is $-frac4-1=4$.






              share|cite|improve this answer









              $endgroup$



















                4












                $begingroup$

                If we reverse the coefficients of a polynomial with roots $r_i$, we get a polynomial with roots $1/r_i$. In this case, the reversal is $-x^3+4x^2-7x+1=0$. By Viète's formulas, we see that the sum of reciprocals of roots of the original polynomial is $-frac4-1=4$.






                share|cite|improve this answer









                $endgroup$

















                  4












                  4








                  4





                  $begingroup$

                  If we reverse the coefficients of a polynomial with roots $r_i$, we get a polynomial with roots $1/r_i$. In this case, the reversal is $-x^3+4x^2-7x+1=0$. By Viète's formulas, we see that the sum of reciprocals of roots of the original polynomial is $-frac4-1=4$.






                  share|cite|improve this answer









                  $endgroup$



                  If we reverse the coefficients of a polynomial with roots $r_i$, we get a polynomial with roots $1/r_i$. In this case, the reversal is $-x^3+4x^2-7x+1=0$. By Viète's formulas, we see that the sum of reciprocals of roots of the original polynomial is $-frac4-1=4$.







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered 8 hours ago









                  Parcly TaxelParcly Taxel

                  49.5k13 gold badges79 silver badges117 bronze badges




                  49.5k13 gold badges79 silver badges117 bronze badges


























                      6












                      $begingroup$

                      Let the roots be $x_1,x_2,x_3$, all non-zero. Then you need$$frac1x_1+frac1x_2+frac1x_3=fracx_1x_2+x_2x_3+x_3x_1x_1x_2x_3=frac-c/ad/a=-frac cd$$where $x^3-7x^2+4x-1=ax^3+bx^2+cx+d$.






                      share|cite|improve this answer









                      $endgroup$



















                        6












                        $begingroup$

                        Let the roots be $x_1,x_2,x_3$, all non-zero. Then you need$$frac1x_1+frac1x_2+frac1x_3=fracx_1x_2+x_2x_3+x_3x_1x_1x_2x_3=frac-c/ad/a=-frac cd$$where $x^3-7x^2+4x-1=ax^3+bx^2+cx+d$.






                        share|cite|improve this answer









                        $endgroup$

















                          6












                          6








                          6





                          $begingroup$

                          Let the roots be $x_1,x_2,x_3$, all non-zero. Then you need$$frac1x_1+frac1x_2+frac1x_3=fracx_1x_2+x_2x_3+x_3x_1x_1x_2x_3=frac-c/ad/a=-frac cd$$where $x^3-7x^2+4x-1=ax^3+bx^2+cx+d$.






                          share|cite|improve this answer









                          $endgroup$



                          Let the roots be $x_1,x_2,x_3$, all non-zero. Then you need$$frac1x_1+frac1x_2+frac1x_3=fracx_1x_2+x_2x_3+x_3x_1x_1x_2x_3=frac-c/ad/a=-frac cd$$where $x^3-7x^2+4x-1=ax^3+bx^2+cx+d$.







                          share|cite|improve this answer












                          share|cite|improve this answer



                          share|cite|improve this answer










                          answered 8 hours ago









                          Shubham JohriShubham Johri

                          6,8489 silver badges18 bronze badges




                          6,8489 silver badges18 bronze badges






























                              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.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3317349%2fpolynomial-find-the-sum-of-the-inverse-roots-of-this-equation%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

                              Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

                              Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

                              François Viète Contents Biography Work and thought Bibliography See also Notes Further reading External links Navigation menup. 21Google Bookspp. 75–77Google BooksDe thou (from University of Saint Andrews)ArchivedGoogle BooksGoogle BooksGoogle BooksGoogle booksGoogle Bookscc-parthenay.frL'histoire universelle (fr)Universal History (en)ArchivedAdsabs.harvard.eduPagesperso-orange.frArchive.orgChikara Sasaki. Descartes' mathematical thought p.259Google BooksGoogle BooksGoogle Bookspp. 152 and onwardGoogle BooksGoogle BooksScribd.comGoogle Books1257-7979Google BooksGoogle BooksGoogle BooksGoogle BooksGoogle BooksGoogle BooksGallica.bnf.frGoogle BooksGoogle Books"François Viète"Francois Viète: Father of Modern Algebraic NotationThe Lawyer and the GamblerAbout TarporleySite de Jean-Paul GuichardL'algèbre nouvelle"About the Harmonicon"cb120511976(data)1188044800000 0001 0913 5903n82164680ola2013766880073431702w6vt1sb70287374827140948071409480