How to graphically depict the possible solutions of a quadratic equation
up vote
0
down vote
favorite
I have the following quadratic equation :
$$am^2 + bm + (c_1^2 +c_2^2) =0,$$
where the solution is given by
$$m = frac{-bpmsqrt{b^2-4a(c_1^2+c_2^2)}}{2a}.$$ Here, $Delta>0$.
Thus I have two real roots What I would like to do is to graphically depict possible solutions based on the values of $c_1$ and $c_2$. Here, $c_1$ and $c_2$ are two components of a vector and are real numbers.
Can anyone help me out with this? And is it possible to do that?
roots graphing-functions quadratics
|
show 4 more comments
up vote
0
down vote
favorite
I have the following quadratic equation :
$$am^2 + bm + (c_1^2 +c_2^2) =0,$$
where the solution is given by
$$m = frac{-bpmsqrt{b^2-4a(c_1^2+c_2^2)}}{2a}.$$ Here, $Delta>0$.
Thus I have two real roots What I would like to do is to graphically depict possible solutions based on the values of $c_1$ and $c_2$. Here, $c_1$ and $c_2$ are two components of a vector and are real numbers.
Can anyone help me out with this? And is it possible to do that?
roots graphing-functions quadratics
There is a formula for the two (positive) solutions $m_{1,2}$.
– Wuestenfux
Nov 28 at 9:26
@Wuestenfux I guess here, both the solutions might not be positive. Most likely one is positive and other one is negative.
– newstudent
Nov 28 at 9:41
Add the condition that the discriminant is positive. This should give you a condition on the coefficients.
– Wuestenfux
Nov 28 at 9:42
What do you mean by "depict possible solutions"?
– Todor Markov
Nov 28 at 9:43
@TodorMarkov I would like to plot the possible values of m as a function of $c_1$ and $c_2$ or $b$.
– newstudent
Nov 28 at 9:47
|
show 4 more comments
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have the following quadratic equation :
$$am^2 + bm + (c_1^2 +c_2^2) =0,$$
where the solution is given by
$$m = frac{-bpmsqrt{b^2-4a(c_1^2+c_2^2)}}{2a}.$$ Here, $Delta>0$.
Thus I have two real roots What I would like to do is to graphically depict possible solutions based on the values of $c_1$ and $c_2$. Here, $c_1$ and $c_2$ are two components of a vector and are real numbers.
Can anyone help me out with this? And is it possible to do that?
roots graphing-functions quadratics
I have the following quadratic equation :
$$am^2 + bm + (c_1^2 +c_2^2) =0,$$
where the solution is given by
$$m = frac{-bpmsqrt{b^2-4a(c_1^2+c_2^2)}}{2a}.$$ Here, $Delta>0$.
Thus I have two real roots What I would like to do is to graphically depict possible solutions based on the values of $c_1$ and $c_2$. Here, $c_1$ and $c_2$ are two components of a vector and are real numbers.
Can anyone help me out with this? And is it possible to do that?
roots graphing-functions quadratics
roots graphing-functions quadratics
edited Nov 28 at 10:17
asked Nov 28 at 9:17
newstudent
346
346
There is a formula for the two (positive) solutions $m_{1,2}$.
– Wuestenfux
Nov 28 at 9:26
@Wuestenfux I guess here, both the solutions might not be positive. Most likely one is positive and other one is negative.
– newstudent
Nov 28 at 9:41
Add the condition that the discriminant is positive. This should give you a condition on the coefficients.
– Wuestenfux
Nov 28 at 9:42
What do you mean by "depict possible solutions"?
– Todor Markov
Nov 28 at 9:43
@TodorMarkov I would like to plot the possible values of m as a function of $c_1$ and $c_2$ or $b$.
– newstudent
Nov 28 at 9:47
|
show 4 more comments
There is a formula for the two (positive) solutions $m_{1,2}$.
– Wuestenfux
Nov 28 at 9:26
@Wuestenfux I guess here, both the solutions might not be positive. Most likely one is positive and other one is negative.
– newstudent
Nov 28 at 9:41
Add the condition that the discriminant is positive. This should give you a condition on the coefficients.
– Wuestenfux
Nov 28 at 9:42
What do you mean by "depict possible solutions"?
– Todor Markov
Nov 28 at 9:43
@TodorMarkov I would like to plot the possible values of m as a function of $c_1$ and $c_2$ or $b$.
– newstudent
Nov 28 at 9:47
There is a formula for the two (positive) solutions $m_{1,2}$.
– Wuestenfux
Nov 28 at 9:26
There is a formula for the two (positive) solutions $m_{1,2}$.
– Wuestenfux
Nov 28 at 9:26
@Wuestenfux I guess here, both the solutions might not be positive. Most likely one is positive and other one is negative.
– newstudent
Nov 28 at 9:41
@Wuestenfux I guess here, both the solutions might not be positive. Most likely one is positive and other one is negative.
– newstudent
Nov 28 at 9:41
Add the condition that the discriminant is positive. This should give you a condition on the coefficients.
– Wuestenfux
Nov 28 at 9:42
Add the condition that the discriminant is positive. This should give you a condition on the coefficients.
– Wuestenfux
Nov 28 at 9:42
What do you mean by "depict possible solutions"?
– Todor Markov
Nov 28 at 9:43
What do you mean by "depict possible solutions"?
– Todor Markov
Nov 28 at 9:43
@TodorMarkov I would like to plot the possible values of m as a function of $c_1$ and $c_2$ or $b$.
– newstudent
Nov 28 at 9:47
@TodorMarkov I would like to plot the possible values of m as a function of $c_1$ and $c_2$ or $b$.
– newstudent
Nov 28 at 9:47
|
show 4 more comments
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
Let $f(x) = ax^2 + bx + (c_1^2 +c_2^2)$.
If $Delta gt 0$, then
(1) $f(x) = 0$ has two real roots ($alpha$ and $beta$, say) and this implies the graph of $y = f(x)$ will cut the x-axis at two distinct points [$(alpha, 0)$ and $(beta, 0)$].
(2) $b^2 gt 4a(c_1^2 + c_2^2)$. From $dfrac {b^2 }{4a }gt c_1^2 + c_2^2$, we can say $a gt 0$. This further means the graph of $y = f(x)$ concaves upward. Since $alpha times beta = dfrac {c_1^2 + c_2^2}{a}$, which is positive, the two points will lie on the same side of the y-axis (either left or right but not both).
Since $f(0) = (c_1^2 +c_2^2) gt 0$, $y = f(x)$ passes through $(0, k)$ where $k = c_1^2 +c_2^2$, which is positive.
Because we know nothing about the sign of b, there are two possible solutions for the plot as shown.
Even from the fact that the minimum occurs at $(dfrac {-b}{2a}, f[dfrac {-b}{2a}])$ with $f[dfrac {-b}{2a}] < 0$, we can at the most deduce $dfrac {(c_1^2 + c_2^2)}{a} < (dfrac {-b}{2a})^2$. But we still cannot make any further deduction.
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',
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%2f3016943%2fhow-to-graphically-depict-the-possible-solutions-of-a-quadratic-equation%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
up vote
1
down vote
accepted
Let $f(x) = ax^2 + bx + (c_1^2 +c_2^2)$.
If $Delta gt 0$, then
(1) $f(x) = 0$ has two real roots ($alpha$ and $beta$, say) and this implies the graph of $y = f(x)$ will cut the x-axis at two distinct points [$(alpha, 0)$ and $(beta, 0)$].
(2) $b^2 gt 4a(c_1^2 + c_2^2)$. From $dfrac {b^2 }{4a }gt c_1^2 + c_2^2$, we can say $a gt 0$. This further means the graph of $y = f(x)$ concaves upward. Since $alpha times beta = dfrac {c_1^2 + c_2^2}{a}$, which is positive, the two points will lie on the same side of the y-axis (either left or right but not both).
Since $f(0) = (c_1^2 +c_2^2) gt 0$, $y = f(x)$ passes through $(0, k)$ where $k = c_1^2 +c_2^2$, which is positive.
Because we know nothing about the sign of b, there are two possible solutions for the plot as shown.
Even from the fact that the minimum occurs at $(dfrac {-b}{2a}, f[dfrac {-b}{2a}])$ with $f[dfrac {-b}{2a}] < 0$, we can at the most deduce $dfrac {(c_1^2 + c_2^2)}{a} < (dfrac {-b}{2a})^2$. But we still cannot make any further deduction.
add a comment |
up vote
1
down vote
accepted
Let $f(x) = ax^2 + bx + (c_1^2 +c_2^2)$.
If $Delta gt 0$, then
(1) $f(x) = 0$ has two real roots ($alpha$ and $beta$, say) and this implies the graph of $y = f(x)$ will cut the x-axis at two distinct points [$(alpha, 0)$ and $(beta, 0)$].
(2) $b^2 gt 4a(c_1^2 + c_2^2)$. From $dfrac {b^2 }{4a }gt c_1^2 + c_2^2$, we can say $a gt 0$. This further means the graph of $y = f(x)$ concaves upward. Since $alpha times beta = dfrac {c_1^2 + c_2^2}{a}$, which is positive, the two points will lie on the same side of the y-axis (either left or right but not both).
Since $f(0) = (c_1^2 +c_2^2) gt 0$, $y = f(x)$ passes through $(0, k)$ where $k = c_1^2 +c_2^2$, which is positive.
Because we know nothing about the sign of b, there are two possible solutions for the plot as shown.
Even from the fact that the minimum occurs at $(dfrac {-b}{2a}, f[dfrac {-b}{2a}])$ with $f[dfrac {-b}{2a}] < 0$, we can at the most deduce $dfrac {(c_1^2 + c_2^2)}{a} < (dfrac {-b}{2a})^2$. But we still cannot make any further deduction.
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
Let $f(x) = ax^2 + bx + (c_1^2 +c_2^2)$.
If $Delta gt 0$, then
(1) $f(x) = 0$ has two real roots ($alpha$ and $beta$, say) and this implies the graph of $y = f(x)$ will cut the x-axis at two distinct points [$(alpha, 0)$ and $(beta, 0)$].
(2) $b^2 gt 4a(c_1^2 + c_2^2)$. From $dfrac {b^2 }{4a }gt c_1^2 + c_2^2$, we can say $a gt 0$. This further means the graph of $y = f(x)$ concaves upward. Since $alpha times beta = dfrac {c_1^2 + c_2^2}{a}$, which is positive, the two points will lie on the same side of the y-axis (either left or right but not both).
Since $f(0) = (c_1^2 +c_2^2) gt 0$, $y = f(x)$ passes through $(0, k)$ where $k = c_1^2 +c_2^2$, which is positive.
Because we know nothing about the sign of b, there are two possible solutions for the plot as shown.
Even from the fact that the minimum occurs at $(dfrac {-b}{2a}, f[dfrac {-b}{2a}])$ with $f[dfrac {-b}{2a}] < 0$, we can at the most deduce $dfrac {(c_1^2 + c_2^2)}{a} < (dfrac {-b}{2a})^2$. But we still cannot make any further deduction.
Let $f(x) = ax^2 + bx + (c_1^2 +c_2^2)$.
If $Delta gt 0$, then
(1) $f(x) = 0$ has two real roots ($alpha$ and $beta$, say) and this implies the graph of $y = f(x)$ will cut the x-axis at two distinct points [$(alpha, 0)$ and $(beta, 0)$].
(2) $b^2 gt 4a(c_1^2 + c_2^2)$. From $dfrac {b^2 }{4a }gt c_1^2 + c_2^2$, we can say $a gt 0$. This further means the graph of $y = f(x)$ concaves upward. Since $alpha times beta = dfrac {c_1^2 + c_2^2}{a}$, which is positive, the two points will lie on the same side of the y-axis (either left or right but not both).
Since $f(0) = (c_1^2 +c_2^2) gt 0$, $y = f(x)$ passes through $(0, k)$ where $k = c_1^2 +c_2^2$, which is positive.
Because we know nothing about the sign of b, there are two possible solutions for the plot as shown.
Even from the fact that the minimum occurs at $(dfrac {-b}{2a}, f[dfrac {-b}{2a}])$ with $f[dfrac {-b}{2a}] < 0$, we can at the most deduce $dfrac {(c_1^2 + c_2^2)}{a} < (dfrac {-b}{2a})^2$. But we still cannot make any further deduction.
edited Nov 29 at 2:34
answered Nov 28 at 15:31
Mick
11.7k21641
11.7k21641
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%2f3016943%2fhow-to-graphically-depict-the-possible-solutions-of-a-quadratic-equation%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
There is a formula for the two (positive) solutions $m_{1,2}$.
– Wuestenfux
Nov 28 at 9:26
@Wuestenfux I guess here, both the solutions might not be positive. Most likely one is positive and other one is negative.
– newstudent
Nov 28 at 9:41
Add the condition that the discriminant is positive. This should give you a condition on the coefficients.
– Wuestenfux
Nov 28 at 9:42
What do you mean by "depict possible solutions"?
– Todor Markov
Nov 28 at 9:43
@TodorMarkov I would like to plot the possible values of m as a function of $c_1$ and $c_2$ or $b$.
– newstudent
Nov 28 at 9:47