Solve quadratic equation by completing square
We have a equation: $2x^2+7x+3$
I tried to find the vertex of the parabola by this formula: $a(x-h)^2+k$
but I could not get it.
I got this: but it is not right.
$2(x^2+ frac{7}{2}x+frac{49}{4})+3-frac{49}{2}$
What's the problem? Is it possible to solve it by completing square?
quadratics
add a comment |
We have a equation: $2x^2+7x+3$
I tried to find the vertex of the parabola by this formula: $a(x-h)^2+k$
but I could not get it.
I got this: but it is not right.
$2(x^2+ frac{7}{2}x+frac{49}{4})+3-frac{49}{2}$
What's the problem? Is it possible to solve it by completing square?
quadratics
Why do you want to find the vertex by strictly completing the square ?
– Rebellos
Nov 24 at 11:13
Because my book is given this formula.
– Ehsan Zehtabchi
Nov 24 at 11:16
The formula makes no sense. You don't need a negative sign there.
– Rebellos
Nov 24 at 11:18
add a comment |
We have a equation: $2x^2+7x+3$
I tried to find the vertex of the parabola by this formula: $a(x-h)^2+k$
but I could not get it.
I got this: but it is not right.
$2(x^2+ frac{7}{2}x+frac{49}{4})+3-frac{49}{2}$
What's the problem? Is it possible to solve it by completing square?
quadratics
We have a equation: $2x^2+7x+3$
I tried to find the vertex of the parabola by this formula: $a(x-h)^2+k$
but I could not get it.
I got this: but it is not right.
$2(x^2+ frac{7}{2}x+frac{49}{4})+3-frac{49}{2}$
What's the problem? Is it possible to solve it by completing square?
quadratics
quadratics
edited Nov 24 at 14:59
Dave L. Renfro
24.3k33979
24.3k33979
asked Nov 24 at 11:09
Ehsan Zehtabchi
263
263
Why do you want to find the vertex by strictly completing the square ?
– Rebellos
Nov 24 at 11:13
Because my book is given this formula.
– Ehsan Zehtabchi
Nov 24 at 11:16
The formula makes no sense. You don't need a negative sign there.
– Rebellos
Nov 24 at 11:18
add a comment |
Why do you want to find the vertex by strictly completing the square ?
– Rebellos
Nov 24 at 11:13
Because my book is given this formula.
– Ehsan Zehtabchi
Nov 24 at 11:16
The formula makes no sense. You don't need a negative sign there.
– Rebellos
Nov 24 at 11:18
Why do you want to find the vertex by strictly completing the square ?
– Rebellos
Nov 24 at 11:13
Why do you want to find the vertex by strictly completing the square ?
– Rebellos
Nov 24 at 11:13
Because my book is given this formula.
– Ehsan Zehtabchi
Nov 24 at 11:16
Because my book is given this formula.
– Ehsan Zehtabchi
Nov 24 at 11:16
The formula makes no sense. You don't need a negative sign there.
– Rebellos
Nov 24 at 11:18
The formula makes no sense. You don't need a negative sign there.
– Rebellos
Nov 24 at 11:18
add a comment |
3 Answers
3
active
oldest
votes
Completing the square, it is :
$$2x^2 + 7x + 3 = 2bigg(x^2+ frac{7}{2}x + frac{49}{16}bigg) - frac{25}{8} = 2bigg(x + frac{7}{4}bigg)^2 - frac{25}{8}$$
Thus, the vertex can be found at the point where the "completed square term" equals zero :
$$x+frac{7}{4} = 0 Leftrightarrow x = -frac{7}{4}$$
This is truly the vertex point, as it can be cross-validated by the fact that a vertex of a parabola can be found at :
$$x_v = -frac{b}{2a} Rightarrow x_v = -frac{7}{2cdot 2}$$
Now, the other coordinate of the vertex is the remaining constant term on the right, thus $-25/8$.
This means that the given vertex coordinates, are :
$$(h,k) = bigg(-frac{7}{4},-frac{25}{8}bigg)$$
add a comment |
It's possible.
begin{align*}
2x^2 + 7x + 3
& = 2left(x^2 + frac{7}{2} x right) + 3
= 2left(left(x + frac{7}{4}right)^2 - left(frac{7}{4}right)^2 right) + 3 \
& = 2 left(x + frac{7}{4}right)^2 - frac{49}{8} + 3
= 2 left(x + frac{7}{4}right)^2 - frac{25}{8}
end{align*}
So we have the vertex at $(h,k) = left(- frac{7}{4}, - frac{25}{8}right)$.
add a comment |
In completing the square, you want to follow a plan like below.
$$ax^2+bx+c = 0$$
$$x^2+frac{b}{a}x+frac{c}{a} = 0 implies x^2+frac{b}{a}x = -frac{c}{a}$$
You want to reach a quadratic trinomial on the LHS so you can solve it. This is done by adding $big(frac{b}{2a}big)^2$ to both sides.
$$x^2+frac{b}{a}x+bigg(frac{b}{2a}bigg)^2 = -frac{c}{a}+frac{b^2}{4a^2}$$
$$bigg(x+frac{b}{2a}bigg)^2 = frac{b^2-4ac}{4a^2}$$
After which you can take the square root of both sides and solve for $x$. Can you use this general plan to solve the equation you’ve given?
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%2f3011422%2fsolve-quadratic-equation-by-completing-square%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Completing the square, it is :
$$2x^2 + 7x + 3 = 2bigg(x^2+ frac{7}{2}x + frac{49}{16}bigg) - frac{25}{8} = 2bigg(x + frac{7}{4}bigg)^2 - frac{25}{8}$$
Thus, the vertex can be found at the point where the "completed square term" equals zero :
$$x+frac{7}{4} = 0 Leftrightarrow x = -frac{7}{4}$$
This is truly the vertex point, as it can be cross-validated by the fact that a vertex of a parabola can be found at :
$$x_v = -frac{b}{2a} Rightarrow x_v = -frac{7}{2cdot 2}$$
Now, the other coordinate of the vertex is the remaining constant term on the right, thus $-25/8$.
This means that the given vertex coordinates, are :
$$(h,k) = bigg(-frac{7}{4},-frac{25}{8}bigg)$$
add a comment |
Completing the square, it is :
$$2x^2 + 7x + 3 = 2bigg(x^2+ frac{7}{2}x + frac{49}{16}bigg) - frac{25}{8} = 2bigg(x + frac{7}{4}bigg)^2 - frac{25}{8}$$
Thus, the vertex can be found at the point where the "completed square term" equals zero :
$$x+frac{7}{4} = 0 Leftrightarrow x = -frac{7}{4}$$
This is truly the vertex point, as it can be cross-validated by the fact that a vertex of a parabola can be found at :
$$x_v = -frac{b}{2a} Rightarrow x_v = -frac{7}{2cdot 2}$$
Now, the other coordinate of the vertex is the remaining constant term on the right, thus $-25/8$.
This means that the given vertex coordinates, are :
$$(h,k) = bigg(-frac{7}{4},-frac{25}{8}bigg)$$
add a comment |
Completing the square, it is :
$$2x^2 + 7x + 3 = 2bigg(x^2+ frac{7}{2}x + frac{49}{16}bigg) - frac{25}{8} = 2bigg(x + frac{7}{4}bigg)^2 - frac{25}{8}$$
Thus, the vertex can be found at the point where the "completed square term" equals zero :
$$x+frac{7}{4} = 0 Leftrightarrow x = -frac{7}{4}$$
This is truly the vertex point, as it can be cross-validated by the fact that a vertex of a parabola can be found at :
$$x_v = -frac{b}{2a} Rightarrow x_v = -frac{7}{2cdot 2}$$
Now, the other coordinate of the vertex is the remaining constant term on the right, thus $-25/8$.
This means that the given vertex coordinates, are :
$$(h,k) = bigg(-frac{7}{4},-frac{25}{8}bigg)$$
Completing the square, it is :
$$2x^2 + 7x + 3 = 2bigg(x^2+ frac{7}{2}x + frac{49}{16}bigg) - frac{25}{8} = 2bigg(x + frac{7}{4}bigg)^2 - frac{25}{8}$$
Thus, the vertex can be found at the point where the "completed square term" equals zero :
$$x+frac{7}{4} = 0 Leftrightarrow x = -frac{7}{4}$$
This is truly the vertex point, as it can be cross-validated by the fact that a vertex of a parabola can be found at :
$$x_v = -frac{b}{2a} Rightarrow x_v = -frac{7}{2cdot 2}$$
Now, the other coordinate of the vertex is the remaining constant term on the right, thus $-25/8$.
This means that the given vertex coordinates, are :
$$(h,k) = bigg(-frac{7}{4},-frac{25}{8}bigg)$$
answered Nov 24 at 11:21
Rebellos
14.2k31244
14.2k31244
add a comment |
add a comment |
It's possible.
begin{align*}
2x^2 + 7x + 3
& = 2left(x^2 + frac{7}{2} x right) + 3
= 2left(left(x + frac{7}{4}right)^2 - left(frac{7}{4}right)^2 right) + 3 \
& = 2 left(x + frac{7}{4}right)^2 - frac{49}{8} + 3
= 2 left(x + frac{7}{4}right)^2 - frac{25}{8}
end{align*}
So we have the vertex at $(h,k) = left(- frac{7}{4}, - frac{25}{8}right)$.
add a comment |
It's possible.
begin{align*}
2x^2 + 7x + 3
& = 2left(x^2 + frac{7}{2} x right) + 3
= 2left(left(x + frac{7}{4}right)^2 - left(frac{7}{4}right)^2 right) + 3 \
& = 2 left(x + frac{7}{4}right)^2 - frac{49}{8} + 3
= 2 left(x + frac{7}{4}right)^2 - frac{25}{8}
end{align*}
So we have the vertex at $(h,k) = left(- frac{7}{4}, - frac{25}{8}right)$.
add a comment |
It's possible.
begin{align*}
2x^2 + 7x + 3
& = 2left(x^2 + frac{7}{2} x right) + 3
= 2left(left(x + frac{7}{4}right)^2 - left(frac{7}{4}right)^2 right) + 3 \
& = 2 left(x + frac{7}{4}right)^2 - frac{49}{8} + 3
= 2 left(x + frac{7}{4}right)^2 - frac{25}{8}
end{align*}
So we have the vertex at $(h,k) = left(- frac{7}{4}, - frac{25}{8}right)$.
It's possible.
begin{align*}
2x^2 + 7x + 3
& = 2left(x^2 + frac{7}{2} x right) + 3
= 2left(left(x + frac{7}{4}right)^2 - left(frac{7}{4}right)^2 right) + 3 \
& = 2 left(x + frac{7}{4}right)^2 - frac{49}{8} + 3
= 2 left(x + frac{7}{4}right)^2 - frac{25}{8}
end{align*}
So we have the vertex at $(h,k) = left(- frac{7}{4}, - frac{25}{8}right)$.
answered Nov 24 at 11:19
Viktor Glombik
544424
544424
add a comment |
add a comment |
In completing the square, you want to follow a plan like below.
$$ax^2+bx+c = 0$$
$$x^2+frac{b}{a}x+frac{c}{a} = 0 implies x^2+frac{b}{a}x = -frac{c}{a}$$
You want to reach a quadratic trinomial on the LHS so you can solve it. This is done by adding $big(frac{b}{2a}big)^2$ to both sides.
$$x^2+frac{b}{a}x+bigg(frac{b}{2a}bigg)^2 = -frac{c}{a}+frac{b^2}{4a^2}$$
$$bigg(x+frac{b}{2a}bigg)^2 = frac{b^2-4ac}{4a^2}$$
After which you can take the square root of both sides and solve for $x$. Can you use this general plan to solve the equation you’ve given?
add a comment |
In completing the square, you want to follow a plan like below.
$$ax^2+bx+c = 0$$
$$x^2+frac{b}{a}x+frac{c}{a} = 0 implies x^2+frac{b}{a}x = -frac{c}{a}$$
You want to reach a quadratic trinomial on the LHS so you can solve it. This is done by adding $big(frac{b}{2a}big)^2$ to both sides.
$$x^2+frac{b}{a}x+bigg(frac{b}{2a}bigg)^2 = -frac{c}{a}+frac{b^2}{4a^2}$$
$$bigg(x+frac{b}{2a}bigg)^2 = frac{b^2-4ac}{4a^2}$$
After which you can take the square root of both sides and solve for $x$. Can you use this general plan to solve the equation you’ve given?
add a comment |
In completing the square, you want to follow a plan like below.
$$ax^2+bx+c = 0$$
$$x^2+frac{b}{a}x+frac{c}{a} = 0 implies x^2+frac{b}{a}x = -frac{c}{a}$$
You want to reach a quadratic trinomial on the LHS so you can solve it. This is done by adding $big(frac{b}{2a}big)^2$ to both sides.
$$x^2+frac{b}{a}x+bigg(frac{b}{2a}bigg)^2 = -frac{c}{a}+frac{b^2}{4a^2}$$
$$bigg(x+frac{b}{2a}bigg)^2 = frac{b^2-4ac}{4a^2}$$
After which you can take the square root of both sides and solve for $x$. Can you use this general plan to solve the equation you’ve given?
In completing the square, you want to follow a plan like below.
$$ax^2+bx+c = 0$$
$$x^2+frac{b}{a}x+frac{c}{a} = 0 implies x^2+frac{b}{a}x = -frac{c}{a}$$
You want to reach a quadratic trinomial on the LHS so you can solve it. This is done by adding $big(frac{b}{2a}big)^2$ to both sides.
$$x^2+frac{b}{a}x+bigg(frac{b}{2a}bigg)^2 = -frac{c}{a}+frac{b^2}{4a^2}$$
$$bigg(x+frac{b}{2a}bigg)^2 = frac{b^2-4ac}{4a^2}$$
After which you can take the square root of both sides and solve for $x$. Can you use this general plan to solve the equation you’ve given?
answered Nov 24 at 11:22
KM101
3,958417
3,958417
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%2f3011422%2fsolve-quadratic-equation-by-completing-square%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
Why do you want to find the vertex by strictly completing the square ?
– Rebellos
Nov 24 at 11:13
Because my book is given this formula.
– Ehsan Zehtabchi
Nov 24 at 11:16
The formula makes no sense. You don't need a negative sign there.
– Rebellos
Nov 24 at 11:18