Mistake in solving an equation involving a square root
I want to solve $2x = sqrt{x+3}$, which I have tried as below:
$$begin{equation}
4x^2 - x -3 = 0 \
x^2 - frac14 x - frac34 = 0 \
x^2 - frac14x = frac34 \
left(x - frac12 right)^2 = 1 \
x = frac32 , -frac12
end{equation}$$
This, however, is incorrect.
What is wrong with my solution?
algebra-precalculus quadratics
add a comment |
I want to solve $2x = sqrt{x+3}$, which I have tried as below:
$$begin{equation}
4x^2 - x -3 = 0 \
x^2 - frac14 x - frac34 = 0 \
x^2 - frac14x = frac34 \
left(x - frac12 right)^2 = 1 \
x = frac32 , -frac12
end{equation}$$
This, however, is incorrect.
What is wrong with my solution?
algebra-precalculus quadratics
add a comment |
I want to solve $2x = sqrt{x+3}$, which I have tried as below:
$$begin{equation}
4x^2 - x -3 = 0 \
x^2 - frac14 x - frac34 = 0 \
x^2 - frac14x = frac34 \
left(x - frac12 right)^2 = 1 \
x = frac32 , -frac12
end{equation}$$
This, however, is incorrect.
What is wrong with my solution?
algebra-precalculus quadratics
I want to solve $2x = sqrt{x+3}$, which I have tried as below:
$$begin{equation}
4x^2 - x -3 = 0 \
x^2 - frac14 x - frac34 = 0 \
x^2 - frac14x = frac34 \
left(x - frac12 right)^2 = 1 \
x = frac32 , -frac12
end{equation}$$
This, however, is incorrect.
What is wrong with my solution?
algebra-precalculus quadratics
algebra-precalculus quadratics
edited 18 mins ago
Eevee Trainer
3,537326
3,537326
asked 36 mins ago
Hojjatollah Bakhtiyari Kiya
234
234
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
You made a mistake when completing the square.
$$x^2-frac{1}{4}x = frac{3}{4} color{red}{impliesbig(x-frac{1}{2}big)^2 = 1}$$
This is easy to spot since $(apm b)^2 = a^2pm2ab+b^2$, which means the coefficient of the linear term becomes $-2left(frac{1}{2}right) = -1 color{red}{neq -frac{1}{4}}$. This means something isn’t correct...
Note that the equation is rewritten such that $a = 1$, so you need to add $big(frac{b}{2}big)^2$ to both sides and factor. (In other words, divide the coefficient of the linear term $x$ by $2$ and square the result, which will then be added to both sides.)
$$b = -frac{1}{4} implies left(frac{b}{2}right)^2 implies frac{1}{64}$$
Which gets
$$x^2-frac{1}{4}x+color{blue}{frac{1}{64}} = frac{3}{4}+color{blue}{frac{1}{64}}$$
Factoring the perfect square trinomial yields
$$left(x-frac{1}{8}right)^2 = frac{49}{64}$$
And you can probably take it on from here.
add a comment |
From
$$x^2-frac{1}{4}x=frac{3}{4}$$ to $$left(x-frac{1}{2} right)^2=1$$ you have not completed the square correctly.
It should instead be
$$left(x-frac{1}{8} right)^2-frac{1}{64}=frac{3}{4}$$
add a comment |
Two mistakes:
1) mistake in completing the square. Remember, divide the coefficient of the $x$ term by two, not multiply. You should've got: $(x-frac 18)^2 = frac 34 + frac{1}{64}$.
2) when you square, you run the risk of introducing "redundant roots". This is because when you solve by squaring, you're really solving $2x = pmsqrt{x+3}$. So put your solutions back into the original to see which one(s) satisfy the original equation, and discard the rest. This applies whenever you raise both sides of an equation to any even power.
add a comment |
It lies with how you chose to complete the square. We begin at this line:
$$x^2 - frac14 x - frac34 = 0$$
Recall that $(x - b)^2 = x^2 - 2bx + b^2$. In this case, then, $2bx = frac14x$, which, solving for $b$, means $b = 1/8$.
Thus, we want a term of $(x - 1/8)^2$, which is equal to $x^2 - frac14x + frac{1}{64}$.
Then, we have
$$begin{align*}
x^2 - frac14 x - frac34 &= x^2 - frac14 x - frac34 + frac{1}{64} - frac{1}{64} \
&= left(x^2 - frac14 x + frac{1}{64}right) - frac34 - frac{1}{64} \
&= left(x - frac18 right)^2 - frac{49}{64} = 0
end{align*}$$
Thus, our solution can be found by solving
$$left(x - frac18 right)^2 - frac{49}{64} = 0$$
Don't forget to double-check the solutions by plugging them into the original equation in case an extraneous solution was introduced.
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%2f3052746%2fmistake-in-solving-an-equation-involving-a-square-root%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
You made a mistake when completing the square.
$$x^2-frac{1}{4}x = frac{3}{4} color{red}{impliesbig(x-frac{1}{2}big)^2 = 1}$$
This is easy to spot since $(apm b)^2 = a^2pm2ab+b^2$, which means the coefficient of the linear term becomes $-2left(frac{1}{2}right) = -1 color{red}{neq -frac{1}{4}}$. This means something isn’t correct...
Note that the equation is rewritten such that $a = 1$, so you need to add $big(frac{b}{2}big)^2$ to both sides and factor. (In other words, divide the coefficient of the linear term $x$ by $2$ and square the result, which will then be added to both sides.)
$$b = -frac{1}{4} implies left(frac{b}{2}right)^2 implies frac{1}{64}$$
Which gets
$$x^2-frac{1}{4}x+color{blue}{frac{1}{64}} = frac{3}{4}+color{blue}{frac{1}{64}}$$
Factoring the perfect square trinomial yields
$$left(x-frac{1}{8}right)^2 = frac{49}{64}$$
And you can probably take it on from here.
add a comment |
You made a mistake when completing the square.
$$x^2-frac{1}{4}x = frac{3}{4} color{red}{impliesbig(x-frac{1}{2}big)^2 = 1}$$
This is easy to spot since $(apm b)^2 = a^2pm2ab+b^2$, which means the coefficient of the linear term becomes $-2left(frac{1}{2}right) = -1 color{red}{neq -frac{1}{4}}$. This means something isn’t correct...
Note that the equation is rewritten such that $a = 1$, so you need to add $big(frac{b}{2}big)^2$ to both sides and factor. (In other words, divide the coefficient of the linear term $x$ by $2$ and square the result, which will then be added to both sides.)
$$b = -frac{1}{4} implies left(frac{b}{2}right)^2 implies frac{1}{64}$$
Which gets
$$x^2-frac{1}{4}x+color{blue}{frac{1}{64}} = frac{3}{4}+color{blue}{frac{1}{64}}$$
Factoring the perfect square trinomial yields
$$left(x-frac{1}{8}right)^2 = frac{49}{64}$$
And you can probably take it on from here.
add a comment |
You made a mistake when completing the square.
$$x^2-frac{1}{4}x = frac{3}{4} color{red}{impliesbig(x-frac{1}{2}big)^2 = 1}$$
This is easy to spot since $(apm b)^2 = a^2pm2ab+b^2$, which means the coefficient of the linear term becomes $-2left(frac{1}{2}right) = -1 color{red}{neq -frac{1}{4}}$. This means something isn’t correct...
Note that the equation is rewritten such that $a = 1$, so you need to add $big(frac{b}{2}big)^2$ to both sides and factor. (In other words, divide the coefficient of the linear term $x$ by $2$ and square the result, which will then be added to both sides.)
$$b = -frac{1}{4} implies left(frac{b}{2}right)^2 implies frac{1}{64}$$
Which gets
$$x^2-frac{1}{4}x+color{blue}{frac{1}{64}} = frac{3}{4}+color{blue}{frac{1}{64}}$$
Factoring the perfect square trinomial yields
$$left(x-frac{1}{8}right)^2 = frac{49}{64}$$
And you can probably take it on from here.
You made a mistake when completing the square.
$$x^2-frac{1}{4}x = frac{3}{4} color{red}{impliesbig(x-frac{1}{2}big)^2 = 1}$$
This is easy to spot since $(apm b)^2 = a^2pm2ab+b^2$, which means the coefficient of the linear term becomes $-2left(frac{1}{2}right) = -1 color{red}{neq -frac{1}{4}}$. This means something isn’t correct...
Note that the equation is rewritten such that $a = 1$, so you need to add $big(frac{b}{2}big)^2$ to both sides and factor. (In other words, divide the coefficient of the linear term $x$ by $2$ and square the result, which will then be added to both sides.)
$$b = -frac{1}{4} implies left(frac{b}{2}right)^2 implies frac{1}{64}$$
Which gets
$$x^2-frac{1}{4}x+color{blue}{frac{1}{64}} = frac{3}{4}+color{blue}{frac{1}{64}}$$
Factoring the perfect square trinomial yields
$$left(x-frac{1}{8}right)^2 = frac{49}{64}$$
And you can probably take it on from here.
edited 16 mins ago
answered 24 mins ago
KM101
4,278417
4,278417
add a comment |
add a comment |
From
$$x^2-frac{1}{4}x=frac{3}{4}$$ to $$left(x-frac{1}{2} right)^2=1$$ you have not completed the square correctly.
It should instead be
$$left(x-frac{1}{8} right)^2-frac{1}{64}=frac{3}{4}$$
add a comment |
From
$$x^2-frac{1}{4}x=frac{3}{4}$$ to $$left(x-frac{1}{2} right)^2=1$$ you have not completed the square correctly.
It should instead be
$$left(x-frac{1}{8} right)^2-frac{1}{64}=frac{3}{4}$$
add a comment |
From
$$x^2-frac{1}{4}x=frac{3}{4}$$ to $$left(x-frac{1}{2} right)^2=1$$ you have not completed the square correctly.
It should instead be
$$left(x-frac{1}{8} right)^2-frac{1}{64}=frac{3}{4}$$
From
$$x^2-frac{1}{4}x=frac{3}{4}$$ to $$left(x-frac{1}{2} right)^2=1$$ you have not completed the square correctly.
It should instead be
$$left(x-frac{1}{8} right)^2-frac{1}{64}=frac{3}{4}$$
edited 25 mins ago
Eevee Trainer
3,537326
3,537326
answered 32 mins ago
Hugh Entwistle
719216
719216
add a comment |
add a comment |
Two mistakes:
1) mistake in completing the square. Remember, divide the coefficient of the $x$ term by two, not multiply. You should've got: $(x-frac 18)^2 = frac 34 + frac{1}{64}$.
2) when you square, you run the risk of introducing "redundant roots". This is because when you solve by squaring, you're really solving $2x = pmsqrt{x+3}$. So put your solutions back into the original to see which one(s) satisfy the original equation, and discard the rest. This applies whenever you raise both sides of an equation to any even power.
add a comment |
Two mistakes:
1) mistake in completing the square. Remember, divide the coefficient of the $x$ term by two, not multiply. You should've got: $(x-frac 18)^2 = frac 34 + frac{1}{64}$.
2) when you square, you run the risk of introducing "redundant roots". This is because when you solve by squaring, you're really solving $2x = pmsqrt{x+3}$. So put your solutions back into the original to see which one(s) satisfy the original equation, and discard the rest. This applies whenever you raise both sides of an equation to any even power.
add a comment |
Two mistakes:
1) mistake in completing the square. Remember, divide the coefficient of the $x$ term by two, not multiply. You should've got: $(x-frac 18)^2 = frac 34 + frac{1}{64}$.
2) when you square, you run the risk of introducing "redundant roots". This is because when you solve by squaring, you're really solving $2x = pmsqrt{x+3}$. So put your solutions back into the original to see which one(s) satisfy the original equation, and discard the rest. This applies whenever you raise both sides of an equation to any even power.
Two mistakes:
1) mistake in completing the square. Remember, divide the coefficient of the $x$ term by two, not multiply. You should've got: $(x-frac 18)^2 = frac 34 + frac{1}{64}$.
2) when you square, you run the risk of introducing "redundant roots". This is because when you solve by squaring, you're really solving $2x = pmsqrt{x+3}$. So put your solutions back into the original to see which one(s) satisfy the original equation, and discard the rest. This applies whenever you raise both sides of an equation to any even power.
answered 24 mins ago
Deepak
16.6k11436
16.6k11436
add a comment |
add a comment |
It lies with how you chose to complete the square. We begin at this line:
$$x^2 - frac14 x - frac34 = 0$$
Recall that $(x - b)^2 = x^2 - 2bx + b^2$. In this case, then, $2bx = frac14x$, which, solving for $b$, means $b = 1/8$.
Thus, we want a term of $(x - 1/8)^2$, which is equal to $x^2 - frac14x + frac{1}{64}$.
Then, we have
$$begin{align*}
x^2 - frac14 x - frac34 &= x^2 - frac14 x - frac34 + frac{1}{64} - frac{1}{64} \
&= left(x^2 - frac14 x + frac{1}{64}right) - frac34 - frac{1}{64} \
&= left(x - frac18 right)^2 - frac{49}{64} = 0
end{align*}$$
Thus, our solution can be found by solving
$$left(x - frac18 right)^2 - frac{49}{64} = 0$$
Don't forget to double-check the solutions by plugging them into the original equation in case an extraneous solution was introduced.
add a comment |
It lies with how you chose to complete the square. We begin at this line:
$$x^2 - frac14 x - frac34 = 0$$
Recall that $(x - b)^2 = x^2 - 2bx + b^2$. In this case, then, $2bx = frac14x$, which, solving for $b$, means $b = 1/8$.
Thus, we want a term of $(x - 1/8)^2$, which is equal to $x^2 - frac14x + frac{1}{64}$.
Then, we have
$$begin{align*}
x^2 - frac14 x - frac34 &= x^2 - frac14 x - frac34 + frac{1}{64} - frac{1}{64} \
&= left(x^2 - frac14 x + frac{1}{64}right) - frac34 - frac{1}{64} \
&= left(x - frac18 right)^2 - frac{49}{64} = 0
end{align*}$$
Thus, our solution can be found by solving
$$left(x - frac18 right)^2 - frac{49}{64} = 0$$
Don't forget to double-check the solutions by plugging them into the original equation in case an extraneous solution was introduced.
add a comment |
It lies with how you chose to complete the square. We begin at this line:
$$x^2 - frac14 x - frac34 = 0$$
Recall that $(x - b)^2 = x^2 - 2bx + b^2$. In this case, then, $2bx = frac14x$, which, solving for $b$, means $b = 1/8$.
Thus, we want a term of $(x - 1/8)^2$, which is equal to $x^2 - frac14x + frac{1}{64}$.
Then, we have
$$begin{align*}
x^2 - frac14 x - frac34 &= x^2 - frac14 x - frac34 + frac{1}{64} - frac{1}{64} \
&= left(x^2 - frac14 x + frac{1}{64}right) - frac34 - frac{1}{64} \
&= left(x - frac18 right)^2 - frac{49}{64} = 0
end{align*}$$
Thus, our solution can be found by solving
$$left(x - frac18 right)^2 - frac{49}{64} = 0$$
Don't forget to double-check the solutions by plugging them into the original equation in case an extraneous solution was introduced.
It lies with how you chose to complete the square. We begin at this line:
$$x^2 - frac14 x - frac34 = 0$$
Recall that $(x - b)^2 = x^2 - 2bx + b^2$. In this case, then, $2bx = frac14x$, which, solving for $b$, means $b = 1/8$.
Thus, we want a term of $(x - 1/8)^2$, which is equal to $x^2 - frac14x + frac{1}{64}$.
Then, we have
$$begin{align*}
x^2 - frac14 x - frac34 &= x^2 - frac14 x - frac34 + frac{1}{64} - frac{1}{64} \
&= left(x^2 - frac14 x + frac{1}{64}right) - frac34 - frac{1}{64} \
&= left(x - frac18 right)^2 - frac{49}{64} = 0
end{align*}$$
Thus, our solution can be found by solving
$$left(x - frac18 right)^2 - frac{49}{64} = 0$$
Don't forget to double-check the solutions by plugging them into the original equation in case an extraneous solution was introduced.
edited 21 mins ago
answered 27 mins ago
Eevee Trainer
3,537326
3,537326
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%2f3052746%2fmistake-in-solving-an-equation-involving-a-square-root%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