How to make polynomial division agree with Euclidean division when the variable $X$ takes numerical values? The 2019 Stack Overflow Developer Survey Results Are InA lot of confusion in the “Polynomial Remainder Theorem”?When dividing polynomials, the remainder is uniquely defined.Set closed under quotients and remaindersProof about euclidean algorithmRequired number of Euclidean Algorithm iterations for k, k+1Using Euclidean Algorithm to find GCD of polynomials in $mathbbQ[x]$$mathrmgcd(n,n+2)=2$Euclidean polynomial division problemComputational Complexity of Euclidean Algorithm for PolynomialsHow does the Euclidean Algorithm apply on exponents m and n to show that $gcd(p^m-1, p^n-1) = p^gcd(m,n)-1$
Kerning for subscripts of sigma?
Is it okay to consider publishing in my first year of PhD?
Flight paths in orbit around Ceres?
Dropping list elements from nested list after evaluation
Pokemon Turn Based battle (Python)
Is it correct to say the Neural Networks are an alternative way of performing Maximum Likelihood Estimation? if not, why?
Why does the nucleus not repel itself?
The phrase "to the numbers born"?
What could be the right powersource for 15 seconds lifespan disposable giant chainsaw?
What do hard-Brexiteers want with respect to the Irish border?
Output the Arecibo Message
Falsification in Math vs Science
Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?
How to display lines in a file like ls displays files in a directory?
Why couldn't they take pictures of a closer black hole?
Worn-tile Scrabble
Currents/voltages graph for an electrical circuit
If a sorcerer casts the Banishment spell on a PC while in Avernus, does the PC return to their home plane?
What do these terms in Caesar's Gallic wars mean?
"as much details as you can remember"
Mathematics of imaging the black hole
Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?
Did Scotland spend $250,000 for the slogan "Welcome to Scotland"?
Why doesn't shell automatically fix "useless use of cat"?
How to make polynomial division agree with Euclidean division when the variable $X$ takes numerical values?
The 2019 Stack Overflow Developer Survey Results Are InA lot of confusion in the “Polynomial Remainder Theorem”?When dividing polynomials, the remainder is uniquely defined.Set closed under quotients and remaindersProof about euclidean algorithmRequired number of Euclidean Algorithm iterations for k, k+1Using Euclidean Algorithm to find GCD of polynomials in $mathbbQ[x]$$mathrmgcd(n,n+2)=2$Euclidean polynomial division problemComputational Complexity of Euclidean Algorithm for PolynomialsHow does the Euclidean Algorithm apply on exponents m and n to show that $gcd(p^m-1, p^n-1) = p^gcd(m,n)-1$
$begingroup$
Consider two polynomials $A(X), B(X)$ both $in mathbbZ[X]$ such that $deg (B) < deg(A)$. And let us perform a long polynomial division of $A(X)$ over $B(X)$,
$$A(X)=Q(X)B(X)+R(X)$$
$$Q(X)=leftlfloorfracA(X)B(X)rightrfloor quad mboxis the quotient quad mboxand $R(x)$ is the remainder$$
Now consider the variable $X$ taking positive integer value , say $X=n$ and perform the Euclidean division of $A(n)$ over $B(n)$, we get $A(n)=q(n)B(n)+r(n)$ where $q(n)$ and $r(n)$ are the usual quotient and remainder. What we can get is there is not always agreement between Long polynomial division and Euclidean divison when the variable takes numerical integer values. Namely
$$Q(n) not= q(n) quad mboxand quad R(n)not= r(n)$$
To fix ideas here is an example:
Fix a positive integer $N$ and consider
$$A(X)=X^2-1, quad B(X)=X+N$$
so that synthetic or polynomial division gives:
$$Q(X)=X-N quad mboxand quad R(X)=N^2-1$$
It is clear for this example that both divisions do not agree for $n<N^2-N-1$ we even have a negative numerical quotient $Q(n)$ for $1<n<N$
, while both $A(n)$ and $B(n)$ are positive integers.
I am interested in finding a general way (if it exist) which yield an algebraic expression of new quotient and remainder $Q^'(X)$ and $R^'(X)$ such that $A(X)=Q^'(X)B(X)+R^'(X)$ and $Q^'(n)=q(n), R^'(n)=r(n)$, restricted to the simplest case where $deg(A)=2$, $deg(B)=1$.
euclidean-algorithm
$endgroup$
add a comment |
$begingroup$
Consider two polynomials $A(X), B(X)$ both $in mathbbZ[X]$ such that $deg (B) < deg(A)$. And let us perform a long polynomial division of $A(X)$ over $B(X)$,
$$A(X)=Q(X)B(X)+R(X)$$
$$Q(X)=leftlfloorfracA(X)B(X)rightrfloor quad mboxis the quotient quad mboxand $R(x)$ is the remainder$$
Now consider the variable $X$ taking positive integer value , say $X=n$ and perform the Euclidean division of $A(n)$ over $B(n)$, we get $A(n)=q(n)B(n)+r(n)$ where $q(n)$ and $r(n)$ are the usual quotient and remainder. What we can get is there is not always agreement between Long polynomial division and Euclidean divison when the variable takes numerical integer values. Namely
$$Q(n) not= q(n) quad mboxand quad R(n)not= r(n)$$
To fix ideas here is an example:
Fix a positive integer $N$ and consider
$$A(X)=X^2-1, quad B(X)=X+N$$
so that synthetic or polynomial division gives:
$$Q(X)=X-N quad mboxand quad R(X)=N^2-1$$
It is clear for this example that both divisions do not agree for $n<N^2-N-1$ we even have a negative numerical quotient $Q(n)$ for $1<n<N$
, while both $A(n)$ and $B(n)$ are positive integers.
I am interested in finding a general way (if it exist) which yield an algebraic expression of new quotient and remainder $Q^'(X)$ and $R^'(X)$ such that $A(X)=Q^'(X)B(X)+R^'(X)$ and $Q^'(n)=q(n), R^'(n)=r(n)$, restricted to the simplest case where $deg(A)=2$, $deg(B)=1$.
euclidean-algorithm
$endgroup$
$begingroup$
What would $Q(X)$ be if $B)X)$ were to equal $2X+N$?
$endgroup$
– Dilip Sarwate
Mar 30 at 21:46
$begingroup$
@DilipSarwate it will be $Q(X)=fracX2-fracN4$ and $R(X)=fracN^24-1$ but this is not the question....
$endgroup$
– HassanB
Mar 30 at 21:58
$begingroup$
So your polynomials are in $mathbb Z(X)$ to begin with but it is not necessary for quotients and remainders to be members of $mathbb Z(X)$? Why not begin with $mathbb Q(X()$?
$endgroup$
– Dilip Sarwate
Mar 30 at 22:16
$begingroup$
looking for solution when $deg(A)=2$ and $B(X)=X+N$
$endgroup$
– HassanB
Mar 31 at 0:14
add a comment |
$begingroup$
Consider two polynomials $A(X), B(X)$ both $in mathbbZ[X]$ such that $deg (B) < deg(A)$. And let us perform a long polynomial division of $A(X)$ over $B(X)$,
$$A(X)=Q(X)B(X)+R(X)$$
$$Q(X)=leftlfloorfracA(X)B(X)rightrfloor quad mboxis the quotient quad mboxand $R(x)$ is the remainder$$
Now consider the variable $X$ taking positive integer value , say $X=n$ and perform the Euclidean division of $A(n)$ over $B(n)$, we get $A(n)=q(n)B(n)+r(n)$ where $q(n)$ and $r(n)$ are the usual quotient and remainder. What we can get is there is not always agreement between Long polynomial division and Euclidean divison when the variable takes numerical integer values. Namely
$$Q(n) not= q(n) quad mboxand quad R(n)not= r(n)$$
To fix ideas here is an example:
Fix a positive integer $N$ and consider
$$A(X)=X^2-1, quad B(X)=X+N$$
so that synthetic or polynomial division gives:
$$Q(X)=X-N quad mboxand quad R(X)=N^2-1$$
It is clear for this example that both divisions do not agree for $n<N^2-N-1$ we even have a negative numerical quotient $Q(n)$ for $1<n<N$
, while both $A(n)$ and $B(n)$ are positive integers.
I am interested in finding a general way (if it exist) which yield an algebraic expression of new quotient and remainder $Q^'(X)$ and $R^'(X)$ such that $A(X)=Q^'(X)B(X)+R^'(X)$ and $Q^'(n)=q(n), R^'(n)=r(n)$, restricted to the simplest case where $deg(A)=2$, $deg(B)=1$.
euclidean-algorithm
$endgroup$
Consider two polynomials $A(X), B(X)$ both $in mathbbZ[X]$ such that $deg (B) < deg(A)$. And let us perform a long polynomial division of $A(X)$ over $B(X)$,
$$A(X)=Q(X)B(X)+R(X)$$
$$Q(X)=leftlfloorfracA(X)B(X)rightrfloor quad mboxis the quotient quad mboxand $R(x)$ is the remainder$$
Now consider the variable $X$ taking positive integer value , say $X=n$ and perform the Euclidean division of $A(n)$ over $B(n)$, we get $A(n)=q(n)B(n)+r(n)$ where $q(n)$ and $r(n)$ are the usual quotient and remainder. What we can get is there is not always agreement between Long polynomial division and Euclidean divison when the variable takes numerical integer values. Namely
$$Q(n) not= q(n) quad mboxand quad R(n)not= r(n)$$
To fix ideas here is an example:
Fix a positive integer $N$ and consider
$$A(X)=X^2-1, quad B(X)=X+N$$
so that synthetic or polynomial division gives:
$$Q(X)=X-N quad mboxand quad R(X)=N^2-1$$
It is clear for this example that both divisions do not agree for $n<N^2-N-1$ we even have a negative numerical quotient $Q(n)$ for $1<n<N$
, while both $A(n)$ and $B(n)$ are positive integers.
I am interested in finding a general way (if it exist) which yield an algebraic expression of new quotient and remainder $Q^'(X)$ and $R^'(X)$ such that $A(X)=Q^'(X)B(X)+R^'(X)$ and $Q^'(n)=q(n), R^'(n)=r(n)$, restricted to the simplest case where $deg(A)=2$, $deg(B)=1$.
euclidean-algorithm
euclidean-algorithm
asked Mar 30 at 21:33
HassanBHassanB
62
62
$begingroup$
What would $Q(X)$ be if $B)X)$ were to equal $2X+N$?
$endgroup$
– Dilip Sarwate
Mar 30 at 21:46
$begingroup$
@DilipSarwate it will be $Q(X)=fracX2-fracN4$ and $R(X)=fracN^24-1$ but this is not the question....
$endgroup$
– HassanB
Mar 30 at 21:58
$begingroup$
So your polynomials are in $mathbb Z(X)$ to begin with but it is not necessary for quotients and remainders to be members of $mathbb Z(X)$? Why not begin with $mathbb Q(X()$?
$endgroup$
– Dilip Sarwate
Mar 30 at 22:16
$begingroup$
looking for solution when $deg(A)=2$ and $B(X)=X+N$
$endgroup$
– HassanB
Mar 31 at 0:14
add a comment |
$begingroup$
What would $Q(X)$ be if $B)X)$ were to equal $2X+N$?
$endgroup$
– Dilip Sarwate
Mar 30 at 21:46
$begingroup$
@DilipSarwate it will be $Q(X)=fracX2-fracN4$ and $R(X)=fracN^24-1$ but this is not the question....
$endgroup$
– HassanB
Mar 30 at 21:58
$begingroup$
So your polynomials are in $mathbb Z(X)$ to begin with but it is not necessary for quotients and remainders to be members of $mathbb Z(X)$? Why not begin with $mathbb Q(X()$?
$endgroup$
– Dilip Sarwate
Mar 30 at 22:16
$begingroup$
looking for solution when $deg(A)=2$ and $B(X)=X+N$
$endgroup$
– HassanB
Mar 31 at 0:14
$begingroup$
What would $Q(X)$ be if $B)X)$ were to equal $2X+N$?
$endgroup$
– Dilip Sarwate
Mar 30 at 21:46
$begingroup$
What would $Q(X)$ be if $B)X)$ were to equal $2X+N$?
$endgroup$
– Dilip Sarwate
Mar 30 at 21:46
$begingroup$
@DilipSarwate it will be $Q(X)=fracX2-fracN4$ and $R(X)=fracN^24-1$ but this is not the question....
$endgroup$
– HassanB
Mar 30 at 21:58
$begingroup$
@DilipSarwate it will be $Q(X)=fracX2-fracN4$ and $R(X)=fracN^24-1$ but this is not the question....
$endgroup$
– HassanB
Mar 30 at 21:58
$begingroup$
So your polynomials are in $mathbb Z(X)$ to begin with but it is not necessary for quotients and remainders to be members of $mathbb Z(X)$? Why not begin with $mathbb Q(X()$?
$endgroup$
– Dilip Sarwate
Mar 30 at 22:16
$begingroup$
So your polynomials are in $mathbb Z(X)$ to begin with but it is not necessary for quotients and remainders to be members of $mathbb Z(X)$? Why not begin with $mathbb Q(X()$?
$endgroup$
– Dilip Sarwate
Mar 30 at 22:16
$begingroup$
looking for solution when $deg(A)=2$ and $B(X)=X+N$
$endgroup$
– HassanB
Mar 31 at 0:14
$begingroup$
looking for solution when $deg(A)=2$ and $B(X)=X+N$
$endgroup$
– HassanB
Mar 31 at 0:14
add a comment |
0
active
oldest
votes
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',
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3168808%2fhow-to-make-polynomial-division-agree-with-euclidean-division-when-the-variable%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3168808%2fhow-to-make-polynomial-division-agree-with-euclidean-division-when-the-variable%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
$begingroup$
What would $Q(X)$ be if $B)X)$ were to equal $2X+N$?
$endgroup$
– Dilip Sarwate
Mar 30 at 21:46
$begingroup$
@DilipSarwate it will be $Q(X)=fracX2-fracN4$ and $R(X)=fracN^24-1$ but this is not the question....
$endgroup$
– HassanB
Mar 30 at 21:58
$begingroup$
So your polynomials are in $mathbb Z(X)$ to begin with but it is not necessary for quotients and remainders to be members of $mathbb Z(X)$? Why not begin with $mathbb Q(X()$?
$endgroup$
– Dilip Sarwate
Mar 30 at 22:16
$begingroup$
looking for solution when $deg(A)=2$ and $B(X)=X+N$
$endgroup$
– HassanB
Mar 31 at 0:14