For what pair of integers $(a,b)$ is $3^a + 7^b$ a perfect square.

473 Views Asked by At

Problem: For what pair of positive integers $(a,b)$ is $3^a + 7^b$ a perfect square.

First obviously $(1,0)$ works since $4$ is a perfect square, $(0,0)$ does not work, and $(0,1)$ does not work, so we can exclude cases where $a$ or $b$ are zero for the remainder of this post.

I have a few observations made but not much room for a full solution.

First, since powers of an odd number are odd, and the sum of two odd numbers is even, so the base of the square must be an even number.

Secondly, the last digit of the powers of $3$ are $\{1,3,7,9 \}$ , whereas the last digits of the powers of $7$ are $\{7,9,3,1 \}$.

From here I am not sure how to proceed and any hints much appreciated. I'm not sure if there a finite amount of pairs or not either.

4

There are 4 best solutions below

4
On BEST ANSWER
0
On

The technique I mentioned is working. One of the cases is $$ 1 + 2 \cdot 3^c = 7^d, $$ where we think that $c=d=1$ gives the largest such answer. Subtract $7$ from both sides, $$ 2 \cdot 3^c - 6 = 7^d - 7. $$ Let $y+1 = c,$ $x+1 = d,$ for $$ 6 \cdot 3^y - 6 = 7 \left( 7^x -1 \right), $$ $$ 6 \left( 3^y -1 \right) = 7 \left( 7^x -1 \right). $$ We are assuming $x,y \geq 1,$ with both sides being nonzero.

$$ 3^y \equiv 1 \pmod 7, $$ $$ y \equiv 0 \pmod 6. $$ Next, $3^y - 1$ is divisible by $3^6 - 1 = 728 = 8 \cdot 7 \cdot 13.$

$$ 7^x \equiv 1 \pmod {13}, $$ $$ x \equiv 0 \pmod {12}. $$ Next, $7^x - 1$ is divisible by $7^{12} - 1 = 13841287200 = 32 \cdot 9 \cdot 25 \cdot 13 \cdot 19 \cdot 43 \cdot 181.$

$$ 3^y \equiv 1 \pmod {43}, $$ $$ y \equiv 0 \pmod {42}. $$ Next, $3^y - 1$ is divisible by $3^{42} - 1 = 109418989131512359208 = 8 \cdot 7^2 \cdot 13 \cdot 43 \cdot 547 \cdot 1093 \cdot 2269 \cdot 368089$

All we care about is that $3^y - 1$ is divisible by $7^2 = 49,$ as this contradicts the assumption of $x \geq 1$ in $$ 6 \left( 3^y -1 \right) = 7 \left( 7^x -1 \right). $$ $$ \bigcirc \bigcirc \bigcirc \bigcirc \bigcirc \bigcirc \bigcirc \bigcirc \bigcirc \bigcirc \bigcirc \bigcirc \bigcirc \bigcirc \bigcirc \bigcirc $$

0
On

The other case is $1 + 2 \cdot 7^x = 3^y,$ or $$ 3^y - 1 = 2 \cdot 7^x. $$ Assume $x \geq 1.$ Then both sides are divisible by $7,$ giving $$ 3^y \equiv 1 \pmod 7, $$ $$ y \equiv 0 \pmod 6. $$ Then $3^y - 1$ is divisible by $$ 3^6 - 1 = 728 = 8 \cdot 7 \cdot 13. $$ However, then $2 \cdot 7^x$ is divisible by $13,$ which is a contradiction. $$ \bigcirc \bigcirc \bigcirc \bigcirc \bigcirc \bigcirc \bigcirc \bigcirc \bigcirc \bigcirc \bigcirc \bigcirc \bigcirc \bigcirc \bigcirc \bigcirc $$

4
On

Here is a solution using less machinery than in Will Jagy's answer.

As Daniel Robert-Nicoud noted in comments, the fact that $3^a+7^b\equiv(-1)^a+(-1)^b$ mod $4$ implies $a$ and $b$ must have opposite parity in order for the (even) sum $3^a+7^b$ to be a perfect square. So we seek to show that $(a,b)=(1,0)$ is the only solution in the (odd,even) case and $(a,b)=(2,1)$ is the only solution in the (even,odd) case.

If $a$ is odd and $b=2m$ is even, then we can rewrite $3^a+7^b=n^2$ as $3^a=(n+7^m)(n-7^m)$. This implies $n+7^m$ and $n-7^m$ are each powers of $3$, say $3^c$ and $3^d$ with $c+d=a$. But then $2\cdot7^m=3^c-3^d$, so we must have $d=0$ and $c=a$, since $3\not\mid2\cdot7^m$. One solution to $2\cdot7^m=3^a-1$ is $(a,m)=(1,0)$. It remains to show there are no solutions with $m\gt0$. For this it suffices to note that $3^a\equiv1$ mod $7$ if and only if $6\mid a$, which contradicts the assumption that $a$ is odd.

In the other parity case, if $a=2m$ is even and $b$ is odd, then, along similar lines, we must have $2\cdot3^m=7^b-1$, which has $(m,b)=(1,1)$ as one solution. After checking that there is no solution with $m=0$, it remains to show there are no solutions with $m\gt1$. If there were, then we would have $7^b\equiv1$ mod $9$, which would imply $b\equiv3$ mod $6$ (since $6$ is the order of the multiplicative group of units mod $9$ and $7^3\equiv(-2)^3=-8\equiv1$ mod $9$). Writing $b=3r$ (with $r$ odd, but that doesn't matter), we note that $(7^3-1)\mid(7^{3r}-1)$, so that $7^3-1=2\cdot3^2\cdot19$ divides $2\cdot3^m$, an obvious contradiction.