[Math] When do polynomials have common roots

polynomials

When do polynomials have common roots? In my workbook is given such an exercise and, so , can you write please what's the condition for this thing to happen, so that two polynomials have one or more common roots. Thank you!

Best Answer

Two polynomials have a common root if and only if their resultant vanishes.

The resultant $R(p(x), q(x))$ of two polynomials of degrees $m$ and $n$, respectively, is the determinant of the $(m + n) \times (m + n)$ matrix defined as follows. Write the coefficient of $p(x)$ in the first row followed by $n - 1$ zeros. In the next row the coefficients are displaced one place to the right, with one zero to the left and $n - 2$ zeros to the right. Continue in this fashion until the $nth$ row is $n - 1$ zeros followed by the coefficients of $p(x)$. For the last $m$ rows, we do the same thing with $p(x)$ and $q(x)$ interchanged.

With your example, we have the resultant as: $$ R(p(x), q(x)) = \mbox{det}\left(\begin{array}{cccccccc} 22 & 33 & -16a & -3 & 2 & 0 & 0 & 0\\ 0 & 22 & 33 & -16a & -3 & 2 & 0 & 0\\ 0 & 0 & 22 & 33 & -16a & -3 & 2 & 0\\ 0 & 0 & 0 & 22 & 33 & -16a & -3 & 2\\ 11 & 33 & 21 & -2a & -2 & 0 & 0 & 0\\ 0 & 11 & 33 & 21 & -2a & -2 & 0 & 0\\ 0 & 0 & 11 & 33 & 21 & -2a & -2 & 0 \\ 0 & 0 & 0 & 11 & 33 & 21 & -2a & -2 \end{array}\right).$$

Computer solution gives $a = \dfrac{3}{16}, \dfrac{297}{128},$ or $\dfrac{3}{2}$.

Related Question