Link between polynomial and derivative of polynomial











up vote
5
down vote

favorite












I can't seem to solve this problem, can anyone help me please? The problem is:



Let real numbers $a$,$b$ and $c$, with $a ≤ b ≤ c$ be the 3 roots of the polynomial $p(x)=x^3 + qx^2 + rx + s$. Show that if we divide the interval $[b, c]$ into six equal parts, then one of the root of $p'(x)$ (the derivative of the polynomial $p(x)$) will be in the 4th part.



What I did was:



Because we know the roots of $p(x)$ are $a$,$b$ and $c$, we can write the polynomial $p(x)$ like this: $p(x) = (x-a)(x-b)(x-c)$



So we have $p(x) = x^3 + qx^2 + rx + s = (x-a)(x-b)(x-c)$



We find the value of $q$,$r$ and $s$:
$q = -(a+b+c)$



$r = (ab + ac + bc)$



$s = -abc$



We have that $p'(x) = 3x^2 + 2qx + r$
We want to find the roots of $p'(x)$, so if we apply the quadratic formula, we get:
$(-2q ± 2*sqrt{q^2 - 3r})/6$



Because we know the value of q,r and s, we can rewrite this expression like this:
$(2(a+b+c) ± 2sqrt{a^2 + b^2 + c^2 - ab - bc -ca})/6$



But I am stuck here, any help would be great. Thank you in advance.










share|cite|improve this question









New contributor




AlexAdelvo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Sub-problem: what happens when $b=c$?
    – abiessu
    4 hours ago















up vote
5
down vote

favorite












I can't seem to solve this problem, can anyone help me please? The problem is:



Let real numbers $a$,$b$ and $c$, with $a ≤ b ≤ c$ be the 3 roots of the polynomial $p(x)=x^3 + qx^2 + rx + s$. Show that if we divide the interval $[b, c]$ into six equal parts, then one of the root of $p'(x)$ (the derivative of the polynomial $p(x)$) will be in the 4th part.



What I did was:



Because we know the roots of $p(x)$ are $a$,$b$ and $c$, we can write the polynomial $p(x)$ like this: $p(x) = (x-a)(x-b)(x-c)$



So we have $p(x) = x^3 + qx^2 + rx + s = (x-a)(x-b)(x-c)$



We find the value of $q$,$r$ and $s$:
$q = -(a+b+c)$



$r = (ab + ac + bc)$



$s = -abc$



We have that $p'(x) = 3x^2 + 2qx + r$
We want to find the roots of $p'(x)$, so if we apply the quadratic formula, we get:
$(-2q ± 2*sqrt{q^2 - 3r})/6$



Because we know the value of q,r and s, we can rewrite this expression like this:
$(2(a+b+c) ± 2sqrt{a^2 + b^2 + c^2 - ab - bc -ca})/6$



But I am stuck here, any help would be great. Thank you in advance.










share|cite|improve this question









New contributor




AlexAdelvo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Sub-problem: what happens when $b=c$?
    – abiessu
    4 hours ago













up vote
5
down vote

favorite









up vote
5
down vote

favorite











I can't seem to solve this problem, can anyone help me please? The problem is:



Let real numbers $a$,$b$ and $c$, with $a ≤ b ≤ c$ be the 3 roots of the polynomial $p(x)=x^3 + qx^2 + rx + s$. Show that if we divide the interval $[b, c]$ into six equal parts, then one of the root of $p'(x)$ (the derivative of the polynomial $p(x)$) will be in the 4th part.



What I did was:



Because we know the roots of $p(x)$ are $a$,$b$ and $c$, we can write the polynomial $p(x)$ like this: $p(x) = (x-a)(x-b)(x-c)$



So we have $p(x) = x^3 + qx^2 + rx + s = (x-a)(x-b)(x-c)$



We find the value of $q$,$r$ and $s$:
$q = -(a+b+c)$



$r = (ab + ac + bc)$



$s = -abc$



We have that $p'(x) = 3x^2 + 2qx + r$
We want to find the roots of $p'(x)$, so if we apply the quadratic formula, we get:
$(-2q ± 2*sqrt{q^2 - 3r})/6$



Because we know the value of q,r and s, we can rewrite this expression like this:
$(2(a+b+c) ± 2sqrt{a^2 + b^2 + c^2 - ab - bc -ca})/6$



But I am stuck here, any help would be great. Thank you in advance.










share|cite|improve this question









New contributor




AlexAdelvo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I can't seem to solve this problem, can anyone help me please? The problem is:



