How do I complete the square when the $x^2$ has a coefficient greater than $1$?

1.7k Views Asked by At

For homework we are doing completing the square and a few of them have coefficients greater than one. For example one of the quadratic equations we have to complete the square of is $-2x^2-7x-2$. All we have to do is complete the square and factorize by the way. If you can complete the square of this and explain the process I should be good for the rest of them

2

There are 2 best solutions below

0
On

$$ax^2+bx+c=a\left(x^2+\frac bax+\frac ca\right)=a\left(\left(x+\frac b{2a}\right)^2+\frac ca-\frac{b^2}{4a^2}\right)=a\left(\left(x+\frac b{2a}\right)^2-\frac{b^2-4ac}{4a^2}\right)=a\left(x+\frac b{2a}\right)^2-\frac{b^2-4ac}{4a}$$

0
On

$$ax^2+bx+c=\dfrac{1}{4a}((4a^2x^2+4abx+b^2)-(b^2-4ac))$$