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










0












$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










share|cite|improve this question











$endgroup$
















    0












    $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










    share|cite|improve this question











    $endgroup$














      0












      0








      0





      $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










      share|cite|improve this question











      $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






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Mar 19 at 19:46







      Matei Radu

















      asked Mar 19 at 19:40









      Matei RaduMatei Radu

      82




      82




















          1 Answer
          1






          active

          oldest

          votes


















          0












          $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$.






          share|cite|improve this answer









          $endgroup$













            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
            );



            );













            draft saved

            draft discarded


















            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









            0












            $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$.






            share|cite|improve this answer









            $endgroup$

















              0












              $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$.






              share|cite|improve this answer









              $endgroup$















                0












                0








                0





                $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$.






                share|cite|improve this answer









                $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$.







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered Mar 19 at 20:10









                Robert IsraelRobert Israel

                330k23218473




                330k23218473



























                    draft saved

                    draft discarded
















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    Moe incest case Sentencing See also References Navigation menu"'Australian Josef Fritzl' fathered four children by daughter""Small town recoils in horror at 'Australian Fritzl' incest case""Victorian rape allegations echo Fritzl case - Just In (Australian Broadcasting Corporation)""Incest father jailed for 22 years""'Australian Fritzl' sentenced to 22 years in prison for abusing daughter for three decades""RSJ v The Queen"

                    Daza language Contents Vocabulary Phonology References External links Navigation menudaza1242Daza"Dazaga"eeee178086576

                    Who is our nearest planetary neighbor, on average?Santa Claus flies to the South PoleSeven Spheres of Unequal Mass, a weighing problem with a twistDescribe a large integerFast Mental Calculation of $7.5^7$Math in Space (without the help of celebrities)Find the value of $bigstar$: Puzzle 8 - InequalityWho drinks beer while running anyway?A Crucial DeliveryRanking And AverageHow long will my money last at roulette?