How can you determine if a root of a polynomial is a repeated one? Announcing the arrival of...

macOS: Name for app shortcut screen found by pinching with thumb and three fingers

What does it mean that physics no longer uses mechanical models to describe phenomena?

How long can equipment go unused before powering up runs the risk of damage?

What does Turing mean by this statement?

Dyck paths with extra diagonals from valleys (Laser construction)

Project Euler #1 in C++

What initially awakened the Balrog?

How would a mousetrap for use in space work?

What order were files/directories output in dir?

Flash light on something

How can I prevent/balance waiting and turtling as a response to cooldown mechanics

Trademark violation for app?

Why can't I install Tomboy in Ubuntu Mate 19.04?

Antipodal Land Area Calculation

How to identify unknown coordinate type and convert to lat/lon?

What is the difference between a "ranged attack" and a "ranged weapon attack"?

What is the meaning of 'breadth' in breadth first search?

Lagrange four-squares theorem --- deterministic complexity

AppleTVs create a chatty alternate WiFi network

Does the Mueller report show a conspiracy between Russia and the Trump Campaign?

preposition before coffee

What does this say in Elvish?

Why is it faster to reheat something than it is to cook it?

How can I set the aperture on my DSLR when it's attached to a telescope instead of a lens?



How can you determine if a root of a polynomial is a repeated one?



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Polynomial root findingFinding the scope of a parameter where a polynomial can have rootsFind polynomial whose root is sum of roots of other polynomialsPolynomial with one rational root or one imaginary rootInterval of Polynomial Root FindingDetermine number of real roots on an incomplete polynomialFactoring a polynomial with possibly repeated rootPossible values of $c$ such that polynomial has one root of multiplicity twoIs concept of Repeated root only for PolynomialsHow to find polynomial functions 3rd degree with no, one, two, three zeros(roots)?












1












$begingroup$


Let's say we have the polynomial $x^3 − 12x − 16$, and we know there are 2 roots, $x = -2$, and $x = 4$, and one of those roots appears twice.



How can we determine which of those two roots is the repeated one?










share|cite|improve this question











$endgroup$








  • 2




    $begingroup$
    is $f(x)=(x+2)^2(x-4)$ or $(x-4)^2(x+2)$?
    $endgroup$
    – Alexandros
    Mar 25 at 17:16
















1












$begingroup$


Let's say we have the polynomial $x^3 − 12x − 16$, and we know there are 2 roots, $x = -2$, and $x = 4$, and one of those roots appears twice.



How can we determine which of those two roots is the repeated one?










share|cite|improve this question











$endgroup$








  • 2




    $begingroup$
    is $f(x)=(x+2)^2(x-4)$ or $(x-4)^2(x+2)$?
    $endgroup$
    – Alexandros
    Mar 25 at 17:16














1












1








1





$begingroup$


Let's say we have the polynomial $x^3 − 12x − 16$, and we know there are 2 roots, $x = -2$, and $x = 4$, and one of those roots appears twice.



How can we determine which of those two roots is the repeated one?










share|cite|improve this question











$endgroup$




Let's say we have the polynomial $x^3 − 12x − 16$, and we know there are 2 roots, $x = -2$, and $x = 4$, and one of those roots appears twice.



How can we determine which of those two roots is the repeated one?







polynomials roots






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Mar 25 at 17:20









Brian

1,503416




1,503416










asked Mar 25 at 17:13









JBrahaJBraha

1116




1116








  • 2




    $begingroup$
    is $f(x)=(x+2)^2(x-4)$ or $(x-4)^2(x+2)$?
    $endgroup$
    – Alexandros
    Mar 25 at 17:16














  • 2




    $begingroup$
    is $f(x)=(x+2)^2(x-4)$ or $(x-4)^2(x+2)$?
    $endgroup$
    – Alexandros
    Mar 25 at 17:16








2




2




$begingroup$
is $f(x)=(x+2)^2(x-4)$ or $(x-4)^2(x+2)$?
$endgroup$
– Alexandros
Mar 25 at 17:16




$begingroup$
is $f(x)=(x+2)^2(x-4)$ or $(x-4)^2(x+2)$?
$endgroup$
– Alexandros
Mar 25 at 17:16










3 Answers
3






active

oldest

votes


















2












$begingroup$

You could use Vieta's formulas.



For this polynomial, the sum of the roots must be $0,$ since that is the coefficient of $x^2$;



$-2+-2+4=0$ and $4+-2+4ne0,$ so the answer is that $-2$ is repeated.






share|cite|improve this answer









