Method to determine type of stationary point without calculating second derivative? The 2019 Stack Overflow Developer Survey Results Are InDerivative for logWhat exactly is a stationary point?Strictly monotone real function: stationary point, non-differentiable pointDeriving stationary points using the second order derivative.Why does the second derivative method allow us to classify stationary points?This second derivative is showing a point of inflection rather than a minimum pointHow can i find a stationary point despite a contradiction in its first derivative?Why doesn't conical surface have a stationary (critical) point (at 0,0)?Finding the stationary point of a type of hyperbola?Can a second derivative exist if the first derivative is undefined?

How much of the clove should I use when using big garlic heads?

How to notate time signature switching consistently every measure

What is this business jet?

APIPA and LAN Broadcast Domain

Does adding complexity mean a more secure cipher?

Is it correct to say the Neural Networks are an alternative way of performing Maximum Likelihood Estimation? if not, why?

What is this sharp, curved notch on my knife for?

Ubuntu Server install with full GUI

Inverse Relationship Between Precision and Recall

What do I do when my TA workload is more than expected?

Can a flute soloist sit?

What do hard-Brexiteers want with respect to the Irish border?

Why not take a picture of a closer black hole?

How to obtain a position of last non-zero element

What information about me do stores get via my credit card?

"as much details as you can remember"

Does HR tell a hiring manager about salary negotiations?

Correct punctuation for showing a character's confusion

Mathematics of imaging the black hole

Why didn't the Event Horizon Telescope team mention Sagittarius A*?

Can there be female White Walkers?

The phrase "to the numbers born"?

What is the meaning of Triage in Cybersec world?

What's the name of these plastic connectors



Method to determine type of stationary point without calculating second derivative?



The 2019 Stack Overflow Developer Survey Results Are InDerivative for logWhat exactly is a stationary point?Strictly monotone real function: stationary point, non-differentiable pointDeriving stationary points using the second order derivative.Why does the second derivative method allow us to classify stationary points?This second derivative is showing a point of inflection rather than a minimum pointHow can i find a stationary point despite a contradiction in its first derivative?Why doesn't conical surface have a stationary (critical) point (at 0,0)?Finding the stationary point of a type of hyperbola?Can a second derivative exist if the first derivative is undefined?










1












$begingroup$


I have the function $$y= fracc+dx^22(bx-a)$$ where a,b,c,d are real constants and $c,d > 0$ . I have calculated it’s stationary points to be $$x=fraca pm sqrta^2+b^2 fraccdb$$ . I want to determine which one is the maximum/minimum without calculating the second derivative or plotting a graph when fixing the constants a,b,c,d. Is there any way I can do this?










share|cite|improve this question











