How do you find the remainder when dividing polynomials?

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











up vote
0
down vote

favorite
1












Suppose that $f=(x+1)^100+(x-3)^100$ and $g=x^2-2x-3$. What is the remainder of $fracfg$? I know there must be something connected to the roots of $g$, but how I can use that? Also I know that the remainder's degree is less or equal to 1. I don't want the response, I want to find that by myself, hints are welcomed.







share|cite|improve this question


















  • 1




    Reminder or remainder? This post is now on Hot Network Questions and should probably be cleaned up.
    – Wildcard
    Sep 4 at 21:24














up vote
0
down vote

favorite
1












Suppose that $f=(x+1)^100+(x-3)^100$ and $g=x^2-2x-3$. What is the remainder of $fracfg$? I know there must be something connected to the roots of $g$, but how I can use that? Also I know that the remainder's degree is less or equal to 1. I don't want the response, I want to find that by myself, hints are welcomed.







share|cite|improve this question


















  • 1




    Reminder or remainder? This post is now on Hot Network Questions and should probably be cleaned up.
    – Wildcard
    Sep 4 at 21:24












up vote
0
down vote

favorite
1









up vote
0
down vote

favorite
1






1





Suppose that $f=(x+1)^100+(x-3)^100$ and $g=x^2-2x-3$. What is the remainder of $fracfg$? I know there must be something connected to the roots of $g$, but how I can use that? Also I know that the remainder's degree is less or equal to 1. I don't want the response, I want to find that by myself, hints are welcomed.







share|cite|improve this question














Suppose that $f=(x+1)^100+(x-3)^100$ and $g=x^2-2x-3$. What is the remainder of $fracfg$? I know there must be something connected to the roots of $g$, but how I can use that? Also I know that the remainder's degree is less or equal to 1. I don't want the response, I want to find that by myself, hints are welcomed.









share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Sep 4 at 23:49









Xander Henderson

13.3k83250




13.3k83250










asked Sep 4 at 18:28









Numbers

925




925







  • 1




    Reminder or remainder? This post is now on Hot Network Questions and should probably be cleaned up.
    – Wildcard
    Sep 4 at 21:24












  • 1




    Reminder or remainder? This post is now on Hot Network Questions and should probably be cleaned up.
    – Wildcard
    Sep 4 at 21:24







1




1




Reminder or remainder? This post is now on Hot Network Questions and should probably be cleaned up.
– Wildcard
Sep 4 at 21:24




Reminder or remainder? This post is now on Hot Network Questions and should probably be cleaned up.
– Wildcard
Sep 4 at 21:24










4 Answers
4






active

oldest

votes

















up vote
7
down vote



accepted










If you put $$f(x)=q(x)g(x)+r(x)$$ where $r(x)$ has degree $1$, and you are not interested at all in $q(x)$, what can you do to make life easier?






share|cite|improve this answer
















  • 1




    I can use the roots of $g$ to find $r(x)$. Oo, so easy!!
    – Numbers
    Sep 4 at 18:35

















up vote
6
down vote













Hint



We have that $$f(x)=(x^2-2x-3)q(x)+ax+b.$$ Since $$x^2-2x-3=(x-3)(x+1)$$ we get



$$f(-1)=-a+b$$ and $$f(3)=3a+b.$$






