1
$\begingroup$

From the last term in completing the square from the quadratic $ax^2+bx+c$, I was just wondering how $$-\left(\frac{b}{2a}\right)^2+c = \left(c-\frac{b^2}{4a}\right)$$ I would have gotten $$-\left(\frac{b}{2a}\right)^2+c=\left(c-\frac{b^2}{(2a)^2}\right)=\left(c-\frac{b^2}{4a^2}\right)$$ Books final answer was the following when completing the square $$ax^2+bx+c=a\left(x+\frac{b}{2a}\right)^2+\left(c-\frac{b^2}{4a}\right)$$

  • 0
    Where is the problem?2017-01-06
  • 0
    It's the last term in completing the square from the quadratic $ax^2+bx+c$2017-01-06
  • 0
    Um... I believe you're right. The denominator is supposed to be $4a^2$2017-01-06
  • 0
    The books final answer was $$a\left(x+\frac{b}{2a}\right)^2+\left(c-\frac{b^2}{4a}\right)$$ @Frank2017-01-06

1 Answers 1

2

You forgot to multiply the $\left(\frac{b}{2a}\right)^2$ by $a$.

  • 0
    OOOOH! Yessss! Thanks! @Robert2017-01-06