Question
Question: The ordered pair (a, b) such that $x^2 - x - 1$ divides $ax^9 + bx^8 + 1$ is...
The ordered pair (a, b) such that x2−x−1 divides ax9+bx8+1 is
(-21,34)
(21,-34)
(47,-58)
(58,-47)
(21,-34)
Solution
If a polynomial P(x) divides another polynomial Q(x), then all the roots of P(x) must also be roots of Q(x).
First, find the roots of the divisor polynomial x2−x−1=0. Using the quadratic formula x=2a−b±b2−4ac: x=2(1)−(−1)±(−1)2−4(1)(−1)=21±1+4=21±5. Let α=21+5 be one of the roots. Since α is a root of x2−x−1=0, it satisfies the equation α2−α−1=0, which implies α2=α+1.
Next, we need to evaluate powers of α. The powers of α follow a pattern related to the Fibonacci sequence. Let Fn be the Fibonacci sequence defined by F0=0,F1=1,Fn=Fn−1+Fn−2 for n≥2. The sequence starts: 0,1,1,2,3,5,8,13,21,34,… For a root α of x2−x−1=0, it is a known property that αn=Fnα+Fn−1. Let's list the required Fibonacci numbers: F0=0 F1=1 F2=1 F3=2 F4=3 F5=5 F6=8 F7=13 F8=21 F9=34
Using the formula: α8=F8α+F7=21α+13. α9=F9α+F8=34α+21.
Since x2−x−1 divides ax9+bx8+1, the root α must satisfy aα9+bα8+1=0. Substitute the expressions for α8 and α9: a(34α+21)+b(21α+13)+1=0 Expand and group terms by α: (34a+21b)α+(21a+13b+1)=0
Since α=21+5 is an irrational number, and a,b are rational coefficients, for this equation to hold, both the coefficient of α and the constant term must be zero. This gives us a system of two linear equations:
- 34a+21b=0
- 21a+13b+1=0
From equation (1), we can express b in terms of a: 21b=−34a⟹b=−2134a.
Substitute this expression for b into equation (2): 21a+13(−2134a)+1=0 21a−21442a+1=0 Multiply the entire equation by 21 to clear the denominator: 21(21a)−442a+21(1)=0 441a−442a+21=0 −a+21=0 a=21
Now substitute the value of a back into the expression for b: b=−2134(21) b=−34
Thus, the ordered pair (a,b) is (21,−34).