How to factor a quadratic expression into the form $(1-ax)(1-bx)$?

420 Views Asked by At

I know how to factor a quadratic expression of the form $ax^2+bx+c$ into the form: $a(x - \frac{-b-\sqrt{b^2-4ac}}{2a})(x - \frac{-b+\sqrt{b^2-4ac}}{2a})$ using the root formulas. However, currently I'm learning about generating functions and it seems that it is advantageous for the factorization to be of the form $(1-ax)(1-bx)$, as $\frac{1}{1+kx}$ is the generating function for the sequence $a_n = k^x$. Can any quadratic expression be factored this way? How to do it?

1

There are 1 best solutions below

0
On BEST ANSWER

You have say $$f(x)=\frac{g(x)}{(x-r)(x-s)}.$$ Then $$f(x)=\frac{r^{-1}s^{-1}g(x)}{(r^{-1}x-1)(s^{-1}x-1)} =\frac{r^{-1}s^{-1}g(x)}{(1-ux)(1-vx)}$$ where $u=1/r$, $v=1/s$.