Can the quadratic formula be used when factorizing a denominator

partial fractionsquadratics

I’m doing partial fractions and need to factorize the denominator. They are quadratic. However there are some that aren’t so easy to factorize and my first choice was to use the quadratic equation to find the roots however comparing my answer with the correct one the signs are different. Is the quadratic formula only to be used when the equation is equal to zero? The answer used another method of factorizing that didn’t involve equating anything to zero and I can’t find anything about it online. Where did I go wrong?
My denominator is:

$-3z^2 -4z-1$

the correct answer is:
$-(3z+1)(z+1)$

while if I do this using the quadratic formula I get:
$(3z+1)(z+1)$

however if I factorize the negative sign then use the quadratic formula I get the correct answer which is confusing to me.

Best Answer

Suppose I have a mystery quadratic $p(x) = -2x^2 + x + 1$, and want to factorise it using the quadratic formula. I can find the roots easily enough:

$$ x = \frac{-1 \pm \sqrt{1 + 8}}{-4}$$ and so the roots are $-\frac{1}{2}$ and $1$, and so I think that the polynomial should factorise as $p(x) = (x - 1)(x+\frac{1}{2})$. But this is wrong, since I forgot that $p(x)$ and $2p(x)$ and $\frac{-p(x)}{9}$ and so on all have the same roots! And so knowing the two roots only determines $p(x)$ up to scaling. But it's easy to find the right scaling factor, by just looking at the $-2x^2$ term. So I arrive at the actual answer, of $$ p(x) = -2x^2 + x + 1 = -2(x-1)(x + \frac{1}{2})$$

So after you find the roots, remember to multiply the whole thing by the right number to fix up the $x^2$ term.

Related Question