How do I find the formula for a parabola from two points and $y$-coordinate for the minimum?
up vote
0
down vote
favorite
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
add a comment |
up vote
0
down vote
favorite
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
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
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
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
functions
edited Nov 27 at 20:10
Hans Hüttel
3,1322920
3,1322920
asked Nov 27 at 20:06
wizzi
1
1
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
2
down vote
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$.
Thanks for the answers. But could you explain how you know that what x_2 equals?
– wizzi
Nov 30 at 15:25
See e.g. mathwarehouse.com/geometry/parabola/vertex-of-a-parabola.php.
– Hans Hüttel
Nov 30 at 17:34
add a comment |
up vote
0
down vote
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)}.$$
add a comment |
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
});
}
});
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%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
up vote
2
down vote
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$.
Thanks for the answers. But could you explain how you know that what x_2 equals?
– wizzi
Nov 30 at 15:25
See e.g. mathwarehouse.com/geometry/parabola/vertex-of-a-parabola.php.
– Hans Hüttel
Nov 30 at 17:34
add a comment |
up vote
2
down vote
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$.
Thanks for the answers. But could you explain how you know that what x_2 equals?
– wizzi
Nov 30 at 15:25
See e.g. mathwarehouse.com/geometry/parabola/vertex-of-a-parabola.php.
– Hans Hüttel
Nov 30 at 17:34
add a comment |
up vote
2
down vote
up vote
2
down vote
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$.
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$.
answered Nov 27 at 20:16
Hans Hüttel
3,1322920
3,1322920
Thanks for the answers. But could you explain how you know that what x_2 equals?
– wizzi
Nov 30 at 15:25
See e.g. mathwarehouse.com/geometry/parabola/vertex-of-a-parabola.php.
– Hans Hüttel
Nov 30 at 17:34
add a comment |
Thanks for the answers. But could you explain how you know that what x_2 equals?
– wizzi
Nov 30 at 15:25
See e.g. mathwarehouse.com/geometry/parabola/vertex-of-a-parabola.php.
– Hans Hüttel
Nov 30 at 17:34
Thanks for the answers. But could you explain how you know that what x_2 equals?
– wizzi
Nov 30 at 15:25
Thanks for the answers. But could you explain how you know that what x_2 equals?
– wizzi
Nov 30 at 15:25
See e.g. mathwarehouse.com/geometry/parabola/vertex-of-a-parabola.php.
– Hans Hüttel
Nov 30 at 17:34
See e.g. mathwarehouse.com/geometry/parabola/vertex-of-a-parabola.php.
– Hans Hüttel
Nov 30 at 17:34
add a comment |
up vote
0
down vote
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)}.$$
add a comment |
up vote
0
down vote
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)}.$$
add a comment |
up vote
0
down vote
up vote
0
down vote
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)}.$$
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)}.$$
answered Nov 27 at 20:44
Michael Hoppe
10.7k31834
10.7k31834
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.
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.
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%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
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