Completing the square

Maths and statistics discussion, revision, exam and homework help.

Announcements Posted on
TSR launches Learn Together! - Our new subscription to help improve your learning 16-05-2013
IMPORTANT: You must wait until midnight (morning exams)/4.30AM (afternoon exams) to discuss Edexcel exams and until 1pm/6pm the following day for STEP and IB exams. Please read before posting, including for rules for practical and oral exams. 28-04-2013
Sign in to Reply
  1. zed963's Avatar
    • Overlord in Training
    • Posts: 2,134
    Completing the square
    I have this question.


    5x^2 – 4x – 2 = 0

    I did this,

    I divided the whole equation by 5

    x^2-0.8x-0.4=0

    Then

     (x-0.4x)^2.....=0

    I know that I'm meant to do something like move the 0.16 to the other side but I'm not too sure.

    Help
  2. Intriguing Alias's Avatar
    • TSR Idol
    • Location: Yorkshire
    Re: Completing the square
    (Original post by zed963)
    I have this question.


    5x^2 – 4x – 2 = 0

    I did this,

    I divided the whole equation by 5

    x^2-0.8x-0.4=0

    Then

     (x-0.4x)^2.....=0

    I know that I'm meant to do something like move the 0.16 to the other side but I'm not too sure.

    Help
    When you change x^2 - 0.8x to a 'completed square' format - you're adding 0.16 so you must take it away, i.e. x^2 - 0.8x = (x-0.4)^2 - 0.16
    Last edited by Intriguing Alias; 01-07-2012 at 16:26.
  3. zed963's Avatar
    • Overlord in Training
    • Posts: 2,134
    Re: Completing the square
    (Original post by hassi94)
    When you change x^2 - 0.8x to a 'completed square' format - you're adding 0.16 so you must take it away, i.e. x^2 - 0.8x = (x-0.4x)^2 - 0.16
    I've been watching quite a few videos and guides, I'm getting to the point where I'm confused, I need to stick to one method that works best for me.

    The question came from this site.

    http://www.mathsisfun.com/algebra/co...ng-square.html

    But I'm not fully understanding why they do such things.
  4. raheem94's Avatar
    • TSR Demigod
    • Posts: 5,512
    Re: Completing the square
    (Original post by hassi94)
    When you change x^2 - 0.8x to a 'completed square' format - you're adding 0.16 so you must take it away, i.e. x^2 - 0.8x = (x-0.4x)^2 - 0.16
    it is  (x-0.4)^2 \ldots not  (x-0.4x)^2 \ldots
  5. zed963's Avatar
    • Overlord in Training
    • Posts: 2,134
    Re: Completing the square
    So basically  (x-0.4)^2-0.16 = 0.4 + 0.16

    If I'm correct

    I'm guessing that's wrong anyway.
    Last edited by zed963; 01-07-2012 at 16:17.
  6. zed963's Avatar
    • Overlord in Training
    • Posts: 2,134
    Re: Completing the square
    How do I carry on this question, I'm basically stuck.
  7. Intriguing Alias's Avatar
    • TSR Idol
    • Location: Yorkshire
    Re: Completing the square
    (Original post by zed963)
    I've been watching quite a few videos and guides, I'm getting to the point where I'm confused, I need to stick to one method that works best for me.

    The question came from this site.

    http://www.mathsisfun.com/algebra/co...ng-square.html

    But I'm not fully understanding why they do such things.
    Right well what you're doing when completing the square is adding a little bit which must be taken away again to keep the maths consistent.

    say if we want to complete the square on

    [x^2 + 2x] + 2

    I've put square brackets around the bit we'll actually be modifying the appearance of.

    So we do the regular thing here;

    = [(x+1)^2 + adj] + 2

    I have written 'adj' to indicate an adjustment that needs to be made, this is because (x+1)^2 \neq x^2 + 2x, in fact; (x+1)^2 = x^2 + 2x + 1 as we can clearly see by multiplying out.

    We are just trying to get x^2 + 2x and we don't want the '+1' so our adjustment is going to be to take away 1, i.e. adj = -1

    So now we have

    [(x+1)^2 - 1] + 2 which we then tidy up to get (x+1)^2 + 1

    since the constant term from the (x+1)^2 is 1, and similarly if it was (x+2)^2 it would be 4 etc. It is always the square of the constant term inside the bracket that is being squared.

    So, generally for a quadratic [x^2 + bx] + c, we'd write it as [(x+\frac{b}{2})^2 + adj] + c and then the adjustment would be -\left(\frac{b}{2}\right)^2 = -\frac{b^2}{4} to give us [x^2+ bx] + c = (x+\frac{b}{2})^2 -\frac{b^2}{4} + c
    Last edited by Intriguing Alias; 01-07-2012 at 16:28.
  8. Intriguing Alias's Avatar
    • TSR Idol
    • Location: Yorkshire
    Re: Completing the square
    (Original post by raheem94)
    it is  (x-0.4)^2 \ldots not  (x-0.4x)^2 \ldots
    Thanks - just a typo
  9. raheem94's Avatar
    • TSR Demigod
    • Posts: 5,512
    Re: Completing the square
    (Original post by zed963)
    How do I carry on this question, I'm basically stuck.
    Watch this video.
  10. qua's Avatar
    • Exalted Member
    • Posts: 333
    Re: Completing the square
    (Original post by zed963)
    I have this question.


    5x^2 – 4x – 2 = 0

    I did this,

    I divided the whole equation by 5

    x^2-0.8x-0.4=0
    Don't know about the method you are using. I'll try to explain the method I find easiest.
    If you think of your formula as x^2+px+q=0

    Carrying on from the last step I quoted, I use this formula:

    x1,2 = - p/2 ± √(p²/4 -q)

    Which gives me

    x1 = 1.15
    x2 = -0.35
    Last edited by qua; 01-07-2012 at 16:32.
  11. zed963's Avatar
    • Overlord in Training
    • Posts: 2,134
    Re: Completing the square
    (Original post by hassi94)
    Right well what you're doing when completing the square is adding a little bit which must be taken away again to keep the maths consistent.

    say if we want to complete the square on

    [x^2 + 2x] + 2

    I've put square brackets around the bit we'll actually be modifying the appearance of.

    So we do the regular thing here;

    = [(x+1)^2 + adj] + 2

    I have written 'adj' to indicate an adjustment that needs to be made, this is because (x+1)^2 \neq x^2 + 2x, in fact; (x+1)^2 = x^2 + 2x + 1 as we can clearly see by multiplying out.

    We are just trying to get x^2 + 2x and we don't want the '+1' so our adjustment is going to be to take away 1, i.e. adj = -1

    So now we have

    [(x+1)^2 - 1] + 2 which we then tidy up to get (x+1)^2 + 1

    since the constant term from the (x+1)^2 is 1, and similarly if it was (x+2)^2 it would be 4 etc. It is always the square of the constant term inside the bracket that is being squared.

    So, generally for a quadratic [x^2 + bx] + c, we'd write it as [(x+\frac{b}{2})^2 + adj] + c and then the adjustment would be -\left(\frac{b}{2}\right)^2 = -\frac{b^2}{4} to give us [x^2+ bx] + c = (x+\frac{b}{2})^2 -\frac{b^2}{4} + c
    I understand everything else apart from this.

    So, generally for a quadratic [x^2 + bx] + c, we'd write it as [(x+\frac{b}{2})^2 + adj] + c and then the adjustment would be -\left(\frac{b}{2}\right)^2 = -\frac{b^2}{4} to give us [x^2+ bx] + c = (x+\frac{b}{2})^2 -\frac{b^2}{4} + c

  12. zed963's Avatar
    • Overlord in Training
    • Posts: 2,134
    Re: Completing the square
    (Original post by qua)
    Don't know about the method you are using. I'll try to explain the method I find easiest.
    If you think of your formula as x^2+px+q=0

    Carrying on from the last step I quoted, I use this formula:

    x1,2 = - p/2 ± √(p²/4 -q)

    Which gives me

    x1 = 1.15
    x2 = -0.35

    When did you learn this?

    It seems like this method was from the 90s no offence.
  13. qua's Avatar
    • Exalted Member
    • Posts: 333
    Re: Completing the square
    (Original post by zed963)
    When did you learn this?

    It seems like this method was from the 90s no offence.
    And it still works wonders. :cool:

    And when did I learn it.. 2008? I'm not from the UK though. Just find it the easiest and quickest of ways.
  14. zed963's Avatar
    • Overlord in Training
    • Posts: 2,134
    Re: Completing the square
    (Original post by qua)
    And it still works wonders. :cool:

    And when did I learn it.. 2008? I'm not from the UK though. Just find it the easiest and quickest of ways.
    Oh right no wonder I wasn't familiar with it.
  15. Intriguing Alias's Avatar
    • TSR Idol
    • Location: Yorkshire
    Re: Completing the square
    (Original post by qua)
    And it still works wonders. :cool:

    And when did I learn it.. 2008? I'm not from the UK though. Just find it the easiest and quickest of ways.
    That is just a less general form of the quadratic equation and does not help the OP complete the square.

    (Original post by zed963)
    I understand everything else apart from this.

    So, generally for a quadratic [x^2 + bx] + c, we'd write it as [(x+\frac{b}{2})^2 + adj] + c and then the adjustment would be -\left(\frac{b}{2}\right)^2 = -\frac{b^2}{4} to give us [x^2+ bx] + c = (x+\frac{b}{2})^2 -\frac{b^2}{4} + c

    What don't you understand about it? I'm saying if we have any quadratic x^2 + bx + c we would complete the square as follows. b and c just represent constant numbers, in the example I showed you above, b = 2 and c = 2.
  16. zed963's Avatar
    • Overlord in Training
    • Posts: 2,134
    Re: Completing the square
    (Original post by hassi94)
    That is just a less general form of the quadratic equation and does not help the OP complete the square.



    What don't you understand about it? I'm saying if we have any quadratic x^2 + bx + c we would complete the square as follows. b and c just represent constant numbers, in the example I showed you above, b = 2 and c = 2.
    I'm just wondering where you have got the (x+b/2)^2 from
  17. Intriguing Alias's Avatar
    • TSR Idol
    • Location: Yorkshire
    Re: Completing the square
    (Original post by zed963)
    I'm just wondering where you have got the (x+b/2)^2 from
    like when we have x^2 + 4x, we do (x+2)^2, always putting half of the x coefficient in the bracket. So if we have x^2 + bx, we'd put it as (x+b/2)^2

    Make sense?
  18. zed963's Avatar
    • Overlord in Training
    • Posts: 2,134
    Re: Completing the square
    (Original post by hassi94)
    like when we have x^2 + 4x, we do (x+2)^2, always putting half of the x coefficient in the bracket. So if we have x^2 + bx, we'd put it as (x+b/2)^2

    Make sense?
    Oh right I understand I thought it was something much more complicated.

    Thanks
Sign in to Reply
Share this discussion:  
Article updates
Moderators

We have a brilliant team of more than 60 volunteers looking after discussions on The Student Room, helping to make it a fun, safe and useful place to hang out.

Reputation gems:
The Reputation gems seen here indicate how well reputed the user is, red gem indicate negative reputation and green indicates a good rep.
Post rating score:
These scores show if a post has been positively or negatively rated by our members.