In polynomial division, the remainder's degree is always less than that of the divisor, but when dividing $x^3+y^3$ by $x+5$, it isn't The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How to know what is the degree of the remainderWhy can/do we multiply all terms of a divisor with polynomial long division?Why, given a natural number $n$, does $n^6$ always have the remainder of 1 when divided by 7?Binary long division for polynomials in CRC computationHow to use remainder theorem if divisor is not in form (x-a)?Finding the remainder polynomial for a given polynomial.Why is the remainder of any polynomial divided by a 1st degree polynomial, a constantWhat impact does the factorization of a polynomial have on the degree of its remainder?Is the following claim about modeular polynomial division correct?Why do we automatically assume that when we divide a polynomial by a second degree polynomial the remainder is linear?

How do I add random spotting to the same face in cycles?

Relations between two reciprocal partial derivatives?

What can I do if neighbor is blocking my solar panels intentionally?

How to copy the contents of all files with a certain name into a new file?

Did the new image of black hole confirm the general theory of relativity?

The variadic template constructor of my class cannot modify my class members, why is that so?

Can the DM override racial traits?

Python - Fishing Simulator

Who or what is the being for whom Being is a question for Heidegger?

Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?

Wolves and sheep

Why is superheterodyning better than direct conversion?

Make it rain characters

How did the audience guess the pentatonic scale in Bobby McFerrin's presentation?

Can a novice safely splice in wire to lengthen 5V charging cable?

First use of “packing” as in carrying a gun

Match Roman Numerals

Finding the path in a graph from A to B then back to A with a minimum of shared edges

Take groceries in checked luggage

Scientific Reports - Significant Figures

How do you keep chess fun when your opponent constantly beats you?

Is every episode of "Where are my Pants?" identical?

What aspect of planet Earth must be changed to prevent the industrial revolution?

How can I define good in a religion that claims no moral authority?



In polynomial division, the remainder's degree is always less than that of the divisor, but when dividing $x^3+y^3$ by $x+5$, it isn't



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How to know what is the degree of the remainderWhy can/do we multiply all terms of a divisor with polynomial long division?Why, given a natural number $n$, does $n^6$ always have the remainder of 1 when divided by 7?Binary long division for polynomials in CRC computationHow to use remainder theorem if divisor is not in form (x-a)?Finding the remainder polynomial for a given polynomial.Why is the remainder of any polynomial divided by a 1st degree polynomial, a constantWhat impact does the factorization of a polynomial have on the degree of its remainder?Is the following claim about modeular polynomial division correct?Why do we automatically assume that when we divide a polynomial by a second degree polynomial the remainder is linear?










4












$begingroup$


I'm just a 9th grader trying to self-study, so if the question sounds silly to you please excuse me.




$P(x) = x^3 + y^3$ is divided by something like $g(x) = x + 5;$ the degree of the polynomial is $3$. Doesn't the degree of the remainder always be less than that of the divisor. Can someone explain what is happening?











share|cite|improve this question











$endgroup$







  • 1




    $begingroup$
    I believe the problem is simply that you're dealing with a polynomial in two variables, $x,y$ for $P$. That the remainder has a lesser degree than the divisor only really holds in the case of polynomials in one variable, I believe.
    $endgroup$
    – Eevee Trainer
    Feb 20 at 7:17






  • 2




    $begingroup$
    To rewrite my previous (now deleted) comment because I'm dumb and it's been a while since I've dealt with this. Basically I noticed you have $P(x)$, but $P(x,y)$ would be more appropriate if $y$ was a variable. If $y$ is not a variable, i.e. some constant, then your remainder (which I got to be $y^3 - 125$) would be of degree zero as intended in the one-variable case. Of course if we have multiple variables a lot of nice stuff we have simply flies out the window. Such is math.
    $endgroup$
    – Eevee Trainer
    Feb 20 at 7:23







  • 3




    $begingroup$
    The degree of that result viewed as a polynomial in x is less than 3.
    $endgroup$
    – William Elliot
    Feb 20 at 7:53










  • $begingroup$
    So, y is not a variable but just a constant that we do not know the value of.Since y is a constant its degree will be 0 and not 3.
    $endgroup$
    – Aditya Bharadwaj
    Feb 20 at 8:12










  • $begingroup$
    If you wish to learn how to extend the division algorithm to multivariate polynomails then search on "grobner basis".
    $endgroup$
    – Bill Dubuque
    Feb 20 at 21:52















4












$begingroup$


I'm just a 9th grader trying to self-study, so if the question sounds silly to you please excuse me.




