To find all integers a,b,m,n with m>n>1 such that the polynomial f(X)=Xn+aX+b divides the polynomial g(X)=Xm+aX+b, we start by expressing m in terms of n. Let m=n+k for some k∈N.
1. Divisibility Condition:
f(X)∣g(X)⟹f(X)∣g(X)−f(X)=Xm−Xn=Xn(Xk−1)
This implies that f(X) must divide Xn(Xk−1).
2. Roots Analysis:
Since the roots of Xn(Xk−1) are all of magnitude 0 or 1, the roots of f(X)=Xn+aX+b must also be of magnitude 0 or 1. Therefore, b must be 0 or ±1.
### Case I: b=0
f(X)=Xn+aX
f(X)∣Xn(Xk−1)⟹Xn−1+a∣Xn−1(Xk−1)
The roots of Xn−1(Xk−1) are all of magnitude 0 or 1, so the roots of Xn−1+a must also be of magnitude 0 or 1. Thus, a=0 or ±1.
- **Subcase a=0**:
f(X)=Xn⟹Xn∣Xm for all m>n>1
Therefore, (a,b,m,n)=(0,0,m,n) is a solution for all m>n>1.
- **Subcase a=−1**:
f(X)=Xn−1−1⟹Xn−1−1∣Xk−1
This holds if the (n−1)-th roots of unity are a subset of the k-th roots of unity. Therefore, n−1∣k, i.e., k=t(n−1) for some t∈N. Thus,
m=n+k=n+t(n−1)=(t+1)n−t
Therefore, (a,b,m,n)=(−1,0,(t+1)n−t,n) is a solution for all n>1 and t∈N.
- **Subcase a=1**:
f(X)=Xn−1+1⟹Xn−1+1∣Xk−1
The roots of Xn−1+1 are the 2(n−1)-th roots of unity that are not (n−1)-th roots of unity. Therefore, 2(n−1)∣k, i.e., k=2t(n−1) for some t∈N. Thus,
m=n+k=n+2t(n−1)=(2t+1)n−2t
Therefore, (a,b,m,n)=(1,0,(2t+1)n−2t,n) is a solution for all n>1 and t∈N.
### Case II: b=±1
f(X)=Xn+aX±1
f(X)∣Xn(Xk−1)⟹f(X)∣Xk−1
Since 0 is not a root of Xn+aX±1, we consider the roots of Xn+aX±1.
- **Subcase n>2**:
By Vieta's formulas, the sum of the roots is zero, and the product of the roots is ±1. Since the polynomial has real coefficients, if ri is a root, then ri must also be a root. For ri being k-th roots of unity, ri=ri1. Thus,
∑ri=∑ri1⟹±a=0⟹a=0
- **Subcase a=0,b=−1**:
f(X)=Xn−1⟹Xn−1∣Xk−1
This holds if the n-th roots of unity are a subset of the k-th roots of unity. Therefore, n∣k, i.e., k=tn for some t∈N. Thus,
m=n+k=n+tn=(t+1)n
Therefore, (a,b,m,n)=(0,−1,(t+1)n,n) is a solution for all n>1 and t∈N.
- **Subcase a=0,b=1**:
f(X)=Xn+1⟹Xn+1∣Xk−1
The roots of Xn+1 are the 2n-th roots of unity that are not n-th roots of unity. Therefore, 2n∣k, i.e., k=2tn for some t∈N. Thus,
m=n+k=n+2tn=(2t+1)n
Therefore, (a,b,m,n)=(0,1,(2t+1)n,n) is a solution for all n>1 and t∈N.
- **Subcase n=2**:
f(X)=X2+ax±1∣Xk−1
The roots of X2+ax±1 must be k-th roots of unity. If the roots are ±1, then f(X)=X2−1, which has already been covered. Otherwise, the roots are of the form cis(±θ).
- **Subcase a=−1,b=−1**:
f(X)=X2−X+1⟹X2−X+1∣Xk−1
The roots are cis(±3π), which must be k-th roots of unity. Therefore, 6∣k, i.e., k=6t for some t∈N. Thus,
m=n+k=2+6t=2+6t
Therefore, (a,b,m,n)=(−1,−1,2+6t,2) is a solution for all t∈N.
- **Subcase a=1,b=−1**:
f(X)=X2+X+1⟹X2+X+1∣Xk−1
The roots are cis(±3π), which must be k-th roots of unity. Therefore, 3∣k, i.e., k=3t for some t∈N. Thus,
m=n+k=2+3t=2+3t
Therefore, (a,b,m,n)=(1,−1,2+3t,2) is a solution for all t∈N.
### Conclusion:
The solutions are:
(0,0,m,n),(−1,0,(t+1)n−t,n),(1,0,(2t+1)n−2t,n),(0,−1,(t+1)n,n),(0,1,(2t+1)n,n),(−1,−1,n+6t,n),(1,−1,n+3t,n)
where m,n,t∈N such that m>n>1.
The final answer is: