In polynomial division, the remainder's degree is always less than that of the divisor, but when dividing...

Can the Great Weapon Master feat's damage bonus and accuracy penalty apply to attacks from the Spiritual Weapon spell?

Chinese Seal on silk painting - what does it mean?

What would you call this weird metallic apparatus that allows you to lift people?

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

Is there a kind of relay only consumes power when switching?

Sum letters are not two different

ArcGIS Pro Python arcpy.CreatePersonalGDB_management

How were pictures turned from film to a big picture in a picture frame before digital scanning?

What is the difference between globalisation and imperialism?

Is it possible for SQL statements to execute concurrently within a single session in SQL Server?

Why should I vote and accept answers?

AppleTVs create a chatty alternate WiFi network

Time to Settle Down!

Using audio cues to encourage good posture

What order were files/directories outputted in dir?

What is a fractional matching?

Maximum summed subsequences with non-adjacent items

How come Sam didn't become Lord of Horn Hill?

Why do we need to use the builder design pattern when we can do the same thing with setters?

Should I use a zero-interest credit card for a large one-time purchase?

How to write this math term? with cases it isn't working

Do any jurisdictions seriously consider reclassifying social media websites as publishers?

How does light 'choose' between wave and particle behaviour?

How could we fake a moon landing now?



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



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 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 $text{deg} r(x)=0$ or $text{deg }r(x)lttext{deg }g(x)$.



You may confirm this by long division method which gives you the following result: $$dfrac{x^3+a^3}{x+5}=x^2+5x-25+dfrac{125+a^3}{x+5}$$ or $r(x)=125+a^3$ and $q(x)=x^2+5x-25$ which clearly satisfies $text{deg }g(x)=1gttext{deg }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 $text{deg} r(x)=0$ or $text{deg }r(x)lttext{deg }g(x)$.



    You may confirm this by long division method which gives you the following result: $$dfrac{x^3+a^3}{x+5}=x^2+5x-25+dfrac{125+a^3}{x+5}$$ or $r(x)=125+a^3$ and $q(x)=x^2+5x-25$ which clearly satisfies $text{deg }g(x)=1gttext{deg }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 $text{deg} r(x)=0$ or $text{deg }r(x)lttext{deg }g(x)$.



      You may confirm this by long division method which gives you the following result: $$dfrac{x^3+a^3}{x+5}=x^2+5x-25+dfrac{125+a^3}{x+5}$$ or $r(x)=125+a^3$ and $q(x)=x^2+5x-25$ which clearly satisfies $text{deg }g(x)=1gttext{deg }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 $text{deg} r(x)=0$ or $text{deg }r(x)lttext{deg }g(x)$.



        You may confirm this by long division method which gives you the following result: $$dfrac{x^3+a^3}{x+5}=x^2+5x-25+dfrac{125+a^3}{x+5}$$ or $r(x)=125+a^3$ and $q(x)=x^2+5x-25$ which clearly satisfies $text{deg }g(x)=1gttext{deg }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 $text{deg} r(x)=0$ or $text{deg }r(x)lttext{deg }g(x)$.



        You may confirm this by long division method which gives you the following result: $$dfrac{x^3+a^3}{x+5}=x^2+5x-25+dfrac{125+a^3}{x+5}$$ or $r(x)=125+a^3$ and $q(x)=x^2+5x-25$ which clearly satisfies $text{deg }g(x)=1gttext{deg }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,2851627




        3,2851627






























            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

            Nidaros erkebispedøme

            Birsay

            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?