4
$\begingroup$

How do you complete the square for $2x-x^2$?

  • 4
    I vote against closing this question. If anyone would like to vote to close this question, instead cancel your vote against mine. Saying this question is too localized makes no sense. Completing the square is an important tool. The OP doesn't know how to do it and is asking for help. That's a perfectly legitimate question. Saying it is too localized is completely wrong, as other people also may not know how to complete the square and could learn from the answers below.2012-10-01

2 Answers 2

7

In case you want the general method,

Start with $ax^2+bx+c,\qquad a\ne0$

Factor out the $a$ (which may be negative, as in $2x-x^2$) from the first two terms: $a(x^2+(b/a)x)+c$

Add and subtract the square of half the coefficient of $x$: $a(x^2+(b/a)x+(b/(2a))^2-(b/(2a))^2)+c=a(x^2+(b/a)x+(b/(2a))^2)+c-(b^2/(4a))$

Factor: $a(x+(b/(2a)))^2+c-(b^2/(4a))$ Voila! The square, she is completed. When you've had as much experience as Ross and The Chaz, you'll be able to just look at a quadratic and write down the completion, but, until then, there's the utter and complete procedure.

3

The Chaz has it, but so we have an answer, $2x−x^2=−(x^2−2x+1)+1$