Let real numbers $a$,$b$ and $c$, with $a ≤ b ≤ c$ be the 3 roots of the polynomial $p(x)=x^3 + qx^2 + rx + s$. Show that if we divide the interval $[b, c]$ into six equal parts, then one of the root of $p'(x)$ (the derivative of the polynomial $p(x)$) will be in the 4th part.



What I did was:



Because we know the roots of $p(x)$ are $a$,$b$ and $c$, we can write the polynomial $p(x)$ like this: $p(x) = (x-a)(x-b)(x-c)$



So we have $p(x) = x^3 + qx^2 + rx + s = (x-a)(x-b)(x-c)$



We find the value of $q$,$r$ and $s$:
$q = -(a+b+c)$



$r = (ab + ac + bc)$



$s = -abc$



We have that $p'(x) = 3x^2 + 2qx + r$
We want to find the roots of $p'(x)$, so if we apply the quadratic formula, we get:
$(-2q ± 2*sqrt{q^2 - 3r})/6$



Because we know the value of q,r and s, we can rewrite this expression like this:
$(2(a+b+c) ± 2sqrt{a^2 + b^2 + c^2 - ab - bc -ca})/6$



But I am stuck here, any help would be great. Thank you in advance.







functions derivatives polynomials roots real-numbers






share|cite|improve this question









New contributor




AlexAdelvo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|cite|improve this question









New contributor




AlexAdelvo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|cite|improve this question




share|cite|improve this question








edited 4 hours ago









Mason

1,7111325




1,7111325






New contributor




AlexAdelvo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 4 hours ago









AlexAdelvo

285




285




New contributor




AlexAdelvo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





AlexAdelvo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






AlexAdelvo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • Sub-problem: what happens when $b=c$?
    – abiessu
    4 hours ago


















  • Sub-problem: what happens when $b=c$?
    – abiessu
    4 hours ago
















Sub-problem: what happens when $b=c$?
– abiessu
4 hours ago




Sub-problem: what happens when $b=c$?
– abiessu
4 hours ago










2 Answers
2






active

oldest

votes

















up vote
2
down vote



accepted










Since $p(x) = (x-a)(x-b)(x-c)$,



$$begin{align}p'(x) &= (x-b)(x-c)+(x-a)(x-c)+(x-a)(x-b)\
&= (x-b)(x-c) + (x-a)(2x - (b+c))end{align}$$

At $x = frac{b+c}{2}$, we have



$$p'(x) = frac{c-b}{2}cdotfrac{b-c}{2} + (x-a)cdot 0 = -frac{(c-b)^2}{4} le 0$$



At $x = frac{b+2c}{3}$, we have



$$begin{align}p'(x) &= frac{2(c-b)}{3}cdotfrac{b-c}{3}
+ left(frac{b+2c}{3} - aright)cdotfrac{c-b}{3}\
&= -frac{2(c-b)^2}{9} + left(frac{2(c-b)}{3} + (b-a)right)cdotfrac{c-b}{3}\
&= frac{(b-a)(c-b)}{3}\&ge 0end{align}$$

This implies $p'(x)$ has a root in $left[frac{b+c}{2},frac{b+2c}{3}right]$.






