Find all integers with b=a^n such that a^2 + b^2 is divisible by ab+1

  • Thread starter Thread starter durt
  • Start date Start date
  • Tags Tags
    Integers
durt
Messages
149
Reaction score
0
Let a be a positive integer. Find all positive integers n such that b = a^n satisfies the condition that a^2 + b^2 is divisible by ab + 1.

Obviously if a=1 then all n work. Otherwise, we have a^2 + b^2 = a^2 (1+a^{2(n-1)}). Also, a^2 and a^{n+1} + 1 are relatively prime, so we need to find all n such that a^{n+1} + 1 divides 1+a^{2(n-1)}. Clearly n=3 works, but now I'm stuck. What do I do now?
 
Physics news on Phys.org


What can you say about the polynomial x^{2k} + 1?
 


I don't know. It has no real zeros? That doesn't mean it can't be factored. For example 2^2+1|2^6+1.
 


Right, but there's something special we can say about its factors. Here's another hint: What can you say about x^{2^m k} + 1 when k is odd?
 


Let k=2j+1. Then x^{2^m (2j+1)} + 1 = (x^{2^m}+1)(x^{2^m (2j)} - x^{2^m (2j - 1)} + ... + 1). So x^{2^m}+1 | x^{2^m k} + 1. I'm still stuck :smile:.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top