Radicals and Reciprocals

For a positive integer N N , define A N A_N to be the smallest positive integer such that

( N 1 ) 1 1 , ( N 2 ) 1 2 , ( N 3 ) 1 3 , , ( N A N ) 1 A N \left( \frac{N}{1} \right)^\frac{1}{1}, \left( \frac{N}{2} \right)^\frac{1}{2}, \left( \frac{N}{3} \right)^\frac{1}{3}, \ldots , \left( \frac{N}{A_N} \right)^\frac{1}{A_N}

are not all integers. Find max A N \max A_N as N N ranges over all positive integers.


The answer is 4.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Ivan Koswara
Jan 11, 2017

Observe that for N = 2 3 3 4 N = 2^3 \cdot 3^4 , we have A N = 4 A_N = 4 :

  • ( N / 1 ) 1 / 1 = N = 2 3 3 4 (N/1)^{1/1} = N = 2^3 \cdot 3^4
  • ( N / 2 ) 1 / 2 = ( 2 2 3 4 ) 1 / 2 = 2 3 2 (N/2)^{1/2} = (2^2 \cdot 3^4)^{1/2} = 2 \cdot 3^2
  • ( N / 3 ) 1 / 3 = ( 2 3 3 3 ) 1 / 3 = 2 3 (N/3)^{1/3} = (2^3 \cdot 3^3)^{1/3} = 2 \cdot 3

Thus, A N 4 A_N \ge 4 for this value of N N .

Now, we will show A N 4 A_N \le 4 for all N N . To do this, suppose for the sake contradiction that it isn't; then, for some N N , we have ( N / i ) 1 / i (N/i)^{1/i} to be an integer for all i = 1 , 2 , 3 , 4 i = 1, 2, 3, 4 ; in particular, ( N / 2 ) 1 / 2 , ( N / 4 ) 1 / 4 (N/2)^{1/2}, (N/4)^{1/4} are both integers.

Consider the largest power of 2 that divides N N ; suppose this is 2 k 2^k .

Because ( N / 2 ) 1 / 2 (N/2)^{1/2} is an integer, this means ( 2 k / 2 ) 1 / 2 (2^k/2)^{1/2} is also an integer. Thus 2 k 1 2 2^{\frac{k-1}{2}} is an integer, so k k is odd.

Because ( N / 4 ) 1 / 4 (N/4)^{1/4} is an integer, this means ( 2 k / 4 ) 1 / 4 (2^k/4)^{1/4} is also an integer. Thus 2 k 2 4 2^{\frac{k-2}{4}} is an integer, so k 2 ( m o d 4 ) k \equiv 2 \pmod 4 . But this means k k is even, contradiction.

So no N N has A N > 4 A_N > 4 . This proves that A N 4 A_N \le 4 for all N N , and so max A N = 4 \max A_N = 4 .

Shourya Pandey
Feb 6, 2017

Notice that A N 4 A_N \leq 4 ; if ( N 2 ) 1 2 (\frac {N}{2})^{\frac{1}{2}} and ( N 4 ) 1 4 (\frac {N}{4})^{\frac{1}{4}} were both integers , then N 2 \frac{N}{2} and N 4 \frac{N}{4} would both be perfect squares, which is impossible, because 2 = N 2 N 4 2 = \frac {\frac{N}{2}}{\frac{N}{4}} is not the perfect square of a rational.

An example for A N = 4 A_N = 4 would be N = 648 N= 648 , as N 1 = 648 , ( ( N 2 ) 1 2 = 18 \frac{N}{1} = 648 , ((\frac{N}{2})^{\frac{1}{2}} = 18 and ( N 3 ) 1 3 = 6 (\frac{N}{3})^{\frac{1}{3}} = 6 .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...