How can you determine if a root of a polynomial is a repeated one? Announcing the arrival of...
macOS: Name for app shortcut screen found by pinching with thumb and three fingers
What does it mean that physics no longer uses mechanical models to describe phenomena?
How long can equipment go unused before powering up runs the risk of damage?
What does Turing mean by this statement?
Dyck paths with extra diagonals from valleys (Laser construction)
Project Euler #1 in C++
What initially awakened the Balrog?
How would a mousetrap for use in space work?
What order were files/directories output in dir?
Flash light on something
How can I prevent/balance waiting and turtling as a response to cooldown mechanics
Trademark violation for app?
Why can't I install Tomboy in Ubuntu Mate 19.04?
Antipodal Land Area Calculation
How to identify unknown coordinate type and convert to lat/lon?
What is the difference between a "ranged attack" and a "ranged weapon attack"?
What is the meaning of 'breadth' in breadth first search?
Lagrange four-squares theorem --- deterministic complexity
AppleTVs create a chatty alternate WiFi network
Does the Mueller report show a conspiracy between Russia and the Trump Campaign?
preposition before coffee
What does this say in Elvish?
Why is it faster to reheat something than it is to cook it?
How can I set the aperture on my DSLR when it's attached to a telescope instead of a lens?
How can you determine if a root of a polynomial is a repeated one?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Polynomial root findingFinding the scope of a parameter where a polynomial can have rootsFind polynomial whose root is sum of roots of other polynomialsPolynomial with one rational root or one imaginary rootInterval of Polynomial Root FindingDetermine number of real roots on an incomplete polynomialFactoring a polynomial with possibly repeated rootPossible values of $c$ such that polynomial has one root of multiplicity twoIs concept of Repeated root only for PolynomialsHow to find polynomial functions 3rd degree with no, one, two, three zeros(roots)?
$begingroup$
Let's say we have the polynomial $x^3 − 12x − 16$, and we know there are 2 roots, $x = -2$, and $x = 4$, and one of those roots appears twice.
How can we determine which of those two roots is the repeated one?
polynomials roots
$endgroup$
add a comment |
$begingroup$
Let's say we have the polynomial $x^3 − 12x − 16$, and we know there are 2 roots, $x = -2$, and $x = 4$, and one of those roots appears twice.
How can we determine which of those two roots is the repeated one?
polynomials roots
$endgroup$
2
$begingroup$
is $f(x)=(x+2)^2(x-4)$ or $(x-4)^2(x+2)$?
$endgroup$
– Alexandros
Mar 25 at 17:16
add a comment |
$begingroup$
Let's say we have the polynomial $x^3 − 12x − 16$, and we know there are 2 roots, $x = -2$, and $x = 4$, and one of those roots appears twice.
How can we determine which of those two roots is the repeated one?
polynomials roots
$endgroup$
Let's say we have the polynomial $x^3 − 12x − 16$, and we know there are 2 roots, $x = -2$, and $x = 4$, and one of those roots appears twice.
How can we determine which of those two roots is the repeated one?
polynomials roots
polynomials roots
edited Mar 25 at 17:20
Brian
1,503416
1,503416
asked Mar 25 at 17:13
JBrahaJBraha
1116
1116
2
$begingroup$
is $f(x)=(x+2)^2(x-4)$ or $(x-4)^2(x+2)$?
$endgroup$
– Alexandros
Mar 25 at 17:16
add a comment |
2
$begingroup$
is $f(x)=(x+2)^2(x-4)$ or $(x-4)^2(x+2)$?
$endgroup$
– Alexandros
Mar 25 at 17:16
2
2
$begingroup$
is $f(x)=(x+2)^2(x-4)$ or $(x-4)^2(x+2)$?
$endgroup$
– Alexandros
Mar 25 at 17:16
$begingroup$
is $f(x)=(x+2)^2(x-4)$ or $(x-4)^2(x+2)$?
$endgroup$
– Alexandros
Mar 25 at 17:16
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
You could use Vieta's formulas.
For this polynomial, the sum of the roots must be $0,$ since that is the coefficient of $x^2$;
$-2+-2+4=0$ and $4+-2+4ne0,$ so the answer is that $-2$ is repeated.
$endgroup$
$begingroup$
I accepted this solution as it is the quickest and easiest method for the example in my question. For more complex problems, the other users' methods (involving differentiation) could be more useful.
$endgroup$
– JBraha
Mar 25 at 17:32
add a comment |
$begingroup$
You differentiate your polynomial, which will give you $3x^2-12$. Since $-2$ is a root of it, it's $-2$ which is the double root.
$endgroup$
add a comment |
$begingroup$
With algebra, you can factor (or do something equivalent, like synthetic division or polynomial long division). Like here you can compute that $frac{x^3-12x-16}{(x+2)(x-4)}=x+2$ for $x neq -2,4$.
Another option with algebra is guess-and-check: you can multiply out $(x+2)^2(x-4)$ and $(x-4)^2(x+2)$ and see which one matches.
With calculus, you can take the derivative and plug in the roots; if you get zero at a root, then the point is at least a double root. Higher roots can be checked by taking more derivatives (e.g. $p(0)=p'(0)=p''(0)=0$ with $p'''(0) neq 0$ means a triple root).
$endgroup$
add a comment |
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
});
}
});
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%2f3162076%2fhow-can-you-determine-if-a-root-of-a-polynomial-is-a-repeated-one%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
You could use Vieta's formulas.
For this polynomial, the sum of the roots must be $0,$ since that is the coefficient of $x^2$;
$-2+-2+4=0$ and $4+-2+4ne0,$ so the answer is that $-2$ is repeated.
$endgroup$
$begingroup$
I accepted this solution as it is the quickest and easiest method for the example in my question. For more complex problems, the other users' methods (involving differentiation) could be more useful.
$endgroup$
– JBraha
Mar 25 at 17:32
add a comment |
$begingroup$
You could use Vieta's formulas.
For this polynomial, the sum of the roots must be $0,$ since that is the coefficient of $x^2$;
$-2+-2+4=0$ and $4+-2+4ne0,$ so the answer is that $-2$ is repeated.
$endgroup$
$begingroup$
I accepted this solution as it is the quickest and easiest method for the example in my question. For more complex problems, the other users' methods (involving differentiation) could be more useful.
$endgroup$
– JBraha
Mar 25 at 17:32
add a comment |
$begingroup$
You could use Vieta's formulas.
For this polynomial, the sum of the roots must be $0,$ since that is the coefficient of $x^2$;
$-2+-2+4=0$ and $4+-2+4ne0,$ so the answer is that $-2$ is repeated.
$endgroup$
You could use Vieta's formulas.
For this polynomial, the sum of the roots must be $0,$ since that is the coefficient of $x^2$;
$-2+-2+4=0$ and $4+-2+4ne0,$ so the answer is that $-2$ is repeated.
answered Mar 25 at 17:20
J. W. TannerJ. W. Tanner
5,0751520
5,0751520
$begingroup$
I accepted this solution as it is the quickest and easiest method for the example in my question. For more complex problems, the other users' methods (involving differentiation) could be more useful.
$endgroup$
– JBraha
Mar 25 at 17:32
add a comment |
$begingroup$
I accepted this solution as it is the quickest and easiest method for the example in my question. For more complex problems, the other users' methods (involving differentiation) could be more useful.
$endgroup$
– JBraha
Mar 25 at 17:32
$begingroup$
I accepted this solution as it is the quickest and easiest method for the example in my question. For more complex problems, the other users' methods (involving differentiation) could be more useful.
$endgroup$
– JBraha
Mar 25 at 17:32
$begingroup$
I accepted this solution as it is the quickest and easiest method for the example in my question. For more complex problems, the other users' methods (involving differentiation) could be more useful.
$endgroup$
– JBraha
Mar 25 at 17:32
add a comment |
$begingroup$
You differentiate your polynomial, which will give you $3x^2-12$. Since $-2$ is a root of it, it's $-2$ which is the double root.
$endgroup$
add a comment |
$begingroup$
You differentiate your polynomial, which will give you $3x^2-12$. Since $-2$ is a root of it, it's $-2$ which is the double root.
$endgroup$
add a comment |
$begingroup$
You differentiate your polynomial, which will give you $3x^2-12$. Since $-2$ is a root of it, it's $-2$ which is the double root.
$endgroup$
You differentiate your polynomial, which will give you $3x^2-12$. Since $-2$ is a root of it, it's $-2$ which is the double root.
answered Mar 25 at 17:15
José Carlos SantosJosé Carlos Santos
176k24136245
176k24136245
add a comment |
add a comment |
$begingroup$
With algebra, you can factor (or do something equivalent, like synthetic division or polynomial long division). Like here you can compute that $frac{x^3-12x-16}{(x+2)(x-4)}=x+2$ for $x neq -2,4$.
Another option with algebra is guess-and-check: you can multiply out $(x+2)^2(x-4)$ and $(x-4)^2(x+2)$ and see which one matches.
With calculus, you can take the derivative and plug in the roots; if you get zero at a root, then the point is at least a double root. Higher roots can be checked by taking more derivatives (e.g. $p(0)=p'(0)=p''(0)=0$ with $p'''(0) neq 0$ means a triple root).
$endgroup$
add a comment |
$begingroup$
With algebra, you can factor (or do something equivalent, like synthetic division or polynomial long division). Like here you can compute that $frac{x^3-12x-16}{(x+2)(x-4)}=x+2$ for $x neq -2,4$.
Another option with algebra is guess-and-check: you can multiply out $(x+2)^2(x-4)$ and $(x-4)^2(x+2)$ and see which one matches.
With calculus, you can take the derivative and plug in the roots; if you get zero at a root, then the point is at least a double root. Higher roots can be checked by taking more derivatives (e.g. $p(0)=p'(0)=p''(0)=0$ with $p'''(0) neq 0$ means a triple root).
$endgroup$
add a comment |
$begingroup$
With algebra, you can factor (or do something equivalent, like synthetic division or polynomial long division). Like here you can compute that $frac{x^3-12x-16}{(x+2)(x-4)}=x+2$ for $x neq -2,4$.
Another option with algebra is guess-and-check: you can multiply out $(x+2)^2(x-4)$ and $(x-4)^2(x+2)$ and see which one matches.
With calculus, you can take the derivative and plug in the roots; if you get zero at a root, then the point is at least a double root. Higher roots can be checked by taking more derivatives (e.g. $p(0)=p'(0)=p''(0)=0$ with $p'''(0) neq 0$ means a triple root).
$endgroup$
With algebra, you can factor (or do something equivalent, like synthetic division or polynomial long division). Like here you can compute that $frac{x^3-12x-16}{(x+2)(x-4)}=x+2$ for $x neq -2,4$.
Another option with algebra is guess-and-check: you can multiply out $(x+2)^2(x-4)$ and $(x-4)^2(x+2)$ and see which one matches.
With calculus, you can take the derivative and plug in the roots; if you get zero at a root, then the point is at least a double root. Higher roots can be checked by taking more derivatives (e.g. $p(0)=p'(0)=p''(0)=0$ with $p'''(0) neq 0$ means a triple root).
answered Mar 25 at 17:15
IanIan
69.2k25393
69.2k25393
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%2f3162076%2fhow-can-you-determine-if-a-root-of-a-polynomial-is-a-repeated-one%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
2
$begingroup$
is $f(x)=(x+2)^2(x-4)$ or $(x-4)^2(x+2)$?
$endgroup$
– Alexandros
Mar 25 at 17:16