Mistake in solving an equation involving a square root












2














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?










share|cite|improve this question





























    2














    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?










    share|cite|improve this question



























      2












      2








      2







      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?










      share|cite|improve this question















      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






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited 18 mins ago









      Eevee Trainer

      3,537326




      3,537326










      asked 36 mins ago









      Hojjatollah Bakhtiyari Kiya

      234




      234






















          4 Answers
          4






          active

          oldest

          votes


















          1














          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.






          share|cite|improve this answer































            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}$$






            share|cite|improve this answer































              0














              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.






              share|cite|improve this answer





























                0














                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.






                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%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









                  1














                  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.






                  share|cite|improve this answer




























                    1














                    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.






                    share|cite|improve this answer


























                      1












                      1








                      1






                      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.






                      share|cite|improve this answer














                      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.







                      share|cite|improve this answer














                      share|cite|improve this answer



                      share|cite|improve this answer








                      edited 16 mins ago

























                      answered 24 mins ago









                      KM101

                      4,278417




                      4,278417























                          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}$$






                          share|cite|improve this answer




























                            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}$$






                            share|cite|improve this answer


























                              4












                              4








                              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}$$






                              share|cite|improve this answer














                              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}$$







                              share|cite|improve this answer














                              share|cite|improve this answer



                              share|cite|improve this answer








                              edited 25 mins ago









                              Eevee Trainer

                              3,537326




                              3,537326










                              answered 32 mins ago









                              Hugh Entwistle

                              719216




                              719216























                                  0














                                  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.






                                  share|cite|improve this answer


























                                    0














                                    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.






                                    share|cite|improve this answer
























                                      0












                                      0








                                      0






                                      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.






                                      share|cite|improve this answer












                                      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.







                                      share|cite|improve this answer












                                      share|cite|improve this answer



                                      share|cite|improve this answer










                                      answered 24 mins ago









                                      Deepak

                                      16.6k11436




                                      16.6k11436























                                          0














                                          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.






                                          share|cite|improve this answer




























                                            0














                                            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.






                                            share|cite|improve this answer


























                                              0












                                              0








                                              0






                                              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.






                                              share|cite|improve this answer














                                              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.







                                              share|cite|improve this answer














                                              share|cite|improve this answer



                                              share|cite|improve this answer








                                              edited 21 mins ago

























                                              answered 27 mins ago









                                              Eevee Trainer

                                              3,537326




                                              3,537326






























                                                  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%2f3052746%2fmistake-in-solving-an-equation-involving-a-square-root%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

                                                  404 Error Contact Form 7 ajax form submitting

                                                  How to know if a Active Directory user can login interactively

                                                  TypeError: fit_transform() missing 1 required positional argument: 'X'