$P(x) = x^3 + y^3$ is divided by something like $g(x) = x + 5;$ the degree of the polynomial is $3$. Doesn't the degree of the remainder always be less than that of the divisor. Can someone explain what is happening?











share|cite|improve this question











$endgroup$







  • 1




    $begingroup$
    I believe the problem is simply that you're dealing with a polynomial in two variables, $x,y$ for $P$. That the remainder has a lesser degree than the divisor only really holds in the case of polynomials in one variable, I believe.
    $endgroup$
    – Eevee Trainer
    Feb 20 at 7:17






  • 2




    $begingroup$
    To rewrite my previous (now deleted) comment because I'm dumb and it's been a while since I've dealt with this. Basically I noticed you have $P(x)$, but $P(x,y)$ would be more appropriate if $y$ was a variable. If $y$ is not a variable, i.e. some constant, then your remainder (which I got to be $y^3 - 125$) would be of degree zero as intended in the one-variable case. Of course if we have multiple variables a lot of nice stuff we have simply flies out the window. Such is math.
    $endgroup$
    – Eevee Trainer
    Feb 20 at 7:23







  • 3




    $begingroup$
    The degree of that result viewed as a polynomial in x is less than 3.
    $endgroup$
    – William Elliot
    Feb 20 at 7:53










  • $begingroup$
    So, y is not a variable but just a constant that we do not know the value of.Since y is a constant its degree will be 0 and not 3.
    $endgroup$
    – Aditya Bharadwaj
    Feb 20 at 8:12










  • $begingroup$
    If you wish to learn how to extend the division algorithm to multivariate polynomails then search on "grobner basis".
    $endgroup$
    – Bill Dubuque
    Feb 20 at 21:52













4












4








4


1



$begingroup$


I'm just a 9th grader trying to self-study, so if the question sounds silly to you please excuse me.




$P(x) = x^3 + y^3$ is divided by something like $g(x) = x + 5;$ the degree of the polynomial is $3$. Doesn't the degree of the remainder always be less than that of the divisor. Can someone explain what is happening?











share|cite|improve this question











$endgroup$




I'm just a 9th grader trying to self-study, so if the question sounds silly to you please excuse me.




$P(x) = x^3 + y^3$ is divided by something like $g(x) = x + 5;$ the degree of the polynomial is $3$. Doesn't the degree of the remainder always be less than that of the divisor. Can someone explain what is happening?








algebra-precalculus polynomials






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Mar 25 at 9:00









Blue

49.7k870158




49.7k870158










asked Feb 20 at 7:11









Aditya BharadwajAditya Bharadwaj

1261




1261







  • 1




    $begingroup$
    I believe the problem is simply that you're dealing with a polynomial in two variables, $x,y$ for $P$. That the remainder has a lesser degree than the divisor only really holds in the case of polynomials in one variable, I believe.
    $endgroup$
    – Eevee Trainer
    Feb 20 at 7:17






  • 2




    $begingroup$
    To rewrite my previous (now deleted) comment because I'm dumb and it's been a while since I've dealt with this. Basically I noticed you have $P(x)$, but $P(x,y)$ would be more appropriate if $y$ was a variable. If $y$ is not a variable, i.e. some constant, then your remainder (which I got to be $y^3 - 125$) would be of degree zero as intended in the one-variable case. Of course if we have multiple variables a lot of nice stuff we have simply flies out the window. Such is math.
    $endgroup$
    – Eevee Trainer
    Feb 20 at 7:23







  • 3




    $begingroup$
    The degree of that result viewed as a polynomial in x is less than 3.
    $endgroup$
    – William Elliot
    Feb 20 at 7:53










  • $begingroup$
    So, y is not a variable but just a constant that we do not know the value of.Since y is a constant its degree will be 0 and not 3.
    $endgroup$
    – Aditya Bharadwaj
    Feb 20 at 8:12










  • $begingroup$
    If you wish to learn how to extend the division algorithm to multivariate polynomails then search on "grobner basis".
    $endgroup$
    – Bill Dubuque
    Feb 20 at 21:52












  • 1




    $begingroup$
    I believe the problem is simply that you're dealing with a polynomial in two variables, $x,y$ for $P$. That the remainder has a lesser degree than the divisor only really holds in the case of polynomials in one variable, I believe.
    $endgroup$
    – Eevee Trainer
    Feb 20 at 7:17






  • 2




    $begingroup$
    To rewrite my previous (now deleted) comment because I'm dumb and it's been a while since I've dealt with this. Basically I noticed you have $P(x)$, but $P(x,y)$ would be more appropriate if $y$ was a variable. If $y$ is not a variable, i.e. some constant, then your remainder (which I got to be $y^3 - 125$) would be of degree zero as intended in the one-variable case. Of course if we have multiple variables a lot of nice stuff we have simply flies out the window. Such is math.
    $endgroup$
    – Eevee Trainer
    Feb 20 at 7:23







  • 3




    $begingroup$
    The degree of that result viewed as a polynomial in x is less than 3.
    $endgroup$
    – William Elliot
    Feb 20 at 7:53










  • $begingroup$
    So, y is not a variable but just a constant that we do not know the value of.Since y is a constant its degree will be 0 and not 3.
    $endgroup$
    – Aditya Bharadwaj
    Feb 20 at 8:12










  • $begingroup$
    If you wish to learn how to extend the division algorithm to multivariate polynomails then search on "grobner basis".
    $endgroup$
    – Bill Dubuque
    Feb 20 at 21:52







