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:.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top