Two polynomials having a quadratic common divisor
$begingroup$
Find the real numbers a,b such that the polynomials
$$p(x)=x^4-2x^3+3x^2+2x+a
$$
$$q(x)=x^4-3x^3+4x^2+3x+b
$$
have a common divisor of degree two.
My attempt: Euclid algorithm:
we perform the divisions:
f:g obtain remainder r1 of degree 3
g:r1 obtain remainder r2 of degree 2
r1: r2 obtain remainder r3 of degree 1
And the condition must be that r3=0, but i get a not so nice system of equations with a and b
Is there any simpler method?
polynomials greatest-common-divisor
$endgroup$
add a comment |
$begingroup$
Find the real numbers a,b such that the polynomials
$$p(x)=x^4-2x^3+3x^2+2x+a
$$
$$q(x)=x^4-3x^3+4x^2+3x+b
$$
have a common divisor of degree two.
My attempt: Euclid algorithm:
we perform the divisions:
f:g obtain remainder r1 of degree 3
g:r1 obtain remainder r2 of degree 2
r1: r2 obtain remainder r3 of degree 1
And the condition must be that r3=0, but i get a not so nice system of equations with a and b
Is there any simpler method?
polynomials greatest-common-divisor
$endgroup$
$begingroup$
using polynomial remainder theorem with x-(-d(x-1)*x-e*x-c) doesn't work ? oh and parity arguments can be used to show the first won't be even unless a is, and the second one alternates regardless of b's parity.
$endgroup$
– Roddy MacPhee
Feb 21 at 19:21
add a comment |
$begingroup$
Find the real numbers a,b such that the polynomials
$$p(x)=x^4-2x^3+3x^2+2x+a
$$
$$q(x)=x^4-3x^3+4x^2+3x+b
$$
have a common divisor of degree two.
My attempt: Euclid algorithm:
we perform the divisions:
f:g obtain remainder r1 of degree 3
g:r1 obtain remainder r2 of degree 2
r1: r2 obtain remainder r3 of degree 1
And the condition must be that r3=0, but i get a not so nice system of equations with a and b
Is there any simpler method?
polynomials greatest-common-divisor
$endgroup$
Find the real numbers a,b such that the polynomials
$$p(x)=x^4-2x^3+3x^2+2x+a
$$
$$q(x)=x^4-3x^3+4x^2+3x+b
$$
have a common divisor of degree two.
My attempt: Euclid algorithm:
we perform the divisions:
f:g obtain remainder r1 of degree 3
g:r1 obtain remainder r2 of degree 2
r1: r2 obtain remainder r3 of degree 1
And the condition must be that r3=0, but i get a not so nice system of equations with a and b
Is there any simpler method?
polynomials greatest-common-divisor
polynomials greatest-common-divisor
edited Jan 23 at 16:15
David Holden
14.9k21224
14.9k21224
asked Jan 23 at 16:12
amarius8312amarius8312
1827
1827
$begingroup$
using polynomial remainder theorem with x-(-d(x-1)*x-e*x-c) doesn't work ? oh and parity arguments can be used to show the first won't be even unless a is, and the second one alternates regardless of b's parity.
$endgroup$
– Roddy MacPhee
Feb 21 at 19:21
add a comment |
$begingroup$
using polynomial remainder theorem with x-(-d(x-1)*x-e*x-c) doesn't work ? oh and parity arguments can be used to show the first won't be even unless a is, and the second one alternates regardless of b's parity.
$endgroup$
– Roddy MacPhee
Feb 21 at 19:21
$begingroup$
using polynomial remainder theorem with x-(-d(x-1)*x-e*x-c) doesn't work ? oh and parity arguments can be used to show the first won't be even unless a is, and the second one alternates regardless of b's parity.
$endgroup$
– Roddy MacPhee
Feb 21 at 19:21
$begingroup$
using polynomial remainder theorem with x-(-d(x-1)*x-e*x-c) doesn't work ? oh and parity arguments can be used to show the first won't be even unless a is, and the second one alternates regardless of b's parity.
$endgroup$
– Roddy MacPhee
Feb 21 at 19:21
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
That's the method that I would use. But, in fact, doing it that way I got the system:$$left{begin{array}{l}-2a^2+3ab+17a-b^2-13b=0\a^2-2ab-11a+b^2+8b=5.end{array}right.$$In order to solve it, I used Mathematica, which gave me $3$ solutions: $(a,b)=(-4,-5)$, $(a,b)=(5,-5)$, and $(a,b)=(5,7)$. And they are indeed solutions of the original problem.
$endgroup$
add a comment |
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%2f3084679%2ftwo-polynomials-having-a-quadratic-common-divisor%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
$begingroup$
That's the method that I would use. But, in fact, doing it that way I got the system:$$left{begin{array}{l}-2a^2+3ab+17a-b^2-13b=0\a^2-2ab-11a+b^2+8b=5.end{array}right.$$In order to solve it, I used Mathematica, which gave me $3$ solutions: $(a,b)=(-4,-5)$, $(a,b)=(5,-5)$, and $(a,b)=(5,7)$. And they are indeed solutions of the original problem.
$endgroup$
add a comment |
$begingroup$
That's the method that I would use. But, in fact, doing it that way I got the system:$$left{begin{array}{l}-2a^2+3ab+17a-b^2-13b=0\a^2-2ab-11a+b^2+8b=5.end{array}right.$$In order to solve it, I used Mathematica, which gave me $3$ solutions: $(a,b)=(-4,-5)$, $(a,b)=(5,-5)$, and $(a,b)=(5,7)$. And they are indeed solutions of the original problem.
$endgroup$
add a comment |
$begingroup$
That's the method that I would use. But, in fact, doing it that way I got the system:$$left{begin{array}{l}-2a^2+3ab+17a-b^2-13b=0\a^2-2ab-11a+b^2+8b=5.end{array}right.$$In order to solve it, I used Mathematica, which gave me $3$ solutions: $(a,b)=(-4,-5)$, $(a,b)=(5,-5)$, and $(a,b)=(5,7)$. And they are indeed solutions of the original problem.
$endgroup$
That's the method that I would use. But, in fact, doing it that way I got the system:$$left{begin{array}{l}-2a^2+3ab+17a-b^2-13b=0\a^2-2ab-11a+b^2+8b=5.end{array}right.$$In order to solve it, I used Mathematica, which gave me $3$ solutions: $(a,b)=(-4,-5)$, $(a,b)=(5,-5)$, and $(a,b)=(5,7)$. And they are indeed solutions of the original problem.
answered Jan 23 at 16:32
José Carlos SantosJosé Carlos Santos
165k22132235
165k22132235
add a comment |
add a comment |
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%2f3084679%2ftwo-polynomials-having-a-quadratic-common-divisor%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$
using polynomial remainder theorem with x-(-d(x-1)*x-e*x-c) doesn't work ? oh and parity arguments can be used to show the first won't be even unless a is, and the second one alternates regardless of b's parity.
$endgroup$
– Roddy MacPhee
Feb 21 at 19:21