1




1




$begingroup$
I believe the problem is simply that you're dealing with a polynomial in two variables, $x,y$ for $P$. That the remainder has a lesser degree than the divisor only really holds in the case of polynomials in one variable, I believe.
$endgroup$
– Eevee Trainer
Feb 20 at 7:17




$begingroup$
I believe the problem is simply that you're dealing with a polynomial in two variables, $x,y$ for $P$. That the remainder has a lesser degree than the divisor only really holds in the case of polynomials in one variable, I believe.
$endgroup$
– Eevee Trainer
Feb 20 at 7:17




2




2




$begingroup$
To rewrite my previous (now deleted) comment because I'm dumb and it's been a while since I've dealt with this. Basically I noticed you have $P(x)$, but $P(x,y)$ would be more appropriate if $y$ was a variable. If $y$ is not a variable, i.e. some constant, then your remainder (which I got to be $y^3 - 125$) would be of degree zero as intended in the one-variable case. Of course if we have multiple variables a lot of nice stuff we have simply flies out the window. Such is math.
$endgroup$
– Eevee Trainer
Feb 20 at 7:23





$begingroup$
To rewrite my previous (now deleted) comment because I'm dumb and it's been a while since I've dealt with this. Basically I noticed you have $P(x)$, but $P(x,y)$ would be more appropriate if $y$ was a variable. If $y$ is not a variable, i.e. some constant, then your remainder (which I got to be $y^3 - 125$) would be of degree zero as intended in the one-variable case. Of course if we have multiple variables a lot of nice stuff we have simply flies out the window. Such is math.
$endgroup$
– Eevee Trainer
Feb 20 at 7:23





3




3




$begingroup$
The degree of that result viewed as a polynomial in x is less than 3.
$endgroup$
– William Elliot
Feb 20 at 7:53




$begingroup$
The degree of that result viewed as a polynomial in x is less than 3.
$endgroup$
– William Elliot
Feb 20 at 7:53












$begingroup$
So, y is not a variable but just a constant that we do not know the value of.Since y is a constant its degree will be 0 and not 3.
$endgroup$
– Aditya Bharadwaj
Feb 20 at 8:12




$begingroup$
So, y is not a variable but just a constant that we do not know the value of.Since y is a constant its degree will be 0 and not 3.
$endgroup$
– Aditya Bharadwaj
Feb 20 at 8:12












$begingroup$
If you wish to learn how to extend the division algorithm to multivariate polynomails then search on "grobner basis".
$endgroup$
– Bill Dubuque
Feb 20 at 21:52




$begingroup$
If you wish to learn how to extend the division algorithm to multivariate polynomails then search on "grobner basis".
$endgroup$
– Bill Dubuque
Feb 20 at 21:52










1 Answer
1






active

oldest

votes


















0












$begingroup$

As clarified by the OP in the comments that $y$ is a constant. I would rewrite $y$ as $a$ so that it looks more constant-like for the sake of convenience.



Now $P(x)=x^3+a^3$ and $g(x)=x+5$. By Euclid's Division Lemma for Polynomials you do have $textdeg r(x)=0$ or $textdeg r(x)lttextdeg g(x)$.



