In the following question, one of the coefficients of the divisor quadratic polynomial is unknown; so, it cant be factored for performing synthetic division. I tried to perform long division hoping to get some clues but ran into a conflict.
Appreciate your help. Thanks!!
Here is the question: $x^2 -x +a$ evenly divides $x^8 + 5x^6 + 13x^4 + 20x^2 +36$. Determine positive integer $a$.
A few things I noted are:
- $a$ must be a factor of 36 so, I am thinking $a$ would be from $\{1, 2, 3, 4, 6, 9, 12, 18, 36\}$
- All the coefficients of the dividend polynomial are integers and degrees of all the terms are even. Not sure how to use this info.
- $P(x) = Q(x)(x^2 -x +a) + mx + n$. Since the remainder is zero, $m$ and $n$ are zero. When I tried long division, I got two equations; but the value of $a$ would come as imaginary which conflicts with the first observation and the question asks for real integer $a$.
Avoiding the long division with a polynomial of degree $8$, you may note that $$\begin{align} \color{blue}{x^8} + \color{red}{5x^6} + \color{blue}{13x^4} + \color{red}{20x^2} +\color{blue}{36} &=(x^8 + 13x^4 +36)+ (5x^6+ 20x^2)\\ &=(x^4+9)(x^4+4)+5x^2(x^4+4)\\ &=(x^4+5x^2+9)(x^4+4). \end{align}$$ Now long division is easier to perform. Can you take it from here?