Condition for two cubic equations to have a pair of common positive repeated roots
I was asked to find the condition that two cubic equations $a_1x^3 + b_1x^2 + c_1x + d_1 = 0$ and $a_2x^3 + b_2x^2 + c_2x + d_2 = 0$ have a pair of common positive repeated roots. The answer given is that
$$begin{vmatrix}
3a_1&2b_1&c_1\
3a_2&2b_2&c_2\
a_1b_2-a_2b_1&a_1c_2-a_2c_1&a_1d_2-a_2d_1
end{vmatrix} = 0$$
The only hint that I am getting is that we have to use the condition for common root of their derivatives since the roots are repeated. The hint is on the basis of the 3,2,1 coefficients in the determinant. But still I have not been able to go any further with that.
algebra-precalculus determinant quadratics
add a comment |
I was asked to find the condition that two cubic equations $a_1x^3 + b_1x^2 + c_1x + d_1 = 0$ and $a_2x^3 + b_2x^2 + c_2x + d_2 = 0$ have a pair of common positive repeated roots. The answer given is that
$$begin{vmatrix}
3a_1&2b_1&c_1\
3a_2&2b_2&c_2\
a_1b_2-a_2b_1&a_1c_2-a_2c_1&a_1d_2-a_2d_1
end{vmatrix} = 0$$
The only hint that I am getting is that we have to use the condition for common root of their derivatives since the roots are repeated. The hint is on the basis of the 3,2,1 coefficients in the determinant. But still I have not been able to go any further with that.
algebra-precalculus determinant quadratics
add a comment |
I was asked to find the condition that two cubic equations $a_1x^3 + b_1x^2 + c_1x + d_1 = 0$ and $a_2x^3 + b_2x^2 + c_2x + d_2 = 0$ have a pair of common positive repeated roots. The answer given is that
$$begin{vmatrix}
3a_1&2b_1&c_1\
3a_2&2b_2&c_2\
a_1b_2-a_2b_1&a_1c_2-a_2c_1&a_1d_2-a_2d_1
end{vmatrix} = 0$$
The only hint that I am getting is that we have to use the condition for common root of their derivatives since the roots are repeated. The hint is on the basis of the 3,2,1 coefficients in the determinant. But still I have not been able to go any further with that.
algebra-precalculus determinant quadratics
I was asked to find the condition that two cubic equations $a_1x^3 + b_1x^2 + c_1x + d_1 = 0$ and $a_2x^3 + b_2x^2 + c_2x + d_2 = 0$ have a pair of common positive repeated roots. The answer given is that
$$begin{vmatrix}
3a_1&2b_1&c_1\
3a_2&2b_2&c_2\
a_1b_2-a_2b_1&a_1c_2-a_2c_1&a_1d_2-a_2d_1
end{vmatrix} = 0$$
The only hint that I am getting is that we have to use the condition for common root of their derivatives since the roots are repeated. The hint is on the basis of the 3,2,1 coefficients in the determinant. But still I have not been able to go any further with that.
algebra-precalculus determinant quadratics
algebra-precalculus determinant quadratics
asked 2 days ago
Shubhraneel PalShubhraneel Pal
35329
35329
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
If $a_1x^3+b_1x^2+c_1x+d=0$ has one of the roots (say $x_0$) repeating, we can write the equation as $$a_1(x-x_0)^2(x-x_1)=0$$Here $x_1$ is the other root. Now take the derivative of the above expression. You get $$a_12(x-x_0)(x-x_1)+a_1(x-x_0)^2=a_1(x-x_0)(2x-2x_0+x-x_1)$$
Notice that $x_0$ is also root of the derivative. So just write out the four equations saying that $x_0$ is root of the initial equations and root of the derivatives:
$$begin{align}a_1x_0^3+b_1x_0^2+c_1x_0+d_1&=0\a_2x_0^3+b_2x_0^2+c_2x_0+d_2&=0\3a_1x_0^2+2b_1x_0+c_1&=0\3a_2x_0^2+2b_2x_0+c_2&=0end{align}$$
We keep the last two equations, and we eliminate $x_0^3$ from the first two. For that we multiply the first equation by $a_2$, the second by $a_1$ and then subtract the two. You get $$(b_1a_2-b_2a_1)x_0^2+(c_1a_2-c_2a_1)x_0+(d_1a_2-d_2a_1)=0$$
Now all you need to show is that you have a solution for these three quadratic equations only if the coefficients are not linearly independent.
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%2f3062841%2fcondition-for-two-cubic-equations-to-have-a-pair-of-common-positive-repeated-roo%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
If $a_1x^3+b_1x^2+c_1x+d=0$ has one of the roots (say $x_0$) repeating, we can write the equation as $$a_1(x-x_0)^2(x-x_1)=0$$Here $x_1$ is the other root. Now take the derivative of the above expression. You get $$a_12(x-x_0)(x-x_1)+a_1(x-x_0)^2=a_1(x-x_0)(2x-2x_0+x-x_1)$$
Notice that $x_0$ is also root of the derivative. So just write out the four equations saying that $x_0$ is root of the initial equations and root of the derivatives:
$$begin{align}a_1x_0^3+b_1x_0^2+c_1x_0+d_1&=0\a_2x_0^3+b_2x_0^2+c_2x_0+d_2&=0\3a_1x_0^2+2b_1x_0+c_1&=0\3a_2x_0^2+2b_2x_0+c_2&=0end{align}$$
We keep the last two equations, and we eliminate $x_0^3$ from the first two. For that we multiply the first equation by $a_2$, the second by $a_1$ and then subtract the two. You get $$(b_1a_2-b_2a_1)x_0^2+(c_1a_2-c_2a_1)x_0+(d_1a_2-d_2a_1)=0$$
Now all you need to show is that you have a solution for these three quadratic equations only if the coefficients are not linearly independent.
add a comment |
If $a_1x^3+b_1x^2+c_1x+d=0$ has one of the roots (say $x_0$) repeating, we can write the equation as $$a_1(x-x_0)^2(x-x_1)=0$$Here $x_1$ is the other root. Now take the derivative of the above expression. You get $$a_12(x-x_0)(x-x_1)+a_1(x-x_0)^2=a_1(x-x_0)(2x-2x_0+x-x_1)$$
Notice that $x_0$ is also root of the derivative. So just write out the four equations saying that $x_0$ is root of the initial equations and root of the derivatives:
$$begin{align}a_1x_0^3+b_1x_0^2+c_1x_0+d_1&=0\a_2x_0^3+b_2x_0^2+c_2x_0+d_2&=0\3a_1x_0^2+2b_1x_0+c_1&=0\3a_2x_0^2+2b_2x_0+c_2&=0end{align}$$
We keep the last two equations, and we eliminate $x_0^3$ from the first two. For that we multiply the first equation by $a_2$, the second by $a_1$ and then subtract the two. You get $$(b_1a_2-b_2a_1)x_0^2+(c_1a_2-c_2a_1)x_0+(d_1a_2-d_2a_1)=0$$
Now all you need to show is that you have a solution for these three quadratic equations only if the coefficients are not linearly independent.
add a comment |
If $a_1x^3+b_1x^2+c_1x+d=0$ has one of the roots (say $x_0$) repeating, we can write the equation as $$a_1(x-x_0)^2(x-x_1)=0$$Here $x_1$ is the other root. Now take the derivative of the above expression. You get $$a_12(x-x_0)(x-x_1)+a_1(x-x_0)^2=a_1(x-x_0)(2x-2x_0+x-x_1)$$
Notice that $x_0$ is also root of the derivative. So just write out the four equations saying that $x_0$ is root of the initial equations and root of the derivatives:
$$begin{align}a_1x_0^3+b_1x_0^2+c_1x_0+d_1&=0\a_2x_0^3+b_2x_0^2+c_2x_0+d_2&=0\3a_1x_0^2+2b_1x_0+c_1&=0\3a_2x_0^2+2b_2x_0+c_2&=0end{align}$$
We keep the last two equations, and we eliminate $x_0^3$ from the first two. For that we multiply the first equation by $a_2$, the second by $a_1$ and then subtract the two. You get $$(b_1a_2-b_2a_1)x_0^2+(c_1a_2-c_2a_1)x_0+(d_1a_2-d_2a_1)=0$$
Now all you need to show is that you have a solution for these three quadratic equations only if the coefficients are not linearly independent.
If $a_1x^3+b_1x^2+c_1x+d=0$ has one of the roots (say $x_0$) repeating, we can write the equation as $$a_1(x-x_0)^2(x-x_1)=0$$Here $x_1$ is the other root. Now take the derivative of the above expression. You get $$a_12(x-x_0)(x-x_1)+a_1(x-x_0)^2=a_1(x-x_0)(2x-2x_0+x-x_1)$$
Notice that $x_0$ is also root of the derivative. So just write out the four equations saying that $x_0$ is root of the initial equations and root of the derivatives:
$$begin{align}a_1x_0^3+b_1x_0^2+c_1x_0+d_1&=0\a_2x_0^3+b_2x_0^2+c_2x_0+d_2&=0\3a_1x_0^2+2b_1x_0+c_1&=0\3a_2x_0^2+2b_2x_0+c_2&=0end{align}$$
We keep the last two equations, and we eliminate $x_0^3$ from the first two. For that we multiply the first equation by $a_2$, the second by $a_1$ and then subtract the two. You get $$(b_1a_2-b_2a_1)x_0^2+(c_1a_2-c_2a_1)x_0+(d_1a_2-d_2a_1)=0$$
Now all you need to show is that you have a solution for these three quadratic equations only if the coefficients are not linearly independent.
answered 2 days ago
AndreiAndrei
11.4k21026
11.4k21026
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3062841%2fcondition-for-two-cubic-equations-to-have-a-pair-of-common-positive-repeated-roo%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