$endgroup$
















    1












    $begingroup$


    I have the function $$y= fracc+dx^22(bx-a)$$ where a,b,c,d are real constants and $c,d > 0$ . I have calculated it’s stationary points to be $$x=fraca pm sqrta^2+b^2 fraccdb$$ . I want to determine which one is the maximum/minimum without calculating the second derivative or plotting a graph when fixing the constants a,b,c,d. Is there any way I can do this?










    share|cite|improve this question











    $endgroup$














      1












      1








      1





      $begingroup$


      I have the function $$y= fracc+dx^22(bx-a)$$ where a,b,c,d are real constants and $c,d > 0$ . I have calculated it’s stationary points to be $$x=fraca pm sqrta^2+b^2 fraccdb$$ . I want to determine which one is the maximum/minimum without calculating the second derivative or plotting a graph when fixing the constants a,b,c,d. Is there any way I can do this?










      share|cite|improve this question











      $endgroup$




      I have the function $$y= fracc+dx^22(bx-a)$$ where a,b,c,d are real constants and $c,d > 0$ . I have calculated it’s stationary points to be $$x=fraca pm sqrta^2+b^2 fraccdb$$ . I want to determine which one is the maximum/minimum without calculating the second derivative or plotting a graph when fixing the constants a,b,c,d. Is there any way I can do this?







      calculus derivatives stationary-point






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Apr 7 at 21:33









      Maria Mazur

      49.9k1361125




      49.9k1361125










      asked Apr 7 at 21:10









      mailrenegademailrenegade

      244




      244




















          1 Answer
          1






          active

          oldest

          votes


















          1












          $begingroup$

          Yes, you can. If $b>0$ then for $xto infty $ the $y$ increases, thus at $x=a+...over b$ you have local minimum and at the second stationary point you have local maximum.



          If $b<0$ you have to reverse all I said before. And if $b=0$ you have a quadratic equation function...






          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%2f3178788%2fmethod-to-determine-type-of-stationary-point-without-calculating-second-derivati%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









            1












            $begingroup$

            Yes, you can. If $b>0$ then for $xto infty $ the $y$ increases, thus at $x=a+...over b$ you have local minimum and at the second stationary point you have local maximum.



            If $b<0$ you have to reverse all I said before. And if $b=0$ you have a quadratic equation function...






            share|cite|improve this answer











            $endgroup$

















              1












              $begingroup$

              Yes, you can. If $b>0$ then for $xto infty $ the $y$ increases, thus at $x=a+...over b$ you have local minimum and at the second stationary point you have local maximum.



              If $b<0$ you have to reverse all I said before. And if $b=0$ you have a quadratic equation function...






              share|cite|improve this answer











              $endgroup$















                1












                1








                1





                $begingroup$

                Yes, you can. If $b>0$ then for $xto infty $ the $y$ increases, thus at $x=a+...over b$ you have local minimum and at the second stationary point you have local maximum.



                If $b<0$ you have to reverse all I said before. And if $b=0$ you have a quadratic equation function...






                share|cite|improve this answer











                $endgroup$



                Yes, you can. If $b>0$ then for $xto infty $ the $y$ increases, thus at $x=a+...over b$ you have local minimum and at the second stationary point you have local maximum.



                If $b<0$ you have to reverse all I said before. And if $b=0$ you have a quadratic equation function...







                share|cite|improve this answer














                share|cite|improve this answer



                share|cite|improve this answer








                edited Apr 7 at 21:43

























                answered Apr 7 at 21:36









                Maria MazurMaria Mazur

                49.9k1361125




                49.9k1361125



























                    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%2f3178788%2fmethod-to-determine-type-of-stationary-point-without-calculating-second-derivati%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

                    What does it mean to find percent difference when two values are equivalent? The 2019 Stack Overflow Developer Survey Results Are InWhat does “percent of change” mean?Find what percent X is between two numbers?Unable to determine 'original amount' in simple percentage problemsWhat is the correct percent difference formula?How does proportionality hold when quantities are high? And the percentage increase formulaprofit and loss GRE questionProfitability calculationWhat is the difference between $xtimes 0.8$ and $x div 1.2 ? $Finding the percent probability of completing BUDs trainingCalculating Percent Difference with zero and near zero values

                    Why did some early computer designers eschew integers?What register size did early computers use?What other computers used this floating-point format?Why did so many early microcomputers use the MOS 6502 and variants?Why were early computers named “Mark”?Why did expert systems fall?Why were early personal computer monitors not green?When did “Zen” in computer programming become a thing?History of advanced hardwareWere there any working computers using residue number systems?Why did some CPUs use two Read/Write lines, and others just one?

                    How to avoid repetitive long generic constraints in Rust The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) The Ask Question Wizard is Live! Data science time! April 2019 and salary with experienceIs it possible to automatically implement a trait for any tuple that is made up of types that all implement the trait?Is there a constraint that restricts my generic method to numeric types?How can foreign key constraints be temporarily disabled using T-SQL?How do I use reflection to call a generic method?How to create a generic array in Java?How to get a class instance of generics type THow is `last` allowed to be called for an Args value?How to implement a trait for a parameterized traitAvoiding PhantomData in a struct to enforce type constraintsIs it possible to return part of a struct by reference?Associated References types as Value Types