Math Help Forum: Question on Completing the X

  1. #1
    Junior Member
    Joined
    Apr 2010
    Posts
    31

    Question on Completing the X

    Hello there, I have a question on how to complete the x on a quadratic equation which has the coefficient of a. It cannot be solved using factorization. The equation is:

    8x^2 + 4x - 1 = 0

    Thank You
    Follow Math Help Forum on Facebook and Google+

  2. Welcome to Math Help Forum - Click here to Register

    Welcome to the largest Math Help Forum, a free community dedicated to math help and math discussions.

    We welcome everyone and the community is free to join so register today and become part of our math family!

  3. #2
    MHF Contributor Prove It's Avatar
    Joined
    Aug 2008
    Posts
    7,959
    Thanks
    87
    I assume you mean to complete the square...

    8x^2 + 4x - 1 = 0

    8\left(x^2 + \frac{1}{2}x - \frac{1}{8}\right) = 0

    8\left[x^2 + \frac{1}{2}x + \left(\frac{1}{4}\right)^2 - \left(\frac{1}{4}\right)^2 - \frac{1}{8}\right] = 0

    8\left[\left(x + \frac{1}{4}\right)^2 - \frac{3}{16}\right] = 0

    8\left(x + \frac{1}{4}\right)^2 - \frac{3}{2} = 0.


    Go from here.
    Follow Math Help Forum on Facebook and Google+

  4. #3
    Junior Member
    Joined
    Apr 2010
    Posts
    31
    Quote Originally Posted by Prove It View Post
    I assume you mean to complete the square...

    8x^2 + 4x - 1 = 0

    8\left(x^2 + \frac{1}{2}x - \frac{1}{8}\right) = 0

    8\left[x^2 + \frac{1}{2}x + \left(\frac{1}{4}\right)^2 - \left(\frac{1}{4}\right)^2 - \frac{1}{8}\right] = 0

    8\left(x + \frac{1}{4}\right)^2 - \frac{3}{16}\right] = 0

    8\left(x + \frac{1}{4}\right)^2 - \frac{3}{2} = 0.

    Go from here.
    Thank you but I'm little bit confused on how do you exactly have

    - \frac{3}{2}

    From

    \frac{3}{16}

    I've also noticed that the second from the last line did not show up, so I edit your formatting a little bit. I'm not sure if what I'm doing is right. Can you verify?
    Follow Math Help Forum on Facebook and Google+

  5. #4
    MHF Contributor Prove It's Avatar
    Joined
    Aug 2008
    Posts
    7,959
    Thanks
    87
    I expanded the outermost (square) brackets.

    8\left(-\frac{3}{16}\right) = -\frac{3}{2}.
    Follow Math Help Forum on Facebook and Google+

  6. #5
    Junior Member
    Joined
    Apr 2010
    Posts
    31
    Quote Originally Posted by Prove It View Post
    I expanded the outermost (square) brackets.

    8\left(-\frac{3}{16}\right) = -\frac{3}{2}.
    Ah I see, can you give me a bit of insight how to find x? Or at least to eliminate the 8?
    Follow Math Help Forum on Facebook and Google+

  7. #6
    MHF Contributor Prove It's Avatar
    Joined
    Aug 2008
    Posts
    7,959
    Thanks
    87
    Use the standard method of "undoing" everything using inverse operations.
    Follow Math Help Forum on Facebook and Google+

  8. #7
    Junior Member
    Joined
    Apr 2010
    Posts
    31
    Is it possible to do this:

    8(x+1/4)^2 = 3/2

    8(x+1/4) = root(3/2)

    8x + 2 = root(3/2)

    8x = root(3/2) - 2

    x = (root(3/2) - 2) / 8

    But it gives up quite weird answer...

    I'm sorry also because of bad formattig I do not know how to operate Latex properly.
    Follow Math Help Forum on Facebook and Google+

  9. #8
    MHF Contributor Prove It's Avatar
    Joined
    Aug 2008
    Posts
    7,959
    Thanks
    87
    No, when you undo everything you go in the reverse of the order of operations.

    Since Exponentiation comes before Multiplication, when you go in reverse, the Multiplication is undone before the Exponentiation...
    Follow Math Help Forum on Facebook and Google+

  10. #9
    Junior Member
    Joined
    Apr 2010
    Posts
    31
    Quote Originally Posted by Prove It View Post
    No, when you undo everything you go in the reverse of the order of operations.

    Since Exponentiation comes before Multiplication, when you go in reverse, the Multiplication is undone before the Exponentiation...
    Allright, would this be possible:



    8(x+1/4)^2 = 3/2

    (x+1/4)^2 = 8(3/2)

    (x+1/4) = root(12)

    x = root(12)(1/4)
    Follow Math Help Forum on Facebook and Google+

  11. #10
    MHF Contributor Prove It's Avatar
    Joined
    Aug 2008
    Posts
    7,959
    Thanks
    87
    How do you undo multiplication?
    Follow Math Help Forum on Facebook and Google+

  12. #11
    Junior Member
    Joined
    Apr 2010
    Posts
    31
    Quote Originally Posted by Prove It View Post
    How do you undo multiplication?
    By dividing it I suppose, I'm really sorry if action looks like an imbecible. I just want to understand it. Just having problem with that number 8.
    Follow Math Help Forum on Facebook and Google+

  13. #12
    MHF Contributor Prove It's Avatar
    Joined
    Aug 2008
    Posts
    7,959
    Thanks
    87
    Yes, you need to divide both sides by 8.

    What is \frac{3}{2} \div 8?
    Follow Math Help Forum on Facebook and Google+

  14. #13
    Junior Member
    Joined
    Apr 2010
    Posts
    31
    Quote Originally Posted by Prove It View Post
    Yes, you need to divide both sides by 8.

    What is \frac{3}{2} \div 8?
    AH I see would it be like this then?

    (x+\frac{1}{4})^2 = \frac{3}{16}
    (x+\frac{1}{4}) = \sqrt{\frac{3}{16}}
    (x+\frac{1}{4}) = \frac{\sqrt{3}}{4}
    x = \frac{1}{4}(1-\sqrt{3})
    Follow Math Help Forum on Facebook and Google+

  15. #14
    MHF Contributor Prove It's Avatar
    Joined
    Aug 2008
    Posts
    7,959
    Thanks
    87
    Quote Originally Posted by Lites View Post
    AH I see would it be like this then?

    (x+\frac{1}{4})^2 = \frac{3}{16}
    (x+\frac{1}{4}) = \sqrt{\frac{3}{16}}
    (x+\frac{1}{4}) = \frac{\sqrt{3}}{4}
    x = \frac{1}{4}(1-\sqrt{3})
    Very close. There are two square roots to every nonnegative number, one positive and one negative.

    So that means it should read...

    \left(x + \frac{1}{4}\right)^2 = \frac{3}{16}

    x + \frac{1}{4} = \pm \sqrt{\frac{3}{16}}

    x + \frac{1}{4} = \pm \frac{\sqrt{3}}{4}

    x = -\frac{1}{4} \pm \frac{\sqrt{3}}{4}.


    So your two solutions are x = \frac{-1 - \sqrt{3}}{4} and x = \frac{-1 + \sqrt{3}}{4}.
    Follow Math Help Forum on Facebook and Google+

  16. #15
    Junior Member
    Joined
    Apr 2010
    Posts
    31
    Quote Originally Posted by Prove It View Post
    Very close. There are two square roots to every nonnegative number, one positive and one negative.

    So that means it should read...

    \left(x + \frac{1}{4}\right)^2 = \frac{3}{16}

    x + \frac{1}{4} = \pm \sqrt{\frac{3}{16}}

    x + \frac{1}{4} = \pm \frac{\sqrt{3}}{4}

    x = -\frac{1}{4} \pm \frac{\sqrt{3}}{4}.


    So your two solutions are x = \frac{-1 - \sqrt{3}}{4} and x = \frac{-1 + \sqrt{3}}{4}.
    Finally, I got it!

    Thank you for your kind help Prove it!
    Follow Math Help Forum on Facebook and Google+

Similar Math Help Forum Discussions

  1. Completing the square
    Posted in the Algebra Forum
    Replies: 5
    Last Post: December 21st, 2009, 11:00 PM
  2. completing the square
    Posted in the Calculus Forum
    Replies: 2
    Last Post: September 18th, 2009, 03:28 PM
  3. Help with a completing the square question.
    Posted in the Algebra Forum
    Replies: 4
    Last Post: September 9th, 2009, 05:55 PM
  4. Completing this table?
    Posted in the Pre-Calculus Forum
    Replies: 6
    Last Post: November 29th, 2008, 01:12 PM
  5. Completing the square
    Posted in the Algebra Forum
    Replies: 8
    Last Post: May 21st, 2008, 09:53 AM

/mathhelpforum @mathhelpforum