Checking for real roots of an even-th degree polynomial $ (a-x)^2n+1+x^2n+1-b=0 $ The Next CEO of Stack OverflowFind roots of polynomial with degree $ge 5$Given roots (real and complex), find the polynomialRules for whether an $n$ degree polynomial is an $n$ degree powerNumber of real roots of polynomial derivativePolynomial with odd number of real rootsLow degree polynomials over finite fields with no rootsWhat is the maximum number of real roots a polynomial of any degree can have?Finding the real roots and complex roots to a polynomialGet all roots of a 6th degree polynom numericalFind the number of distinct real roots of a polynomial
Why is information "lost" when it got into a black hole?
Physiological effects of huge anime eyes
What difference does it make using sed with/without whitespaces?
Help! I cannot understand this game’s notations!
Calculate the Mean mean of two numbers
Is there a way to save my career from absolute disaster?
Getting Stale Gas Out of a Gas Tank w/out Dropping the Tank
Which one is the true statement?
Where do students learn to solve polynomial equations these days?
Why is the US ranked as #45 in Press Freedom ratings, despite its extremely permissive free speech laws?
Audio Conversion With ADS1243
Does destroying a Lich's phylactery destroy the soul within it?
TikZ: How to fill area with a special pattern?
Is a distribution that is normal, but highly skewed, considered Gaussian?
What is the difference between "hamstring tendon" and "common hamstring tendon"?
Lucky Feat: How can "more than one creature spend a luck point to influence the outcome of a roll"?
What would be the main consequences for a country leaving the WTO?
I dug holes for my pergola too wide
Do scriptures give a method to recognize a truly self-realized person/jivanmukta?
Would a grinding machine be a simple and workable propulsion system for an interplanetary spacecraft?
How many extra stops do monopods offer for tele photographs?
Defamation due to breach of confidentiality
Players Circumventing the limitations of Wish
Decide between Polyglossia and Babel for LuaLaTeX in 2019
Checking for real roots of an even-th degree polynomial $ (a-x)^2n+1+x^2n+1-b=0 $
The Next CEO of Stack OverflowFind roots of polynomial with degree $ge 5$Given roots (real and complex), find the polynomialRules for whether an $n$ degree polynomial is an $n$ degree powerNumber of real roots of polynomial derivativePolynomial with odd number of real rootsLow degree polynomials over finite fields with no rootsWhat is the maximum number of real roots a polynomial of any degree can have?Finding the real roots and complex roots to a polynomialGet all roots of a 6th degree polynom numericalFind the number of distinct real roots of a polynomial
$begingroup$
How should one check for real solutions of an even-th degree polynomial similar to this $ (a-x)^2n+1+x^2n+1-b=0 $ ? a, b and n are constant non-zero natural numbers
roots
$endgroup$
add a comment |
$begingroup$
How should one check for real solutions of an even-th degree polynomial similar to this $ (a-x)^2n+1+x^2n+1-b=0 $ ? a, b and n are constant non-zero natural numbers
roots
$endgroup$
add a comment |
$begingroup$
How should one check for real solutions of an even-th degree polynomial similar to this $ (a-x)^2n+1+x^2n+1-b=0 $ ? a, b and n are constant non-zero natural numbers
roots
$endgroup$
How should one check for real solutions of an even-th degree polynomial similar to this $ (a-x)^2n+1+x^2n+1-b=0 $ ? a, b and n are constant non-zero natural numbers
roots
roots
edited Mar 19 at 19:46
Matei Radu
asked Mar 19 at 19:40
Matei RaduMatei Radu
82
82
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
In general, the number of distinct real roots of a polynomial can be computed using Sturm's theorem.
In your case, if $P(x) = (a - x)^2n+1 + x^2n+1 - b$, it is not hard to show that $P$ is convex and symmetric around $x=a/2$. Thus we have one real root if $b = 2 (a/2)^2n+1$, none if $b < 2 (a/2)^2n+1$, two if $b > 2 (a/2)^2n+1$.
$endgroup$
add a comment |
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%2f3154507%2fchecking-for-real-roots-of-an-even-th-degree-polynomial-a-x2n1x2n1%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$
In general, the number of distinct real roots of a polynomial can be computed using Sturm's theorem.
In your case, if $P(x) = (a - x)^2n+1 + x^2n+1 - b$, it is not hard to show that $P$ is convex and symmetric around $x=a/2$. Thus we have one real root if $b = 2 (a/2)^2n+1$, none if $b < 2 (a/2)^2n+1$, two if $b > 2 (a/2)^2n+1$.
$endgroup$
add a comment |
$begingroup$
In general, the number of distinct real roots of a polynomial can be computed using Sturm's theorem.
In your case, if $P(x) = (a - x)^2n+1 + x^2n+1 - b$, it is not hard to show that $P$ is convex and symmetric around $x=a/2$. Thus we have one real root if $b = 2 (a/2)^2n+1$, none if $b < 2 (a/2)^2n+1$, two if $b > 2 (a/2)^2n+1$.
$endgroup$
add a comment |
$begingroup$
In general, the number of distinct real roots of a polynomial can be computed using Sturm's theorem.
In your case, if $P(x) = (a - x)^2n+1 + x^2n+1 - b$, it is not hard to show that $P$ is convex and symmetric around $x=a/2$. Thus we have one real root if $b = 2 (a/2)^2n+1$, none if $b < 2 (a/2)^2n+1$, two if $b > 2 (a/2)^2n+1$.
$endgroup$
In general, the number of distinct real roots of a polynomial can be computed using Sturm's theorem.
In your case, if $P(x) = (a - x)^2n+1 + x^2n+1 - b$, it is not hard to show that $P$ is convex and symmetric around $x=a/2$. Thus we have one real root if $b = 2 (a/2)^2n+1$, none if $b < 2 (a/2)^2n+1$, two if $b > 2 (a/2)^2n+1$.
answered Mar 19 at 20:10
Robert IsraelRobert Israel
330k23218473
330k23218473
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%2f3154507%2fchecking-for-real-roots-of-an-even-th-degree-polynomial-a-x2n1x2n1%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