You may confirm this by long division method which gives you the following result: $$dfracx^3+a^3x+5=x^2+5x-25+dfrac125+a^3x+5$$ or $r(x)=125+a^3$ and $q(x)=x^2+5x-25$ which clearly satisfies $textdeg g(x)=1gttextdeg r(x)=0$. So there is no discrepancy.






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%2f3119822%2fin-polynomial-division-the-remainders-degree-is-always-less-than-that-of-the-d%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0












    $begingroup$

    As clarified by the OP in the comments that $y$ is a constant. I would rewrite $y$ as $a$ so that it looks more constant-like for the sake of convenience.



    Now $P(x)=x^3+a^3$ and $g(x)=x+5$. By Euclid's Division Lemma for Polynomials you do have $textdeg r(x)=0$ or $textdeg r(x)lttextdeg g(x)$.



    You may confirm this by long division method which gives you the following result: $$dfracx^3+a^3x+5=x^2+5x-25+dfrac125+a^3x+5$$ or $r(x)=125+a^3$ and $q(x)=x^2+5x-25$ which clearly satisfies $textdeg g(x)=1gttextdeg r(x)=0$. So there is no discrepancy.






    share|cite|improve this answer









    $endgroup$

















      0












      $begingroup$

      As clarified by the OP in the comments that $y$ is a constant. I would rewrite $y$ as $a$ so that it looks more constant-like for the sake of convenience.



      Now $P(x)=x^3+a^3$ and $g(x)=x+5$. By Euclid's Division Lemma for Polynomials you do have $textdeg r(x)=0$ or $textdeg r(x)lttextdeg g(x)$.



      You may confirm this by long division method which gives you the following result: $$dfracx^3+a^3x+5=x^2+5x-25+dfrac125+a^3x+5$$ or $r(x)=125+a^3$ and $q(x)=x^2+5x-25$ which clearly satisfies $textdeg g(x)=1gttextdeg r(x)=0$. So there is no discrepancy.






      share|cite|improve this answer









      $endgroup$















        0












        0








        0





        $begingroup$

        As clarified by the OP in the comments that $y$ is a constant. I would rewrite $y$ as $a$ so that it looks more constant-like for the sake of convenience.



        Now $P(x)=x^3+a^3$ and $g(x)=x+5$. By Euclid's Division Lemma for Polynomials you do have $textdeg r(x)=0$ or $textdeg r(x)lttextdeg g(x)$.



        You may confirm this by long division method which gives you the following result: $$dfracx^3+a^3x+5=x^2+5x-25+dfrac125+a^3x+5$$ or $r(x)=125+a^3$ and $q(x)=x^2+5x-25$ which clearly satisfies $textdeg g(x)=1gttextdeg r(x)=0$. So there is no discrepancy.






        share|cite|improve this answer









        $endgroup$



        As clarified by the OP in the comments that $y$ is a constant. I would rewrite $y$ as $a$ so that it looks more constant-like for the sake of convenience.



        Now $P(x)=x^3+a^3$ and $g(x)=x+5$. By Euclid's Division Lemma for Polynomials you do have $textdeg r(x)=0$ or $textdeg r(x)lttextdeg g(x)$.



        You may confirm this by long division method which gives you the following result: $$dfracx^3+a^3x+5=x^2+5x-25+dfrac125+a^3x+5$$ or $r(x)=125+a^3$ and $q(x)=x^2+5x-25$ which clearly satisfies $textdeg g(x)=1gttextdeg r(x)=0$. So there is no discrepancy.







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Mar 25 at 7:53









        Paras KhoslaParas Khosla

        3,278627




        3,278627



























            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%2f3119822%2fin-polynomial-division-the-remainders-degree-is-always-less-than-that-of-the-d%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

            Lowndes Grove History Architecture References Navigation menu32°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661132°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661178002500"National Register Information System"Historic houses of South Carolina"Lowndes Grove""+32° 48' 6.00", −79° 57' 58.00""Lowndes Grove, Charleston County (260 St. Margaret St., Charleston)""Lowndes Grove"The Charleston ExpositionIt Happened in South Carolina"Lowndes Grove (House), Saint Margaret Street & Sixth Avenue, Charleston, Charleston County, SC(Photographs)"Plantations of the Carolina Low Countrye

            random experiment with two different functions on unit interval Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Random variable and probability space notionsRandom Walk with EdgesFinding functions where the increase over a random interval is Poisson distributedNumber of days until dayCan an observed event in fact be of zero probability?Unit random processmodels of coins and uniform distributionHow to get the number of successes given $n$ trials , probability $P$ and a random variable $X$Absorbing Markov chain in a computer. Is “almost every” turned into always convergence in computer executions?Stopped random walk is not uniformly integrable

            How should I support this large drywall patch? Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How do I cover large gaps in drywall?How do I keep drywall around a patch from crumbling?Can I glue a second layer of drywall?How to patch long strip on drywall?Large drywall patch: how to avoid bulging seams?Drywall Mesh Patch vs. Bulge? To remove or not to remove?How to fix this drywall job?Prep drywall before backsplashWhat's the best way to fix this horrible drywall patch job?Drywall patching using 3M Patch Plus Primer