Q&A for How to Complete the Square

Return to Full Article

Search
Add New Question
  • Question
    Why do you halve the b value and then square it? It makes no sense to me.
    Community Answer
    It does seem strange and arbitrary, but there is a reason for it. The power move is taking the square root of both sides, but you can't simplify the square root of most polynomials. The step you ask about is a setup move to make the power move work. If I have, for example, x^2 + 4x = 5, and take the square root of both sides, nothing happens, it just makes a mess. But if I add 4 to both sides first and take the square root of both sides of x^2 + 4x + 4 = 9, it simplifies to |x+2| = 3 and the quadratic equation is reduced to a linear equation.
  • Question
    What's the completing the square formula if x > 1?
    Donagan
    Top Answerer
    The value of x doesn't matter. The process remains as shown above.
  • Question
    In Part 1 of 2, how did you get 11/9 in Step 8?
    Donagan
    Top Answerer
    Both sides of that equation are being divided by 3 (to get rid of the coefficient of the first term). Dividing the second term (11/3) by 3 gives us 11/9.
  • Question
    What if there is no coefficient?
    Donagan
    Top Answerer
    When no coefficient is shown, you can consider the coefficient to be 1.
  • Question
    What should be added to 11111 to make it a perfect square, and how?
    Donagan
    Top Answerer
    Use a calculator to find the square root of 11,111. It's about 105.4. Take the next higher whole number (106), square it (11,236), then subtract 11,111 to find your answer.
  • Question
    I'm trying to "rewrite the function by completing the square", but I don't know how to do it when the coefficient isn't one, like with 4x^2 - 28x + 49. Any help?
    Donagan
    Top Answerer
    Notice that 4 and 49 are both perfect squares. So the factors you'll use for 4 will be either 2 and 2 or -2 and -2. The factors for 49 will be either 7 and 7 or -7 and -7. You'll have to multiply the 2's and the 7's together and add them to arrive at -28. Notice that 2 x -7 equals -14, and two of those would add to make -28. So the factors would be (2x - 7) and (2x - 7) or (2x - 7)². Note that you could change the signs in your factors and still get the same result: (7 - 2x)(7 - 2x) also equals 4x² - 28x + 49. So you could write the final answer as +/-(2x-7)².
  • Question
    How do we find the least value of 2x^2-x+6 and the value of x at which this occurs?
    Community Answer
    Solve it graphically. Plot the graph of that function, and note the coordinates of the vertex (which is a minimum). The y coordinate of the vertex is the lowest value of the function, and the x coordinate of the vertex is the x value at which this lowest y-value occurs.
  • Question
    In Part 1 Step 8, why is the expression magically set equal to 0?
    I_l1ke_gam3s
    Community Answer
    It's because we want to make a blank space to complete the square.
  • Question
    How do you solve this by completing the square: r² - 8r = -8?
    Community Answer
    First take 8 (the coefficient of r), divide it by 2, which is 4. Then square 4, which is 16. Now add 16 to both sides of the equation: r² - 8r + 16 = -8 + 16 = 8. Then (r - 4)² = 8. Now take the square root of both sides: (r - 4) = ±√8. Then r = 4 ±√8. (Leave the answer in that form, or if you prefer, evaluate √8 and then add it to and subtract it from 4.)
Ask a Question

      Return to Full Article