share|cite|improve this answer






























    up vote
    2
    down vote













    I have an inelegant brute force solution. Since the problem is translation invariant, we may assume $a=0$ to simplify calculations so that $0leq bleq c$. It should be clear that the root of $p'(x)$ we are interested in is the largest of the two i.e. the one with the plus sign. We need to prove that
    $$dfrac{3b+3c}{6}leqdfrac{2(b+c)+2sqrt{b^2+c^2-bc}}{6}leqdfrac{2b+4c}{6}$$
    On the left we obtain
    $$b+cleq 2sqrt{b^2+c^2-bc}$$
    where both sides are non-negative, squaring gives
    $$b^2+c^2+2bcleq 4(b^2+c^2-bc)Rightarrow 3b^2+3c^2-6bcgeq 0$$
    which holds. On the right we have
    $$2sqrt{b^2+c^2-bc}leq 2c$$
    so that
    $$b^2+c^2-bcleq c^2Rightarrow b(b-c)leq 0$$
    which holds since $0leq bleq c$.






    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
      });


      }
      });






      AlexAdelvo is a new contributor. Be nice, and check out our Code of Conduct.










       

      draft saved


      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3013438%2flink-between-polynomial-and-derivative-of-polynomial%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








      up vote
      2
      down vote



      accepted










      Since $p(x) = (x-a)(x-b)(x-c)$,



      $$begin{align}p'(x) &= (x-b)(x-c)+(x-a)(x-c)+(x-a)(x-b)\
      &= (x-b)(x-c) + (x-a)(2x - (b+c))end{align}$$

      At $x = frac{b+c}{2}$, we have



      $$p'(x) = frac{c-b}{2}cdotfrac{b-c}{2} + (x-a)cdot 0 = -frac{(c-b)^2}{4} le 0$$



      At $x = frac{b+2c}{3}$, we have



      $$begin{align}p'(x) &= frac{2(c-b)}{3}cdotfrac{b-c}{3}
      + left(frac{b+2c}{3} - aright)cdotfrac{c-b}{3}\
      &= -frac{2(c-b)^2}{9} + left(frac{2(c-b)}{3} + (b-a)right)cdotfrac{c-b}{3}\
      &= frac{(b-a)(c-b)}{3}\&ge 0end{align}$$

      This implies $p'(x)$ has a root in $left[frac{b+c}{2},frac{b+2c}{3}right]$.






      share|cite|improve this answer



























        up vote
        2
        down vote



        accepted










        Since $p(x) = (x-a)(x-b)(x-c)$,



        $$begin{align}p'(x) &= (x-b)(x-c)+(x-a)(x-c)+(x-a)(x-b)\
        &= (x-b)(x-c) + (x-a)(2x - (b+c))end{align}$$

        At $x = frac{b+c}{2}$, we have



        $$p'(x) = frac{c-b}{2}cdotfrac{b-c}{2} + (x-a)cdot 0 = -frac{(c-b)^2}{4} le 0$$



        At $x = frac{b+2c}{3}$, we have



        $$begin{align}p'(x) &= frac{2(c-b)}{3}cdotfrac{b-c}{3}
        + left(frac{b+2c}{3} - aright)cdotfrac{c-b}{3}\
        &= -frac{2(c-b)^2}{9} + left(frac{2(c-b)}{3} + (b-a)right)cdotfrac{c-b}{3}\
        &= frac{(b-a)(c-b)}{3}\&ge 0end{align}$$

        This implies $p'(x)$ has a root in $left[frac{b+c}{2},frac{b+2c}{3}right]$.






        share|cite|improve this answer

























          up vote
          2
          down vote



          accepted







          up vote
          2
          down vote



          accepted






          Since $p(x) = (x-a)(x-b)(x-c)$,



          $$begin{align}p'(x) &= (x-b)(x-c)+(x-a)(x-c)+(x-a)(x-b)\
          &= (x-b)(x-c) + (x-a)(2x - (b+c))end{align}$$

          At $x = frac{b+c}{2}$, we have



          $$p'(x) = frac{c-b}{2}cdotfrac{b-c}{2} + (x-a)cdot 0 = -frac{(c-b)^2}{4} le 0$$



          At $x = frac{b+2c}{3}$, we have



          $$begin{align}p'(x) &= frac{2(c-b)}{3}cdotfrac{b-c}{3}
          + left(frac{b+2c}{3} - aright)cdotfrac{c-b}{3}\
          &= -frac{2(c-b)^2}{9} + left(frac{2(c-b)}{3} + (b-a)right)cdotfrac{c-b}{3}\
          &= frac{(b-a)(c-b)}{3}\&ge 0end{align}$$

          This implies $p'(x)$ has a root in $left[frac{b+c}{2},frac{b+2c}{3}right]$.






          share|cite|improve this answer














          Since $p(x) = (x-a)(x-b)(x-c)$,



          $$begin{align}p'(x) &= (x-b)(x-c)+(x-a)(x-c)+(x-a)(x-b)\
          &= (x-b)(x-c) + (x-a)(2x - (b+c))end{align}$$

          At $x = frac{b+c}{2}$, we have



          $$p'(x) = frac{c-b}{2}cdotfrac{b-c}{2} + (x-a)cdot 0 = -frac{(c-b)^2}{4} le 0$$



          At $x = frac{b+2c}{3}$, we have



          $$begin{align}p'(x) &= frac{2(c-b)}{3}cdotfrac{b-c}{3}
          + left(frac{b+2c}{3} - aright)cdotfrac{c-b}{3}\
          &= -frac{2(c-b)^2}{9} + left(frac{2(c-b)}{3} + (b-a)right)cdotfrac{c-b}{3}\
          &= frac{(b-a)(c-b)}{3}\&ge 0end{align}$$

          This implies $p'(x)$ has a root in $left[frac{b+c}{2},frac{b+2c}{3}right]$.







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited 3 hours ago

























          answered 3 hours ago









          achille hui

          93.7k5127251




          93.7k5127251






















              up vote
              2
              down vote













              I have an inelegant brute force solution. Since the problem is translation invariant, we may assume $a=0$ to simplify calculations so that $0leq bleq c$. It should be clear that the root of $p'(x)$ we are interested in is the largest of the two i.e. the one with the plus sign. We need to prove that
              $$dfrac{3b+3c}{6}leqdfrac{2(b+c)+2sqrt{b^2+c^2-bc}}{6}leqdfrac{2b+4c}{6}$$
              On the left we obtain
              $$b+cleq 2sqrt{b^2+c^2-bc}$$
              where both sides are non-negative, squaring gives
              $$b^2+c^2+2bcleq 4(b^2+c^2-bc)Rightarrow 3b^2+3c^2-6bcgeq 0$$
              which holds. On the right we have
              $$2sqrt{b^2+c^2-bc}leq 2c$$
              so that
              $$b^2+c^2-bcleq c^2Rightarrow b(b-c)leq 0$$
              which holds since $0leq bleq c$.






              share|cite|improve this answer

























                up vote
                2
                down vote













                I have an inelegant brute force solution. Since the problem is translation invariant, we may assume $a=0$ to simplify calculations so that $0leq bleq c$. It should be clear that the root of $p'(x)$ we are interested in is the largest of the two i.e. the one with the plus sign. We need to prove that
                $$dfrac{3b+3c}{6}leqdfrac{2(b+c)+2sqrt{b^2+c^2-bc}}{6}leqdfrac{2b+4c}{6}$$
                On the left we obtain
                $$b+cleq 2sqrt{b^2+c^2-bc}$$
                where both sides are non-negative, squaring gives
                $$b^2+c^2+2bcleq 4(b^2+c^2-bc)Rightarrow 3b^2+3c^2-6bcgeq 0$$
                which holds. On the right we have
                $$2sqrt{b^2+c^2-bc}leq 2c$$
                so that
                $$b^2+c^2-bcleq c^2Rightarrow b(b-c)leq 0$$
                which holds since $0leq bleq c$.






                share|cite|improve this answer























                  up vote
                  2
                  down vote










                  up vote
                  2
                  down vote









                  I have an inelegant brute force solution. Since the problem is translation invariant, we may assume $a=0$ to simplify calculations so that $0leq bleq c$. It should be clear that the root of $p'(x)$ we are interested in is the largest of the two i.e. the one with the plus sign. We need to prove that
                  $$dfrac{3b+3c}{6}leqdfrac{2(b+c)+2sqrt{b^2+c^2-bc}}{6}leqdfrac{2b+4c}{6}$$
                  On the left we obtain
                  $$b+cleq 2sqrt{b^2+c^2-bc}$$
                  where both sides are non-negative, squaring gives
                  $$b^2+c^2+2bcleq 4(b^2+c^2-bc)Rightarrow 3b^2+3c^2-6bcgeq 0$$
                  which holds. On the right we have
                  $$2sqrt{b^2+c^2-bc}leq 2c$$
                  so that
                  $$b^2+c^2-bcleq c^2Rightarrow b(b-c)leq 0$$
                  which holds since $0leq bleq c$.






                  share|cite|improve this answer












                  I have an inelegant brute force solution. Since the problem is translation invariant, we may assume $a=0$ to simplify calculations so that $0leq bleq c$. It should be clear that the root of $p'(x)$ we are interested in is the largest of the two i.e. the one with the plus sign. We need to prove that
                  $$dfrac{3b+3c}{6}leqdfrac{2(b+c)+2sqrt{b^2+c^2-bc}}{6}leqdfrac{2b+4c}{6}$$
                  On the left we obtain
                  $$b+cleq 2sqrt{b^2+c^2-bc}$$
                  where both sides are non-negative, squaring gives
                  $$b^2+c^2+2bcleq 4(b^2+c^2-bc)Rightarrow 3b^2+3c^2-6bcgeq 0$$
                  which holds. On the right we have
                  $$2sqrt{b^2+c^2-bc}leq 2c$$
                  so that
                  $$b^2+c^2-bcleq c^2Rightarrow b(b-c)leq 0$$
                  which holds since $0leq bleq c$.







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered 4 hours ago









                  Olivier Moschetta

                  2,5611411




                  2,5611411






















                      AlexAdelvo is a new contributor. Be nice, and check out our Code of Conduct.










                       

                      draft saved


                      draft discarded


















                      AlexAdelvo is a new contributor. Be nice, and check out our Code of Conduct.













                      AlexAdelvo is a new contributor. Be nice, and check out our Code of Conduct.












                      AlexAdelvo is a new contributor. Be nice, and check out our Code of Conduct.















                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3013438%2flink-between-polynomial-and-derivative-of-polynomial%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

                      Futebolista

                      Lallio

                      Jornalista