How do I find the formula for a parabola from two points and $y$-coordinate for the minimum?












0














I am trying to find the function for a parabola. The things that are known are the points $(x_1,y_1)$ $(x_3,y_3)$ and in between somewhere the parabola has its vertex, which is its minimum. The $x$-coordinate of this point is not known only the $y_2$ is known.
Now how am I supposed to find the function for the parabola?
(I know that it is $ax^2+bx+c$ but how do I calculate the $a$,$b$ and $c$ from only the 2 and a half points?)










share|cite|improve this question





























    0














    I am trying to find the function for a parabola. The things that are known are the points $(x_1,y_1)$ $(x_3,y_3)$ and in between somewhere the parabola has its vertex, which is its minimum. The $x$-coordinate of this point is not known only the $y_2$ is known.
    Now how am I supposed to find the function for the parabola?
    (I know that it is $ax^2+bx+c$ but how do I calculate the $a$,$b$ and $c$ from only the 2 and a half points?)










    share|cite|improve this question



























      0












      0








      0







      I am trying to find the function for a parabola. The things that are known are the points $(x_1,y_1)$ $(x_3,y_3)$ and in between somewhere the parabola has its vertex, which is its minimum. The $x$-coordinate of this point is not known only the $y_2$ is known.
      Now how am I supposed to find the function for the parabola?
      (I know that it is $ax^2+bx+c$ but how do I calculate the $a$,$b$ and $c$ from only the 2 and a half points?)










      share|cite|improve this question















      I am trying to find the function for a parabola. The things that are known are the points $(x_1,y_1)$ $(x_3,y_3)$ and in between somewhere the parabola has its vertex, which is its minimum. The $x$-coordinate of this point is not known only the $y_2$ is known.
      Now how am I supposed to find the function for the parabola?
      (I know that it is $ax^2+bx+c$ but how do I calculate the $a$,$b$ and $c$ from only the 2 and a half points?)







      functions






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Nov 27 '18 at 20:10









      Hans Hüttel

      3,1972921




      3,1972921










      asked Nov 27 '18 at 20:06









      wizzi

      1




      1






















          2 Answers
          2






          active

          oldest

          votes


















          2














          You have two equations:



          $$y_1 = a{x_1}^2 + bx_1 + c$$
          $$y_3 = a{x_3}^2 + bx_3 + c$$



          and also know that the $x$-coordinate of the vertex is $x_2 = -frac{b}{2a}$, so



          $$y_2 = a{x_2}^2 + bx_2 + c$$



          Substitute $-frac{b}{2a}$ for $x_2$ in the above. You now have three equations whose unknowns are $a$, $b$ and $c$.






          share|cite|improve this answer





















          • Thanks for the answers. But could you explain how you know that what x_2 equals?
            – wizzi
            Nov 30 '18 at 15:25










          • See e.g. mathwarehouse.com/geometry/parabola/vertex-of-a-parabola.php.
            – Hans Hüttel
            Nov 30 '18 at 17:34



















          0














          Another approach: Let $y=a(x-x_2)^2+y_2iff y-y_2=a(x-x_2)^2$. Plugging in the coordinates and dividing both equations gives
          $$frac{y_3-y_2}{y_1-y_2}=frac{(x_3-x_2)^2}{(x_1-x_2)^2}.$$
          Now convince yourself that the left hand side is positive, hence $x_2$ is easily calculated from
          $$sqrt{frac{y_3-y_2}{y_1-y_2}}=pmfrac{(x_3-x_2)}{(x_1-x_2)}.$$






          share|cite|improve this answer





















            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%2f3016241%2fhow-do-i-find-the-formula-for-a-parabola-from-two-points-and-y-coordinate-for%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            2














            You have two equations:



            $$y_1 = a{x_1}^2 + bx_1 + c$$
            $$y_3 = a{x_3}^2 + bx_3 + c$$



            and also know that the $x$-coordinate of the vertex is $x_2 = -frac{b}{2a}$, so



            $$y_2 = a{x_2}^2 + bx_2 + c$$



            Substitute $-frac{b}{2a}$ for $x_2$ in the above. You now have three equations whose unknowns are $a$, $b$ and $c$.






            share|cite|improve this answer





















            • Thanks for the answers. But could you explain how you know that what x_2 equals?
              – wizzi
              Nov 30 '18 at 15:25










            • See e.g. mathwarehouse.com/geometry/parabola/vertex-of-a-parabola.php.
              – Hans Hüttel
              Nov 30 '18 at 17:34
















            2














            You have two equations:



            $$y_1 = a{x_1}^2 + bx_1 + c$$
            $$y_3 = a{x_3}^2 + bx_3 + c$$



            and also know that the $x$-coordinate of the vertex is $x_2 = -frac{b}{2a}$, so



            $$y_2 = a{x_2}^2 + bx_2 + c$$



            Substitute $-frac{b}{2a}$ for $x_2$ in the above. You now have three equations whose unknowns are $a$, $b$ and $c$.






            share|cite|improve this answer





















            • Thanks for the answers. But could you explain how you know that what x_2 equals?
              – wizzi
              Nov 30 '18 at 15:25










            • See e.g. mathwarehouse.com/geometry/parabola/vertex-of-a-parabola.php.
              – Hans Hüttel
              Nov 30 '18 at 17:34














            2












            2








            2






            You have two equations:



            $$y_1 = a{x_1}^2 + bx_1 + c$$
            $$y_3 = a{x_3}^2 + bx_3 + c$$



            and also know that the $x$-coordinate of the vertex is $x_2 = -frac{b}{2a}$, so



            $$y_2 = a{x_2}^2 + bx_2 + c$$



            Substitute $-frac{b}{2a}$ for $x_2$ in the above. You now have three equations whose unknowns are $a$, $b$ and $c$.






            share|cite|improve this answer












            You have two equations:



            $$y_1 = a{x_1}^2 + bx_1 + c$$
            $$y_3 = a{x_3}^2 + bx_3 + c$$



            and also know that the $x$-coordinate of the vertex is $x_2 = -frac{b}{2a}$, so



            $$y_2 = a{x_2}^2 + bx_2 + c$$



            Substitute $-frac{b}{2a}$ for $x_2$ in the above. You now have three equations whose unknowns are $a$, $b$ and $c$.







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered Nov 27 '18 at 20:16









            Hans Hüttel

            3,1972921




            3,1972921












            • Thanks for the answers. But could you explain how you know that what x_2 equals?
              – wizzi
              Nov 30 '18 at 15:25










            • See e.g. mathwarehouse.com/geometry/parabola/vertex-of-a-parabola.php.
              – Hans Hüttel
              Nov 30 '18 at 17:34


















            • Thanks for the answers. But could you explain how you know that what x_2 equals?
              – wizzi
              Nov 30 '18 at 15:25










            • See e.g. mathwarehouse.com/geometry/parabola/vertex-of-a-parabola.php.
              – Hans Hüttel
              Nov 30 '18 at 17:34
















            Thanks for the answers. But could you explain how you know that what x_2 equals?
            – wizzi
            Nov 30 '18 at 15:25




            Thanks for the answers. But could you explain how you know that what x_2 equals?
            – wizzi
            Nov 30 '18 at 15:25












            See e.g. mathwarehouse.com/geometry/parabola/vertex-of-a-parabola.php.
            – Hans Hüttel
            Nov 30 '18 at 17:34




            See e.g. mathwarehouse.com/geometry/parabola/vertex-of-a-parabola.php.
            – Hans Hüttel
            Nov 30 '18 at 17:34











            0














            Another approach: Let $y=a(x-x_2)^2+y_2iff y-y_2=a(x-x_2)^2$. Plugging in the coordinates and dividing both equations gives
            $$frac{y_3-y_2}{y_1-y_2}=frac{(x_3-x_2)^2}{(x_1-x_2)^2}.$$
            Now convince yourself that the left hand side is positive, hence $x_2$ is easily calculated from
            $$sqrt{frac{y_3-y_2}{y_1-y_2}}=pmfrac{(x_3-x_2)}{(x_1-x_2)}.$$






            share|cite|improve this answer


























              0














              Another approach: Let $y=a(x-x_2)^2+y_2iff y-y_2=a(x-x_2)^2$. Plugging in the coordinates and dividing both equations gives
              $$frac{y_3-y_2}{y_1-y_2}=frac{(x_3-x_2)^2}{(x_1-x_2)^2}.$$
              Now convince yourself that the left hand side is positive, hence $x_2$ is easily calculated from
              $$sqrt{frac{y_3-y_2}{y_1-y_2}}=pmfrac{(x_3-x_2)}{(x_1-x_2)}.$$






              share|cite|improve this answer
























                0












                0








                0






                Another approach: Let $y=a(x-x_2)^2+y_2iff y-y_2=a(x-x_2)^2$. Plugging in the coordinates and dividing both equations gives
                $$frac{y_3-y_2}{y_1-y_2}=frac{(x_3-x_2)^2}{(x_1-x_2)^2}.$$
                Now convince yourself that the left hand side is positive, hence $x_2$ is easily calculated from
                $$sqrt{frac{y_3-y_2}{y_1-y_2}}=pmfrac{(x_3-x_2)}{(x_1-x_2)}.$$






                share|cite|improve this answer












                Another approach: Let $y=a(x-x_2)^2+y_2iff y-y_2=a(x-x_2)^2$. Plugging in the coordinates and dividing both equations gives
                $$frac{y_3-y_2}{y_1-y_2}=frac{(x_3-x_2)^2}{(x_1-x_2)^2}.$$
                Now convince yourself that the left hand side is positive, hence $x_2$ is easily calculated from
                $$sqrt{frac{y_3-y_2}{y_1-y_2}}=pmfrac{(x_3-x_2)}{(x_1-x_2)}.$$







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered Nov 27 '18 at 20:44









                Michael Hoppe

                10.8k31834




                10.8k31834






























                    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.





                    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.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3016241%2fhow-do-i-find-the-formula-for-a-parabola-from-two-points-and-y-coordinate-for%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

                    Mont Emei

                    Province de Neuquén

                    Journaliste