share|cite|improve this answer



























    up vote
    2
    down vote













    Recall that
    $$newcommandremoperatornamerem
    rem!big(p(x)s(x),q(x)s(x)big)=s(x)rem!big(p(x),q(x)big)
    $$
    and that
    $$
    rem!big(p(x),x-abig)=p(a)
    $$
    Now, since $x^2-2x-3=(x-3)(x+1)$, what we are looking for is
    $$
    beginalign
    &remleft((x+1)^100,(x-3)(x+1)right)+remleft((x-3)^100,(x-3)(x+1)right)\
    %&=(x+1)remleft((x+1)^99,x-3right)+(x-3)remleft((x-3)^99,x+1right)\
    %&=(x+1)(3+1)^99+(x-3)(-1-3)^99\[3pt]
    %&=4^99-3(-4)^99\[3pt]
    %&=4^100
    endalign
    $$






    share|cite|improve this answer





























      up vote
      0
      down vote













      Complicated solution with binomial theorem:



      If you write $x-1=t$ then $q(x) = t^2-4$ and $$p(x) = 2Big[100choose 0t^100+...+
      2^96100choose 96t^4 +2^98100choose 98t^2 + 2^100Big]$$



      Now let $s=t^2$ then $q(x) = s-4= q_1(s)$ and



      $$p(x) = 2Big[100choose 0s^50+...+
      2^96100choose 96s^2 +2^98100choose 98s + 2^100Big]= p_1(s)$$



      So the remanider when $p_1(s)$ is divided by $s-4$ is $$p_1(4)=2Big[100choose 02^100+...+
      2^100100choose 96 +2^100100choose 98 + 2^100Big]$$
      $$ = 2^101Big[100choose 0+...+
      100choose 96 +100choose 98 + 1Big] $$
      $$ = 2^100Big((1+1)^100+(1-1)^100Big) =boxed2^200$$






      share|cite|improve this answer






















      • Please be nice???? It take 10 minutes of my life to write this down and then downvoted. Who is not nice? @robjohn
        – greedoid
        Sep 4 at 19:38











      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%2f2905392%2fhow-do-you-find-the-remainder-when-dividing-polynomials%23new-answer', 'question_page');

      );

      Post as a guest






























      4 Answers
      4






      active

      oldest

      votes








      4 Answers
      4






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      7
      down vote



      accepted










      If you put $$f(x)=q(x)g(x)+r(x)$$ where $r(x)$ has degree $1$, and you are not interested at all in $q(x)$, what can you do to make life easier?






      share|cite|improve this answer
















      • 1




        I can use the roots of $g$ to find $r(x)$. Oo, so easy!!
        – Numbers
        Sep 4 at 18:35














      up vote
      7
      down vote



      accepted










      If you put $$f(x)=q(x)g(x)+r(x)$$ where $r(x)$ has degree $1$, and you are not interested at all in $q(x)$, what can you do to make life easier?






      share|cite|improve this answer
















      • 1




        I can use the roots of $g$ to find $r(x)$. Oo, so easy!!
        – Numbers
        Sep 4 at 18:35












      up vote
      7
      down vote



      accepted







      up vote
      7
      down vote



      accepted






      If you put $$f(x)=q(x)g(x)+r(x)$$ where $r(x)$ has degree $1$, and you are not interested at all in $q(x)$, what can you do to make life easier?






      share|cite|improve this answer












      If you put $$f(x)=q(x)g(x)+r(x)$$ where $r(x)$ has degree $1$, and you are not interested at all in $q(x)$, what can you do to make life easier?







      share|cite|improve this answer












      share|cite|improve this answer



      share|cite|improve this answer










      answered Sep 4 at 18:33









      Mark Bennet

      77.3k773172




      77.3k773172







      • 1




        I can use the roots of $g$ to find $r(x)$. Oo, so easy!!
        – Numbers
        Sep 4 at 18:35












      • 1




        I can use the roots of $g$ to find $r(x)$. Oo, so easy!!
        – Numbers
        Sep 4 at 18:35







      1




      1




      I can use the roots of $g$ to find $r(x)$. Oo, so easy!!
      – Numbers
      Sep 4 at 18:35




      I can use the roots of $g$ to find $r(x)$. Oo, so easy!!
      – Numbers
      Sep 4 at 18:35










      up vote
      6
      down vote













      Hint



      We have that $$f(x)=(x^2-2x-3)q(x)+ax+b.$$ Since $$x^2-2x-3=(x-3)(x+1)$$ we get



      $$f(-1)=-a+b$$ and $$f(3)=3a+b.$$






      share|cite|improve this answer
























        up vote
        6
        down vote













        Hint



        We have that $$f(x)=(x^2-2x-3)q(x)+ax+b.$$ Since $$x^2-2x-3=(x-3)(x+1)$$ we get



        $$f(-1)=-a+b$$ and $$f(3)=3a+b.$$






        share|cite|improve this answer






















          up vote
          6
          down vote










          up vote
          6
          down vote









          Hint



          We have that $$f(x)=(x^2-2x-3)q(x)+ax+b.$$ Since $$x^2-2x-3=(x-3)(x+1)$$ we get



          $$f(-1)=-a+b$$ and $$f(3)=3a+b.$$






          share|cite|improve this answer












          Hint



          We have that $$f(x)=(x^2-2x-3)q(x)+ax+b.$$ Since $$x^2-2x-3=(x-3)(x+1)$$ we get



          $$f(-1)=-a+b$$ and $$f(3)=3a+b.$$







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Sep 4 at 18:33









          mfl

          25.2k12141




          25.2k12141




















              up vote
              2
              down vote













              Recall that
              $$newcommandremoperatornamerem
              rem!big(p(x)s(x),q(x)s(x)big)=s(x)rem!big(p(x),q(x)big)
              $$
              and that
              $$
              rem!big(p(x),x-abig)=p(a)
              $$
              Now, since $x^2-2x-3=(x-3)(x+1)$, what we are looking for is
              $$
              beginalign
              &remleft((x+1)^100,(x-3)(x+1)right)+remleft((x-3)^100,(x-3)(x+1)right)\
              %&=(x+1)remleft((x+1)^99,x-3right)+(x-3)remleft((x-3)^99,x+1right)\
              %&=(x+1)(3+1)^99+(x-3)(-1-3)^99\[3pt]
              %&=4^99-3(-4)^99\[3pt]
              %&=4^100
              endalign
              $$






              share|cite|improve this answer


























                up vote
                2
                down vote













                Recall that
                $$newcommandremoperatornamerem
                rem!big(p(x)s(x),q(x)s(x)big)=s(x)rem!big(p(x),q(x)big)
                $$
                and that
                $$
                rem!big(p(x),x-abig)=p(a)
                $$
                Now, since $x^2-2x-3=(x-3)(x+1)$, what we are looking for is
                $$
                beginalign
                &remleft((x+1)^100,(x-3)(x+1)right)+remleft((x-3)^100,(x-3)(x+1)right)\
                %&=(x+1)remleft((x+1)^99,x-3right)+(x-3)remleft((x-3)^99,x+1right)\
                %&=(x+1)(3+1)^99+(x-3)(-1-3)^99\[3pt]
                %&=4^99-3(-4)^99\[3pt]
                %&=4^100
                endalign
                $$






                share|cite|improve this answer
























                  up vote
                  2
                  down vote










                  up vote
                  2
                  down vote









                  Recall that
                  $$newcommandremoperatornamerem
                  rem!big(p(x)s(x),q(x)s(x)big)=s(x)rem!big(p(x),q(x)big)
                  $$
                  and that
                  $$
                  rem!big(p(x),x-abig)=p(a)
                  $$
                  Now, since $x^2-2x-3=(x-3)(x+1)$, what we are looking for is
                  $$
                  beginalign
                  &remleft((x+1)^100,(x-3)(x+1)right)+remleft((x-3)^100,(x-3)(x+1)right)\
                  %&=(x+1)remleft((x+1)^99,x-3right)+(x-3)remleft((x-3)^99,x+1right)\
                  %&=(x+1)(3+1)^99+(x-3)(-1-3)^99\[3pt]
                  %&=4^99-3(-4)^99\[3pt]
                  %&=4^100
                  endalign
                  $$






                  share|cite|improve this answer














                  Recall that
                  $$newcommandremoperatornamerem
                  rem!big(p(x)s(x),q(x)s(x)big)=s(x)rem!big(p(x),q(x)big)
                  $$
                  and that
                  $$
                  rem!big(p(x),x-abig)=p(a)
                  $$
                  Now, since $x^2-2x-3=(x-3)(x+1)$, what we are looking for is
                  $$
                  beginalign
                  &remleft((x+1)^100,(x-3)(x+1)right)+remleft((x-3)^100,(x-3)(x+1)right)\
                  %&=(x+1)remleft((x+1)^99,x-3right)+(x-3)remleft((x-3)^99,x+1right)\
                  %&=(x+1)(3+1)^99+(x-3)(-1-3)^99\[3pt]
                  %&=4^99-3(-4)^99\[3pt]
                  %&=4^100
                  endalign
                  $$







                  share|cite|improve this answer














                  share|cite|improve this answer



                  share|cite|improve this answer








                  edited Sep 4 at 19:31

























                  answered Sep 4 at 19:15









                  robjohn♦

                  259k26298613




                  259k26298613




















                      up vote
                      0
                      down vote













                      Complicated solution with binomial theorem:



                      If you write $x-1=t$ then $q(x) = t^2-4$ and $$p(x) = 2Big[100choose 0t^100+...+
                      2^96100choose 96t^4 +2^98100choose 98t^2 + 2^100Big]$$



                      Now let $s=t^2$ then $q(x) = s-4= q_1(s)$ and



                      $$p(x) = 2Big[100choose 0s^50+...+
                      2^96100choose 96s^2 +2^98100choose 98s + 2^100Big]= p_1(s)$$



                      So the remanider when $p_1(s)$ is divided by $s-4$ is $$p_1(4)=2Big[100choose 02^100+...+
                      2^100100choose 96 +2^100100choose 98 + 2^100Big]$$
                      $$ = 2^101Big[100choose 0+...+
                      100choose 96 +100choose 98 + 1Big] $$
                      $$ = 2^100Big((1+1)^100+(1-1)^100Big) =boxed2^200$$






                      share|cite|improve this answer






















                      • Please be nice???? It take 10 minutes of my life to write this down and then downvoted. Who is not nice? @robjohn
                        – greedoid
                        Sep 4 at 19:38















                      up vote
                      0
                      down vote













                      Complicated solution with binomial theorem:



                      If you write $x-1=t$ then $q(x) = t^2-4$ and $$p(x) = 2Big[100choose 0t^100+...+
                      2^96100choose 96t^4 +2^98100choose 98t^2 + 2^100Big]$$



                      Now let $s=t^2$ then $q(x) = s-4= q_1(s)$ and



                      $$p(x) = 2Big[100choose 0s^50+...+
                      2^96100choose 96s^2 +2^98100choose 98s + 2^100Big]= p_1(s)$$



                      So the remanider when $p_1(s)$ is divided by $s-4$ is $$p_1(4)=2Big[100choose 02^100+...+
                      2^100100choose 96 +2^100100choose 98 + 2^100Big]$$
                      $$ = 2^101Big[100choose 0+...+
                      100choose 96 +100choose 98 + 1Big] $$
                      $$ = 2^100Big((1+1)^100+(1-1)^100Big) =boxed2^200$$






                      share|cite|improve this answer






















                      • Please be nice???? It take 10 minutes of my life to write this down and then downvoted. Who is not nice? @robjohn
                        – greedoid
                        Sep 4 at 19:38













                      up vote
                      0
                      down vote










                      up vote
                      0
                      down vote









                      Complicated solution with binomial theorem:



                      If you write $x-1=t$ then $q(x) = t^2-4$ and $$p(x) = 2Big[100choose 0t^100+...+
                      2^96100choose 96t^4 +2^98100choose 98t^2 + 2^100Big]$$



                      Now let $s=t^2$ then $q(x) = s-4= q_1(s)$ and



                      $$p(x) = 2Big[100choose 0s^50+...+
                      2^96100choose 96s^2 +2^98100choose 98s + 2^100Big]= p_1(s)$$



                      So the remanider when $p_1(s)$ is divided by $s-4$ is $$p_1(4)=2Big[100choose 02^100+...+
                      2^100100choose 96 +2^100100choose 98 + 2^100Big]$$
                      $$ = 2^101Big[100choose 0+...+
                      100choose 96 +100choose 98 + 1Big] $$
                      $$ = 2^100Big((1+1)^100+(1-1)^100Big) =boxed2^200$$






                      share|cite|improve this answer














                      Complicated solution with binomial theorem:



                      If you write $x-1=t$ then $q(x) = t^2-4$ and $$p(x) = 2Big[100choose 0t^100+...+
                      2^96100choose 96t^4 +2^98100choose 98t^2 + 2^100Big]$$



                      Now let $s=t^2$ then $q(x) = s-4= q_1(s)$ and



                      $$p(x) = 2Big[100choose 0s^50+...+
                      2^96100choose 96s^2 +2^98100choose 98s + 2^100Big]= p_1(s)$$



                      So the remanider when $p_1(s)$ is divided by $s-4$ is $$p_1(4)=2Big[100choose 02^100+...+
                      2^100100choose 96 +2^100100choose 98 + 2^100Big]$$
                      $$ = 2^101Big[100choose 0+...+
                      100choose 96 +100choose 98 + 1Big] $$
                      $$ = 2^100Big((1+1)^100+(1-1)^100Big) =boxed2^200$$







                      share|cite|improve this answer














                      share|cite|improve this answer



                      share|cite|improve this answer








                      edited Sep 4 at 19:01

























                      answered Sep 4 at 18:55









                      greedoid

                      28k93776




                      28k93776











                      • Please be nice???? It take 10 minutes of my life to write this down and then downvoted. Who is not nice? @robjohn
                        – greedoid
                        Sep 4 at 19:38

















                      • Please be nice???? It take 10 minutes of my life to write this down and then downvoted. Who is not nice? @robjohn
                        – greedoid
                        Sep 4 at 19:38
















                      Please be nice???? It take 10 minutes of my life to write this down and then downvoted. Who is not nice? @robjohn
                      – greedoid
                      Sep 4 at 19:38





                      Please be nice???? It take 10 minutes of my life to write this down and then downvoted. Who is not nice? @robjohn
                      – greedoid
                      Sep 4 at 19:38


















                       

                      draft saved


                      draft discarded















































                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2905392%2fhow-do-you-find-the-remainder-when-dividing-polynomials%23new-answer', 'question_page');

                      );

                      Post as a guest













































































                      Comments

                      Popular posts from this blog

                      What does second last employer means? [closed]

                      List of Gilmore Girls characters

                      Confectionery