$endgroup$













  • $begingroup$
    I accepted this solution as it is the quickest and easiest method for the example in my question. For more complex problems, the other users' methods (involving differentiation) could be more useful.
    $endgroup$
    – JBraha
    Mar 25 at 17:32



















1












$begingroup$

You differentiate your polynomial, which will give you $3x^2-12$. Since $-2$ is a root of it, it's $-2$ which is the double root.






share|cite|improve this answer









$endgroup$





















    1












    $begingroup$

    With algebra, you can factor (or do something equivalent, like synthetic division or polynomial long division). Like here you can compute that $frac{x^3-12x-16}{(x+2)(x-4)}=x+2$ for $x neq -2,4$.



    Another option with algebra is guess-and-check: you can multiply out $(x+2)^2(x-4)$ and $(x-4)^2(x+2)$ and see which one matches.



    With calculus, you can take the derivative and plug in the roots; if you get zero at a root, then the point is at least a double root. Higher roots can be checked by taking more derivatives (e.g. $p(0)=p'(0)=p''(0)=0$ with $p'''(0) neq 0$ means a triple root).






    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%2f3162076%2fhow-can-you-determine-if-a-root-of-a-polynomial-is-a-repeated-one%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      2












      $begingroup$

      You could use Vieta's formulas.



      For this polynomial, the sum of the roots must be $0,$ since that is the coefficient of $x^2$;



      $-2+-2+4=0$ and $4+-2+4ne0,$ so the answer is that $-2$ is repeated.






      share|cite|improve this answer









      $endgroup$













      • $begingroup$
        I accepted this solution as it is the quickest and easiest method for the example in my question. For more complex problems, the other users' methods (involving differentiation) could be more useful.
        $endgroup$
        – JBraha
        Mar 25 at 17:32
















      2












      $begingroup$

      You could use Vieta's formulas.



      For this polynomial, the sum of the roots must be $0,$ since that is the coefficient of $x^2$;



      $-2+-2+4=0$ and $4+-2+4ne0,$ so the answer is that $-2$ is repeated.






      share|cite|improve this answer









      $endgroup$













      • $begingroup$
        I accepted this solution as it is the quickest and easiest method for the example in my question. For more complex problems, the other users' methods (involving differentiation) could be more useful.
        $endgroup$
        – JBraha
        Mar 25 at 17:32














      2












      2








      2





      $begingroup$

      You could use Vieta's formulas.



      For this polynomial, the sum of the roots must be $0,$ since that is the coefficient of $x^2$;



      $-2+-2+4=0$ and $4+-2+4ne0,$ so the answer is that $-2$ is repeated.






      share|cite|improve this answer









      $endgroup$



      You could use Vieta's formulas.



      For this polynomial, the sum of the roots must be $0,$ since that is the coefficient of $x^2$;



      $-2+-2+4=0$ and $4+-2+4ne0,$ so the answer is that $-2$ is repeated.







      share|cite|improve this answer












      share|cite|improve this answer



      share|cite|improve this answer










      answered Mar 25 at 17:20









      J. W. TannerJ. W. Tanner

      5,0751520




      5,0751520












      • $begingroup$
        I accepted this solution as it is the quickest and easiest method for the example in my question. For more complex problems, the other users' methods (involving differentiation) could be more useful.
        $endgroup$
        – JBraha
        Mar 25 at 17:32


















      • $begingroup$
        I accepted this solution as it is the quickest and easiest method for the example in my question. For more complex problems, the other users' methods (involving differentiation) could be more useful.
        $endgroup$
        – JBraha
        Mar 25 at 17:32
















      $begingroup$
      I accepted this solution as it is the quickest and easiest method for the example in my question. For more complex problems, the other users' methods (involving differentiation) could be more useful.
      $endgroup$
      – JBraha
      Mar 25 at 17:32




      $begingroup$
      I accepted this solution as it is the quickest and easiest method for the example in my question. For more complex problems, the other users' methods (involving differentiation) could be more useful.
      $endgroup$
      – JBraha
      Mar 25 at 17:32











      1












      $begingroup$

      You differentiate your polynomial, which will give you $3x^2-12$. Since $-2$ is a root of it, it's $-2$ which is the double root.






      share|cite|improve this answer









      $endgroup$


















        1












        $begingroup$

        You differentiate your polynomial, which will give you $3x^2-12$. Since $-2$ is a root of it, it's $-2$ which is the double root.






        share|cite|improve this answer









        $endgroup$
















          1












          1








          1





          $begingroup$

          You differentiate your polynomial, which will give you $3x^2-12$. Since $-2$ is a root of it, it's $-2$ which is the double root.






          share|cite|improve this answer









          $endgroup$



          You differentiate your polynomial, which will give you $3x^2-12$. Since $-2$ is a root of it, it's $-2$ which is the double root.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Mar 25 at 17:15









          José Carlos SantosJosé Carlos Santos

          176k24136245




          176k24136245























              1












              $begingroup$

              With algebra, you can factor (or do something equivalent, like synthetic division or polynomial long division). Like here you can compute that $frac{x^3-12x-16}{(x+2)(x-4)}=x+2$ for $x neq -2,4$.



              Another option with algebra is guess-and-check: you can multiply out $(x+2)^2(x-4)$ and $(x-4)^2(x+2)$ and see which one matches.



              With calculus, you can take the derivative and plug in the roots; if you get zero at a root, then the point is at least a double root. Higher roots can be checked by taking more derivatives (e.g. $p(0)=p'(0)=p''(0)=0$ with $p'''(0) neq 0$ means a triple root).






              share|cite|improve this answer









              $endgroup$


















                1












                $begingroup$

                With algebra, you can factor (or do something equivalent, like synthetic division or polynomial long division). Like here you can compute that $frac{x^3-12x-16}{(x+2)(x-4)}=x+2$ for $x neq -2,4$.



                Another option with algebra is guess-and-check: you can multiply out $(x+2)^2(x-4)$ and $(x-4)^2(x+2)$ and see which one matches.



                With calculus, you can take the derivative and plug in the roots; if you get zero at a root, then the point is at least a double root. Higher roots can be checked by taking more derivatives (e.g. $p(0)=p'(0)=p''(0)=0$ with $p'''(0) neq 0$ means a triple root).






                share|cite|improve this answer









                $endgroup$
















                  1












                  1








                  1





                  $begingroup$

                  With algebra, you can factor (or do something equivalent, like synthetic division or polynomial long division). Like here you can compute that $frac{x^3-12x-16}{(x+2)(x-4)}=x+2$ for $x neq -2,4$.



                  Another option with algebra is guess-and-check: you can multiply out $(x+2)^2(x-4)$ and $(x-4)^2(x+2)$ and see which one matches.



                  With calculus, you can take the derivative and plug in the roots; if you get zero at a root, then the point is at least a double root. Higher roots can be checked by taking more derivatives (e.g. $p(0)=p'(0)=p''(0)=0$ with $p'''(0) neq 0$ means a triple root).






                  share|cite|improve this answer









                  $endgroup$



                  With algebra, you can factor (or do something equivalent, like synthetic division or polynomial long division). Like here you can compute that $frac{x^3-12x-16}{(x+2)(x-4)}=x+2$ for $x neq -2,4$.



                  Another option with algebra is guess-and-check: you can multiply out $(x+2)^2(x-4)$ and $(x-4)^2(x+2)$ and see which one matches.



                  With calculus, you can take the derivative and plug in the roots; if you get zero at a root, then the point is at least a double root. Higher roots can be checked by taking more derivatives (e.g. $p(0)=p'(0)=p''(0)=0$ with $p'''(0) neq 0$ means a triple root).







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered Mar 25 at 17:15









                  IanIan

                  69.2k25393




                  69.2k25393






























                      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%2f3162076%2fhow-can-you-determine-if-a-root-of-a-polynomial-is-a-repeated-one%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

                      Magento 2 - Add success message with knockout Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Success / Error message on ajax request$.widget is not a function when loading a homepage after add custom jQuery on custom themeHow can bind jQuery to current document in Magento 2 When template load by ajaxRedirect page using plugin in Magento 2Magento 2 - Update quantity and totals of cart page without page reload?Magento 2: Quote data not loaded on knockout checkoutMagento 2 : I need to change add to cart success message after adding product into cart through pluginMagento 2.2.5 How to add additional products to cart from new checkout step?Magento 2 Add error/success message with knockoutCan't validate Post Code on checkout page

                      Fil:Tokke komm.svg

                      Where did Arya get these scars? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Favourite questions and answers from the 1st quarter of 2019Why did Arya refuse to end it?Has the pronunciation of Arya Stark's name changed?Has Arya forgiven people?Why did Arya Stark lose her vision?Why can Arya still use the faces?Has the Narrow Sea become narrower?Does Arya Stark know how to make poisons outside of the House of Black and White?Why did Nymeria leave Arya?Why did Arya not kill the Lannister soldiers she encountered in the Riverlands?What is the current canonical age of Sansa, Bran and Arya Stark?